Skip to content

Callback promises migration #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4235212
code refactor
akaila-splunk Jun 27, 2022
3d29152
Update http.js
akaila-splunk Jul 5, 2022
27c389c
Update context.js
akaila-splunk Jul 5, 2022
e398c2d
Update service.js
akaila-splunk Jul 5, 2022
18e2f92
Update service.js
akaila-splunk Jul 5, 2022
4d6a05f
Update service.js
akaila-splunk Jul 12, 2022
a523a50
Promise refractoring
ashah-splunk Aug 2, 2022
0e19ed4
promise refactor changes
ashah-splunk Aug 4, 2022
2d8e4d2
Test cases updated with Async/await
ashah-splunk Aug 5, 2022
c231ff4
refactor crud func. methods
akaila-splunk Aug 8, 2022
dfe4c01
browser test cases updated.
ashah-splunk Aug 9, 2022
9a3fb7b
code refactoring
ashah-splunk Aug 9, 2022
14a09ef
Update endpoint.js
ashah-splunk Aug 9, 2022
9e1c203
update methods comment and example
akaila-splunk Aug 12, 2022
c4ee9e6
Update proxy_http.js
akaila-splunk Aug 17, 2022
8d6a651
testcase refactor
akaila-splunk Aug 30, 2022
c54ed14
Update test_utils.js
ashah-splunk Aug 30, 2022
13db35a
review updates
ashah-splunk Sep 19, 2022
8bb498a
Update browser.test.entry.js
ashah-splunk Sep 19, 2022
e640a36
merge updates from develop branch
ashah-splunk Sep 20, 2022
9c2633e
refactor browser side testcases
akaila-splunk Oct 11, 2022
882af21
updated compile files
ashah-splunk Oct 11, 2022
271c275
conflict resolve
ashah-splunk Oct 12, 2022
507f2f8
compiled files conflict resolve
ashah-splunk Oct 12, 2022
804c828
Revert "conflict resolve"
ashah-splunk Oct 12, 2022
6f73da3
Revert "compiled files conflict resolve"
ashah-splunk Oct 12, 2022
b6b17a8
conflict resolve
ashah-splunk Oct 12, 2022
dc131cc
Merge branch 'develop' into callback-promises-migration
ashah-splunk Oct 12, 2022
750f32d
compiled files
ashah-splunk Oct 12, 2022
c281e53
README changes
ashah-splunk Oct 14, 2022
cd9e97c
replace statuscode with 504
akaila-splunk Oct 31, 2022
6b7d83b
compiled files
ashah-splunk Oct 31, 2022
122ba74
Update CHANGELOG.md
akaila-splunk Oct 31, 2022
4465c19
update browser-side abort timeout
akaila-splunk Nov 2, 2022
e7aa58d
compiled files
ashah-splunk Nov 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Splunk Enterprise SDK for JavaScript Changelog

## Promise changes

### New features and APIs
* Callbacks have been removed and instead we are returning Promises which enables users to use Async/Await features of JS.
* Added 'response_timeout' parameter which enables user to specify the timeout for a particular API call.
* Removed Async.js file and the required methods have been migrated to Utils.js following the Promise structure.

## v1.12.0

### New features and APIs
Expand Down
723 changes: 351 additions & 372 deletions README.md

Large diffs are not rendered by default.

Loading