Skip to content

CE => EE 9.3 RC2

  • both modified: .gitlab-ci.yml
  • both modified: .rubocop.yml
  • both modified: Gemfile
  • both modified: Gemfile.lock
  • both modified: app/assets/javascripts/api.js
  • both modified: app/assets/javascripts/boards/boards_bundle.js
  • both modified: app/assets/javascripts/boards/filtered_search_boards.js
  • both modified: app/assets/javascripts/boards/models/list.js
  • both modified: app/assets/javascripts/build.js
  • both modified: app/assets/javascripts/deploy_keys/components/app.vue
  • both modified: app/assets/javascripts/dispatcher.js
  • both modified: app/assets/javascripts/dropzone_input.js
  • both modified: app/assets/javascripts/environments/components/environment.vue
  • both modified: app/assets/javascripts/environments/components/environment_item.vue
  • both modified: app/assets/javascripts/environments/components/environments_table.vue
  • both modified: app/assets/javascripts/environments/stores/environments_store.js
  • both modified: app/assets/javascripts/filtered_search/dropdown_hint.js
  • both modified: app/assets/javascripts/filtered_search/filtered_search_bundle.js
  • both modified: app/assets/javascripts/filtered_search/filtered_search_manager.js
  • both modified: app/assets/javascripts/gfm_auto_complete.js
  • both added: app/assets/javascripts/issue_show/components/app.vue
  • both added: app/assets/javascripts/issue_show/components/description.vue
  • both modified: app/assets/javascripts/issue_show/index.js
  • both added: app/assets/javascripts/issue_show/stores/index.js
  • both modified: app/assets/javascripts/lib/utils/ajax_cache.js
  • both modified: app/assets/javascripts/lib/utils/datetime_utility.js
  • both modified: app/assets/javascripts/locale/es/app.js
  • both modified: app/assets/javascripts/main.js
  • both modified: app/assets/javascripts/milestone_select.js
  • both modified: app/assets/javascripts/notes.js
  • both modified: app/assets/javascripts/pipelines/components/graph/graph_component.vue
  • both added: app/assets/javascripts/pipelines/components/pipeline_url.vue
  • both modified: app/assets/javascripts/pipelines/components/stage.vue
  • both added: app/assets/javascripts/pipelines/pipeline_details_bundle.js
  • both added: app/assets/javascripts/pipelines/pipeline_details_mediatior.js
  • both modified: app/assets/javascripts/pipelines/pipelines.js
  • both modified: app/assets/javascripts/project_new.js
  • both modified: app/assets/javascripts/project_select.js
  • both modified: app/assets/javascripts/users_select.js
  • both modified: app/assets/javascripts/vue_merge_request_widget/dependencies.js
  • both modified: app/assets/javascripts/vue_shared/components/commit.js
  • both added: app/assets/javascripts/vue_shared/components/header_ci_component.vue
  • both added: app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_image.vue
  • both modified: app/assets/stylesheets/framework/awards.scss
  • both modified: app/assets/stylesheets/framework/filters.scss
  • both modified: app/assets/stylesheets/framework/lists.scss
  • both modified: app/assets/stylesheets/framework/sidebar.scss
  • both modified: app/assets/stylesheets/framework/variables.scss
  • both modified: app/assets/stylesheets/pages/environments.scss
  • both modified: app/assets/stylesheets/pages/pipelines.scss
  • both modified: app/assets/stylesheets/pages/projects.scss
  • both modified: app/controllers/autocomplete_controller.rb
  • both modified: app/controllers/concerns/lfs_request.rb
  • both modified: app/controllers/concerns/membership_actions.rb
  • both modified: app/controllers/projects/deploy_keys_controller.rb
  • both modified: app/controllers/projects/imports_controller.rb
  • both modified: app/controllers/projects/issues_controller.rb
  • both modified: app/controllers/projects/protected_refs_controller.rb
  • both modified: app/controllers/projects_controller.rb
  • both modified: app/controllers/sessions_controller.rb
  • both added: app/finders/users_finder.rb
  • both modified: app/helpers/application_helper.rb
  • both modified: app/helpers/button_helper.rb
  • both modified: app/helpers/dropdowns_helper.rb
  • both modified: app/helpers/issuables_helper.rb
  • both modified: app/helpers/submodule_helper.rb
  • both modified: app/helpers/system_note_helper.rb
  • both modified: app/models/blob_viewer/base.rb
  • both modified: app/models/blob_viewer/server_side.rb
  • both modified: app/models/ci/pipeline.rb
  • both modified: app/models/concerns/protected_ref.rb
  • both modified: app/models/hooks/service_hook.rb
  • both modified: app/models/project.rb
  • both modified: app/models/project_services/deployment_service.rb
  • both modified: app/models/project_services/external_wiki_service.rb
  • both modified: app/models/project_services/jira_service.rb
  • both modified: app/models/project_services/kubernetes_service.rb
  • both modified: app/models/project_services/mock_ci_service.rb
  • both modified: app/models/project_wiki.rb
  • both modified: app/models/system_note_metadata.rb
  • both modified: app/policies/group_policy.rb
  • both modified: app/policies/project_policy.rb
  • both added: app/serializers/pipeline_details_entity.rb
  • both modified: app/serializers/pipeline_serializer.rb
  • both modified: app/services/boards/create_service.rb
  • both modified: app/services/ci/create_pipeline_service.rb
  • both modified: app/services/git_push_service.rb
  • both modified: app/services/git_tag_push_service.rb
  • both modified: app/services/issuable_base_service.rb
  • both modified: app/services/members/create_service.rb
  • both modified: app/services/slash_commands/interpret_service.rb
  • both modified: app/views/admin/health_check/show.html.haml
  • both modified: app/views/dashboard/projects/index.html.haml
  • both modified: app/views/layouts/nav/_admin.html.haml
  • both modified: app/views/layouts/nav/_profile.html.haml
  • both modified: app/views/projects/_last_push.html.haml
  • both added: app/views/projects/blob/_breadcrumb.html.haml
  • both modified: app/views/projects/blob/_header.html.haml
  • both modified: app/views/projects/commit/_commit_box.html.haml
  • both modified: app/views/projects/commits/_commit.html.haml
  • both modified: app/views/projects/commits/_head.html.haml
  • both modified: app/views/projects/deployments/_commit.html.haml
  • both modified: app/views/projects/diffs/_content.html.haml
  • both added: app/views/projects/diffs/viewers/_text.html.haml
  • both modified: app/views/projects/edit.html.haml
  • both modified: app/views/projects/issues/index.html.haml
  • both modified: app/views/projects/issues/show.html.haml
  • both modified: app/views/projects/jobs/_sidebar.html.haml
  • both modified: app/views/projects/project_members/_index.html.haml
  • both modified: app/views/projects/project_members/_new_project_member.html.haml
  • both modified: app/views/projects/protected_tags/_dropdown.html.haml
  • both modified: app/views/projects/protected_tags/_index.html.haml
  • both modified: app/views/projects/settings/repository/show.html.haml
  • both modified: app/views/projects/show.html.haml
  • both modified: app/views/projects/tree/_tree_content.html.haml
  • both modified: app/views/projects/tree/_tree_header.html.haml
  • both modified: app/views/shared/_field.html.haml
  • both modified: app/views/shared/_ref_switcher.html.haml
  • both modified: app/views/shared/issuable/_search_bar.html.haml
  • both modified: app/views/shared/issuable/form/_merge_params.html.haml
  • both modified: app/views/users/show.html.haml
  • both modified: app/workers/post_receive.rb
  • both modified: app/workers/repository_import_worker.rb
  • both modified: config/initializers/1_settings.rb
  • both modified: config/routes/group.rb
  • both modified: config/routes/user.rb
  • both modified: db/schema.rb
  • both modified: doc/README.md
  • both modified: doc/api/projects.md
  • both modified: doc/ci/docker/using_docker_images.md
  • both added: doc/ci/examples/code_climate.md
  • both modified: doc/ci/triggers/README.md
  • both modified: doc/ci/variables/README.md
  • both modified: doc/development/README.md
  • both modified: doc/development/architecture.md
  • both modified: doc/install/kubernetes/gitlab_chart.md
  • both modified: doc/install/requirements.md
  • both added: doc/update/9.2-to-9.3.md
  • both modified: doc/user/project/milestones/index.md
  • both modified: features/project/project.feature
  • both modified: features/steps/project/merge_requests.rb
  • both modified: features/steps/project/project.rb
  • both modified: features/steps/project/services.rb
  • both modified: features/support/env.rb
  • both modified: lib/api/api.rb
  • both modified: lib/api/entities.rb
  • both modified: lib/api/groups.rb
  • both modified: lib/api/projects.rb
  • both modified: lib/api/services.rb
  • both modified: lib/ci/gitlab_ci_yaml_processor.rb
  • both added: lib/feature.rb
  • both modified: lib/gitlab/checks/change_access.rb
  • both modified: lib/gitlab/diff/file.rb
  • both modified: lib/gitlab/diff/highlight.rb
  • both modified: lib/gitlab/diff/position_tracer.rb
  • both added: lib/gitlab/encoding_helper.rb
  • both modified: lib/gitlab/git/diff.rb
  • both modified: lib/gitlab/git/repository.rb
  • both modified: lib/gitlab/git_access.rb
  • both modified: lib/gitlab/gitaly_client/commit.rb
  • both modified: lib/gitlab/metrics.rb
  • both modified: lib/gitlab/utils.rb
  • both modified: lib/tasks/gitlab/check.rake
  • both modified: locale/es/gitlab.po
  • both added: rubocop/cop/activerecord_serialize.rb
  • both modified: rubocop/rubocop.rb
  • both modified: scripts/prepare_build.sh
  • both modified: spec/controllers/projects/environments_controller_spec.rb
  • both modified: spec/controllers/projects/merge_requests_controller_spec.rb
  • deleted by them: spec/db/production/settings.rb
  • both modified: spec/factories/projects.rb
  • both modified: spec/features/admin/admin_groups_spec.rb
  • both modified: spec/features/boards/boards_spec.rb
  • both modified: spec/features/boards/sidebar_spec.rb
  • both modified: spec/features/dashboard/groups_list_spec.rb
  • both modified: spec/features/dashboard/projects_spec.rb
  • both modified: spec/features/issues/filtered_search/filter_issues_spec.rb
  • both modified: spec/features/issues/form_spec.rb
  • both modified: spec/features/projects/blobs/blob_show_spec.rb
  • both modified: spec/features/projects/branches_spec.rb
  • both modified: spec/features/protected_branches_spec.rb
  • both modified: spec/features/snippets/create_snippet_spec.rb
  • both added: spec/finders/users_finder_spec.rb
  • both modified: spec/fixtures/api/schemas/entities/merge_request.json
  • both modified: spec/javascripts/environments/environments_store_spec.js
  • both modified: spec/javascripts/filtered_search/dropdown_utils_spec.js
  • both added: spec/javascripts/issue_show/components/app_spec.js
  • both modified: spec/javascripts/pipelines/graph/graph_component_spec.js
  • both added: spec/javascripts/vue_shared/components/header_ci_component_spec.js
  • both modified: spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
  • both modified: spec/lib/gitlab/checks/change_access_spec.rb
  • both modified: spec/lib/gitlab/git/diff_spec.rb
  • both modified: spec/lib/gitlab/git_access_spec.rb
  • both modified: spec/lib/gitlab/git_access_wiki_spec.rb
  • both modified: spec/lib/gitlab/highlight_spec.rb
  • both modified: spec/lib/gitlab/import_export/all_models.yml
  • both modified: spec/lib/gitlab/import_export/safe_model_attributes.yml
  • both modified: spec/lib/gitlab/utils_spec.rb
  • both modified: spec/models/ci/build_spec.rb
  • both modified: spec/models/forked_project_link_spec.rb
  • both modified: spec/models/group_spec.rb
  • both modified: spec/models/merge_request_spec.rb
  • both modified: spec/models/project_services/jira_service_spec.rb
  • both modified: spec/models/project_services/kubernetes_service_spec.rb
  • both modified: spec/models/project_spec.rb
  • both modified: spec/models/project_wiki_spec.rb
  • both modified: spec/models/protected_branch_spec.rb
  • both modified: spec/models/user_spec.rb
  • both modified: spec/policies/project_policy_spec.rb
  • both modified: spec/requests/api/users_spec.rb
  • both modified: spec/requests/git_http_spec.rb
  • both added: spec/rubocop/cop/activerecord_serialize_spec.rb
  • both added: spec/serializers/pipeline_details_entity_spec.rb
  • both modified: spec/serializers/pipeline_serializer_spec.rb
  • both modified: spec/services/ci/create_pipeline_service_spec.rb
  • both modified: spec/services/create_deployment_service_spec.rb
  • both modified: spec/services/git_push_service_spec.rb
  • both modified: spec/services/merge_requests/update_service_spec.rb
  • both modified: spec/services/projects/fork_service_spec.rb
  • both modified: spec/services/wiki_pages/create_service_spec.rb
  • both modified: spec/services/wiki_pages/destroy_service_spec.rb
  • both modified: spec/services/wiki_pages/update_service_spec.rb
  • both modified: spec/spec_helper.rb
  • both modified: spec/support/kubernetes_helpers.rb
  • both modified: spec/support/test_env.rb
Edited by Stan Hu

Merge request reports