rclone/cmd
Dan McArdle 68e40dc141 cmd/gitannex: Add to integration tests
This commit registers gitannex's unit tests with the integration tester
by updating the config.yaml file.

Since we have not yet updated the e2e tests to use the fstest framework,
this commit also adds a case to the e2e tests' skipE2eTestIfNecessary()
function.

Issue #7984
2025-02-26 17:18:02 +00:00
..
about docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
all cmd/gitannex: Add the gitannex subcommand 2024-03-26 09:43:43 +00:00
authorize docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
backend docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
bisync fix golangci-lint errors 2025-02-12 21:24:55 +00:00
cachestats docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cat build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
check docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
checksum docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cleanup docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cmount cmount: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
config cmd/config(update remote): introduce --no-output option 2025-01-24 17:22:58 +00:00
copy docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
copyto docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
copyurl docs: fix typos found by codespell in docs and code comments 2025-01-16 10:39:01 +01:00
cryptcheck docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cryptdecode docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
dedupe build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
delete docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
deletefile docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
genautocomplete build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
gendocs build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
gitannex cmd/gitannex: Add to integration tests 2025-02-26 17:18:02 +00:00
hashsum docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
link docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
listremotes Make filtering rules for help and listremotes more lenient 2024-08-15 18:45:12 +02:00
ls docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
lsd docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
lsf docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
lsjson docs: group the different options affecting lsjson output 2024-09-07 09:41:08 +01:00
lsl docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
md5sum docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
mkdir docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
mount mount: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
mount2 mount2: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
mountlib cmd/mountlib: better snap mount error message 2024-12-06 08:14:09 +00:00
move docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
moveto docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
ncdu fs: refactor base log method name for improved consistency 2024-09-06 17:04:18 +01:00
nfsmount serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
obscure docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
purge doc: add note on concurrency of rclone purge 2025-02-13 11:41:37 +00:00
rc docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
rcat build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
rcd build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
reveal docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
rmdir docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
rmdirs docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
selfupdate build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
serve docs: fix typos found by codespell in docs and code comments 2025-01-16 10:39:01 +01:00
settier docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
sha1sum docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
size size: make output compatible with -P 2025-01-11 18:39:15 +00:00
sync docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
test test makefiles: add --flat flag for making directories with many entries 2024-12-11 18:21:42 +00:00
touch touch: make touch obey --transfers 2025-02-21 15:53:47 +00:00
tree docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
version version: add --deps flag to show dependencies and other build info 2025-01-14 12:08:49 +00:00
cmd.go cmd: fix crash if rclone is invoked without any arguments - Fixes #8378 2025-02-12 21:31:05 +00:00
completion.go cmd: make auto completion work for all shells and reduce the size 2024-02-29 14:46:50 +00:00
help.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
progress.go fs: refactor base log method name for improved consistency 2024-09-06 17:04:18 +01:00
selfupdate_disabled.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
selfupdate_enabled.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
siginfo_bsd.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
siginfo_others.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00