Skip to content

Commit

Permalink
Merge branch 'staging' into OCD-4734
Browse files Browse the repository at this point in the history
  • Loading branch information
kekey1 committed Jan 7, 2025
2 parents dc4549b + bf0c8a6 commit b637a97
Show file tree
Hide file tree
Showing 36 changed files with 258 additions and 519 deletions.
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## Version 47.7.0
_6 January 2025_

### Features
* Add endpoints to retrieve data for the Developer Attestation PowerBI report
* Allow changing of ATL using upload-to-update
* Save activity for created and deleted invitations
* Add job to update Service Base URL report items

### Bug Fixes
* Give ONC users ability to edit listing via upload

---

## Version 47.6.0
_18 December 2024_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,16 @@
"name": "ROLE_ACB",
"item": [
{
"name": "GET /activity/metadata/svaps - ACB user gets 401 status and no response",
"name": "GET /activity/metadata/svaps - ACB user gets 200 status and valid response",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"ACB user gets 401 status and valid response from /activity/metadata/svaps end point\", function () {\r",
"pm.test(\"ACB user gets 200 status and valid response from /activity/metadata/svaps end point\", function () {\r",
" var actualResponseBody = pm.response.json();\r",
" pm.response.to.have.status(401);\r",
" pm.response.to.have.status(200);\r",
" pm.expect(actualResponseBody).not.eql(null);\r",
"});"
],
"type": "text/javascript",
Expand Down Expand Up @@ -285,20 +286,21 @@
"svaps"
]
},
"description": "GET /activity/metadata/svaps - ACB user gets 401 status and no response"
"description": "GET /activity/metadata/svaps - ACB user gets 200 status and valid response"
},
"response": []
},
{
"name": "GET /activity/metadata/standards - ACB user gets 401 status and no response",
"name": "GET /activity/metadata/standards - ACB user gets 200 status and valid response",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"ACB user gets 401 status and valid response from /activity/metadata/standards end point\", function () {\r",
"pm.test(\"ACB user gets 200 status and valid response from /activity/metadata/standards end point\", function () {\r",
" var actualResponseBody = pm.response.json();\r",
" pm.response.to.have.status(401);\r",
" pm.response.to.have.status(200);\r",
" pm.expect(actualResponseBody).not.eql(null);\r",
"});"
],
"type": "text/javascript",
Expand Down Expand Up @@ -342,20 +344,21 @@
"standards"
]
},
"description": "GET /activity/metadata/standards - ACB user gets 401 status and no response"
"description": "GET /activity/metadata/standards - ACB user gets 200 status and valid response"
},
"response": []
},
{
"name": "GET /activity/metadata/functionalities-tested - ACB user gets 401 status and no response",
"name": "GET /activity/metadata/functionalities-tested - ACB user gets 200 status and valid response",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"ACB user gets 401 status and valid response from /activity/metadata/functionalities-tested end point\", function () {\r",
"pm.test(\"ACB user gets 200 status and valid response from /activity/metadata/functionalities-tested end point\", function () {\r",
" var actualResponseBody = pm.response.json();\r",
" pm.response.to.have.status(401);\r",
" pm.response.to.have.status(200);\r",
" pm.expect(actualResponseBody).not.eql(null);\r",
"});"
],
"type": "text/javascript",
Expand Down Expand Up @@ -399,7 +402,7 @@
"functionalities-tested"
]
},
"description": "GET /activity/metadata/functionalities-tested - ACB user gets 401 status and no response"
"description": "GET /activity/metadata/functionalities-tested - ACB user gets 200 status and valid response"
},
"response": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"name": "ROLE_ONC",
"item": [
{
"name": "POST /test-tools - ROLE_ONC user should get 401 status and access denied error",
"name": "POST /test-tools - ROLE_ONC user should get 200 status",
"event": [
{
"listen": "prerequest",
Expand All @@ -240,8 +240,8 @@
"listen": "test",
"script": {
"exec": [
"pm.test(\"create test tools request by ROLE_ONC user should return Status code 401\", function () {\r",
" pm.response.to.have.status(401);\r",
"pm.test(\"create test tools request by ROLE_ONC user should return Status code 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});\r"
],
"type": "text/javascript"
Expand Down Expand Up @@ -274,7 +274,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\":1,\r\n \"value\": \"test\",\r\n \"regulatoryTextCitation\": \"test1\",\r\n \"startDay\": \"2023-07-12\",\r\n \"endDay\": \"2023-07-12\",\r\n \"requiredDay\": \"2023-07-12\",\r\n \"criteria\": [\r\n {\r\n \"id\": 0,\r\n \"number\": \"string\",\r\n \"title\": \"string\",\r\n \"certificationEditionId\": 0,\r\n \"certificationEdition\": \"string\",\r\n \"description\": \"string\",\r\n \"removed\": true\r\n }\r\n ],\r\n \"rule\": {\r\n \"id\": 0,\r\n \"name\": \"string\"\r\n }\r\n}"
"raw": "{\r\n \"value\": \"new tt\",\r\n \"regulatoryTextCitation\": \"newtt\",\r\n \"startDay\": \"2025-01-01\",\r\n \"endDay\": \"\",\r\n \"criteria\": [\r\n {\r\n \"id\": 165,\r\n \"number\": \"170.315 (b)(1)\",\r\n \"title\": \"Transitions of Care\",\r\n \"certificationEditionId\": 3,\r\n \"certificationEdition\": \"2015\",\r\n \"description\": null,\r\n \"removed\": false\r\n }\r\n ],\r\n \"rule\": {\r\n \"id\": 5,\r\n \"name\": \"HTI-1\"\r\n }\r\n}"
},
"url": {
"raw": "{{url}}/rest/test-tools",
Expand All @@ -286,19 +286,19 @@
"test-tools"
]
},
"description": "ROLE_ONC user should get 401 status and access denied error to create Test Tools"
"description": "ROLE_ONC user should get 200 status to create Test Tools"
},
"response": []
},
{
"name": "PUT /test-tools - ROLE_ONC user should get 401 status and access denied error",
"name": "PUT /test-tools - ROLE_ONC user should get 200 status",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"edit test tools request by ROLE_ONC user should return Status code 401\", function () {\r",
" pm.response.to.have.status(401);\r",
"pm.test(\"edit test tools request by ROLE_ONC user should return Status code 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});\r"
],
"type": "text/javascript"
Expand Down Expand Up @@ -331,7 +331,7 @@
],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": 1,\r\n \"value\": \"test2\",\r\n \"regulatoryTextCitation\": \"test3\",\r\n \"startDay\": \"2023-07-13\",\r\n \"endDay\": \"2023-07-13\",\r\n \"requiredDay\": \"2023-07-13\",\r\n \"criteria\": [\r\n {\r\n \"id\": 0,\r\n \"number\": \"string\",\r\n \"title\": \"string\",\r\n \"certificationEditionId\": 0,\r\n \"certificationEdition\": \"string\",\r\n \"description\": \"string\",\r\n \"removed\": true\r\n }\r\n ],\r\n \"rule\": {\r\n \"id\": 0,\r\n \"name\": \"string\"\r\n }\r\n}"
"raw": "{\r\n \"id\":33,\r\n \"value\": \"Drummond G10+ FHIR API powered by Touchstone\",\r\n \"regulatoryTextCitation\": \"Touchstone\",\r\n \"startDay\": \"\",\r\n \"endDay\": \"\",\r\n \"criteria\": [\r\n {\r\n \"id\": 182,\r\n \"number\": \"170.315 (g)(10)\",\r\n \"title\": \"Standardized API for Patient and Population Services\",\r\n \"certificationEditionId\": 3,\r\n \"certificationEdition\": \"2015\",\r\n \"description\": null,\r\n \"removed\": false,\r\n \"rule\": {\r\n \"id\": 4,\r\n \"name\": \"Cures\"\r\n },\r\n \"startDay\": \"2020-06-30\",\r\n \"endDay\": null\r\n }\r\n ],\r\n \"rule\": {\r\n \"id\": 5,\r\n \"name\": \"HTI-1\"\r\n }\r\n}"
},
"url": {
"raw": "{{url}}/rest/test-tools",
Expand All @@ -343,7 +343,7 @@
"test-tools"
]
},
"description": "PUT /test-tools - ROLE_ONC user should get 401 status and access denied error"
"description": "PUT /test-tools - ROLE_ONC user should get 200 status"
},
"response": []
},
Expand Down
Loading

0 comments on commit b637a97

Please sign in to comment.