Skip to content

Releases: DIRACGrid/diracx

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

21 Nov 08:49
e514bb8
Compare
Choose a tag to compare

4ba1e8a [pre-commit.ci] pre-commit autoupdate
b5b13b4 Add NoSetup option in the DIRAC config
08ba054 [pre-commit.ci] pre-commit autoupdate
da25120 [pre-commit.ci] pre-commit autoupdate
6ec7c74 feat(readme): quick reshuffle of the description
55bf0cd feat(auth): add scope documentation
1673f76 move min_diracx_version constant in routers init
cbca461 regenerate client
5b4dbfd Send client version to server

v0.0.1a19: Merge pull request #300 from aldbr/main_FEAT_specific-props

16 Oct 08:26
21076c4
Compare
Choose a tag to compare

23ed966 pin minimum versions for aiobotocore
c694a7e fix(auth): adjust tests with unallowed properties
2b410da Fix use of sub instead of prefered_name
107f387 Allow user to ask for specific properties only
11a7fad feat: add tests for specific properties
1704d06 tests: use idp-server.invalid instead of lhcb-auth.web.cern.ch
1dec27d Support diracx extension: Gubbins
4d86302 [pre-commit.ci] pre-commit autoupdate
09475e7 fix: change method name
9953ddb feat: use bulk insert with a stmt compile step
4d4fbe2 feat: use bulk insert
69cf73a test: extend tests for empty pilot stamps
34a33c6 fix: move EnumBackedBool to utils/init
0adb6b3 fix: Apply suggestions from code review (2)
71395f4 fix: Apply suggestions from code review
b2b0232 fix: avoid mutable default values as arguments + unit test
86d0f4c fix: modify db.py to match Dirac 9.0
ce8dfc0 fix: modify schema to match Dirac 9.0
f552417 feat: addPilotReferences
9281158 fix: add a default value for GridRequirements column
8587d6c feat: Implement PilotAgents schema
a2567b0 [pre-commit.ci] pre-commit autoupdate
2f97604 build(deps): bump mamba-org/setup-micromamba from 1 to 2
08479b2 build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0
6eeeda8 [pre-commit.ci] pre-commit autoupdate
b01407b always build dev images
11c0298 Adapt tests to pytest_httpx >= 0.32.0
0ae2f6d fix: remove SiteMask and SiteMaskLogging

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

01 Oct 08:45
bc157e8
Compare
Choose a tag to compare

3449d56 [pre-commit.ci] pre-commit autoupdate
de91208 [pre-commit.ci] pre-commit autoupdate
0037c80 Delete diracx-routers/src/diracx/routers/auth/utils.py.orig
309cc65 fix: respond to comments
29fd300 fix: align python version to 3.11
e562f2d fix: run tests with 1024 bit tokens
71ca480 fix: do not fix python version in pre-commit config
c39048c style: pyupgrade --py311-plus
85f1fb4 fix: added pyupgrade to pre-commit
3f48581 fix: avoid deprecation of utcnow
49d82b1 [pre-commit.ci] auto fixes from pre-commit.com hooks
909fd82 test: added shellcheck
c956505 fix: avoid deprecation of utcnow
2bce653 test: added pilot tests
8bd9372 fix: align python version to 3.11
8073c66 fix: adapt jobs cli to resolve issue with typer >= 0.12.4
95a9e62 Make data in ./run_local.sh persistent across reloads and support parameter DBs
30b0f74 Fix make-token-local.py for ./run_local.sh
ca0e23d Improve error message if connecting to a DB fails
b924477 Support mocking JobParametersDB for unit tests
7fd5385 Fix use of contextlib to ensure cleanup is always ran
5095d46 feat(docs): add a paragraph about advanced use cases with DBs in services
502755b feat: add SQL transaction model tests
abf8fcc [pre-commit.ci] pre-commit autoupdate
f18ff00 [pre-commit.ci] pre-commit autoupdate
10a487e fix(jobs): malformed checksum error when uploading a sandbox
fc90f42 feat(db): integrate the 'not in' operator
2903afb feat: introduce DevlopmentSettings, and only crash in CI for missed access policy (#275)
44c3e59 fix: do not used nested policy for SandboxPolicy (#283)
d1b7910 feat(cli): update helm values in internal legacy CLI
c48183f refactor: Split diracx.dbs.sql.job
a7be273 Depend on uvicorn for diracx-routers
1572153 Simplify environment.yml
0afaf24 fix: exclude typer versions from 0.12.4
22b9544 feature: Switch to EdDSA for JWTs in tests
6a7c2b1 [pre-commit.ci] pre-commit autoupdate
41e7a1d Do not close the connection to OS DB when finishing a request
e33f174 [pre-commit.ci] pre-commit autoupdate
9654d00 [pre-commit.ci] pre-commit autoupdate
bfd40b5 build(deps): bump docker/build-push-action from 5 to 6
72922d5 [pre-commit.ci] pre-commit autoupdate
57c9231 fix(job-manager): use Config object from dependencies
8702ad6 build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
eb8551e feat(docs): client
dea541c Apply feedback and improve docstring consistency
499dedb feat(docs): client
85f28a6 Add docs/DATABASES.md
6f244e1 Add docs/CONFIGURATION.md
ea6bfcb Add docs/SERVICES.md
b73ad85 feat(docs): client
d58a84b cont
1d18a98 start docs
d98c892 [pre-commit.ci] pre-commit autoupdate
ea02d7c Add missing join in test_assign_and_unsassign_sandbox_to_jobs

v0.0.1a17

10 Jun 07:47
Compare
Choose a tag to compare
v0.0.1a17 Pre-release
Pre-release

c48350a Fix definition of SqlalchemyDsn for pydantic 2
3347de0 Fix definition of SqlalchemyDsn for pydantic 2
d6f81c3 Regenerate client
d8c8d1a Suppport Pydantic 2
01a7a43 use urljoin instead of string manipulation

v0.0.1a16: Merge pull request #243 from aldbr/main_FEAT_pagination

05 Jun 14:33
eb95c59
Compare
Choose a tag to compare

e06d2ab test: Simplify fixture
0cb3b56 feat(dirac-client): add pagination
73647d6 feat(diracx-router): include pagination to search
c43d102 fix(diracx-db): sort jobs
4cfe53b Implement Policy Mechanism
c4beff0 Rebuild every morning
8fdb70b fix(auth): better error when refresh token is expired
c29575f [pre-commit.ci] pre-commit autoupdate
186d1e7 Implement OpenTelemetry
d1b799f [pre-commit.ci] pre-commit autoupdate
e4f3657 build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1

v0.0.1a15

27 May 09:31
2f9f1f6
Compare
Choose a tag to compare
v0.0.1a15 Pre-release
Pre-release

492d798 build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0

v0.0.1a14: Merge pull request #240 from chaen/botocore_version

15 May 19:20
cb8f78f
Compare
Choose a tag to compare

32f587b Set minimal version of aiobotocore to speedup pip resolution
a527154 [pre-commit.ci] pre-commit autoupdate
8cd9045 build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.1
23cbd26 don't call super on abstract method
5b74c53 [pre-commit.ci] pre-commit autoupdate

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