Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
13e5b1b
Replace moment with dayjs
johnsimons Nov 18, 2025
9ec501e
WIP - Add authentication
warwickschroeder Nov 24, 2025
919d422
Load OIDC configuration from ServiceControl API instead of local env
jasontaylordev Nov 26, 2025
b9d5fff
Adding support for enabling/disabling authentication
jasontaylordev Nov 26, 2025
9f43613
Add lint rule to check for raw fetch calls.
warwickschroeder Nov 26, 2025
9a1cf63
Add user profile menu item. Fix timing issue when SC isnt available. …
warwickschroeder Nov 27, 2025
607f692
Allow multiple api scopes. Add audience config which is needed for so…
warwickschroeder Nov 27, 2025
9754f0f
Package updates
jasontaylordev Dec 1, 2025
c92d312
Merging
jasontaylordev Dec 1, 2025
ed1cf35
Add HTTPS config with documentation
warwickschroeder Dec 15, 2025
8b4b01e
Update auth and https documentation
warwickschroeder Dec 16, 2025
b4cfcc9
Update doc naming
warwickschroeder Dec 17, 2025
fbabd1f
Fix doc namie
warwickschroeder Dec 17, 2025
279b0a7
Update auth testing docs. Add anon logout page.
warwickschroeder Dec 18, 2025
d351ecd
Add authentication tests
warwickschroeder Dec 19, 2025
06f8591
Update authentication-testing.md
jasontaylordev Dec 31, 2025
1dcaca6
Fix user profile dropdown appearing behind dashboard items
jasontaylordev Jan 2, 2026
29e1db4
Doc update
jasontaylordev Jan 8, 2026
d8e968d
Update package-lock.json
jasontaylordev Jan 8, 2026
0d07fe8
Move public doco to docs PR
warwickschroeder Jan 14, 2026
477556a
Update test docs. Split up auth tests to individual scenario tests.
warwickschroeder Jan 15, 2026
2de747a
Fix build error
warwickschroeder Jan 15, 2026
6bcd0e1
Add unit and acceptance tests for ServicePulse .net framework and .ne…
warwickschroeder Jan 16, 2026
d5b9b0e
Update vulnerable package
warwickschroeder Jan 16, 2026
a441e74
Update dependancies
warwickschroeder Jan 16, 2026
b081856
Fix build issues. Warnings upgraded to error.
warwickschroeder Jan 16, 2026
291bdd4
Update ci to check for .net8 test projects (up from .net7)
warwickschroeder Jan 16, 2026
ecddb4a
Update tests from review. Add some comments
warwickschroeder Jan 21, 2026
6f14cc3
Clean frontend tests. Fix build issues
warwickschroeder Jan 21, 2026
7b76e86
Update from feedback. Add setting logging. Upgrade SC urls to https i…
warwickschroeder Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5.1.0
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Set up Node.js
uses: actions/setup-node@v6.1.0
with:
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,10 @@ src/scaffolding.config

# Visual Studio Code
.vscode

# AI
.claude
CLAUDE.md

# local testing
.local
Loading