Simon Larsen
d0ec483a0f
refactor: Update Register.tsx and UserAuthorization.test.ts for isGlobalLogin flag
2024-05-04 22:00:33 +01:00
Simon Larsen
c03a3d6f56
refactor: Remove debugger statement in SSO.ts
2024-05-04 21:53:00 +01:00
Simon Larsen
8761dbd75b
refactor: Update login page SSO message for clarity and consistency
2024-05-04 21:51:09 +01:00
Simon Larsen
5541922b25
refactor: Update login page SSO message for clarity and consistency
2024-05-04 21:50:35 +01:00
Simon Larsen
8693ab065e
refactor: Add isGlobalLogin flag to user object in ProjectAuthorization middleware
2024-05-04 21:29:53 +01:00
Simon Larsen
fe4daa7937
refactor: Update login page SSO message for clarity and consistency
2024-05-04 21:27:21 +01:00
Simon Larsen
20d7f2f8b4
refactor: Update JSONWebToken.signUserLoginToken() method to include isGlobalLogin flag
2024-05-04 21:13:34 +01:00
Simon Larsen
7f94f3d4d4
refactor: Update column_1 and column_2 definitions in StatementGenerator.test.ts
2024-05-04 20:54:19 +01:00
Simon Larsen
bc46370f7c
refactor: Update JSONWebToken.sign() method to accept an object with data and expiresInSeconds properties
2024-05-04 20:37:58 +01:00
Simon Larsen
b3346a9702
refactor: Update login page SSO message for clarity and consistency
2024-05-04 20:11:02 +01:00
Simon Larsen
f793f7dd16
refactor: Update email regex to improve validation accuracy
2024-05-04 20:02:17 +01:00
Simon Larsen
766f1f6178
update email regex
2024-05-04 19:33:59 +01:00
Simon Larsen
9f76748037
update deps
2024-05-04 19:33:45 +01:00
Simon Larsen
469e06280a
refactor: Improve code readability and maintainability in AnalyticsDatabaseService.ts
2024-05-03 19:05:56 +01:00
Simon Larsen
aede9af03d
chore: Remove unnecessary line in BaseModel.ts
2024-05-03 14:48:07 +01:00
Nawaz Dhandala
0bc7cf345f
chore: Add missing newline character in BaseModel.ts
2024-05-03 14:45:26 +01:00
Nawaz Dhandala
95c7b10ce0
Refactor AnalyticsDatabaseService.ts for improved code readability and maintainability
2024-05-03 14:04:24 +01:00
Simon Larsen
daceab164c
Merge branch 'master' of github.com-simon:OneUptime/oneuptime
2024-05-03 13:38:00 +01:00
Simon Larsen
2d28fbaf85
refactor: Add required flag and default value for attributes column in Log model
2024-05-03 13:37:57 +01:00
Simon Larsen
8d2cbe49ad
Merge pull request #1364 from OneUptime/snyk-upgrade-8c197b0383ff1f076301a2077e18b9b2
...
[Snyk] Upgrade reactflow from 11.11.0 to 11.11.1
2024-05-03 13:10:26 +01:00
Simon Larsen
86f262583c
feat: Generate new certificates for status page domains
...
This commit adds a new data migration script, GenerateNewCertsForStatusPage.ts, which generates new certificates for status page domains. It retrieves all domains in the greenlock certs, orders them, and updates the certificates accordingly. This will ensure that the status page domains have up-to-date and valid certificates.
Refactor and delete unused Metric services and models
Refactor Queue class to use explicit type annotation for queue variable
Add Queue caching to improve performance and reduce redundant connections
Refactor test-e2e job in release.yml workflow
Fix error handling in StatusPageDomainService.ts
Update select field in MoveGreenlockCertsToAcmeCerts.ts to use _id instead of id
Update ingress configuration for OneUptime Helm chart
Refactor StatusPageAPI to improve code readability and maintainability
Refactor StatusPageAPI and UpdateByID to improve code readability and maintainability
Refactor Let's Encrypt configuration and update GreenlockUtil class
2024-05-03 13:07:45 +01:00
Simon Larsen
4e748d1626
Refactor and delete unused Metric services and models
2024-05-03 13:03:01 +01:00
Simon Larsen
1dbea8e636
Refactor Queue class to use explicit type annotation for queue variable
2024-05-03 10:30:41 +01:00
Simon Larsen
3991acf5fc
Add Queue caching to improve performance and reduce redundant connections
2024-05-03 10:04:19 +01:00
snyk-bot
1285830a9b
fix: upgrade reactflow from 11.11.0 to 11.11.1
...
Snyk has created this PR to upgrade reactflow from 11.11.0 to 11.11.1.
See this package in npm:
https://www.npmjs.com/package/reactflow
See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/8ca4ee75-8bc5-43a1-a3bc-244ceebf1437?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-05-02 17:57:26 +00:00
Simon Larsen
96d3243205
Refactor test-e2e job in release.yml workflow
2024-05-01 17:22:12 +01:00
Simon Larsen
08cbdb15d0
Fix error handling in StatusPageDomainService.ts
2024-05-01 15:16:59 +01:00
Simon Larsen
f59284e4d6
Update select field in MoveGreenlockCertsToAcmeCerts.ts to use _id instead of id
2024-05-01 13:57:46 +01:00
Simon Larsen
0c5d0e81a5
Update ingress configuration for OneUptime Helm chart
2024-05-01 13:41:35 +01:00
Simon Larsen
82829a5b97
Refactor StatusPageAPI to improve code readability and maintainability
2024-05-01 13:12:16 +01:00
Simon Larsen
d3c188a804
Refactor StatusPageAPI and UpdateByID to improve code readability and maintainability
2024-05-01 13:08:15 +01:00
Simon Larsen
85ffc36fad
Refactor Let's Encrypt configuration and update GreenlockUtil class
2024-05-01 12:44:49 +01:00
Simon Larsen
8d34e9ccbe
Refactor LetsEncrypt configuration and update GreenlockUtil class
2024-05-01 12:42:32 +01:00
Simon Larsen
c6643d7f7c
Update GreenlockUtil class to handle lets encrypt account key properly
2024-05-01 12:37:41 +01:00
Simon Larsen
1433823efe
Update LetsEncrypt configuration for OneUptime deployment
2024-05-01 12:13:01 +01:00
Simon Larsen
bd5902ed6d
Update ingress configuration for OneUptime Helm chart
2024-05-01 11:44:30 +01:00
Simon Larsen
b64666f0ff
Update oneuptime logo URL in README.md
2024-05-01 11:32:30 +01:00
Simon Larsen
9706cced86
Update OneUptime Helm chart with production readiness checklist
2024-05-01 11:29:14 +01:00
Simon Larsen
49cb3024ef
Update nginx.yaml for OneUptime Helm chart
2024-05-01 11:09:30 +01:00
Simon Larsen
2fec007c5f
Update ingressClassName in values.yaml for OneUptime Helm chart
2024-05-01 10:57:26 +01:00
Simon Larsen
0f40f5f730
Update HelmChart templates and values for OneUptime deployment
2024-05-01 10:30:21 +01:00
Simon Larsen
120ca78760
Update HelmChart/Public/oneuptime/templates/extra-templates.yaml and HelmChart/Public/oneuptime/values.yaml
2024-05-01 10:19:30 +01:00
Simon Larsen
d50fdf3464
Update nginx.yaml and values.yaml for OneUptime Helm chart
2024-05-01 10:14:02 +01:00
Simon Larsen
34ddb8efdb
Merge branch 'master' of github.com-simon:OneUptime/oneuptime
2024-05-01 09:49:38 +01:00
Simon Larsen
3724cce4f0
Add cron job to verify CNAMEs in StatusPageCerts.ts
2024-05-01 09:49:11 +01:00
Simon Larsen
d864992bdb
Add MoveGreenlockCertsToAcmeCerts migration and update DataMigrations in Index.ts
2024-05-01 09:31:45 +01:00
Simon Larsen
3515752a95
Add MoveGreenlockCertsToAcmeCerts migration
2024-05-01 09:29:29 +01:00
Simon Larsen
53d66db8cb
Merge pull request #1359 from OneUptime/snyk-fix-6d9e266d473ce0fed1ec1645f0bf6548
...
[Snyk] Security upgrade ejs from 3.1.9 to 3.1.10
2024-04-30 22:13:44 +01:00
Simon Larsen
548250f837
Merge pull request #1360 from OneUptime/snyk-fix-4fe336667711cbbe5c8ccb29e8c049e7
...
[Snyk] Security upgrade ejs from 3.1.9 to 3.1.10
2024-04-30 22:13:36 +01:00
Simon Larsen
b3b343d4aa
Merge pull request #1361 from OneUptime/snyk-fix-eff57b0386677ae55037cf20bb1b38e3
...
[Snyk] Security upgrade ejs from 3.1.9 to 3.1.10
2024-04-30 22:13:31 +01:00