Skip to content

Commit 4561b37

Browse files
committed
Black reformatting for most subdirectories
1 parent 41c05d1 commit 4561b37

File tree

67 files changed

+571
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+571
-467
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ exclude =
99
.local
1010
build
1111
migrations
12-
13-

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github:
3+
github:
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assignees: ''
2424
* [ ] Activate [ReadTheDocs version](https://readthedocs.org/projects/servicex/versions/) for the release branch
2525
* [ ] Update links to docs in README on release branch
2626
* [ ] Set chart version in `servicex/Chart.yaml`
27-
- Note that the version must match the release branch name. Do not include the leading "v" and RC should be lowercase.
27+
- Note that the version must match the release branch name. Do not include the leading "v" and RC should be lowercase.
2828
Verify the settings with `helm template serviceX | grep URL` and insure the link works.
2929
* [ ] Make sure that DockerHub has tags for this release in sslhep/servicex_app and other image repos
3030
* [ ] Fix the default images and tags in `servicex/values.yaml` on release branch

.github/workflows/ci_helm_publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ jobs:
4848
cmd: |
4949
# Update the version of the helm chart
5050
yq -i '.appVersion = strenv(RELEASE_VERSION) | .appVersion style="double" | .version = "'$RELEASE_VERSION'"| .version style="double" ' helm/servicex/Chart.yaml &&
51-
51+
5252
# Update the tags for the well known images in the helm values.yaml
5353
yq -i '.app.tag = strenv(DOCKER_TAG) | .app.tag style="double" |
5454
.transformer.sidecarTag = strenv(DOCKER_TAG) | .transformer.sidecarTag style="double" |
5555
.minioCleanup.tag = strenv(DOCKER_TAG) | .minioCleanup.tag style="double" |
5656
.x509Secrets.tag = strenv(DOCKER_TAG) | .x509Secrets.tag style="double" ' helm/servicex/values.yaml &&
57-
57+
5858
# Loop over each of the DID Finders to update the tags for each
59-
DIDFINDERS=$(yq '.didFinder | keys | .[]' helm/servicex/values.yaml) &&
59+
DIDFINDERS=$(yq '.didFinder | keys | .[]' helm/servicex/values.yaml) &&
6060
for i in $DIDFINDERS; do yq -i '.didFinder.[$i].tag=strenv(DOCKER_TAG) | .didFinder.[$i].tag style="double"' helm/servicex/values.yaml; done &&
6161
6262
# Loop over each of the Codegens to update the tags for each
63-
CODEGENS=$(yq '.codeGen | keys | .[]' helm/servicex/values.yaml) &&
63+
CODEGENS=$(yq '.codeGen | keys | .[]' helm/servicex/values.yaml) &&
6464
for i in $CODEGENS; do yq -i '.codeGen.[$i].tag=strenv(DOCKER_TAG) | .codeGen.[$i].tag style="double"' helm/servicex/values.yaml; done
6565
6666
- name: Set up Helm
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
cmd: |
9494
# Update the chart version to pick up
95-
yq -i '.spec.chart.spec.version = strenv(RELEASE_VERSION) | .spec.chart.spec.version style="double" ' flux_river_configs/servicex-prod/values.yaml
95+
yq -i '.spec.chart.spec.version = strenv(RELEASE_VERSION) | .spec.chart.spec.version style="double" ' flux_river_configs/servicex-prod/values.yaml
9696
9797
- name: Pushes to flux-river-configs repository
9898
uses: cpina/github-action-push-to-another-repository@v1.7.2
@@ -113,4 +113,4 @@ jobs:
113113
token: ${{ secrets.GITHUB_TOKEN }}
114114
name: Release ${{ github.ref }}
115115
draft: false
116-
prerelease: false
116+
prerelease: false

.github/workflows/ci_helm_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
fi
3737
3838
- name: Run chart-testing (lint)
39-
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs ${GITHUB_WORKSPACE}/helm/servicex --charts helm/servicex
39+
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs ${GITHUB_WORKSPACE}/helm/servicex --charts helm/servicex

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.idea/
33
.vscode/
44
poetry.toml
5-
.pyc
5+
.pyc

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ April 14, 2025
2121
- Updated the VOMS servers used in the docker images
2222
- Ignore missing trees in uproot-raw transformer by default
2323
- Update to Uproot scince image to use uproot 5.6.0
24-
- Store transform events and size in the database
24+
- Store transform events and size in the database
2525

2626
### Fixed
2727
- XAOD Transformer now correctly catches exceptions and reports them
@@ -41,7 +41,7 @@ March 6, 2025
4141
### Changed
4242
- Dashboard times now shown in the user's local timezone
4343
- Default sort order in dashboard is now by start time (descending)
44-
- Update poetry version
44+
- Update poetry version
4545

4646
### Fixed
4747
- Reporting of finish times even when there are zero files
@@ -98,7 +98,7 @@ November 8, 2024
9898
- Documentation theme
9999

100100
### Fixed
101-
- Made changes to values.yaml to revert to `develop` tags for all images by default
101+
- Made changes to values.yaml to revert to `develop` tags for all images by default
102102
- Fixed the reference to obsolete xAOD code generator in values.yaml
103103
- Fixed links to the documentation
104104

@@ -221,7 +221,7 @@ September 4, 2023
221221
### Added
222222
- Better replica filtering in Rucio DID Finder
223223
- Sidecar can convert files from root to parquet for cases where the transformer can't
224-
- Network configuration in docker images to support IPv6
224+
- Network configuration in docker images to support IPv6
225225
### Changed
226226
- Transformer Sidecar and science images communicate over a unix socket instead of the shared volume
227227
### Fixed
@@ -264,7 +264,7 @@ April 12, 2023
264264
- Updated werkzeug library to avoid security vulnerabilities
265265
- Web app restarts when helm chart updates the app.config
266266

267-
### Fixed
267+
### Fixed
268268
- The python code generator didn't get properly ported to the transformer sidecar architecture. This is now fixed
269269

270270
### Removed
@@ -277,7 +277,7 @@ February 7, 2023
277277
- Cron job to clean up Minio storage from old transforms
278278
### Changed
279279

280-
### Fixed
280+
### Fixed
281281

282282
### Removed
283283

@@ -413,7 +413,7 @@ script to update the transformer tag.
413413
### Added
414414

415415
- Support for xCache in DID Finders
416-
- Sorting of results in web page
416+
- Sorting of results in web page
417417
- Cleaned up and improved documentation
418418
- Examples for ATLAS, tcut, and CMS
419419
- ServiceX Logo

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ServiceX - Data Delivery for the HEP Community
44

5-
![Uproot Status](https://github.com/ssl-hep/servicex-backend-tests/actions/workflows/daily_servicex_uproot_test_af.yml/badge.svg)
5+
![Uproot Status](https://github.com/ssl-hep/servicex-backend-tests/actions/workflows/daily_servicex_uproot_test_af.yml/badge.svg)
66
![xAOD Status](https://github.com/ssl-hep/servicex-backend-tests/actions/workflows/daily_servicex_xaod_test_af.yml/badge.svg)
77

88
ServiceX is an on-demand service that delivers data straight from the grid to high energy physics analysts in an easy, flexible, and highly performant manner.
@@ -16,7 +16,7 @@ ServiceX is an on-demand service that delivers data straight from the grid to hi
1616

1717
## Getting Started
1818

19-
Check out our [quick start guide](https://servicex-frontend.readthedocs.io/en/stable/)
19+
Check out our [quick start guide](https://servicex-frontend.readthedocs.io/en/stable/)
2020
for instructions on how to obtain credentials,
2121
install the [ServiceX Python library](https://pypi.org/project/servicex/),
2222
and make your first ServiceX transformation request.
@@ -27,13 +27,13 @@ and make your first ServiceX transformation request.
2727

2828
The [Scalable Systems Laboratory](https://iris-hep.org/ssl.html) (SSL) at IRIS-HEP maintains multiple instances of ServiceX to transform several input formats from different experiments.
2929

30-
In addition, ServiceX is an open-source project, and you are welcome to host your own deployment.
31-
Instructions on how to configure and deploy ServiceX can be found in our
30+
In addition, ServiceX is an open-source project, and you are welcome to host your own deployment.
31+
Instructions on how to configure and deploy ServiceX can be found in our
3232
[deployment guide](https://servicex.readthedocs.io/en/latest/deployment/basic/).
3333

3434
## Contributing
3535

36-
The ServiceX team welcomes community contributions. If you'd like to get involved, please check out our
36+
The ServiceX team welcomes community contributions. If you'd like to get involved, please check out our
3737
[contributor guide](https://servicex.readthedocs.io/en/latest/development/contributing/).
3838

3939
## License
@@ -44,7 +44,7 @@ ServiceX is distributed under a [BSD 3-Clause License](LICENSE).
4444
![](https://iris-hep.org/assets/logos/Iris-hep-5-just-graphic.png)
4545
![](https://iris-hep.org/assets/images/nsf-logo-128.png)
4646

47-
ServiceX is a component of the [IRIS-HEP](https://iris-hep.org/) Intelligent Data Delivery Service, and is supported by National Science Foundation under [Cooperative
48-
Agreement OAC-1836650](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1836650). Any opinions, findings, conclusions or recommendations
49-
expressed in this material are those of the authors and do not necessarily
47+
ServiceX is a component of the [IRIS-HEP](https://iris-hep.org/) Intelligent Data Delivery Service, and is supported by National Science Foundation under [Cooperative
48+
Agreement OAC-1836650](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1836650). Any opinions, findings, conclusions or recommendations
49+
expressed in this material are those of the authors and do not necessarily
5050
reflect the views of the National Science Foundation.

code_generator_funcadl_uproot/.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ exclude =
99
.local
1010
build
1111
migrations
12-
13-

code_generator_funcadl_uproot/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
coverage.xml
77
generated/
88
.venv/*
9-
.python-version
9+
.python-version

0 commit comments

Comments
 (0)