Skip to content

Commit 4814117

Browse files
authored
Merge branch 'master' into gui1785_filters_on_coll_screen
2 parents 18f6545 + 69a07d9 commit 4814117

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Project Board Checks
2+
on:
3+
schedule:
4+
- cron: "0 8-20/2 * * 1-5"
5+
workflow_dispatch:
6+
7+
jobs:
8+
check:
9+
runs-on: "ubuntu-latest"
10+
steps:
11+
- name: run check
12+
run: |
13+
output=$(curl -s --location --fail https://dataweb2.isis.rl.ac.uk/projectboardchecks)
14+
echo $output | jq -r '.details[]'
15+
echo $output | jq -er '.details | length == 0'
16+
shell: bash

release_notes/ReleaseNotes_25.8.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ See [here](https://github.com/ISISComputingGroup/IBEX/wiki#instrument-informatio
1313
| Instrument| Ticket | Type | Change |
1414
| --------- | ------ | ------| ------------- |
1515
| CHIPIR | [PR](https://github.com/ISISComputingGroup/ibex_gui/pull/1785) | Minor | Put filters on CHIPIR collimator screen |
16+
| INTER | [#8675](https://github.com/isiscomputinggroup/ibex/issues/8675) | Patch | Gracefully stop galil motors when safety system is tripped. |
17+
| HIFI | [#8704](https://github.com/ISISComputingGroup/IBEX/issues/8704) | Minor | Inhibit taking reading within two seconds of field measurement range change |
18+
1619

1720
# Devices
1821

@@ -36,6 +39,8 @@ See [here](https://github.com/ISISComputingGroup/IBEX/wiki#instrument-informatio
3639
| [#8660](https://github.com/ISISComputingGroup/IBEX/issues/8660) | Patch | HV Caen | Increase number of available channels to 16 cards x 24 channels. |
3740
| [#8682](https://github.com/ISISComputingGroup/IBEX/issues/8682) | Patch | ISISDAE IOC | Add string-formatted run duration and period run duration PVs. |
3841
| [#8682](https://github.com/ISISComputingGroup/IBEX/issues/8692) | Patch | DG645 | Limit OPI (user interface) graph update to 1Hz, to avoid excessive CPU usage. |
42+
| [#8704](https://github.com/ISISComputingGroup/IBEX/issues/8704) | Minor | G3HALLPROBE | Inhibit taking reading within two seconds of field measurement range change |
43+
3944

4045
### Reflectometry IOC
4146

0 commit comments

Comments
 (0)