Commit 8c708af
OpenAPI Generator SDK Feature Branch (#61)
* OpenAPI Generator SDK Feature Branch
* remove old sdk
* Update to OpenAPI Generator v6.3 (#66)
* use version 6.3 of the generator
* regenerate tests
* drop ruby 2.6
* add 3.2 to test matrix
* split tests and do messaging integration as test
* remove from test.rb
* checkout v3
* tests in readme
* put constant env vars in spec_helper
* remove constants from messaging
* add unit and integration tasks to rake
* move other unit tests to unit folder
* clean up integration test files
* remove messaging integration tests to put in separate pr
* gitignore gemfile.lock
* update bw spec and use v6.4.0 of the generator (#72)
* Remove webrtc (#73)
* remove webrtc files
* update files
* Small changes to clean up repo for beta release (#74)
* DX-2940 Messaging Integration Tests (#67)
* DX-2940 Messaging Integration Tests
* remove ssl_verify
* switch to 1 set of 4xx tests
* set config once
* assert response objects
* DX-2941 MFA Integration Tests (#68)
* DX-2941 MFA Integration Tests
* 4xx
* finish mfa tests
* undo changes to test.rb
* standardize response name
* assert response objects
* DX-2942 TN Lookup Integration Tests (#69)
* DX-2942 TN Lookup Integration Tests
* remove unused after block
* update comment
* remove unused variable
* separate tests
* assert response objects
* DX-2938 Media Integration Tests (#70)
* DX-2938 Media Integration Tests
* upload and list tests
* happy path
* add attr_accessor for return_binary_data
* add 404
* remove unused after block
* update with comment from my parent project PR
* remove unused files
* assert response object
* use stricter asserts
* Add BXML Verbs (#75)
* Add Root Classes for BXML Verbs
* remove unfinished verbs from sdk requires
* add unit tests for Bxml and Response
* add ffi to install libxml2 for windows
* use 3.2.2 of libxml
* switch to libxml require
* Try Using Ox (#78)
* ox dump instead of to_s
* use attribute map in verb
* standardize expected bxml var
* typos
* Add Terminal Verbs (#76)
* Add Terminal Verbs
* update bridge and add unit test
* add unit test for root verb module
* bridge test
* bridge comment
* update conference
* add terminal verb unit test
* verb test
* all attributes in bridge test
* add conference and test
* add conference to sdk
* remove backslash escaping
* test number
* use real booleans for conference
* add comment to bridge
* add pause and test
* conference timeout is a Number
* add forward and test
* add explicit empty hash to tag
* add hangup and test
* add pause_recording and test
* add phone_number and test
* add play_audio and test
* comments for params
* add record and test
* add redirect and test
* add resume_recording and test
* add ring and test
* add send_dtmf and test
* add sip_uri and test
* add speak_sentence and test
* add start_gather and test
* add start_recording and test
* add stop_gather and test
* add stop_recording and test
* add stop_stream and test
* _name for stop_stream
* add stream_param and test
* add test for tag verb
* turn ssml regex into constants
* test decimals in ring verb
* test decimals in conference
* comment clean up
* Add Non-Terminal Verbs (#77)
* Add Non-Terminal Verbs
* merge SWI-1730
* update gather and add tests
* period in gather comment
* add start_stream and test
* add transfer and test
* remove add_verb method
* update response and bxml class tests
* update non-terminal verbs and tests
* refactor base verb classes (#80)
* use call id for bridge test
* update gem ox dependency
* Apply suggestions from code review
Co-authored-by: Matthew Martin <[email protected]>
---------
Co-authored-by: Matthew Martin <[email protected]>
* Calls, Recordings, Conferences, and Statistics Integration Tests (#71)
* DX-2937 Calls Integration Tests
* update ignore
* separate tests
* remove test.rb
* split tests and add 4xx tests
* add 403
* update call test
* update call
* clearer variable name and update env vars
* secrets.
* finish calls
* add env vars, refactoring, and recording tests
* conferences test
* more recordings tests
* finish recordings
* add asserts for response objects
* finalize calls
* reorder recordings
* finish conferences
* complete or partial
* fix test.yml
* spaces
* updates and statistics tests (#79)
* use stricter type matching for asserts
* stricter asserts
* add statistics tests
* add retry logic to call cleanup
* add sleep and retry less
* update version
* SWI-1988 Update SDK with `expiration` field (#87)
* SWI-1988 Update SDK with `expiration` field
* update pre-release name regex
* remove application id assert from recordings test because its not guaranteed (#90)
* update tests workflows for feature branch
* Task: Update Manteca Test IDs (#89)
* SWI-2788 Add Transcription BXML to Feature Branch (#100)
* SWI-2788 Add Transcription BXML to Feature Branch
* update workflow
* update workflows with formatting
* SWI-2821 Prep for GA (#101)
* update spec and use 6.6
* changes we'd need to automate
* newline in readme
* remove config tests
* revert config back to working version
* regenerate with v6.5.0
* fix other files
* dont try to clean up calls since voice api is slow
* update spec
* add custom templates and update readme badge
* update test workflow name
* add openapitools
* add sdk update workflow
* add config test file and fix it
* update config test
* update integration tests
* Revert "update integration tests"
This reverts commit 77545d9.
* add client option to rakefile
* update version logic and ignore file
* remove unnecessary env vars from build wf
* revert version change
* remove unnecessary spec_helper imports
* lots of small changes based on rubocop linting
* update custom templates
* add rubocop badge to README
* add gem version badge to readme
* remove unnecessary deploy action
* update codeowners
* update workflows
* add gem version env var to test wfs
* SWI-1771 Add Unit Tests (#103)
* update spec and use 6.6
* changes we'd need to automate
* newline in readme
* remove config tests
* revert config back to working version
* regenerate with v6.5.0
* fix other files
* dont try to clean up calls since voice api is slow
* update spec
* add custom templates and update readme badge
* update test workflow name
* add openapitools
* add sdk update workflow
* add config test file and fix it
* update config test
* update integration tests
* Revert "update integration tests"
This reverts commit 77545d9.
* add client option to rakefile
* update version logic and ignore file
* remove unnecessary env vars from build wf
* revert version change
* remove unnecessary spec_helper imports
* lots of small changes based on rubocop linting
* update custom templates
* add rubocop badge to README
* add gem version badge to readme
* remove unnecessary deploy action
* update codeowners
* update workflows
* add gem version env var to test wfs
* remove newlines from bxml tests
* unit tests for acc stats
* comment
* fix eventTime data type
* answer callback tests and improve
* bridge callback and improve
* bridge target
* enum tests
* test desc
* delete unused spec files for unit tests
* update message time to be date-time
* add suite of encompassing unit tests
* update gitignore
* fix small logic error in bxml library
* calls_api unit tests
* remove unnecessary require
* update calls tests to be better and add conferences tests
* add webmock
* move 4xx tests to client suite
* skip all integration tests
* skip 4xx tests for now (TODO: fix these)
* rubocop linting for calls and conferences
* add comment to document test skips
* spacing
* fix hashes
* media tests
* remove unnecessary flag from media integration
* rubocop doesnt like my newline
* add argument error tests to media
* reorganizing
* recordings tests
* update list message item receive time
* messages tests
* add argument error tests to messages
* fix expects
* update messages
* mfa tests
* i can test basic auth in the client, not needed in apis
* assert arrays
* be_a -> be_instance_of
* tnlookup tests
* statistics tests
* add gems to Gemfile and template
* bring back statistics integration tests
* bring back mfa
* remove json dep
* tnlookup
* enforce single quotes
* more quotes changes
* single quotes
* media
* add string interpolation rule
* quotes in tests
* dont do config
* exclude files from rubocop
* ignore rubocop
* messages
* calls
* newline
* assertion cleanup
* conferences
* consistency
* recordings
* update model tests
* start on client tests
* configuration tests
* small changes
* update openapi-generator-ignore to ignore all tests
* update error checking
* error checking
* lots of client tests
* lowercase require?
* use @uri
* refactor to use let
* use let for rest of unit tests
* use let
* final client tests
* use let in integration tests
* rubocop save me
* rubocop newlines around blocks
* add ApiError tests
* no longer need to install hub
* update unit tests
* finalize workflow
* add limitTotalCount (new msg param)
* SWI-2821 Improve BXML Library (#106)
* fix deploy workflow
* please deploy this time
* SWI-3149 Update to Generator Version 7.0.0 (#107)
* SWI-3149 Update to Generator Version 7.0.0
* update tests
* fix tests again
* update workflow
* SWI-3336 Update SDK to OpenAPI Generator 7.0.0 (#108)
* SWI-3336 Update SDK to OpenAPI Generator 7.0.0
* update generator config
* update bw spec
* update sdk to 7.0.0
* add `display_name` to calls tests
* remove assignee from Jira
* SWI-3338 Update SDK for GA (#109)
* SWI-3338 Update SDK for GA
* update beta regex to normal release regex
* update version
* update README to include generate command
* update deploy workflow to update gem version before release
* test wf
* update test
* remove test
* revert pre-release regex
* update call state test
* update release regex
* remove ruby-notes and old sdk files
---------
Co-authored-by: Matthew Martin <[email protected]>1 parent c18063e commit 8c708af
File tree
476 files changed
+48276
-14530
lines changed- .github
- actions/deploy
- workflows
- .openapi-generator
- custom_templates
- docs
- lib
- bandwidth-sdk
- api
- models
- bxml
- verbs
- bandwidth
- exceptions
- http
- auth
- messaging_lib
- messaging
- controllers
- exceptions
- models
- models
- multi_factor_auth_lib
- multi_factor_auth
- controllers
- exceptions
- models
- phone_number_lookup_lib
- phone_number_lookup
- controllers
- exceptions
- models
- utilities
- voice_lib
- bxml
- verbs
- voice
- controllers
- exceptions
- models
- web_rtc_lib
- utils
- web_rtc
- controllers
- exceptions
- models
- spec
- api
- fixtures
- integration
- models
- bxml
- verbs
- test
- controllers
- integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
476 files changed
+48276
-14530
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 10 | + | |
52 | 11 | | |
53 | 12 | | |
54 | 13 | | |
| |||
61 | 20 | | |
62 | 21 | | |
63 | 22 | | |
64 | | - | |
65 | | - | |
| 23 | + | |
| 24 | + | |
66 | 25 | | |
67 | 26 | | |
68 | 27 | | |
69 | 28 | | |
70 | 29 | | |
71 | | - | |
| 30 | + | |
72 | 31 | | |
73 | 32 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 33 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
81 | 40 | | |
82 | 41 | | |
83 | 42 | | |
84 | 43 | | |
85 | | - | |
| 44 | + | |
86 | 45 | | |
87 | 46 | | |
88 | | - | |
89 | | - | |
90 | 47 | | |
91 | 48 | | |
92 | 49 | | |
93 | 50 | | |
94 | 51 | | |
95 | 52 | | |
96 | | - | |
97 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
98 | 60 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 61 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
107 | 70 | | |
108 | 71 | | |
109 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 50 | | |
71 | 51 | | |
72 | 52 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 53 | | |
78 | 54 | | |
79 | 55 | | |
80 | | - | |
| 56 | + | |
81 | 57 | | |
82 | 58 | | |
83 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
This file was deleted.
0 commit comments