-
Notifications
You must be signed in to change notification settings - Fork 455
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
Improve /database/create API #1350
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
99da897
Refactor get handler to have helper method
01c598d
Allow database create to be used even if placement exists
2bdb056
fix bug and tests
62fd265
check if namespace exists
51b2b97
add tests for cluster placement already exists
340070d
remove dead code
0590374
refactor placement exists logic
8fd0ac3
make providing dbtype optional
d932d3c
register namespace add
ea7dad8
wip docs
94865ee
fix typo
2aaf594
fix double spaces
11b1c35
improve docs
4d10a86
delete old docs
ab7d04c
replace if/else with switch
90e0324
add else
5b0a21c
extract helper method
d151cef
add missing return
25ca5b9
rename helpers
2cfd162
add early return and TODO
4ed0a07
Fix typo
b1b1703
wip
e5ae93d
fix print
9903099
more print
540ec42
dont pass request to placement handler
c6a3a62
wrap errors
b5b2f46
remove sleep
3971f38
fix CURL flags
6345e3e
fix docs, comment, and missing early return
b452811
fix link
8e58663
fix sample CURLs in docs
0cb78da
more docs refactoring
c1bd5ae
more docs refactoring
7260683
address feedback
adb0eb9
fix wording
d99a0a0
clarify docs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably have this somewhere, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aggregation is hard to talk about without the Prometheus context, so I added a link in the Prometheus integration section to the Query aggregation docs