-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Preparations for initial release #22
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 163206a - Browse repository at this point
Copy the full SHA 163206aView commit details
Commits on Dec 13, 2022
-
feat: command to remove collections and resources
New command `rm` (`remove`, `delete`, `del`) allows to remove one or more collections and resources from an eXist-db instance. Special paths, like `/db` and `/db/system` are protected and cannot be deleted as they render the entire database unusable. Examples: Remove two resources ``` xst rm /db/temp/a.xml /db/temp/b.xml ``` Remove an entire collection ``` xst rm -rf /db/apps/my-app ```
Configuration menu - View commit details
-
Copy full SHA for 5ddcf37 - Browse repository at this point
Copy the full SHA 5ddcf37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65498e2 - Browse repository at this point
Copy the full SHA 65498e2View commit details -
fix(exec): allow reading query from stdin
Passing `-` as the positional parameter to `xst exec` reads the the query from standard input. `echo '1+1' | xst exec -` Add tests for reading b, f and query from stdin
Configuration menu - View commit details
-
Copy full SHA for e4cf75e - Browse repository at this point
Copy the full SHA e4cf75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1431b - Browse repository at this point
Copy the full SHA 4d1431bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a8ab0 - Browse repository at this point
Copy the full SHA c1a8ab0View commit details -
feat(get): add new command
get
This allows to download resources and collections to the filesystem.
Configuration menu - View commit details
-
Copy full SHA for 2f8c877 - Browse repository at this point
Copy the full SHA 2f8c877View commit details -
Configuration menu - View commit details
-
Copy full SHA for f173c3b - Browse repository at this point
Copy the full SHA f173c3bView commit details -
fix(install): clean up collection after install
- Remove temporary collection for packages after installation. The collection is removed regardless if the installation succeeded or not. - bump node-exist to v5.0.1 (to access packageCollection value) - add test to check if cleanup was successful - clean up install tests from old cruft
Configuration menu - View commit details
-
Copy full SHA for 61c67f7 - Browse repository at this point
Copy the full SHA 61c67f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054e977 - Browse repository at this point
Copy the full SHA 054e977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ac1d4 - Browse repository at this point
Copy the full SHA 33ac1d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369ebe8 - Browse repository at this point
Copy the full SHA 369ebe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0ac48 - Browse repository at this point
Copy the full SHA cf0ac48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f080a64 - Browse repository at this point
Copy the full SHA f080a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c986bf - Browse repository at this point
Copy the full SHA 9c986bfView commit details -
feat(package): create package subcommand
BREAKING CHANGE: `xst install` is now `xst package install` to prepare for `xst package list` and other package related subcommands. This is to avoid breaking changes in the near future when package list is added as `xst list` is already taken. closes eXist-db#34
Configuration menu - View commit details
-
Copy full SHA for b24895a - Browse repository at this point
Copy the full SHA b24895aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ba437 - Browse repository at this point
Copy the full SHA c6ba437View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6ff4b - Browse repository at this point
Copy the full SHA db6ff4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dff26d4 - Browse repository at this point
Copy the full SHA dff26d4View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dbba4fc - Browse repository at this point
Copy the full SHA dbba4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2cbc6 - Browse repository at this point
Copy the full SHA 0c2cbc6View commit details