Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eXist-db/xst

Command line tool to interact with exist-db instances
https://github.com/eXist-db/xst

build(deps): bump @existdb/node-exist from 4.9.2 to 5.0.0

Bumps [@existdb/node-exist](https://github.com/eXist-db/node-exist) from 4.9.2 to 5.0.0.
- [Rele...

1e59280cce8021b63f13b904665d033263d56e43 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(ci): test against latest v4 and v5 of existdb

7330f53ccd9b5fe7a4287392d1f633155a6b411f authored over 2 years ago by Juri Leino <[email protected]>
feat(install): install multiple packages

closes #12

The install command can now handle multiple packages and will install
them one by on...

155bf43679bc31ddf9d81569b1e30863cc62d6e9 authored over 2 years ago by Juri Leino <[email protected]>
fix(list): escape backslashes in glob

6532ddfe9da377e4f3d1bd242c8b350992903f8b authored over 2 years ago by Juri Leino <[email protected]>
fix(list): show all for recursive with glob

feae9faeea0db1351188b9f5f42faa5f15d2e0be authored over 2 years ago by Juri Leino <[email protected]>
fix(list): replace replaceAll with replace

Seems to not be present in older node versions (v14).

79f3cce082b4b3aef02c49c7ebbc1b3a172b32a8 authored over 2 years ago by Juri Leino <[email protected]>
fix(list): reliable tests

fd77dd60d35f8cdb19f197d8ed910bd76b568445 authored over 2 years ago by Juri Leino <[email protected]>
fix(list): report all errors, default mimetype

- If a single resource could not be uploaded it will now be reported
as an error.
- If no mime...

d0572d1dccc16f447c0714aee3eb35f4f7faac38 authored over 2 years ago by Juri Leino <[email protected]>
feat(list): add option to upload dotfiles

3fca464f998896cff7b4df9e99c26d0cf8522464 authored over 2 years ago by Juri Leino <[email protected]>
chore(list): options can be a constant

3d65e1a5a434c7647ff37e2d803087340c9a481d authored over 2 years ago by Juri Leino <[email protected]>
fix(list): remove $extended from list query

It is unused and tests fail to it not being set.

5ff24855ec5db2143ed02b88339c2daf54f38287 authored over 2 years ago by Juri Leino <[email protected]>
chore(deps): update package-lock.json

674dc56e19cdc3af871f70b6433e05abd9e88a41 authored over 2 years ago by Juri Leino <[email protected]>
fix(tests): add dotfiles in fixtures

bebd0ea2e72d386ec494f3667b15e4a0bf4038c5 authored over 2 years ago by Juri Leino <[email protected]>
feat(configuration): read configuration files

BREAKING CHANGE: The db connection now defaults to the guest user.
If you need to connect to a d...

508c75fdc2a62028c5526e405a30db464e488b73 authored over 2 years ago by Juri Leino <[email protected]>
feat(list): iso date formatting, 256 term colors

Enhance term color output to use 256 colors.
This is used in date column to indicate age selecti...

6e662d5aa22d3960c6c56ff5c33fe046e16951db authored over 2 years ago by Juri Leino <[email protected]>
fix(list): default to descending for time, size sort

2313056efd5ae8b6d5ac7a0e885192bdfcc18037 authored over 2 years ago by Juri Leino <[email protected]>
chore(tree): remove tree command

BREAKING CHANGE: the tree command is obsolete.
Use xst list --tree instead.

de23b1ee0dc3f8d6084d64e99e18e909931692be authored over 2 years ago by Juri Leino <[email protected]>
fix(list): rename long option 'extended' to 'long'

BREAKING CHANGE: replace --extended with -- long

dc20431b54bc9d9cb0ffe76cd136f36cc4fd31d2 authored over 2 years ago by Juri Leino <[email protected]>
feat(list): add sorting by time, type, size and name

4fd15d90d1f55d5f102ecb1e4cc57f60b1389db8 authored over 2 years ago by Juri Leino <[email protected]>
feat(list): tree, recursive, globbing, size

Rework of the entire list command.

- add tree option
- add recursive option
- add depth option
...

49132cd1bb0ee5258985ac4723483d0a39c36276 authored over 2 years ago by Juri Leino <[email protected]>
test(list): globbing pattern parameter

037dfde881f87bccf95978efa7e81c46571c2c41 authored over 2 years ago by Juri Leino <[email protected]>
fix(cli): default command only to stdout

parser.showHelp outputs to stderr
now using await parser.getHelp instead to have all on stdout

55b0e46d50efb55f3438fd71da5c2cd6deaf7467 authored over 2 years ago by Juri Leino <[email protected]>
chore(standard): fix formatting

9e47acbc167460a9df3bfae596d01980a4ce48d2 authored over 2 years ago by Juri Leino <[email protected]>
fix(list): glob parameter working

When the XQuery was extracted into list-resources.xq
the regular expressions in local:glob-to-re...

82ba5714128fb4ff66f2f7a888f1e71e45272a89 authored over 2 years ago by Juri Leino <[email protected]>
feat(bin): export alternative bin "exist"

ea420a770b572b2edc419d0490a32144f2cde6d0 authored over 2 years ago by Juri Leino <[email protected]>
feat(help): add logo, examples to default output

4aca412f0d39b084d62c3447a2592f883b596417 authored over 2 years ago by Juri Leino <[email protected]>
design(tree): indent by 4 characters

e8fd87844449c2ba5f4a8fb6f49c0d7a6a59791f authored over 2 years ago by Juri Leino <[email protected]>
fix(tree): rendering of last element(s)

9b5259e5fc1928006957871f4e687cc638e506e4 authored over 2 years ago by Juri Leino <[email protected]>
doc(readme): update installation and usage info

6db1c0178484267a19493b3cf1418196843fb549 authored over 2 years ago by Juri Leino <[email protected]>
Merge pull request #1 from line-o/build/automated-releases

Build/automated releases

f2bf8e7f87bcf3f036c1c2af03c7a8683d2ec09f authored over 2 years ago by Juri Leino <[email protected]>
fix(test): failing test on 4.7.1

b2e39f1099ca88847e757dc52ec6587c260b92eb authored over 2 years ago by Juri Leino <[email protected]>
fix(gha): link before running tests

c235ec084602b7ecdb363886e47f444db930c67d authored over 2 years ago by Juri Leino <[email protected]>
chore(package): add repo and author info

b7782418b3ef98951125ab4c18754879b101ecc9 authored over 2 years ago by Juri Leino <[email protected]>
build: publish with semantic-release

2f6397d3dbefae3df3cfb6ed421b03a040a7bc21 authored over 2 years ago by Juri Leino <[email protected]>
initial version

available commands
- list
- execute
- upload
- install
- tree

5271f25572951b36225d457d041fbc23f73473eb authored over 2 years ago by Juri Leino <[email protected]>