Commit Graph

2417 Commits

Author SHA1 Message Date
om-3004 9de2dfe514 Remove duplicate api endpoint for deleting monitor 2024-10-17 17:27:40 +05:30
om-3004 ff6051b6b0 Update test case for url resolution to make it more specific 2024-10-17 16:59:49 +05:30
om-3004 cb64d16d69 Remove the extra uri in validation which was added by mistake 2024-10-17 14:21:47 +05:30
om-3004 8819b0ab78 Update Button to show Checking endpoint during the endpoint checking process in Create Monitor as well as PageSpeed 2024-10-17 13:00:11 +05:30
om-3004 aee7e02587 Add validation for monitor URL and update test case and api documentation accordingly 2024-10-17 12:37:03 +05:30
om-3004 7f0d5d4255 Update test case to check for the specific errors and remove test case for empty URL 2024-10-17 11:20:54 +05:30
om-3004 5d3e1796e0 Update the test name to follow the naming convention 2024-10-17 11:09:23 +05:30
om-3004 0f763e7913 promisify the resolve method to pass the error to the middleware and updat test cases accordingly 2024-10-17 11:06:46 +05:30
om-3004 7ec5e64f6f Remove unused imports 2024-10-17 10:50:19 +05:30
om-3004 afe7c9047c Handle imports exports format check resolution tests code 2024-10-17 10:47:34 +05:30
om-3004 c598278c6f Merge branch 'develop' into enhancement/check-if-url-resolves 2024-10-17 10:35:41 +05:30
om-3004 0ad94ecefc Bypass the resolution check when Ping Monitoring is selected 2024-10-17 10:25:08 +05:30
om-3004 d61a41fd95 Update the api endpoint from /check-endpoint/url to /resolution/url 2024-10-17 10:18:12 +05:30
om-3004 9bc42cbf4f Add resolution check before adding PageSpeed monitors 2024-10-17 10:14:34 +05:30
om-3004 3de2106c70 Add api documentation for check resolution endpoint create 2024-10-17 10:09:50 +05:30
om-3004 6715a8b500 Refactor code for check endpoint and update test cases accordingly 2024-10-17 10:02:01 +05:30
Alexander Holliday d8e2b06eca Merge pull request #959 from bluewave-labs/feat/be/esm
Migrate backend to ESM
2024-10-17 10:55:22 +08:00
Alex Holliday 63e39ed50d Resolve conflicts, update tests 2024-10-17 10:54:31 +08:00
Alex Holliday 81f1fe4694 Merge branch 'develop' into feat/be/esm 2024-10-17 10:42:57 +08:00
Alexander Holliday 5d695edd0a Merge pull request #974 from rishavd3v/fix/table-header
Fix: table header - issue#963
2024-10-17 10:07:23 +08:00
Alexander Holliday 12fdfb1a31 Merge pull request #939 from bluewave-labs/901-create-confirmation-dialogs-for-clear-all-stats-and-remove-all-monitors
Create delete all monitors and clear all stats windows using dialog component, Resolves #901
2024-10-17 09:54:50 +08:00
Rishav 20f16f172e fixed table header 2024-10-17 00:16:55 +05:30
om-3004 d1e65f53ba Add test cases for checking monitor endpoint resolution 2024-10-16 21:12:51 +05:30
Shemy Gan ee5fe21688 - Change to use more verbose names and fixed lint error in typo 2024-10-16 09:52:59 -04:00
Alexander Holliday 7d8ffcd4a5 Merge pull request #960 from Rushi1109/915-be-generate-refresh-token
Generate refresh token & add it to response
2024-10-16 19:40:59 +08:00
Rushi Gandhi 111f7d5a67 remove if/else by using ternary operator 2024-10-16 14:13:48 +05:30
Rushi Gandhi 7a3d2619f6 add testcases for refresh token 2024-10-16 12:46:44 +05:30
Rushi Gandhi 29ce8bb116 Refactor issueToken function for issueing the refresh token 2024-10-16 12:45:31 +05:30
Alexander Holliday 4f9a53c377 Merge pull request #970 from navishmonga/feature/github-repo-version
Added the latest repo version in about section of Settings page
2024-10-16 14:55:05 +08:00
unknown 3b4bab707f converted into a single version line 2024-10-16 12:22:54 +05:30
unknown 94e2876580 Fixed the default version profile and the network calls to be made using NetworkService 2024-10-16 12:13:18 +05:30
Alex Holliday 4a05157eb3 Fix coverage for auth 2024-10-16 14:17:35 +08:00
Alex Holliday c356843799 Add tests for fetchCertificates 2024-10-16 13:22:39 +08:00
om-3004 2c85828144 Merge branch 'develop' into enhancement/check-if-url-resolves 2024-10-16 10:04:41 +05:30
Alex Holliday 81d3b8dcb5 Use new fetchMonitorCertificate method, prettier formatting 2024-10-16 11:47:12 +08:00
Alex Holliday 5f6e0631c6 Prettier formatting 2024-10-16 11:46:37 +08:00
Alex Holliday 3ace148dc9 Prettier formatting 2024-10-16 11:46:03 +08:00
Alex Holliday 05dae6b060 Add missing variable def to User model 2024-10-16 11:45:38 +08:00
Alex Holliday 6753446387 Refactor FE to make proper use of date 2024-10-16 11:45:05 +08:00
Alex Holliday 7b8e5a1870 Remove ssl-checker 2024-10-16 11:44:49 +08:00
Alex Holliday ced1bf9788 Refactor getting certificate to use TLS instead of SSL-checker 2024-10-16 11:44:36 +08:00
Alex Holliday 35ddd20dcc Merge branch 'develop' into feat/be/esm 2024-10-16 10:57:24 +08:00
Alexander Holliday 9fe03b7e7f Merge pull request #971 from rog404/rog404/doc-typo
Fix Typo: "Derver" to "Server"
2024-10-16 10:38:50 +08:00
Rogerio Bordignon cabb6b28a8 Fix typo in documentation 2024-10-15 23:16:40 -03:00
Shemy Gan 8db6e09a60 Merge branch 'develop' into 901-create-confirmation-dialogs-for-clear-all-stats-and-remove-all-monitors 2024-10-15 14:19:33 -04:00
Shemy Gan 21caca1ffb - Update based on review feedbacks 2024-10-15 14:16:47 -04:00
navishmonga 33dd78defd Update index.jsx 2024-10-15 21:44:41 +05:30
unknown cbb4dc7958 Added the latest repo version in about section of Settings page 2024-10-15 21:35:17 +05:30
Gorkem Cetin (BWL) 8f9fa11b9d Update CONTRIBUTING.md 2024-10-15 12:03:19 -04:00
Gorkem Cetin (BWL) 7b73b7615d Code of conduct is not only for Hacktoberfest. 2024-10-15 10:44:41 -04:00