Skip to content
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

Add support for dynamic application configurations #5855

Merged
merged 47 commits into from
Mar 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
5fdba1d
Add application configuration service
tianleh Feb 9, 2024
91b2d56
update API path name
tianleh Feb 15, 2024
7c9b6ac
implement two APIs/interfaces
tianleh Feb 15, 2024
e98600f
expose get function for other plugins to use
tianleh Feb 15, 2024
37e740b
update interfaces
tianleh Feb 16, 2024
237dd22
implement the APIs and interfaces
tianleh Feb 17, 2024
dffb866
add license and jsdoc
tianleh Feb 17, 2024
d352d18
update docs
tianleh Feb 20, 2024
bf73427
add more docs
tianleh Feb 20, 2024
673d82d
update variable name
tianleh Feb 20, 2024
b92d724
remove unnecessary dependency
tianleh Feb 20, 2024
3be8782
format readme
tianleh Feb 20, 2024
5c94f9f
use osd version
tianleh Feb 20, 2024
4bc6fa5
remove debugging info
tianleh Feb 21, 2024
60448f4
update logging
tianleh Feb 21, 2024
845b1dc
remove lint js
tianleh Feb 22, 2024
7d27aa5
remove logs
tianleh Feb 22, 2024
9460c11
update name style
tianleh Feb 23, 2024
fefc172
update
tianleh Feb 23, 2024
d422a0d
update function visibility and error function
tianleh Feb 23, 2024
01550dd
fix unit test failures
tianleh Feb 23, 2024
1df50d2
add unit test
tianleh Feb 24, 2024
d88b7d1
remove lint file
tianleh Feb 24, 2024
eea3b1d
add more tests
tianleh Feb 24, 2024
8196280
add unit tests for routes
tianleh Feb 24, 2024
a610415
add remaining unit tests
tianleh Feb 24, 2024
4dd1f72
add enabled to this plugin
tianleh Feb 24, 2024
17c84b9
update readme to mention experimental
tianleh Feb 24, 2024
d1dd2b5
update change log
tianleh Feb 24, 2024
43e3e7f
dummy commit to trigger workflow rerun
tianleh Feb 24, 2024
cd54144
remove experimental
tianleh Feb 26, 2024
3117dbb
add key to yml file
tianleh Feb 27, 2024
ffe1a92
remove i18n
tianleh Feb 27, 2024
f6c4647
remove lint rc
tianleh Feb 28, 2024
813d897
update comment style
tianleh Feb 28, 2024
a338863
add input validation
tianleh Feb 28, 2024
98b2bfd
update unit tests
tianleh Feb 29, 2024
a59fe4f
prevent multiple registration
tianleh Feb 29, 2024
1198047
add return types
tianleh Feb 29, 2024
d2668d7
update readme wording
tianleh Feb 29, 2024
90e5a08
add unit test to the plugin class about double register
tianleh Feb 29, 2024
f4e1a31
move related ymls
tianleh Feb 29, 2024
6db36df
move validation to a function
tianleh Feb 29, 2024
6b07cd8
use trimmed versions
tianleh Mar 1, 2024
1ff31f6
reword changelog entry
tianleh Mar 1, 2024
73fd1c4
readability
tianleh Mar 1, 2024
4d80ad6
add back yml change
tianleh Mar 1, 2024
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 readme wording
Signed-off-by: Tianle Huang <tianleh@amazon.com>
  • Loading branch information
tianleh committed Mar 1, 2024
commit d2668d70d4e0f920b5a4ec283ed7533859636395
2 changes: 1 addition & 1 deletion src/plugins/application_config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ApplicationConfig Plugin

An OpenSearch Dashboards plugin for application configuration service and OpenSearch implementation.
An OpenSearch Dashboards plugin for application configuration and a default implementation based on OpenSearch as storage.

---