Skip to content

Releases: DIRACGrid/diracx

v0.0.1a13: Merge pull request #234 from natthan-pigoux/np-remote-git-cs

11 Apr 16:25
e6db8f0
Compare
Choose a tag to compare

0ff8cf2 Refactor a bit the ConfigSource
b045468 add ConfigSource for remote repository
e43ded9 Regenerate client
2e94a3f Add DB,routes and tests for (un)assigning sandboxes to jobs
6b00f1f [pre-commit.ci] pre-commit autoupdate
964b139 build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0
52f5ef1 ci: log in Dockerfile
c451af9 build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1
b7bc76d [pre-commit.ci] pre-commit autoupdate
3eacc96 Update deprecated syntax in pyproject.toml
6cb997c Introduce Bandit security check

v0.0.1a12: Merge pull request #226 from DIRACGrid/pre-commit-ci-update-config

24 Mar 03:38
c729082
Compare
Choose a tag to compare

ae510aa [pre-commit.ci] pre-commit autoupdate
25a1822 [pre-commit.ci] pre-commit autoupdate
76dc46a Workaround for the setuptools issue used by Autorest (Azure/autorest.python#2449)
aeb9cac feat: add a few more tests
48b8158 feat: update client
72771a8 refactor: remove audience claim
36d1625 feat: validate user properties against vo/group properties
2f3900e feat: restructure auth module
7e93397 Bump codecov/codecov-action from 4.0.2 to 4.1.0
acb52ff Bump codecov/codecov-action from 4.0.1 to 4.0.2
dba04d7 feat: add the state key to run_local
46b91a3 feat: add a Fernet key to encrypt/decrypt the state dict
e383d9a feat: hash device_code and code
ee3f655 [pre-commit.ci] pre-commit autoupdate

v0.0.1a11: Merge pull request #217 from DIRACGrid/pre-commit-ci-update-config

08 Feb 08:49
0eea030
Compare
Choose a tag to compare

5aa0789 [pre-commit.ci] pre-commit autoupdate
4231d14 fix: Return correct properties in access tokens
d92eb1c Bump codecov/codecov-action from 3.1.5 to 4.0.1
128a2f1 [pre-commit.ci] auto fixes from pre-commit.com hooks
2943356 [pre-commit.ci] pre-commit autoupdate
4377233 Bump codecov/codecov-action from 3.1.4 to 3.1.5
1b75d16 feat: Remove useless VO parameter from /config
7502815 feat: Add "dirac config dump" CLI
2a27354 fix: Error message when encountering an unknown output_format

v0.0.1a9: Merge pull request #209 from chrisburr/proxy-cs-options

28 Jan 09:12
d44389a
Compare
Choose a tag to compare

cd995f0 feat: Include proxy related options in the DiracX CS
f36cdc5 [pre-commit.ci] auto fixes from pre-commit.com hooks
27c71b1 fix: add VO to sb_Owners table
b5a3a24 fix: follow DIRAC/pull/7408
f9c9c78 Print the DIRAC revision used for integration tests
edaa7c0 fix run_local.sh
3c8b0e8 fix: following changes in DIRAC/pull/7407
bd7fbd9 test: modify login test to approve dex confirmation page
6ac8ff5 cast for mypy
421bacf feat (cs_sync): use old CS to store sync config
81a60cf feat (cs_sync): DisabledVOs cannot be set if any Legacy clients are enabled
44161d6 start migration docs
793083e [pre-commit.ci] pre-commit autoupdate
7a2c3a4 bump download-artifact to v4
c697f40 Bump actions/upload-artifact from 3 to 4
c6ab9d4 cast exception_handler because of contravariance
571d67e [pre-commit.ci] pre-commit autoupdate
8086dc6 [pre-commit.ci] pre-commit autoupdate
9e0b085 [pre-commit.ci] pre-commit autoupdate
57c37f5 Bump actions/setup-python from 4 to 5
4b4f899 Optimise diracx-cli/tests/test_internal.py
fc1e0cd Fix warnings emitted while tests run
715cd15 Add DTZ ruff rules
8277650 Move to ClientFactory
995aaa6 Use a cache of DBs to avoid creating the schema for every unit test
91e8533 Use smaller RSA key sizes for unit tests
fa0b1dd Use an event listener for setting PRAGMA foreign_keys=ON
067a06f Return a sensible error if SandboxStoreSettings._client hasn't been initialised
f4af312 Support using pytest-xdist
d24b8c1 Add caching to select_from_extension and extensions_by_priority
074751d Use session scope for more test fixtures
bdf06d3 Use a single RSA key for all tests
53970df Set initial_branch name for the CS

v0.0.1a10

28 Jan 14:37
00e9120
Compare
Choose a tag to compare
v0.0.1a10 Pre-release
Pre-release

00e9120 doc: Fix README badges

v0.0.1a8: Merge pull request #188 from chaen/jobStateUpdate

30 Nov 08:41
3edad85
Compare
Choose a tag to compare

82f95a2 Regenerate client
1056548 Fix set_job_status
eb75935 StatusSource -> Source
c9d9e16 jobstateupdate cont
32b9db3 Use patch instead of put for updating job status
4c3d500 Initial JobStatusUpdate
0490e8a feat: internals add_vo and add_group

v0.0.1a7

28 Nov 11:32
Compare
Choose a tag to compare
v0.0.1a7 Pre-release
Pre-release

40deee8 Fix deployment

v0.0.1a6

28 Nov 11:26
Compare
Choose a tag to compare
v0.0.1a6 Pre-release
Pre-release

72c0185 Fix deployment

v0.0.1a5

28 Nov 09:56
089696f
Compare
Choose a tag to compare
v0.0.1a5 Pre-release
Pre-release

089696f Update README.md

v0.0.1a4: Merge pull request #185 from chrisburr/fix-integration-tests

28 Nov 09:50
d2074f1
Compare
Choose a tag to compare

8276fec Simplify building versioned images
8846401 Get vanilla DIRAC integration tests working again
225c142 [pre-commit.ci] pre-commit autoupdate
4d5df45 feat: disable refresh token rotation if token is for legacy DIRAC
dd32bb0 Build all containers for arm64 as well as amd64
e217d4c Update containers to use split packages
2928fb9 Also build DiracX in CI