{"id":34984167,"url":"https://github.com/erdc/django-uit_job_type","last_synced_at":"2025-12-27T01:23:50.518Z","repository":{"id":42434284,"uuid":"168220006","full_name":"erdc/django-uit_job_type","owner":"erdc","description":"Tethys Platform extension adding a job type to submit jobs through the UIT Plus web service","archived":false,"fork":false,"pushed_at":"2025-06-06T20:53:21.000Z","size":265,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-06-06T21:39:06.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erdc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-29T20:04:08.000Z","updated_at":"2025-05-16T18:09:52.000Z","dependencies_parsed_at":"2023-02-04T19:17:02.775Z","dependency_job_id":"b925163a-f16f-4697-b5e0-f3b6329ea112","html_url":"https://github.com/erdc/django-uit_job_type","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/erdc/django-uit_job_type","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fdjango-uit_job_type","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fdjango-uit_job_type/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fdjango-uit_job_type/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fdjango-uit_job_type/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdc","download_url":"https://codeload.github.com/erdc/django-uit_job_type/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fdjango-uit_job_type/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28067558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-27T01:23:49.919Z","updated_at":"2025-12-27T01:23:50.513Z","avatar_url":"https://github.com/erdc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIT Plus Extension for Tethys\n\n## Installation\n\n1. Conda install `pyuit`.\n\n  ```bash\n  conda install -c erdc/label/dev -c conda-forge pyuit\n  ```\n  \n1. Install the extension.\n    \n    ```bash\n    cd django-uit_plus_job\n    python pip install -e .\n    ```\n\n1. Register a new client on https://www.uitplus.hpc.mil. Set `Return URL` to `http(s)://\u003cyourtethysportal\u003e/oauth2/complete/UITPlus/`.\n\n  Note the generated client id and client secret to add to the Tethys configuration file.\n    \n1. Add the following to the `portal_config.yml` file:\n\n  ```yaml\n  INSTALLED_APPS:\n    - uit_plus_job\n  \n  AUTHENTICATION_BACKENDS:\n    - uit_plus_job.oauth2.UitPlusOAuth2\n  \n  OAUTH_CONFIGS:\n    SOCIAL_AUTH_UITPLUS_KEY: \u003cclient-id\u003e\n    SOCIAL_AUTH_UITPLUS_SECRET: \u003cclient-secret\u003e\n  ```\n\n1. Run migrations:\n\n    ```bash\n    tethys db migrate\n    ```\n\n## Tests\n\n```bash\n. test.sh \u003cpath_to_tethys_manage.py\u003e\n```\n\n\n**CONDA BUILD**\n\nconda build -c erdc -c conda-forge conda.recipe","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdc%2Fdjango-uit_job_type","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdc%2Fdjango-uit_job_type","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdc%2Fdjango-uit_job_type/lists"}