Skip to content

Commit b926ebf

Browse files
chore: release main
1 parent cd13e9c commit b926ebf

File tree

10 files changed

+101
-17
lines changed

10 files changed

+101
-17
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.1.0-a8",
3-
"packages/extensions": "0.1.0-a8",
4-
"packages/diracx-web": "0.1.0-a8",
5-
"packages/diracx-web-components": "0.1.0-a8"
2+
".": "0.1.0-a9",
3+
"packages/extensions": "0.1.0-a9",
4+
"packages/diracx-web": "0.1.0-a9",
5+
"packages/diracx-web-components": "0.1.0-a9"
66
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* allows to hide the footer of the datatable ([6cde6a7](https://github.com/DIRACGrid/diracx-web/commit/6cde6a791e99694284351ed1f014d21c464c95d9))
9+
* datatable checkbox can be removed ([8e2427c](https://github.com/DIRACGrid/diracx-web/commit/8e2427c0a653ac146a1b4c97d4ff97b24e41e52c))
10+
* hover effect on the row, user can pin a column ([175d933](https://github.com/DIRACGrid/diracx-web/commit/175d93394c56b76536454d69e8e2b57e0c46be78))
11+
* improve the pin feature ([f402641](https://github.com/DIRACGrid/diracx-web/commit/f402641ff57e67f2036736878a32a2e289bc04fe))
12+
* pie chart for Job Monitor ([c589a96](https://github.com/DIRACGrid/diracx-web/commit/c589a962ee5ab547d0d17437d568f7fc253378a4))
13+
* pie chart for Job Monitor ([2f5998a](https://github.com/DIRACGrid/diracx-web/commit/2f5998a7c3b6f5480e7397ea0918d27d6859fedb))
14+
15+
16+
### Bug Fixes
17+
18+
* missing color for non-referenced status ([607e1ab](https://github.com/DIRACGrid/diracx-web/commit/607e1ab5436e33f53a54777e5955e1cc6579fcca))
19+
* review suggestions ([cf0fec0](https://github.com/DIRACGrid/diracx-web/commit/cf0fec08e014246fc30fea948c9c0a106170909d))
20+
* review suggestions ([c8a8a67](https://github.com/DIRACGrid/diracx-web/commit/c8a8a67f1d4ecd86ad9c159b9177060e8f516795))
21+
* tests and change the source in the request ([dc06d4e](https://github.com/DIRACGrid/diracx-web/commit/dc06d4ebd3a385143bea6a3a281fe8d7f1c6c8cd))
22+
* the id can't be a number, the toolbar element should be optional ([cbf5372](https://github.com/DIRACGrid/diracx-web/commit/cbf537211c9f44fe2a348f81ad714a310e4dd1f2))
23+
* use Others only when there is more than 1 small category ([254368b](https://github.com/DIRACGrid/diracx-web/commit/254368b5648e5853c9a0e59f1c2bb341017e21bc))
24+
* use the new API and fix the job monitor ([7a42941](https://github.com/DIRACGrid/diracx-web/commit/7a42941317e66ebf89479b275606c6e1608d807f))
25+
* use the status endpoint instead of delete ([4d3f322](https://github.com/DIRACGrid/diracx-web/commit/4d3f322778b3a5d09264180adf8a8cb3515e211f))
26+
327
## [0.1.0-a8](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a7...v0.1.0-a8) (2025-07-17)
428

529

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diracx-web-root",
3-
"version": "0.1.0-a8",
3+
"version": "0.1.0-a9",
44
"private": true,
55
"workspaces": [
66
"packages/diracx-web-components",

packages/diracx-web-components/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* allows to hide the footer of the datatable ([6cde6a7](https://github.com/DIRACGrid/diracx-web/commit/6cde6a791e99694284351ed1f014d21c464c95d9))
9+
* datatable checkbox can be removed ([8e2427c](https://github.com/DIRACGrid/diracx-web/commit/8e2427c0a653ac146a1b4c97d4ff97b24e41e52c))
10+
* hover effect on the row, user can pin a column ([175d933](https://github.com/DIRACGrid/diracx-web/commit/175d93394c56b76536454d69e8e2b57e0c46be78))
11+
* improve the pin feature ([f402641](https://github.com/DIRACGrid/diracx-web/commit/f402641ff57e67f2036736878a32a2e289bc04fe))
12+
* pie chart for Job Monitor ([c589a96](https://github.com/DIRACGrid/diracx-web/commit/c589a962ee5ab547d0d17437d568f7fc253378a4))
13+
* pie chart for Job Monitor ([2f5998a](https://github.com/DIRACGrid/diracx-web/commit/2f5998a7c3b6f5480e7397ea0918d27d6859fedb))
14+
15+
16+
### Bug Fixes
17+
18+
* missing color for non-referenced status ([607e1ab](https://github.com/DIRACGrid/diracx-web/commit/607e1ab5436e33f53a54777e5955e1cc6579fcca))
19+
* review suggestions ([cf0fec0](https://github.com/DIRACGrid/diracx-web/commit/cf0fec08e014246fc30fea948c9c0a106170909d))
20+
* review suggestions ([c8a8a67](https://github.com/DIRACGrid/diracx-web/commit/c8a8a67f1d4ecd86ad9c159b9177060e8f516795))
21+
* tests and change the source in the request ([dc06d4e](https://github.com/DIRACGrid/diracx-web/commit/dc06d4ebd3a385143bea6a3a281fe8d7f1c6c8cd))
22+
* the id can't be a number, the toolbar element should be optional ([cbf5372](https://github.com/DIRACGrid/diracx-web/commit/cbf537211c9f44fe2a348f81ad714a310e4dd1f2))
23+
* use Others only when there is more than 1 small category ([254368b](https://github.com/DIRACGrid/diracx-web/commit/254368b5648e5853c9a0e59f1c2bb341017e21bc))
24+
* use the new API and fix the job monitor ([7a42941](https://github.com/DIRACGrid/diracx-web/commit/7a42941317e66ebf89479b275606c6e1608d807f))
25+
* use the status endpoint instead of delete ([4d3f322](https://github.com/DIRACGrid/diracx-web/commit/4d3f322778b3a5d09264180adf8a8cb3515e211f))
26+
327
## [0.1.0-a8](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a7...v0.1.0-a8) (2025-07-17)
428

529

packages/diracx-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dirac-grid/diracx-web-components",
3-
"version": "0.1.0-a8",
3+
"version": "0.1.0-a9",
44
"repository": "https://github.com/DIRACGrid/diracx-web",
55
"description": "Useful components for diracx-web",
66
"publishConfig": {

packages/diracx-web/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* pie chart for Job Monitor ([c589a96](https://github.com/DIRACGrid/diracx-web/commit/c589a962ee5ab547d0d17437d568f7fc253378a4))
9+
* pie chart for Job Monitor ([2f5998a](https://github.com/DIRACGrid/diracx-web/commit/2f5998a7c3b6f5480e7397ea0918d27d6859fedb))
10+
11+
12+
### Bug Fixes
13+
14+
* review suggestions ([cf0fec0](https://github.com/DIRACGrid/diracx-web/commit/cf0fec08e014246fc30fea948c9c0a106170909d))
15+
* tests and change the source in the request ([dc06d4e](https://github.com/DIRACGrid/diracx-web/commit/dc06d4ebd3a385143bea6a3a281fe8d7f1c6c8cd))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @dirac-grid/diracx-web-components bumped from ^0.1.0-a8 to ^0.1.0-a9
23+
324
## [0.1.0-a8](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a7...v0.1.0-a8) (2025-07-17)
425

526

packages/diracx-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diracx-web",
3-
"version": "0.1.0-a8",
3+
"version": "0.1.0-a9",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@axa-fr/react-oidc": "^7.24.0",
18-
"@dirac-grid/diracx-web-components": "^0.1.0-a8",
18+
"@dirac-grid/diracx-web-components": "^0.1.0-a9",
1919
"@emotion/react": "^11.11.4",
2020
"@emotion/styled": "^11.11.5",
2121
"@mui/icons-material": "^6.4.2",

packages/extensions/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.0-a9](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a8...v0.1.0-a9) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* pie chart for Job Monitor ([c589a96](https://github.com/DIRACGrid/diracx-web/commit/c589a962ee5ab547d0d17437d568f7fc253378a4))
9+
* pie chart for Job Monitor ([2f5998a](https://github.com/DIRACGrid/diracx-web/commit/2f5998a7c3b6f5480e7397ea0918d27d6859fedb))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @dirac-grid/diracx-web-components bumped from 0.1.0-a8 to 0.1.0-a9
17+
318
## [0.1.0-a8](https://github.com/DIRACGrid/diracx-web/compare/v0.1.0-a7...v0.1.0-a8) (2025-07-17)
419

520

packages/extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gubbins",
3-
"version": "0.1.0-a8",
3+
"version": "0.1.0-a9",
44
"private": true,
55
"type": "module",
66
"license": "GPL-3.0-only",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@axa-fr/react-oidc": "^7.24.0",
19-
"@dirac-grid/diracx-web-components": "0.1.0-a8",
19+
"@dirac-grid/diracx-web-components": "0.1.0-a9",
2020
"@mui/icons-material": "^6.4.2",
2121
"@mui/material": "^6.1.6",
2222
"@mui/utils": "^6.1.6",

0 commit comments

Comments
 (0)