- 03 Feb, 2020 40 commits
-
-
Natalia Tepluhina authored
ide.scss: Use utility classes where possible See merge request gitlab-org/gitlab!24264
-
Phil Hughes authored
Remove dead code in ide.scss See merge request gitlab-org/gitlab!24145
-
Walmyr Lima e Silva Filho authored
Remove a not needed empty line from qa test See merge request gitlab-org/gitlab!24289
-
Heinrich Lee Yu authored
Move approver routes under - scope See merge request gitlab-org/gitlab!24282
-
Dmytro Zaporozhets authored
Add suggest pipeline experiment feature flag See merge request gitlab-org/gitlab!23989
-
Himanshu Kapoor authored
Fix some stylelint issues by using utility classes where possible in ide.scss
-
Michael Kozono authored
Test EE::Ci::JobArtifact in proper spec See merge request gitlab-org/gitlab!24179
-
Paul Slaughter authored
Web IDE: Fix encoding issues when uploading See merge request gitlab-org/gitlab!23761
-
Rémy Coutable authored
Improvement for branches list API performance See merge request gitlab-org/gitlab!23458
-
Stan Hu authored
Use an existing image for testing /help See merge request gitlab-org/gitlab!24286
-
Walmyr Lima authored
-
Jan Provaznik authored
Nuget - metadata service endpoints See merge request gitlab-org/gitlab!22524
-
Himanshu Kapoor authored
1. .file-content has no img, .isZoomable, .isZoomed 2. There is no .multi-file-discard-btn anymore
-
Doug Stull authored
- this is an incremental overall change and this will be the first step in getting the experiment implemented.
-
Rémy Coutable authored
Add doc links to Dangerbot to explain reviewer roulette in more detail See merge request gitlab-org/gitlab!24147
-
Robert Hunt authored
-
Natalia Tepluhina authored
Remove unused utility/support code in License Management See merge request gitlab-org/gitlab!24200
-
Mark Florian authored
This removes various utility/support code that was needed during the existence of the `parsed_license_report` feature flag. Part of [Remove parsed_license_report flag from front end code][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271
-
Andreas Brandl authored
Remove unneeded indexes on projects table See merge request gitlab-org/gitlab!24086
-
Andreas Brandl authored
Related issue: https://gitlab.com/gitlab-org/gitlab/issues/195881 This removes indexes that we don't need anymore after changing the "tie breaker" sorting direction. The indexes have been introduced with https://gitlab.com/gitlab-org/gitlab/merge_requests/22623 to optimally support the requests. This is not needed anymore since the tie breaker now also changes its sorting direction. For more details please refer to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22623. I've validated that these indexes are not being used on GitLab.com anymore: https://gitlab.com/gitlab-org/gitlab/issues/195881#note_278816057
-
Achilleas Pipinellis authored
docs: Update the location of Go reviewers on Handbook after single codebase See merge request gitlab-org/gitlab!23732
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
James Lopez authored
Search group-level objects among all ancestors during import See merge request gitlab-org/gitlab!24079
-
David Fernandez authored
See https://docs.microsoft.com/en-us/nuget/api/registration-base-url-resource Add relevant presenters Add nuget package finder
-
Achilleas Pipinellis authored
In spec/controllers/help_controller_spec.rb we test how an image is rendered under /help. Given that we usually rename images as we update them, we should use one that remains unchanged. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24139 fixed a failure and introduced a new image. Let's use one that we already use in the docs and we're unlikely to change its name.
-
Andreas Brandl authored
Fix query performance in PipelinesFinder See merge request gitlab-org/gitlab!21092
-
Martin Wortschack authored
Display error when license report fails to load Closes #200013 See merge request gitlab-org/gitlab!24201
-
Mark Florian authored
Fixes https://gitlab.com/gitlab-org/gitlab/issues/200013.
-
Tetiana Chupryna authored
-
Dmytro Zaporozhets authored
Add create and delete methods for protected environments API See merge request gitlab-org/gitlab!23784
-
Achilleas Pipinellis authored
Clarify the location of the `overcommit` tooling See merge request gitlab-org/gitlab!24267
-
Natalia Tepluhina authored
Remove parsed_license_report feature flag code branches See merge request gitlab-org/gitlab!24007
-
Bob Van Landuyt authored
Generalize copying of events within AttributesRewriter Closes #38096 See merge request gitlab-org/gitlab!24047
-
Sean McGivern authored
Mention named HTTP status codes in dev docs See merge request gitlab-org/gitlab!24214
-
Robert May authored
-
Walmyr Lima e Silva Filho authored
Wait longer for push events Closes #198479 and #197393 See merge request gitlab-org/gitlab!24238
-
Vladimir Shushlin authored
It works the same way as protected branches API Don't add update method since protected branches don't have it, it's complex and can be implemented using delete/create
-
Mark Florian authored
This removes the frontend code branches for the `parsed_license_report` feature flag, and removes unused Vuex store actions/mutations. Part of [Remove parsed_license_report flag from front end code][1]. [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271
-
Kushal Pandya authored
Fix broken master Closes #201732 See merge request gitlab-org/gitlab!24259
-
Peter Leitzen authored
It wasn't obvious that `tooling/overcommit` is contained within the GitLab source directory.
-