Skip to content

Release/2.0.0 #176

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 58 commits into from
Feb 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
58 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
a565176
added acl_update method
akaila-splunk Oct 6, 2022
8e8de19
added test cases for acl_update method
akaila-splunk Oct 6, 2022
53e7dab
updated compiled files
ashah-splunk Oct 6, 2022
7ac1dfc
Update release.yml
akaila-splunk Oct 7, 2022
0b2722a
Update release.yml
akaila-splunk Oct 7, 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
a3388b5
Update package-lock.json
ashah-splunk Oct 12, 2022
c281e53
README changes
ashah-splunk Oct 14, 2022
479d8a1
Merge pull request #166 from splunk/minimist-upgrade
ashah-splunk Oct 27, 2022
770730f
Merge pull request #167 from splunk/doc-generation-update
ashah-splunk Oct 28, 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
1fdb749
Merge pull request #162 from splunk/callback-promises-migration
akaila-splunk Nov 15, 2022
c115bd6
Merge branch 'develop' into DVPL-11649
ashah-splunk Nov 18, 2022
2956b57
Merge branch 'master' into sync-with-master
ashah-splunk Nov 18, 2022
dc563be
compiled files updated
ashah-splunk Nov 18, 2022
e82b602
Merge pull request #169 from splunk/sync-with-master
ashah-splunk Nov 18, 2022
b2a6efd
Merge branch 'develop' into DVPL-11649
ashah-splunk Nov 18, 2022
3d66ed0
compile files updated
ashah-splunk Nov 21, 2022
9d7404e
Update index.js
ashah-splunk Nov 23, 2022
79e5f7d
Merge pull request #170 from splunk/DVPL-11649
ashah-splunk Dec 2, 2022
a27dfd1
Create or Replace feature for StoragePasswords
ashah-splunk Dec 2, 2022
812cc52
Merge pull request #171 from splunk/support-refactored-examples
ashah-splunk Jan 23, 2023
6117e6c
version 2.0.0 release changes
akaila-splunk Jan 27, 2023
a6c1ceb
updated compiled files
ashah-splunk Jan 27, 2023
a16d8bd
added promise example in README.md file
akaila-splunk Jan 30, 2023
16a71a8
Update README.md
akaila-splunk Jan 31, 2023
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
Prev Previous commit
Next Next commit
Update browser.test.entry.js
  • Loading branch information
ashah-splunk committed Sep 19, 2022
commit 8bb498a368dc5fb4e4954a14cab5f00aa1df19c1
1 change: 0 additions & 1 deletion lib/entries/browser.test.entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

window.SplunkTest = {
Utils : require('../../tests/test_utils'),
// Async : require('../../tests/test_async'),
Http : require('../../tests/test_http'),
Context : require('../../tests/test_context'),
Service : require('../../tests/test_service')
Expand Down