Simon Larsen
4fa9adfc7d
refactor: Update login test to handle missing user credentials
...
The login test in Login.spec.ts has been updated to handle cases where the user credentials (email and password) are missing. Previously, the test would only check if the user is registered, but now it also checks if the registered user email and password are available. This change ensures that the test behaves correctly in all scenarios and improves the reliability of the login functionality.
2024-06-13 18:49:19 +01:00
Simon Larsen
d2a1385123
refactor: Update ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN to 10
...
The ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN constant has been updated to 10 in multiple files. This change aligns the codebase with the new limit for active monitors allowed in the free plan.
2024-06-11 13:50:55 +01:00
Simon Larsen
5f7dcf7433
refactor: Update timeout handling in monitor scripts
...
This commit updates the timeout handling in the monitor scripts to use the `WorkflowScriptTimeoutInMS` and `PROBE_CUSTOM_CODE_MONITOR_SCRIPT_TIMEOUT_IN_MS` values from the environment configuration. This ensures that the monitor scripts have consistent and configurable timeout values, improving the reliability and performance of the monitoring system.
2024-05-22 20:06:32 +01:00
Simon Larsen
972bc9c4cf
chore: Update E2E test environment variables in config.example.env
2024-05-14 19:12:52 +01:00
Simon Larsen
5adb8f0d38
chore: Update E2E test environment variables in config.example.env
2024-05-14 15:39:19 +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
191d0154b4
Update LETSENCRYPT_NOTIFICATION_EMAIL configuration option
2024-04-28 13:18:09 +01:00
Simon Larsen
00b5453b3f
Add LETSENCRYPT_NOTIFICATION_EMAIL configuration option
2024-04-28 13:09:23 +01:00
Simon Larsen
35c21d7611
Update E2E workflow to include failed webhook URL
2024-04-26 18:54:23 +01:00
Simon Larsen
818f8cc421
Update E2E workflow to use environment variables from config.env in test.e2e.yaml
2024-04-26 18:46:10 +01:00
Simon Larsen
11d580a373
Add E2E test environment variables and update E2E tests
2024-04-25 21:53:51 +01:00
Simon Larsen
36f290edf0
Add isolatedVMP port and update Dockerfile for IsolatedVM
2024-04-05 18:33:52 +01:00
Simon Larsen
e11b781fc5
Add log level configuration
2024-04-05 17:52:34 +01:00
Simon Larsen
f503a45f3b
Remove unused code and comments
2024-04-02 10:07:55 +01:00
Simon Larsen
e7bbe30a88
Update Postgres backup and restore scripts
2024-03-17 11:46:32 +00:00
Simon Larsen
6c08d12f4c
Fix file path typo in Dockerfile and add secret key for development
2024-03-12 10:17:13 +00:00
Simon Larsen
7ced477ec9
Add OpenTelemetry OTLP HTTP exporter and headers
2024-02-23 12:47:14 +00:00
Simon Larsen
5dc625c34b
Add OpenTelemetry HTTP and Express instrumentations
2024-02-22 16:54:34 +00:00
Simon Larsen
0cf5edc8e9
Add OpenTelemetry OTLP exporters and environment variables
2024-02-19 20:08:51 +00:00
Simon Larsen
d46085f30b
Update Fluentd endpoint URLs
2024-02-02 14:43:40 +00:00
Simon Larsen
41474cb42c
Update ONEUPTIME_URL in config.example.env
2024-01-29 12:16:46 +00:00
Simon Larsen
5137a07167
Update ONEUPTIME_URL in probe configuration and docker-compose file
2024-01-29 12:15:34 +00:00
Simon Larsen
c7f51cdade
Fix async initialization of Workers and remove unused workflow service
2024-01-11 19:10:00 +05:30
Simon Larsen
3ea66f64b0
Update file paths and hostnames
2024-01-11 17:45:54 +05:30
Simon Larsen
0225c64058
Remove RealTimeService and ALERT_PORT
2023-12-30 23:11:54 +00:00
Simon Larsen
47491eff12
Update port configurations for OpenTelemetry collector
2023-12-30 23:10:18 +00:00
Simon Larsen
018d3b7fcd
Update usageCount and totalCostInUSD to use Decimal type
2023-12-30 13:22:57 +00:00
Simon Larsen
6c2ae8dec0
Update OTEL_COLLECTOR_HOSTNAME variable name
2023-12-30 12:12:24 +00:00
Simon Larsen
ed595f714f
Remove unused code and ports
2023-12-28 19:27:47 +00:00
Simon Larsen
456516c7f2
Update server and API hostnames and ports
2023-12-28 16:56:05 +00:00
Simon Larsen
d11a5e1d1e
Update package name and hostnames
2023-12-28 15:54:27 +00:00
Simon Larsen
224824f1f1
Remove notification service and related configurations
2023-12-25 13:09:41 +00:00
Simon Larsen
501e78aae1
Merge branch 'logs-final' into remove-servicess
2023-12-25 12:49:05 +00:00
Simon Larsen
4359b74f26
Remove unused files and configurations
2023-12-25 12:42:20 +00:00
Simon Larsen
190df60a3f
Add data retention settings and update telemetry service
2023-12-22 14:34:09 +00:00
Simon Larsen
53c25a4a4f
Fix billing service and usage billing model
2023-12-21 18:49:14 +00:00
Simon Larsen
4eff4b91e9
Update metered plans in config.example.env
2023-12-21 17:40:03 +00:00
Simon Larsen
526df139b1
Update Dockerfile and launch configurations
2023-12-11 19:37:18 +00:00
Simon Larsen
a35462b3c9
Remove link-shortener service and related configurations
2023-12-11 19:03:04 +00:00
Simon Larsen
94b0cd47f9
Remove minio dependency from Helm chart and
...
related files
2023-12-01 21:20:30 +00:00
Simon Larsen
dca1d2c370
add call and sms cost
2023-10-27 17:14:58 +01:00
Simon Larsen
725f41ef1b
make auth httponly
2023-10-13 13:25:38 +01:00
Simon Larsen
591c89a320
add otel collector to nginx
2023-10-09 19:18:46 +01:00
Simon Larsen
34817a1066
probe-api to ingestor
2023-10-09 18:54:23 +01:00
Simon Larsen
45bdadde87
add otel collector
2023-10-09 18:50:37 +01:00
Simon Larsen
8a22320532
fix use https back to env var
2023-09-29 11:24:45 +00:00
Simon Larsen
7c5dc7b35c
add env vars to nginx
2023-09-26 16:11:04 +00:00
Simon Larsen
f09e129fd1
add ports
2023-09-26 15:08:05 +00:00
Simon Larsen
f568473588
add env to notifications
2023-09-25 11:12:22 +00:00