e4d72e9 Merge pull request #267 from transtats/r085

59 files Merged by suanand 2 years ago, Committed by GitHub 2 years ago,
59 files changed. 1374 lines added. 332 lines removed.
.circleci/config.yml
file modified
+1 -1
CHANGELOG.md
file modified
+8 -0
CONTRIBUTING.md
file modified
+2 -2
README.md
file modified
+1 -10
dashboard/constants.py
file modified
+8 -0
dashboard/jobs_framework/action_mapper.py
file modified
+47 -9
dashboard/managers/graphs.py
file modified
+6 -1
dashboard/managers/inventory.py
file modified
+7 -5
dashboard/managers/jobs.py
file modified
+4 -1
dashboard/managers/packages.py
file modified
+13 -9
dashboard/managers/pipelines.py
file modified
+342 -19
dashboard/managers/utilities.py
file modified
+16 -0
dashboard/migrations/0013_update_job_templates_20210709.py
file added
+52
dashboard/migrations/0014_pipelineconfig.py
file added
+56
dashboard/models.py
file modified
+36 -0
dashboard/services/expose/views.py
file modified
+45 -0
dashboard/services/urls.py
file modified
+2 -1
dashboard/templates/base.html
file modified
+1 -1
dashboard/templates/ci/_job_params.html
file added
+4
dashboard/templates/ci/_pipeline_branches.html
file added
+38
dashboard/templates/ci/_pipeline_configs.html
file added
+100
dashboard/templates/ci/list_pipelines.html
file modified
+22 -3
dashboard/templates/ci/pipeline_configuration.html
file modified
+35 -26
dashboard/templates/ci/pipeline_details_base.html
file modified
+4 -4
dashboard/templates/ci/pipeline_history.html
file modified
+1 -1
dashboard/templates/geolocation/territory_view.html
file modified
+3 -3
dashboard/templates/jobs/_job_form.html
file modified
+3 -3
dashboard/templates/jobs/log_detail.html
file modified
+2 -2
dashboard/templates/jobs/logs.html
file modified
+1 -1
dashboard/templates/packages/_latest_builds.html
file modified
+1 -1
dashboard/templates/packages/_package_details.html
file modified
+1 -1
dashboard/templates/packages/_packages_summary.html
file modified
+18 -149
dashboard/templates/packages/package_list.html
file modified
+2 -1
dashboard/templates/releases/release_list.html
file modified
+3 -3
dashboard/templatetags/custom_tags.py
file modified
+61 -8
dashboard/tests/test_jobs.py
file modified
+23 -3
dashboard/tests/testdata/db_fixtures.py
file modified
+24 -1
dashboard/tests/testdata/job-templates/dpushtrans.yml
file modified
+1 -0
dashboard/tests/testdata/job-templates/pulltrans_1.yml
file modified
+1 -0
dashboard/tests/testdata/job-templates/pulltrans_2.yml.draft
file modified
+1 -0
dashboard/tests/testdata/job-templates/pushtrans_1.yml
file modified
+1 -0
dashboard/tests/testdata/job-templates/pushtrans_2.yml.draft
file modified
+1 -0
dashboard/urls.py
file modified
+15 -4
dashboard/views.py
file modified
+234 -34
deploy/docker-compose/transtats/Dockerfile
file modified
+1 -1
deploy/nginx/supervisord.service
file added
+13
docs/source/api.rst
file modified
+27 -4
docs/source/conf.py
file modified
+1 -1
docs/source/index.rst
file modified
+2 -2
docs/source/roadmap.rst
file modified
+7 -6
requirements/base.txt
file modified
+3 -2
transtats/__init__.py
file modified
+3 -3
transtats/middleware.py
file added
+55
transtats/node/package.json
file modified
+1 -1
transtats/settings/auth.py
file modified
+3 -4
transtats/settings/base.py
file modified
+7 -1
transtats/static/css/transtats.css
file modified
+4 -0
transtats/static/img/favicon-1.ico
file removed
-0
transtats/static/img/favicon.ico
file modified
+0 -0
    Merge pull request #267 from transtats/r085
    
    release_0.8.5
        
file modified
+1 -1
file modified
+8 -0
file modified
+2 -2
file modified
+1 -10
file modified
+8 -0
file modified
+6 -1
file modified
+4 -1
file modified
+342 -19
file modified
+36 -0
file modified
+2 -1
file modified
+23 -3
file modified
+15 -4
file modified
+234 -34
file modified
+27 -4
file modified
+1 -1
file modified
+2 -2
file modified
+7 -6
file modified
+3 -2
file modified
+3 -3
file modified
+1 -1
file modified
+3 -4
file modified
+7 -1