From 38ceebb9b3a541f8530b379d5b5ab5e13ffc58ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 5 May 2020 18:09:43 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../components/alert_details.vue | 22 +- .../javascripts/lib/utils/url_utility.js | 25 +- app/models/ci/build.rb | 3 +- .../concerns/update_project_statistics.rb | 16 +- .../application_settings/general.html.haml | 4 +- ...evaluation-to-live-preview-app-updates.yml | 5 + .../unreleased/vij-invalid-path-error.yml | 5 + doc/.vale/gitlab/Substitutions.yml | 1 + doc/README.md | 4 +- .../gitlab_self_monitoring_project/index.md | 6 +- .../gitlab_rails_cheat_sheet.md | 14 + doc/api/README.md | 13 +- doc/api/commits.md | 2 +- doc/api/feature_flag_user_lists.md | 45 ++- doc/api/settings.md | 2 +- doc/ci/environments.md | 2 +- doc/ci/examples/test-scala-application.md | 2 +- doc/ci/jenkins/index.md | 2 +- doc/ci/pipelines/index.md | 4 +- doc/ci/services/mysql.md | 2 +- doc/ci/services/postgres.md | 2 +- doc/ci/variables/README.md | 368 +++++++++--------- .../img/ci_job_stage_output_example.png | Bin 68964 -> 156322 bytes .../img/inherited_group_variables_v12_5.png | Bin 21349 -> 58215 bytes ...rride_value_via_manual_pipeline_output.png | Bin 72420 -> 310224 bytes .../img/override_variable_manual_pipeline.png | Bin 13885 -> 52678 bytes .../img/variable_types_usage_example.png | Bin 21983 -> 0 bytes doc/ci/yaml/README.md | 2 +- doc/development/dangerbot.md | 4 +- doc/development/ee_features.md | 3 +- doc/development/experiment_guide/index.md | 2 +- doc/development/feature_flags/controls.md | 113 ++++-- doc/development/licensing.md | 64 +-- doc/push_rules/push_rules.md | 17 +- doc/raketasks/README.md | 2 +- doc/raketasks/x509_signatures.md | 10 +- doc/topics/airgap/index.md | 2 +- doc/topics/autodevops/customize.md | 2 +- doc/topics/autodevops/index.md | 2 +- doc/user/admin_area/settings/index.md | 2 +- .../admin_area/settings/usage_statistics.md | 1 + doc/user/application_security/index.md | 2 +- doc/user/application_security/sast/index.md | 2 +- doc/user/gitlab_com/index.md | 2 +- doc/user/group/clusters/index.md | 2 +- doc/user/group/saml_sso/index.md | 2 +- doc/user/project/clusters/index.md | 4 +- doc/user/project/clusters/runbooks/index.md | 2 +- doc/user/project/integrations/prometheus.md | 2 +- .../repository/x509_signed_commits/index.md | 22 +- .../img/admin_clientside_evaluation.png | Bin 9342 -> 0 bytes .../web_ide/img/admin_live_preview_v13_0.png | Bin 0 -> 5508 bytes ..._evaluation.png => live_preview_v13_0.png} | Bin doc/user/project/web_ide/index.md | 15 +- doc/user/project/wiki/index.md | 23 +- .../backfill_snippet_repositories.rb | 17 +- lib/gitlab/ci/parsers.rb | 3 +- lib/gitlab/ci/parsers/accessibility/pa11y.rb | 33 ++ .../ci/pipeline/seed/build/resource_group.rb | 1 - .../ci/reports/accessibility_reports.rb | 31 +- locale/gitlab.pot | 5 +- .../alert_management_detail_spec.js | 4 + spec/frontend/diffs/store/actions_spec.js | 2 +- spec/frontend/lib/utils/url_utility_spec.js | 75 +++- .../backfill_snippet_repositories_spec.rb | 42 ++ .../ci/parsers/accessibility/pa11y_spec.rb | 117 ++++++ spec/lib/gitlab/ci/parsers_spec.rb | 8 + .../ci/reports/accessibility_reports_spec.rb | 191 +++++++-- spec/models/ci/job_artifact_spec.rb | 20 +- 69 files changed, 938 insertions(+), 464 deletions(-) create mode 100644 changelogs/unreleased/213853-client-side-evaluation-to-live-preview-app-updates.yml create mode 100644 changelogs/unreleased/vij-invalid-path-error.yml delete mode 100644 doc/ci/variables/img/variable_types_usage_example.png delete mode 100644 doc/user/project/web_ide/img/admin_clientside_evaluation.png create mode 100644 doc/user/project/web_ide/img/admin_live_preview_v13_0.png rename doc/user/project/web_ide/img/{clientside_evaluation.png => live_preview_v13_0.png} (100%) create mode 100644 lib/gitlab/ci/parsers/accessibility/pa11y.rb create mode 100644 spec/lib/gitlab/ci/parsers/accessibility/pa11y_spec.rb diff --git a/app/assets/javascripts/alert_management/components/alert_details.vue b/app/assets/javascripts/alert_management/components/alert_details.vue index 3f86f7e78e8..21622d8f750 100644 --- a/app/assets/javascripts/alert_management/components/alert_details.vue +++ b/app/assets/javascripts/alert_management/components/alert_details.vue @@ -1,13 +1,20 @@