3c765a9 frontend: test: backend: Allow user to disable generating appstream metadata

Authored and Committed by Silvie Chlupova 2 years ago
23 files changed. 111 lines added. 24 lines removed.
backend/copr_backend/actions.py
file modified
+12 -7
backend/copr_backend/background_worker_build.py
file modified
+3 -1
backend/copr_backend/helpers.py
file modified
+3 -1
backend/copr_backend/job.py
file modified
+4 -0
backend/run/copr-repo
file modified
+6 -3
backend/tests/test_action.py
file modified
+10 -1
backend/tests/testlib/__init__.py
file modified
+4 -2
frontend/coprs_frontend/alembic/versions/2318cc31444e_add_column_appstream.py
file added
+22
frontend/coprs_frontend/coprs/forms.py
file modified
+6 -0
frontend/coprs_frontend/coprs/logic/actions_logic.py
file modified
+4 -1
frontend/coprs_frontend/coprs/logic/coprs_logic.py
file modified
+2 -1
frontend/coprs_frontend/coprs/models.py
file modified
+6 -0
frontend/coprs_frontend/coprs/templates/coprs/_coprs_forms.html
file modified
+1 -0
frontend/coprs_frontend/coprs/views/apiv3_ns/apiv3_projects.py
file modified
+2 -0
frontend/coprs_frontend/coprs/views/backend_ns/backend_general.py
file modified
+2 -0
frontend/coprs_frontend/coprs/views/coprs_ns/coprs_general.py
file modified
+2 -0
frontend/coprs_frontend/tests/request_test_api.py
file modified
+2 -2
frontend/coprs_frontend/tests/test_api/test_build_r.py
file modified
+1 -0
frontend/coprs_frontend/tests/test_apiv3/test_projects.py
file modified
+5 -2
frontend/coprs_frontend/tests/test_logic/test_builds_logic.py
file modified
+4 -0
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_builds.py
file modified
+2 -0
frontend/coprs_frontend/tests/test_views/test_coprs_ns/test_coprs_general.py
file modified
+2 -1
python/copr/v3/proxies/project.py
file modified
+6 -2
    frontend: test: backend: Allow user to disable generating appstream metadata
    
    So far the user has had to ask us to create a hidden .disable-appstream file
    on the backend so that appstream metadata is not generated, now the user
    will be able to set it for the project himself.
    
        
  • Zuul
    success
    Jobs result is success
    2 years ago
  • Copr build
    success (100%)
    #2205787
    2 years ago
  • Copr build
    success (100%)
    #2205788
    2 years ago
  • Copr build
    success (100%)
    #2205789
    2 years ago
  • Copr build
    success (100%)
    #2209371
    2 years ago
  • Copr build
    success (100%)
    #2209370
    2 years ago
  • Copr build
    success (100%)
    #2209372
    2 years ago
file modified
+4 -0
file modified
+6 -3
file modified
+10 -1