-
- Downloads
An error occurred while retrieving diff files
Merge branch '33418-artifacts-view-minimal' into 'master'
Convert artifacts management page to vue and graphql See merge request !99198 Merged-by:Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Tarun Vellishetty <tvellishetty@gitlab.com> Approved-by:
Matthew Nearents <mnearents@gitlab.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Co-authored-by:
mfluharty <mfluharty@gitlab.com>
Showing
- app/assets/javascripts/artifacts/components/artifact_row.vue 88 additions, 0 deletionsapp/assets/javascripts/artifacts/components/artifact_row.vue
- app/assets/javascripts/artifacts/components/artifacts_table_row_details.vue 89 additions, 0 deletions...ipts/artifacts/components/artifacts_table_row_details.vue
- app/assets/javascripts/artifacts/components/job_artifacts_table.vue 314 additions, 0 deletions.../javascripts/artifacts/components/job_artifacts_table.vue
- app/assets/javascripts/artifacts/constants.js 47 additions, 0 deletionsapp/assets/javascripts/artifacts/constants.js
- app/assets/javascripts/artifacts/graphql/cache_update.js 30 additions, 0 deletionsapp/assets/javascripts/artifacts/graphql/cache_update.js
- app/assets/javascripts/artifacts/graphql/mutations/destroy_artifact.mutation.graphql 7 additions, 0 deletions...facts/graphql/mutations/destroy_artifact.mutation.graphql
- app/assets/javascripts/artifacts/graphql/queries/get_job_artifacts.query.graphql 56 additions, 0 deletions...artifacts/graphql/queries/get_job_artifacts.query.graphql
- app/assets/javascripts/artifacts/index.js 29 additions, 0 deletionsapp/assets/javascripts/artifacts/index.js
- app/assets/javascripts/artifacts/utils.js 26 additions, 0 deletionsapp/assets/javascripts/artifacts/utils.js
- app/assets/javascripts/pages/projects/artifacts/index.js 3 additions, 0 deletionsapp/assets/javascripts/pages/projects/artifacts/index.js
- app/views/projects/artifacts/_artifact.html.haml 0 additions, 61 deletionsapp/views/projects/artifacts/_artifact.html.haml
- app/views/projects/artifacts/_table.html.haml 0 additions, 16 deletionsapp/views/projects/artifacts/_table.html.haml
- app/views/projects/artifacts/index.html.haml 6 additions, 7 deletionsapp/views/projects/artifacts/index.html.haml
- locale/gitlab.pot 15 additions, 18 deletionslocale/gitlab.pot
- spec/frontend/artifacts/components/artifact_row_spec.js 67 additions, 0 deletionsspec/frontend/artifacts/components/artifact_row_spec.js
- spec/frontend/artifacts/components/artifacts_table_row_details_spec.js 107 additions, 0 deletions.../artifacts/components/artifacts_table_row_details_spec.js
- spec/frontend/artifacts/components/job_artifacts_table_spec.js 222 additions, 0 deletions...frontend/artifacts/components/job_artifacts_table_spec.js
- spec/frontend/artifacts/graphql/cache_update_spec.js 67 additions, 0 deletionsspec/frontend/artifacts/graphql/cache_update_spec.js
- spec/frontend/fixtures/job_artifacts.rb 28 additions, 0 deletionsspec/frontend/fixtures/job_artifacts.rb
- spec/views/projects/artifacts/_artifact.html.haml_spec.rb 0 additions, 85 deletionsspec/views/projects/artifacts/_artifact.html.haml_spec.rb
Loading
Please register or sign in to comment