Skip to content

Commit 534e893

Browse files
committed
merge main
2 parents 60da5bb + b3a0d86 commit 534e893

286 files changed

Lines changed: 3616 additions & 5042 deletions

File tree

Some content is hidden

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

.eslintrc

Lines changed: 0 additions & 255 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @graduta @martinboulais
1+
* @graduta

.github/workflows/bookkeeping.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Bookkeeping
22

3+
permissions:
4+
contents: read
5+
actions: write
6+
37
on:
48
pull_request:
59
push:

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
linter:
1114
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: release
2+
permissions:
3+
contents: read
4+
packages: write
5+
actions: write
26
on:
37
release:
48
types: [created]

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ All notable changes to this project will be documented in this file. See [standa
10661066
* There is no more links that refresh completely the page and discard user configuration
10671067

10681068
* Notable changes for developers:
1069-
* updates new log create service to use the SequalizeUser parameter rather than the one from LogAdapter
1069+
* updates new log create service to use the SequelizeUser parameter rather than the one from LogAdapter
10701070
* Docker tests may be run in parallel to docker run
10711071
* gRPC API has been created (see docs to know how it works and how endpoints can be added)
10721072
* All links are now frontLink, which are handled by the frontend router
@@ -1295,7 +1295,7 @@ All notable changes to this project will be documented in this file. See [standa
12951295
* Adds `aliceL3Polarity` and `aliceDipolePolarity` to Run-Details
12961296
* Notable changes for developers:
12971297
* `GET` RUNS API:
1298-
* `runDuration` added as a virtual column with sequalize
1298+
* `runDuration` added as a virtual column with sequelize
12991299

13001300
## [0.30.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.30.0)
13011301

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add --no-cache \
2222
freetype=2.13.2-r0 \
2323
freetype-dev=2.13.2-r0 \
2424
harfbuzz=8.5.0-r0 \
25-
ca-certificates=20241121-r1
25+
ca-certificates=20250619-r0
2626

2727
# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
2828
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

docs/RUN_DEFINITIONS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ During technical runs, the processes are reading the front-end electronics;
4747

4848
### SYNTHETIC:
4949
During synthetic runs, the processes are at the level of readout and emulate readout;
50-
- `readout_cfg_uri` to include (`pp` or `pbpb`) and `replay`
50+
- `run_type` set to `SYNTHETIC` or `REPLAY`
5151
- `dcs` = `false`
5252
- `trigger_value` = `OFF`
5353

@@ -56,3 +56,11 @@ During synthetic runs, the processes are at the level of readout and emulate rea
5656

5757
### COMMISIONING:
5858
- any run that does not fit any of the prior definitions;
59+
60+
## Previous RUN Definitions
61+
62+
### SYNTHETIC: (RUNS marked before @aliceo2/bookkeeping@1.10.0)
63+
During synthetic runs, the processes are at the level of readout and emulate readout;
64+
- `readout_cfg_uri` to include (`pp` or `pbpb`) and `replay`
65+
- `dcs` = `false`
66+
- `trigger_value` = `OFF`

0 commit comments

Comments
 (0)