8000 fixed ui behaviour when replacing a foxx app by hkernbach · Pull Request #9719 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

fixed ui behaviour when replacing a foxx app #9719

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 13 commits into from
Oct 10, 2019
Merged
Changes from 1 commit
Commits
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
Merge branch 'devel' into bug-fix/replace-foxx-app-ui
  • Loading branch information
hkernbach authored Sep 6, 2019
commit 4bb90dd2606238b697c2a9d3eea36e18f1662a87
23 changes: 22 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@ devel

* Made the mechanism in the Web UI of replacing and upgrading a foxx app more clear.

* Fixed adding an orphan collections as the first collection in a SmartGraph.
* Fixed the removal (including a collection drop) of an orphanCollection from a
graph definition when using the arango shell. The boolean
flag whether to drop the collection or not was not transferred properly.

* Retry hot backup list in cluster for 2 minutes before reporting error

* Improved database creation within the cluster. In the case of coordinator outages
during the creation of the database there was a chance that not all relevant
system collections had been created. Although this database was accessible now
some features did not work as expected (e.g. creation of graphs). We modified
creation of a new database as an all or nothing operation and only allow access
to the database after all system collections are properly perpared to avoid the
above inconsistencies. Also creation of databases are now secured against
coordinator outages, they will either be fully created or not visible and
eventually dropped. This does not require any change on the client code.

* Added UI support to create documents in a collection using smartGraphAttribute
and/or smartJoinAttribute.

* Allowing inconsistent rather than forcing hot backups

* Fixed adding an orphan collections as the first collection in a SmartGraph.

* Fixed issue #9862: ServerException: RestHandler/RestCursorHandler.cpp:279

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0