# HEA Server Organization
[Research Informatics Shared Resource](https://risr.hci.utah.edu), [Huntsman Cancer Institute](https://hci.utah.edu),
Salt Lake City, UT
The HEA Server Organization is a service for managing organization information for research laboratories and other research groups.
## Version 1.9.1
* Bumped heasever to 1.36.2.
## Version 1.9.0
* Bumped heaserver to 1.35.0.
* Use new sort logic from heaserver 1.35.
* Added sort-related query parameters to OpenAPI specs.
* Fixed import statements in run-swaggerui.py.
## Version 1.8.1
* Bumped heaserver version to 1.32.2 to correct a potential issue causing the microservice to fail to send messages to
the message broker.
## Version 1.8.0
* We now mark organizations with the new hea-container and hea-self-container rel values.
* Renamed the organizations/{id}/awsaccounts endpoint organizations/{id}/accounts, since that's what it was actually
doing, and organizations are agnostic of the account type. The link from organization to account was updated to
reflect this change.
## Version 1.7.2
* Bumped heaserver version to 1.30.0.
* Removed duplicate user_shares and group_shares fields in the organization property metadata.
## Version 1.7.1
* Bumped heaserver version to 1.28.1.
## Version 1.7.0
* Added group permissions support.
## Version 1.6.2
* Call the correct URL for removing a user from a group.
## Version 1.6.1
* new links for org collection+json
## Version 1.6.0
* New /organizations/{id}/recentlyaccessed endpoint.
## Version 1.5.5
* Added support for python 3.12.
## Version 1.5.4
* Fixed potential hang when listing an organization's accounts.
## Version 1.5.3
* No user-visible changes. Updated to interoperate with heaserver-keychain 1.5.0.
## Version 1.5.2
* Caching optimizations.
## Version 1.5.1
* Invalidate cache when receiving collaborator changes from the message queue.
## Version 1.5.0
* Added collaborator_ids attribute. The collaborator_ids attribute is altered via message queue messages.
## Version 1.4.9
* Attempt to relink Credentials objects with their corresponding Volumes when saving an Organization.
## Version 1.4.8
* Handle case where user who is an organization admin, manager, member, or PI has been deleted from keycloak.
* Omit system users from the membership editor form.
## Version 1.4.7
* Fixed issue causing volumes and credentials for a new PI not to be created.
## Version 1.4.6
* Fixed issue creating new credentials objects without a role when a user is added to an organization.
## Version 1.4.5
* Fixed crash when reusing an existing volume and credentials when a user's organization membership has changed.
## Version 1.4.4
* Return 400 status code when the user lacks permission to update permissions for an organization (those errors were ignored previously).
* Corrected permissions checking for organization managers and members.
## Version 1.4.3
* Send the account ids and group id fields when submitting the members editor form.
## Version 1.4.2
* Corrected heaobject.organization.Organization permissions.
## Version 1.4.1
* Generate the correct name attribute for heaobject.keychain.AWSCredentials objects.
## Version 1.4.0
* Changing organization members, managers, admins, and PI now changes the users' volumes and credentials objects to
match.
* The admin, manager, and member lists now omit system users.
## Version 1.3.0
* Display type display name in properties card, and return the type display name from GET calls.
## Version 1.2.0
* Improved performance accessing an organization's AWS accounts.
* heaobject.organization.Organization objects now have an accounts attribute that mirrors the contents of the existing
aws_account_ids attribute and will support other heaobject.account.Account subclasses in the future.
## Version 1.1.0
* Pass desktop object permissions back to clients.
## Version 1.0.2
* Improved performance.
## Version 1.0.1
* Improved performance.
## Version 1
Initial release.
## Runtime requirements
* Python 3.10, 3.11, or 3.12.
## Development environment
### Build requirements
* Any development environment is fine.
* On Windows, you also will need:
* Build Tools for Visual Studio 2019, found at https://visualstudio.microsoft.com/downloads/. Select the C++ tools.
* git, found at https://git-scm.com/download/win.
* On Mac, Xcode or the command line developer tools is required, found in the Apple Store app.
* Python 3.10, 3.11, or 3.12: Download and install Python from https://www.python.org, and select the options to install
for all users and add Python to your environment variables. The install for all users option will help keep you from
accidentally installing packages into your Python installation's site-packages directory instead of to your virtualenv
environment, described below.
* Create a virtualenv environment using the `python -m venv <venv_directory>` command, substituting `<venv_directory>`
with the directory name of your virtual environment. Run `source <venv_directory>/bin/activate` (or `<venv_directory>/Scripts/activate` on Windows) to activate the virtual
environment. You will need to activate the virtualenv every time before starting work, or your IDE may be able to do
this for you automatically. **Note that PyCharm will do this for you, but you have to create a new Terminal panel
after you newly configure a project with your virtualenv.**
* From the project's root directory, and using the activated virtualenv, run
`pip install -r requirements_dev.txt`. **Do NOT run `python setup.py develop`. It will break your environment.**
### Running tests
Run tests with the `pytest` command from the project root directory. To improve performance, run tests in multiple
processes with `pytest -n auto`.
### Running integration tests
* Install Docker
* On Windows, install pywin32 version >= 223 from https://github.com/mhammond/pywin32/releases. In your venv, make sure that
`include-system-site-packages` is set to `true`.
### Trying out the APIs
This microservice has Swagger3/OpenAPI support so that you can quickly test the APIs in a web browser. Do the following:
* Install Docker, if it is not installed already.
* Run the `run-swaggerui.py` file in your terminal. This file contains some test objects that are loaded into a MongoDB
Docker container.
* Go to `http://127.0.0.1:8080/docs` in your web browser.
Once `run-swaggerui.py` is running, you can also access the APIs via `curl` or other tool. For example, in Windows
PowerShell, execute:
```
Invoke-RestMethod -Uri http://localhost:8080/organizations/ -Method GET -Headers @{'accept' = 'application/json'}`
```
In MacOS or Linux, the equivalent command is:
```
curl -X GET http://localhost:8080/organizations/ -H 'accept: application/json'
```
### Packaging and releasing this project
See the [RELEASING.md](RELEASING.md) file for details.
Raw data
{
"_id": null,
"home_page": "https://risr.hci.utah.edu",
"name": "heaserver-organizations",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "heaserver-organizations, microservice, healthcare, cancer, research, informatics",
"author": "Research Informatics Shared Resource, Huntsman Cancer Institute, Salt Lake City, UT",
"author_email": "Andrew.Post@hci.utah.edu",
"download_url": "https://files.pythonhosted.org/packages/f8/2e/a00ee102a865e3e34b436bb91e5edfd465c45787215b736618827558d64e/heaserver_organizations-1.9.1.tar.gz",
"platform": null,
"description": "# HEA Server Organization\r\n[Research Informatics Shared Resource](https://risr.hci.utah.edu), [Huntsman Cancer Institute](https://hci.utah.edu),\r\nSalt Lake City, UT\r\n\r\nThe HEA Server Organization is a service for managing organization information for research laboratories and other research groups.\r\n\r\n\r\n## Version 1.9.1\r\n* Bumped heasever to 1.36.2.\r\n\r\n## Version 1.9.0\r\n* Bumped heaserver to 1.35.0.\r\n* Use new sort logic from heaserver 1.35.\r\n* Added sort-related query parameters to OpenAPI specs.\r\n* Fixed import statements in run-swaggerui.py.\r\n\r\n## Version 1.8.1\r\n* Bumped heaserver version to 1.32.2 to correct a potential issue causing the microservice to fail to send messages to\r\n the message broker.\r\n\r\n## Version 1.8.0\r\n* We now mark organizations with the new hea-container and hea-self-container rel values.\r\n* Renamed the organizations/{id}/awsaccounts endpoint organizations/{id}/accounts, since that's what it was actually\r\n doing, and organizations are agnostic of the account type. The link from organization to account was updated to\r\n reflect this change.\r\n\r\n## Version 1.7.2\r\n* Bumped heaserver version to 1.30.0.\r\n* Removed duplicate user_shares and group_shares fields in the organization property metadata.\r\n\r\n## Version 1.7.1\r\n* Bumped heaserver version to 1.28.1.\r\n\r\n## Version 1.7.0\r\n* Added group permissions support.\r\n\r\n## Version 1.6.2\r\n* Call the correct URL for removing a user from a group.\r\n\r\n## Version 1.6.1\r\n* new links for org collection+json\r\n\r\n## Version 1.6.0\r\n* New /organizations/{id}/recentlyaccessed endpoint.\r\n\r\n## Version 1.5.5\r\n* Added support for python 3.12.\r\n\r\n## Version 1.5.4\r\n* Fixed potential hang when listing an organization's accounts.\r\n\r\n## Version 1.5.3\r\n* No user-visible changes. Updated to interoperate with heaserver-keychain 1.5.0.\r\n\r\n## Version 1.5.2\r\n* Caching optimizations.\r\n\r\n## Version 1.5.1\r\n* Invalidate cache when receiving collaborator changes from the message queue.\r\n\r\n## Version 1.5.0\r\n* Added collaborator_ids attribute. The collaborator_ids attribute is altered via message queue messages.\r\n\r\n## Version 1.4.9\r\n* Attempt to relink Credentials objects with their corresponding Volumes when saving an Organization.\r\n\r\n## Version 1.4.8\r\n* Handle case where user who is an organization admin, manager, member, or PI has been deleted from keycloak.\r\n* Omit system users from the membership editor form.\r\n\r\n## Version 1.4.7\r\n* Fixed issue causing volumes and credentials for a new PI not to be created.\r\n\r\n## Version 1.4.6\r\n* Fixed issue creating new credentials objects without a role when a user is added to an organization.\r\n\r\n## Version 1.4.5\r\n* Fixed crash when reusing an existing volume and credentials when a user's organization membership has changed.\r\n\r\n## Version 1.4.4\r\n* Return 400 status code when the user lacks permission to update permissions for an organization (those errors were ignored previously).\r\n* Corrected permissions checking for organization managers and members.\r\n\r\n## Version 1.4.3\r\n* Send the account ids and group id fields when submitting the members editor form.\r\n\r\n## Version 1.4.2\r\n* Corrected heaobject.organization.Organization permissions.\r\n\r\n## Version 1.4.1\r\n* Generate the correct name attribute for heaobject.keychain.AWSCredentials objects.\r\n\r\n## Version 1.4.0\r\n* Changing organization members, managers, admins, and PI now changes the users' volumes and credentials objects to\r\nmatch.\r\n* The admin, manager, and member lists now omit system users.\r\n\r\n## Version 1.3.0\r\n* Display type display name in properties card, and return the type display name from GET calls.\r\n\r\n## Version 1.2.0\r\n* Improved performance accessing an organization's AWS accounts.\r\n* heaobject.organization.Organization objects now have an accounts attribute that mirrors the contents of the existing\r\naws_account_ids attribute and will support other heaobject.account.Account subclasses in the future.\r\n\r\n## Version 1.1.0\r\n* Pass desktop object permissions back to clients.\r\n\r\n## Version 1.0.2\r\n* Improved performance.\r\n\r\n## Version 1.0.1\r\n* Improved performance.\r\n\r\n## Version 1\r\nInitial release.\r\n\r\n## Runtime requirements\r\n* Python 3.10, 3.11, or 3.12.\r\n\r\n## Development environment\r\n\r\n### Build requirements\r\n* Any development environment is fine.\r\n* On Windows, you also will need:\r\n * Build Tools for Visual Studio 2019, found at https://visualstudio.microsoft.com/downloads/. Select the C++ tools.\r\n * git, found at https://git-scm.com/download/win.\r\n* On Mac, Xcode or the command line developer tools is required, found in the Apple Store app.\r\n* Python 3.10, 3.11, or 3.12: Download and install Python from https://www.python.org, and select the options to install\r\nfor all users and add Python to your environment variables. The install for all users option will help keep you from\r\naccidentally installing packages into your Python installation's site-packages directory instead of to your virtualenv\r\nenvironment, described below.\r\n* Create a virtualenv environment using the `python -m venv <venv_directory>` command, substituting `<venv_directory>`\r\nwith the directory name of your virtual environment. Run `source <venv_directory>/bin/activate` (or `<venv_directory>/Scripts/activate` on Windows) to activate the virtual\r\nenvironment. You will need to activate the virtualenv every time before starting work, or your IDE may be able to do\r\nthis for you automatically. **Note that PyCharm will do this for you, but you have to create a new Terminal panel\r\nafter you newly configure a project with your virtualenv.**\r\n* From the project's root directory, and using the activated virtualenv, run\r\n `pip install -r requirements_dev.txt`. **Do NOT run `python setup.py develop`. It will break your environment.**\r\n\r\n### Running tests\r\nRun tests with the `pytest` command from the project root directory. To improve performance, run tests in multiple\r\nprocesses with `pytest -n auto`.\r\n\r\n### Running integration tests\r\n* Install Docker\r\n* On Windows, install pywin32 version >= 223 from https://github.com/mhammond/pywin32/releases. In your venv, make sure that\r\n`include-system-site-packages` is set to `true`.\r\n\r\n### Trying out the APIs\r\nThis microservice has Swagger3/OpenAPI support so that you can quickly test the APIs in a web browser. Do the following:\r\n* Install Docker, if it is not installed already.\r\n* Run the `run-swaggerui.py` file in your terminal. This file contains some test objects that are loaded into a MongoDB\r\n Docker container.\r\n* Go to `http://127.0.0.1:8080/docs` in your web browser.\r\n\r\nOnce `run-swaggerui.py` is running, you can also access the APIs via `curl` or other tool. For example, in Windows\r\nPowerShell, execute:\r\n```\r\nInvoke-RestMethod -Uri http://localhost:8080/organizations/ -Method GET -Headers @{'accept' = 'application/json'}`\r\n```\r\nIn MacOS or Linux, the equivalent command is:\r\n```\r\ncurl -X GET http://localhost:8080/organizations/ -H 'accept: application/json'\r\n```\r\n\r\n### Packaging and releasing this project\r\nSee the [RELEASING.md](RELEASING.md) file for details.\r\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "a service for managing organization information for research laboratories and other research groups",
"version": "1.9.1",
"project_urls": {
"Homepage": "https://risr.hci.utah.edu"
},
"split_keywords": [
"heaserver-organizations",
" microservice",
" healthcare",
" cancer",
" research",
" informatics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "65f9988846bcf31a7373e07d9d94d83be11081069c88b24e51a4d72783959f67",
"md5": "d7765d51968a1172e8d862ef47403e5c",
"sha256": "51e3d675dcbaecc41b76af44292c3e76056f72ecd3b35533ac622faa2f1d29ba"
},
"downloads": -1,
"filename": "heaserver_organizations-1.9.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7765d51968a1172e8d862ef47403e5c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 21349,
"upload_time": "2025-07-11T21:54:45",
"upload_time_iso_8601": "2025-07-11T21:54:45.039413Z",
"url": "https://files.pythonhosted.org/packages/65/f9/988846bcf31a7373e07d9d94d83be11081069c88b24e51a4d72783959f67/heaserver_organizations-1.9.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f82ea00ee102a865e3e34b436bb91e5edfd465c45787215b736618827558d64e",
"md5": "23e7c9f556d13e66292a22d54d09c803",
"sha256": "bc7acae77e5e1aaf605b1441a7a19a4fff80e7630b80cb60381681f5a661a673"
},
"downloads": -1,
"filename": "heaserver_organizations-1.9.1.tar.gz",
"has_sig": false,
"md5_digest": "23e7c9f556d13e66292a22d54d09c803",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 33944,
"upload_time": "2025-07-11T21:54:45",
"upload_time_iso_8601": "2025-07-11T21:54:45.938203Z",
"url": "https://files.pythonhosted.org/packages/f8/2e/a00ee102a865e3e34b436bb91e5edfd465c45787215b736618827558d64e/heaserver_organizations-1.9.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 21:54:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "heaserver-organizations"
}