|
2 | 2 |
|
3 | 3 | # ADA - Advanced dCache API tool to manage data stored in dCache. |
4 | 4 | # |
5 | | -# Design: Natalie & Onno, SURFsara. |
| 5 | +# Design: Natalie Danezi, Haili Hu & Onno Zweers, SURF. |
6 | 6 | # |
7 | 7 | # Latest version is available at: https://github.com/sara-nl/SpiderScripts |
8 | | -# |
9 | | -# Changes: |
10 | | -# 2025-06-17 - Haili - Add option --delete-channel to delete a channel by name |
11 | | -# 2025-04-10 - Haili - Add options --resume and --force to events and report-staged |
12 | | -# 2025-02-20 - Onno - Fail early when a token is about to expire |
13 | | -# 2025-02-18 - Haili - Read config from <script_dir>/etc/ada.conf (as last option) |
14 | | -# 2025-01-14 - Onno - Add support for extended attributes |
15 | | -# 2024-12-30 - Onno - Add support for labels |
16 | | -# 2024-12-27 - Onno - Improved token validation |
17 | | -# 2024-12-12 - Haili - Implement unit testing |
18 | | -# 2024-11-26 - Haili - Add --recursive to --mkdir |
19 | | -# 2024-09-12 - Haili - Added bulk requests for staging and unstaging |
20 | | -# 2024-08-24 - Haili - Added option to use env var BEARER_TOKEN |
21 | | -# 2020-11-04 - Onno - Added link to Natalie's demo video |
22 | | -# 2020-09-22 - Onno - Support environment variables (ada_<variable>) |
23 | | -# 2020-09-02 - Onno - Added --space to get poolgroup capacity |
24 | | -# 2020-08-23 - ahaupt - Use env vars X509_USER_PROXY and X509_CERT_DIR if set |
25 | | -# 2020-05-28 - Onno - Allow curl options to be overridden in config files |
26 | | -# 2020-04-21 - Onno - Improved error handling |
27 | | -# 2020-04-16 - Onno - Add --recursive to --stage, --unstage, --checksum |
28 | | -# 2020-04-03 - Onno - Add --stat to get all possible file/dir info |
29 | | -# 2020-03-13 - Onno - Get server-sent events for files being staged |
30 | | -# 2020-03-11 - Onno - Added recursive deletes |
31 | | -# 2020-03-04 - Onno - Added X509 proxy authentication and netrc authentication |
32 | | -# 2020-02-24 - Onno - Don't show bearer tokens on command line |
33 | | -# 2020-02-18 - Onno - Recursion with server-sent events |
34 | | -# 2020-02-14 - Onno - Support for server-sent events |
35 | | -# 2020-01-28 - Onno - Created |
| 8 | +# For releases: https://github.com/sara-nl/SpiderScripts/releases |
| 9 | + |
36 | 10 |
|
37 | 11 | usage() { |
38 | 12 | cat <<-EOF |
|
0 commit comments