Skip to content

Commit 9e11ef8

Browse files
authored
Changes in release notes not ADA (#135)
* Removed change notes in ada; no version update on branches * Added release.yml
1 parent 1037a52 commit 9e11ef8

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
authors:
8+
- github-actions[bot]
9+
categories:
10+
- title: Features
11+
labels:
12+
- enhancement
13+
- title: Fixes
14+
labels:
15+
- bug
16+
- title: Documentation
17+
labels:
18+
- documentation
19+
- title: Breaking Changes
20+
labels:
21+
- breaking-change
22+
- title: Dependencies
23+
labels:
24+
- dependencies
25+
- title: Other Changes
26+
labels:
27+
- "*"

.github/workflows/update_ada_version.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Update ada version
22

33
on:
44
push:
5-
branches:
6-
- '**' # runs on any branch push
75
tags:
86
- 'v*' # runs on tag push
97
workflow_dispatch: # manual trigger possible

ada/ada

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,11 @@
22

33
# ADA - Advanced dCache API tool to manage data stored in dCache.
44
#
5-
# Design: Natalie & Onno, SURFsara.
5+
# Design: Natalie Danezi, Haili Hu & Onno Zweers, SURF.
66
#
77
# 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+
3610

3711
usage() {
3812
cat <<-EOF

0 commit comments

Comments
 (0)