Commit Graph

22 Commits

Author SHA1 Message Date
Jack Veney
17a0b65a4b
Update endpoint-status.sh
Included the -L option in the curl command, ensuring that it will follow any 301 redirects until the final URL is reached.
2024-06-20 15:24:27 -04:00
Simon Larsen
a66a04456b
refactor: Update endpoint URLs for status check script 2024-06-13 21:44:49 +01:00
Simon Larsen
f42291a428
refactor: Update status check URLs for Dashboard, Status Page, and Accounts
The status-check.sh script has been modified to update the endpoint URLs for checking the status of the Dashboard, Status Page, and Accounts services. The URLs now include "/status/ready" at the end, ensuring that the services are ready to handle requests. This change improves the accuracy and reliability of the status check script.
2024-06-13 21:05:37 +01:00
Simon Larsen
8325c06ca3
refactor: Update status check URLs for Dashboard and Status Page
The status-check.sh script has been modified to update the endpoint URLs for checking the status of the Dashboard and Status Page services. The URLs now include "/status/ready" at the end, ensuring that the services are ready to handle requests. This change improves the accuracy and reliability of the status check script.
2024-06-12 17:27:22 +01:00
Simon Larsen
b66f56bc12
refactor: Update endpoint status check URLs to include "/ready"
The status-check.sh script has been updated to modify the endpoint URLs for checking the status of various services. The URLs now include "/ready" at the end, indicating that the services are ready to handle requests. This change ensures that the status check accurately reflects the readiness of the services and improves the reliability of the script.
2024-06-12 17:25:08 +01:00
Simon Larsen
597aeb74f4
add e2e to test release 2024-06-09 19:29:23 +01:00
Simon Larsen
a24bf077ce
refactor: Improve error message in endpoint-status.sh
This code change updates the endpoint-status.sh script to improve the error message when the endpoint returns an HTTP status other than 200. The previous message mentioned that it usually takes a few minutes for the app to boot, which is not accurate. The updated message removes this misleading information and provides a more accurate description of the retry behavior.
2024-06-09 14:49:48 +01:00
Simon Larsen
1be827741e
Update E2E Config.ts to use E2E_TEST_STATUS_PAGE_URL instead of E2E_TEST_REGISTERED_USER_PASSWORD 2024-04-27 16:55:22 +01:00
Simon Larsen
580fd97030
Update retry interval for endpoint status script 2024-01-25 11:32:16 +00:00
Simon Larsen
224943206e
Remove unnecessary endpoint status checks 2024-01-25 11:30:48 +00:00
Simon Larsen
04dcb80124
Refactor endpoint status checks in status-check.sh script 2023-12-29 14:06:46 +00:00
Simon Larsen
4d2afa7cf4
Add new endpoint status checks 2023-12-28 16:51:21 +00:00
Simon Larsen
284752631e
Remove unnecessary endpoint status checks 2023-12-25 13:30:46 +00:00
Simon Larsen
526df139b1
Update Dockerfile and launch configurations 2023-12-11 19:37:18 +00:00
Simon Larsen
6804e94850
add ingestor status check 2023-10-16 12:55:54 +01:00
Jordan Jones
515b8ba94c
chore(tests): sneak in the tiny misspelling 2023-10-01 08:29:47 -07:00
Simon Larsen
c06c0f8b38 fix helm test 2023-10-01 09:13:44 +00:00
Simon Larsen
0d09047454
add endpoint telemetry 2023-09-29 14:26:09 +01:00
Simon Larsen
8a3b893521
add status check script 2023-09-29 14:24:59 +01:00
Simon Larsen
36860e6ee9
fix status check scirpt 2023-09-29 14:16:09 +01:00
Simon Larsen
8863c6a209
add chmod to scripts 2023-09-29 13:52:56 +01:00
Simon Larsen
3714c2c91a add test container 2023-09-28 11:16:50 +00:00