I am abandoning this revision.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Tue, Mar 10
Added software.sls and modified init.sls
Improved configuration files and headers
Page Transitions & Scrollbar Fix
Add dark mode toggle button
No more VIP for intranought, we will see in the futur when it will be necessary.
Updated config files to use node.resolve_gre_tunnels
Mon, Mar 9
This code was submitted with an obvious syntax error that would prevent the application from even running. The Vue compiler immediately fails with:
Sun, Mar 8
Redesigned theme config: admin selects a theme from dropdown, toggle visibility is determined automatically by variant count. Removed checkbox approach.
Add routers on top.sls to be able to do a command like sudo salt 'router-002' state.apply roles/router
vmx0 is not always releated to the network intranought, so I add entry["interface_name"] = interface_name
in output of get_carp_entries(), so then in carp.rc the prefixe is based on that.
Fri, Mar 6
I've discovered X option in chmod that solves the issue nicely, by setting executable bit only where needed (already executable files and directories), so we can keep the find approach and stay safe for whitespaces.
About shellcheck linter issues.
Thu, Mar 5
Duplicate of D3976.
Duplicate of D3976.
OK, nice work, ready.
Fix : we need to use context to call the function get_carp_entries on carp.sls
in place of calling this function on the template carp.rc
Modified Ysul IP adress in network.sls
Added service.sls file
Updated strongswan config files and using a for loop for a more readable code
I do not think this is an industry-standard solution. There's gap that's visually visible... Do more research.
Add route transition animations
Wed, Mar 4
In D3989#62108, @Chenani-MohamedAmine wrote:Added theme configuration in admin Settings tab (mode selector + toggleable checkbox) as requested.
Added theme configuration in admin Settings tab (mode selector + toggleable checkbox) as requested.
Final cleanup: satisfy dereckson feedback and fix file corruption
Final fix: remove ntpdate state from init.sls
Fix FreeBSD configuration based on dereckson feedback
Apply feedback: use YES (quotes) and add ntpd_sync_on_start
More detailed README.md
Changed the source path in carp.sls into : source: salt://roles/router/carp/files/carp.rc
This is out of scope and uses the wrong approach. Please rollback all changes and start over. I've renamed the differential for better clarity.
In D3992#61982, @dereckson wrote:Per https://cbea.ms/git-commit/ titles of your commit messages should be much shorter.
You can consider a global title then use current info as summary:
[New shorter title] Add fade transition on route changes. Fix scrollbar layout shift on IncidentHistory loading state.
In D3989#61878, @ieli wrote: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.
To deploy to all IntraNought VMs.