Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
82b97b0
Add tests and extract isRouteAccessible helper
Codebmk Jun 28, 2026
8ce1def
Add hook tests and test utilities
Codebmk Jun 28, 2026
b69c38a
Use combineReducers to create root reducer
Codebmk Jun 28, 2026
7be62ca
Assert info severity in banner test
Codebmk Jun 28, 2026
ec983b1
Add tests for shared and UI components
Codebmk Jun 28, 2026
96acc8e
Add unit tests for UI components
Codebmk Jun 28, 2026
1a27e89
Update tests and remove ReusableTable defaultProps
Codebmk Jun 28, 2026
df6784a
Add tests for network, onboarding, proxy, platform
Codebmk Jun 28, 2026
d845948
Update changelog.md
Codebmk Jun 28, 2026
e203f33
Tighten test typings and remove unused imports
Codebmk Jun 28, 2026
781d537
Add domMocks test utilities and update tests
Codebmk Jun 28, 2026
940baab
Isolate the env precedence cases from the host environment
Codebmk Jun 28, 2026
929054a
Prime the token cache before asserting 401 invalidation
Codebmk Jun 28, 2026
b50d369
Always restore global.window, even on failure
Codebmk Jun 28, 2026
63d47d8
Fail these negative-path tests when the promise resolves unexpectedly
Codebmk Jun 28, 2026
b071d90
Prefix matching currently misses nested routes under multi-segment bases
Codebmk Jun 28, 2026
bb907db
fix
Codebmk Jun 28, 2026
bc82e98
Ensure cleanup in ErrorBoundary test
Codebmk Jun 28, 2026
fc15dcf
Update changelog.md
Codebmk Jun 28, 2026
62e2946
Update hcaptcha-widget.test.tsx
Codebmk Jun 28, 2026
b3998e9
Update changelog.md
Codebmk Jun 28, 2026
b254feb
Remove internal-docs BookStack deployment files
Codebmk Jun 28, 2026
1beb214
Merge pull request #3703 from airqo-platform/remove-bookstack-project
Baalmart Jun 28, 2026
d88abe7
Update vertex production image tag
github-actions[bot] Jun 28, 2026
7b984e4
Merge pull request #3694 from airqo-platform/unit-testing-setup
Baalmart Jun 28, 2026
d955a8d
Update vertex staging image tag to stage-7b984e41-1782670087
github-actions[bot] Jun 28, 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 k8s/vertex/k8s-aks/airqo-vertex/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: airqoacr.azurecr.io/airqo-vertex
tag: prod-41d702ea-1782208434
tag: prod-0c766198-1782669793
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/vertex/k8s-aks/airqo-vertex/values-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: airqoacr.azurecr.io/airqo-stage-vertex
tag: stage-f7402cd5-1782647967
tag: stage-7b984e41-1782670087
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ''
Expand Down
43 changes: 0 additions & 43 deletions src/internal-docs/.env.example

This file was deleted.

9 changes: 0 additions & 9 deletions src/internal-docs/.gitignore

This file was deleted.

99 changes: 0 additions & 99 deletions src/internal-docs/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions src/internal-docs/docker-compose.yml

This file was deleted.

10 changes: 0 additions & 10 deletions src/internal-docs/k8s/Chart.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions src/internal-docs/k8s/templates/_helpers.tpl

This file was deleted.

19 changes: 0 additions & 19 deletions src/internal-docs/k8s/templates/configmap.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions src/internal-docs/k8s/templates/deployment-app.yaml

This file was deleted.

Loading
Loading