-
Notifications
You must be signed in to change notification settings - Fork 857
Feature/schema endpoint #21836
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
Open
knakatasf
wants to merge
33
commits into
devel
Choose a base branch
from
feature/schema-endpoint
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/schema endpoint #21836
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
529e205
feature(api): Added an endpoint _api/schema/<collection-name>
knakatasf 34c78d6
feature(api): Added an endpoint /_api/schema/<collection-name>
knakatasf 2fdf54e
debug(api): Corrected aql and parameter input validation logic
knakatasf 413607e
feature(api): Added /_api/schema endpoint
knakatasf 6a09ec8
feature(api): Added graph insights to /_api/schema endpoint
knakatasf fb776d9
chore(test): Added a testing function RestSchemaHandlerTest
knakatasf 20f902c
chore(RestSchemaHanlderTest): Added a setup and testing fucntion
knakatasf b9fe0f3
chore(test): Added tests/js/client/shell/api/rest-schema-handler.js
knakatasf 1baaa6f
feature(api): Refactored schema endpoint
knakatasf c66f6c4
chore(debug): Corrected the logic of schema endpoint and added testin…
knakatasf c749d2b
feature(api): Added schema/graph endpoint and error handlings
knakatasf 84f9458
chore(test): Added schema/graph endpoint tests
knakatasf 2c2df29
feature(api): Added /_api/view/<view-name> endpoint
knakatasf 63b607c
feature(api): Added views attribute to schema endpoint
knakatasf f3e5ab2
feature(api): Refactored RestSchemaHandler's helper functions' return…
knakatasf 7a2644c
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sch…
knakatasf f1a2e87
chore(test): Added test for rest-schema-handler
knakatasf be86a67
chore(lint): Sanitized the indentations and format of the code
knakatasf d1a8b1e
chore(docs): Updated CHANGELOG
knakatasf 388d7d8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sch…
knakatasf b87ce3a
chore: sync and merged devel change (README)
knakatasf d4ecba7
chore: Refactor RestSchemaHandler helper method return types, add use…
knakatasf b790727
chore(bug): Changed RestSchemaHandler so that it will work in a cluster
knakatasf e35bc95
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sch…
knakatasf 96db1b7
feature(api): Refactored RestSchemaHandler for better efficiency and …
knakatasf 5bb7742
chore(test): Edited rest-schema-handler.js
knakatasf 277704a
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sch…
knakatasf 2415163
chore(api): Refactored RestSchemaHandler (graphs, orphans) and change…
knakatasf e05be98
chore(test): Refined and added some tests
knakatasf 9db5379
chore: Refactored RestSchemaHandler
knakatasf bb31366
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sch…
knakatasf df1a4d1
chore: Refactored RestSchemaHander so it inherits from RestVocbaseBas…
knakatasf 0e90e5f
chore: Organized GeneralServerFeature.cpp
knakatasf 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.