-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ismay
committed
Nov 16, 2023
1 parent
8e37dd8
commit b666038
Showing
22 changed files
with
412 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"name": "Queue", | ||
"type": "Sequence", | ||
"cronExpression": "0 0 3 ? * MON", | ||
"nextExecutionTime": "2023-11-20T03:00:00.000", | ||
"status": "SCHEDULED", | ||
"enabled": true, | ||
"configurable": true, | ||
"sequence": [ | ||
{ | ||
"id": "uvUPBToQHD9", | ||
"name": "Job 1", | ||
"type": "DATA_INTEGRITY", | ||
"cronExpression": "0 0 3 ? * MON", | ||
"nextExecutionTime": "2023-11-20T03:00:00.000", | ||
"status": "SCHEDULED" | ||
}, | ||
{ | ||
"id": "PPgVeqiSXpz", | ||
"name": "Job 2", | ||
"type": "DISABLE_INACTIVE_USERS", | ||
"status": "SCHEDULED" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[ | ||
{ | ||
"path": "/api/41/systemSettings/helpPageLink", | ||
"featureName": "Queues should be listed", | ||
"static": false, | ||
"count": 1, | ||
"nonDeterministic": false, | ||
"method": "GET", | ||
"requestBody": "", | ||
"requestHeaders": { | ||
"host": "debug.dhis2.org", | ||
"connection": "keep-alive", | ||
"accept": "application/json", | ||
"origin": "http://localhost:3000", | ||
"sec-fetch-site": "cross-site", | ||
"sec-fetch-mode": "cors" | ||
}, | ||
"statusCode": 200, | ||
"responseBody": "{\"helpPageLink\":\"https://dhis2.github.io/dhis2-docs/master/en/user/html/dhis2_user_manual_en.html\"}", | ||
"responseSize": 99, | ||
"responseHeaders": { | ||
"server": "nginx/1.23.0", | ||
"content-type": "application/json;charset=UTF-8", | ||
"transfer-encoding": "chunked", | ||
"connection": "keep-alive", | ||
"access-control-allow-credentials": "true", | ||
"access-control-allow-origin": "http://localhost:3000", | ||
"vary": "Origin", | ||
"access-control-expose-headers": "ETag, Location", | ||
"cache-control": "no-cache, private", | ||
"x-content-type-options": "nosniff", | ||
"x-xss-protection": "1; mode=block" | ||
} | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 9 additions & 5 deletions
14
cypress/fixtures/network/41/users_should_be_able_to_create_jobs_that_take_parameters.json
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 12 additions & 12 deletions
24
cypress/fixtures/network/41/users_should_be_able_to_create_jobs_without_parameters.json
Large diffs are not rendered by default.
Oops, something went wrong.
39 changes: 19 additions & 20 deletions
39
cypress/fixtures/network/41/users_should_be_able_to_delete_a_job.json
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 18 additions & 14 deletions
32
cypress/fixtures/network/41/users_should_be_able_to_edit_jobs_that_take_parameters.json
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 21 additions & 17 deletions
38
cypress/fixtures/network/41/users_should_be_able_to_edit_jobs_without_parameters.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cypress/fixtures/network/41/users_should_be_able_to_insert_cron_presets.json
Large diffs are not rendered by default.
Oops, something went wrong.
33 changes: 18 additions & 15 deletions
33
cypress/fixtures/network/41/users_should_be_able_to_navigate_back_to_the_job_list.json
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
cypress/fixtures/network/41/users_should_be_able_to_navigate_to_the_documentation.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.