No link to a task in description?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 3 2026
OK for Wolfplex too.
In D3989#61933, @Chenani-MohamedAmine wrote:"Ref T2246"
Change the files motd for db-a-001 and db-b-001
- Added "View all" link in StatusPage when resolved incidents > 5
- Changed created_at to start_date in test mock data
- Moved IncidentHistory.test.js to views/__tests__/
- Added error logging in getById catch handler
- Added an init.sls pour strongswan
rename db-B-001 to db-b-001 across the repository
This change touches Wolfplex files. As such, administrative approval is needed from Wolfplex technical contact.
Standardize NTP configuration (T1223) - v2
Remove accidental file t
resolved here
Ref T1695
Rename network interfaces on selected machines to standardize the naming convention across all hosts, using intranought and public.
The implementation uses a boolean dark class on the <html> element. For better flexibility, consider using a data-theme attribute instead of a boolean class. This allows each theme to define its own dark/light variants. Additionally, the toggle button should be hidden for mono themes (themes with only one palette). The useDarkMode composable should expose whether the theme is "toggleable", and the navbar should conditionally render the button based on this. Finally, theme configuration should be available in the admin side - the Settings tab in AdminDashboard.vue would be the appropriate place to add theme selection.
I just noticed that IncidentHistory.test.js tests a view but is in components/__tests__/.
Move the file to views/__tests__/ for consistency.
In D3980#61784, @ieli wrote:"Past Incidents" section in StatusPage.vue shows 5 most recent. Add a "View all" link to /incidents when incidents are more than 5.
Mar 2 2026
Updated some functions to preserve a consistent and deterministic
display order by using OrderedDict.
Adjusted the ordering of entries (and the content) in nodes.sls to maintain consistency with the generated pillar structure and ensure deterministic output.
I tried pip install salt==3006.8, but it brings the same strange issue : AttributeError: cannot access submodule 'cmdmod' of module 'salt.modules' (most likely due to a circular import)
(same in WindRiver)
$ sudo salt complector state.sls_id salt-node-cloudhugger roles/vault/policies test=True complector: ---------- ID: salt-node-cloudhugger Function: vault.policy_present Result: None Comment: Policy would be changed Started: 18:09:21.668208 Duration: 841.275 ms Changes: ---------- salt-node-cloudhugger: ---------- change: --- +++ @@ -10,3 +10,7 @@ path "ops/data/secrets/nasqueron/opensearch/infra-logs/internal_users/dashboards" { capabilities = [ "read" ] } + +path "ops/data/secrets/network/ipsec/key" { + capabilities = [ "read" ] +}
Using a separate file like /etc/rc.conf.d/netif/carp keeps the CARP configuration isolated,
avoids modifying the main /etc/rc.conf, and makes the setup cleaner and safer.
It improves maintainability, reduces the risk of conflicts, and ensures a more modular infrastructure design.
- Added component tests (IncidentHistory.test.js)
- Updated docs/architecture.md with IncidentHistory.vue in diagram
Feb 28 2026
Applied to WindRiver.
Request authenticated through IRC + DevCentral commit + prior knowledge of upcoming commit irl + familiar pattern of activity.
"Past Incidents" section in StatusPage.vue shows 5 most recent. Add a "View all" link to /incidents when incidents are more than 5.
Feb 27 2026
NEW BRANCH D3983
NEW BRANCH D3983
NEW COMMIT D3983
- ptdradmin: Add new SSH key for PC-GUI
COCNTINUE
- Updating D3946: Installation and creation of a first Jenkins pipeline #
- E
- Reverted to 2-space indentation to match project style
- Added router tests in frontend/src/components/__tests__/router.test.js
Feb 26 2026
Added 1 blank line