1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00
Commit Graph

8415 Commits

Author SHA1 Message Date
proletarius101
097f81a565
test(deploy): fix errors 2024-06-04 20:53:40 +08:00
proletarius101
abf4c93a7b
fix(deploy): don't recreate the branches 2024-06-04 20:53:40 +08:00
proletarius101
0e781913b8
fix: No such file or directory: 'repo/entry.jar' 2024-06-04 20:52:47 +08:00
proletarius101
7bfcb21ba6
test 2024-06-04 20:52:47 +08:00
proletarius101
1331d089ce
test 2024-06-04 20:52:47 +08:00
proletarius101
cda322445f
test 2024-06-04 20:52:47 +08:00
proletarius101
0eefa6fbe5
test 2024-06-04 20:52:47 +08:00
proletarius101
2f37cfb9a2
test 2024-06-04 20:52:47 +08:00
proletarius101
b4cfbd26e9
fix(deploy): align the config naming 2024-06-04 20:52:47 +08:00
proletarius101
1d8f404ef1
test 2024-06-04 20:52:47 +08:00
proletarius101
dbd6e4237e
test 2024-06-04 20:52:47 +08:00
proletarius101
2bc584d442
test 2024-06-04 20:52:47 +08:00
proletarius101
4689da8d08
test 2024-06-04 20:52:47 +08:00
proletarius101
4c32be112c
test 2024-06-04 20:52:47 +08:00
proletarius101
d30e7a0169
fix(deploy): error: The branch 'full' is not fully merged. 2024-06-04 20:52:47 +08:00
proletarius101
fcba5a4227
fix(deploy): error: The following untracked working tree files would be overwritten by checkout 2024-06-04 20:52:47 +08:00
proletarius101
fd7adaa61f
fix: no files are uploaded 2024-06-04 20:52:47 +08:00
proletarius101
bc2838829b
fix(deploy): Reference at 'refs/heads/full' does already exist 2024-06-04 20:52:47 +08:00
proletarius101
489944a503
fix: index only mode setting doesn't work if it follows a full mode config 2024-06-04 20:52:47 +08:00
proletarius101
3e67622736
fix: index only mode setting doesn't work if it follows a full mode config 2024-06-04 20:52:47 +08:00
Hans-Christoph Steiner
4acab21d81
fix: avoid making the parent directory redundantly in test case 2024-06-04 20:52:39 +08:00
proletarius101
ca5e9a089c
lint: fix pydocstyle 2024-06-04 20:52:39 +08:00
proletarius101
99a3823621
fix: ModuleNotFoundError 2024-06-04 20:52:39 +08:00
proletarius101
76432199be
lint: fix black formatting 2024-06-04 20:52:39 +08:00
proletarius101
df28c1e6c3
fix(deploy): remove the index-only mode from elsewhere except the config file
To enable per-remote configuration
2024-06-04 20:52:39 +08:00
proletarius101
0ea0a3de78
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
f2fcfeabe5
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
a4247eea0d
style: fix lint 2024-06-04 20:49:35 +08:00
proletarius101
221739b653
refactor: use _get_index_file_paths() instead of this mix of --include/--exclude 2024-06-04 20:49:07 +08:00
proletarius101
c7574037a9
refactor: remove the support of the index only mode when syncing to the local filesystem 2024-06-04 20:45:22 +08:00
proletarius101
359661a332
chore: revert repository vscode settings 2024-06-04 20:43:47 +08:00
proletarius101
cc75f2f9a4
feat(deploy): add index only mode in update_servergitmirrors 2024-06-04 20:43:47 +08:00
proletarius101
e22f7e52a8
style(deploy): remove unused imports 2024-06-04 20:43:03 +08:00
proletarius101
7840d0dc35
style(deploy): fix pydocstyle errors 2024-06-04 20:43:03 +08:00
proletarius101
1f3f02765d
test(deploy): add test cases for update_awsbucket_libcloud and fix errors 2024-06-04 20:43:03 +08:00
proletarius101
91cf352b96
test(deploy): add test cases for update_awsbucket_s3cmd 2024-06-04 20:43:03 +08:00
proletarius101
5e3b474a1c
fix(deploy): add test cases for local copy mode and fix issues 2024-06-04 20:43:03 +08:00
proletarius101
160c23a547
fix(deploy): add test cases for server webroot mode and fix issues 2024-06-04 20:40:34 +08:00
proletarius101
2b6542b231
fix(deploy): restore accidentally removed code 2024-06-04 20:39:38 +08:00
proletarius101
742381a923
test(deploy): properly test non-index-only mode 2024-06-04 20:38:44 +08:00
proletarius101
3b58c386a4
fix(deploy): fix typo 2024-06-04 20:38:07 +08:00
proletarius101
7071cc6f6d
feat(deploy): support the index-only option when syncing from/to local copies 2024-06-04 20:37:45 +08:00
proletarius101
3ec997d58e
feat(deploy): support index-only mode in libcloud 2024-06-04 20:36:33 +08:00
proletarius101
bd62007b54
feat(deploy): support --index-only option for serverwebroot deployments 2024-06-04 20:35:40 +08:00
proletarius101
2c361f6cee
refactor: revert changes to the full sync mode for s3cmd 2024-06-04 20:34:37 +08:00
proletarius101
1cf0185508
feat(update_awsbucket_s3cmd): support the index-only flag 2024-06-04 20:34:00 +08:00
proletarius101
3dee7e915d
feat: add --index-only flag 2024-06-04 20:33:05 +08:00
Hans-Christoph Steiner
f50e5a806d Merge branch 'switching-s3cmd-for-rclone' into 'master'
Adding rclone as an option to fdroid deploy

Closes #1095

See merge request fdroid/fdroidserver!1095
2024-05-29 14:08:07 +00:00
paul mayero
7aabfbcbf0 Adding rclone as an option to fdroid deploy 2024-05-29 14:08:07 +00:00
Hans-Christoph Steiner
eadbf06d48 Merge branch 'licaon-kter-master-patch-05845' into 'master'
Fix more tests after !1487

See merge request fdroid/fdroidserver!1488
2024-05-23 08:30:36 +00:00