I just noticed that IncidentHistory.test.js tests a view but is in components/__tests__/.
Move the file to views/__tests__/ for consistency.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Tue, Mar 3
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.
Mon, Mar 2
Updated some functions to preserve a consistent and deterministic
display order by using OrderedDict.
Adjusted the ordering of entries 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
Sat, Feb 28
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.
Fri, Feb 27
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
Thu, Feb 26
Added 1 blank line
I added a test to determine if the function get_carp_entries() will avoid an FHRP group
if it's not the CARP protocol.
testing arc diff
Removed unused imports
Added README.md file for installation steps
Added Nasqueron header in the plugin file
@yousra I think pip install salt==3006.8 should work, with dependencies.
Caught this issue during dependencies test.
Salt dependencies are reasonable enough to add to requirements.txt:
Wed, Feb 25
Plugin works, but we need more metadata:
If Salt dependencies are the issue, a possibility is to define requirements from https://github.com/saltstack/salt/tree/master/requirements
We need to use OrderedDict from the collections module because the pillar generation script must preserve the order of the information. This ensures that the generated pillar file remains consistent and human-readable. Maintaining a stable order also makes it easier to review changes, compare versions, and debug configurations.
Fixed IDE 2-space formatting across all files, added RouterLink stub to tests, and ensured trailing newlines.
Stripped unrelated logo/navbar/package-lock files and fixed trailing newlines
Reverted accidental OS-specific changes in package-lock.json
Tue, Feb 24
I mentioned in D3971 that the requested changes are implemented there.
Fixed 2-space indentation in router and added NotFound unit test
@Chenani-MohamedAmine I appreciate the effort you’ve put into these logo drafts, but I want to reiterate that I had explicitly asked not to move forward with logo work at this stage. Any design work on the branding or logo requires broader discussion with other members of Nasqueron before proceeding.