- 24 Aug, 2020 40 commits
-
-
Dhiraj Bodicherla authored
This MR migrates bootstrap button to GitLab UI GlButton in mr_widget_failed_to_merge component
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: vue_shared See merge request gitlab-org/gitlab!40261
-
Jan Provaznik authored
Optimize requests/api/merge_requests_spec.rb spec See merge request gitlab-org/gitlab!40111
-
Mike Jang authored
docs: Use GitLab internal link instead of third-party hosting on docs See merge request gitlab-org/gitlab!40217
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Mike Jang authored
Docs: Fix thoughtbot link in testing guide See merge request gitlab-org/gitlab!40228
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: ee/ See merge request gitlab-org/gitlab!40267
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: pipelines to vue_merge_request_widget See merge request gitlab-org/gitlab!40266
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: badges to diffs See merge request gitlab-org/gitlab!40263
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: environments to performance_bar See merge request gitlab-org/gitlab!40264
-
Sarah Groff Hennigh-Palermo authored
Utilize GitLab UI icon component: Web IDE See merge request gitlab-org/gitlab!40262
-
Rémy Coutable authored
Remove async_update_pages_config feature flag See merge request gitlab-org/gitlab!39984
-
Nathan Friend authored
Merge branch '12870-environments-dashboard-indicate-to-users-that-removing-adding-a-project-from-one-dashboard' into 'master' Add text indicating removing project affects operation dashboard Closes #12870 See merge request gitlab-org/gitlab!39450
-
Rayana Verissimo authored
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component for all remaining ee/ components. In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component for all components from pipelines to vue_merge_request_widget (alphabetically). In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Shinya Maeda authored
Extract Gitlab::Ci::Lint class See merge request gitlab-org/gitlab!39692
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component for all components from environments to performance_bar (alphabetically). In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Martin Wortschack authored
Fix Roadmap buffered rendering See merge request gitlab-org/gitlab!40243
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component for all components from badges to diffs (alphabetically). In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component within the Web IDE In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Lukas Eipert authored
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component within the `vue_shared` directory. In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
Kushal Pandya authored
Bump swagger-ui-dist See merge request gitlab-org/gitlab!40077
-
Illya Klymov authored
Add alert ID to list view Closes #230572 See merge request gitlab-org/gitlab!39706
-
David O'Regan authored
We add the ALert ID to the Alert list view to ensure the user has access to this variable.
-
Achilleas Pipinellis authored
SSOT for version specific update steps See merge request gitlab-org/gitlab!40233
-
Fabian Zimmer authored
-
Ezekiel Kigbo authored
DAST Scanner Profiles - Form MVC boilerplate See merge request gitlab-org/gitlab!39762
-
Paul Gascou-Vaillancourt authored
Creates the basic controller, route, HAML view and Vue app for the upcoming DAST Scanner Profile form.
-
Mark Florian authored
Step 1 - Add fake_date test helper See merge request gitlab-org/gitlab!39495
-
-
Fabio Pitino authored
Provide an abstraction for the CI Lint feature that can use either a static validation via the Gitlab::Ci::YamlProcessor or via a simulation using Ci::CreatePipelineService. The resulting object is mode agnostic making it easy to serialize or visualize it in the UI.
-
Kamil Trzciński authored
Fix bug that unlocked artifacts for the wrong CI ref See merge request gitlab-org/gitlab!40082
-
Mark Florian authored
Fix user_sees_sidebar_spec when vue_issuables_list ff is off See merge request gitlab-org/gitlab!38415
-
Kushal Pandya authored
Replace isEmpty() check with other expectations See merge request gitlab-org/gitlab!40215
-
Mark Florian authored
Remove usage of non-conformant font-size 20 See merge request gitlab-org/gitlab!39972
-
Sarah Groff Hennigh-Palermo authored
This affects 4 files
-
Vitaly Slobodin authored
Fix eslint-staged script to respect deleted files See merge request gitlab-org/gitlab!40164
-
Roger Meier authored
-
Sarah Groff Hennigh-Palermo authored
Migrate deprecated buttons for Epics - Show More Closes #219894 See merge request gitlab-org/gitlab!40091
-