Skip to content

Commit

Permalink
Merge pull request #115 from harena-lab/development
Browse files Browse the repository at this point in the history
Hotfix: Save case permission check
  • Loading branch information
HeitorMatt authored May 14, 2021
2 parents 601a131 + 5a5bd9e commit 7dbc3e3
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 71 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Check [Harena Docs Repository](https://github.com/datasci4health/harena-docs/tre

## Available Services

Check https://documenter.getpostman.com/view/7243662/T1Ds8ag7?version=latest to discover available endpoints provided by `harena manager api`.
Check https://documenter.getpostman.com/view/12184223/TzK2ZE4d to discover available endpoints provided by `harena manager api`.

## Getting Started

Expand Down Expand Up @@ -57,7 +57,7 @@ docker exec -it harena-manager_harena-manager_1 bash
* `development`:
* The latest code contaning the most recent updates made by the development team
* [Changelog file](https://github.com/datasci4health/harena-manager/blob/development/CHANGELOG.md) show unreleased features which will be merged into `master` from `development` branch in the next release
* Version running at http://harena.ds4h.org/development .
* Version running at http://harena.ds4h.org/development .
* Protected. Must use _pull request_ to merge new features.
<!--* `feature/< github-issue >`:
* new feature registered on the issue list https://github.com/datasci4health/harena-manager/issues.
Expand Down
54 changes: 54 additions & 0 deletions harena-manager_-_development.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"id": "617515a5-839f-4878-88b7-b1817eea3e40",
"name": "harena-manager - development",
"values": [
{
"key": "protocol",
"value": "https://",
"enabled": true
},
{
"key": "host",
"value": "dev.jacinto.harena.org",
"enabled": true
},
{
"key": "port",
"value": "10020",
"enabled": true
},
{
"key": "api-version",
"value": "v1",
"enabled": true
},
{
"key": "api-base-url",
"value": "{{protocol}}{{host}}/manager/api/{{api-version}}",
"enabled": true
},
{
"key": "user-refreshToken",
"value": null,
"enabled": true
},
{
"key": "user-token",
"value": null,
"enabled": true
},
{
"key": "user-id",
"value": "",
"enabled": true
},
{
"key": "quest-id",
"value": "pocus-training",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-04-29T13:04:52.910Z",
"_postman_exported_using": "Postman/7.36.5"
}
59 changes: 59 additions & 0 deletions harena-manager_-_localhost.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"id": "a6d93a0e-9287-4c6f-a1b8-c99bb42ea6e6",
"name": "harena-manager - localhost",
"values": [
{
"key": "protocol",
"value": "http://",
"enabled": true
},
{
"key": "host",
"value": "localhost",
"enabled": true
},
{
"key": "port",
"value": "10020",
"enabled": true
},
{
"key": "api-version",
"value": "v1",
"enabled": true
},
{
"key": "api-base-url",
"value": "{{protocol}}{{host}}:{{port}}/api/{{api-version}}",
"enabled": true
},
{
"key": "user-refreshToken",
"value": "",
"enabled": true
},
{
"key": "user-token",
"value": "",
"enabled": true
},
{
"key": "quest-id",
"value": "",
"enabled": true
},
{
"key": "user-id",
"value": "",
"enabled": true
},
{
"key": "case-id",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-04-29T13:04:41.153Z",
"_postman_exported_using": "Postman/7.36.5"
}
Loading

0 comments on commit 7dbc3e3

Please sign in to comment.