- 27 Aug, 2020 40 commits
-
-
Fabio Pitino authored
Always attempt retry of job trace read when file is missing See merge request gitlab-org/gitlab!40516
-
Sean McGivern authored
Update sanitize gem to 5.2.1 and its dependencies Closes #225671 See merge request gitlab-org/gitlab!40356
-
Lin Jen-Shin authored
Split a Review Apps CI rule into two dedicated rules Closes #241683 See merge request gitlab-org/gitlab!40594
-
Sean McGivern authored
GraphQL: Pipeline mutations for retry, cancel, and destroy See merge request gitlab-org/gitlab!39780
-
Denys Mishunov authored
Fix create snippet disabled on empty file path Closes #239341 See merge request gitlab-org/gitlab!40412
-
Igor Drozdov authored
Add milestone burnup charts to GraphQL See merge request gitlab-org/gitlab!38672
-
Heinrich Lee Yu authored
We also change the service to use ServiceResponse so we can return meaningful error messages to the frontend
-
Denys Mishunov authored
Replace fa-user(s) icons with GitLab SVG user(s) icon Closes #225936 See merge request gitlab-org/gitlab!39165
-
Rémy Coutable authored
Update pry-byebug to 3.9.0 See merge request gitlab-org/gitlab!40611
-
Toon Claes authored
Docs: Fix various typos in docs and code comments See merge request gitlab-org/gitlab!40402
-
Rémy Coutable authored
Improve Service model Closes #239036 See merge request gitlab-org/gitlab!40601
-
Shinya Maeda authored
Extract each_blob to Artifactable See merge request gitlab-org/gitlab!40392
-
Maxime Orefice authored
This MR moves our each_blob method definition to our Artifactable module. This way we are now able to use it inside our new PipelineArtifact model.
-
Kushal Pandya authored
Merge branch '225950-replace-fa-trash-and-fa-trash-o-icons-with-gitlab-svg-remove-icon' into 'master' Replace fa-trash icons with GitLab SVG remove icon Closes #225950 See merge request gitlab-org/gitlab!40579
-
Vitali Tatarintev authored
Use ServiceResponse in wiki update service Closes #217354 See merge request gitlab-org/gitlab!39507
-
Shinya Maeda authored
Implement authentication for the new Generic Packages API See merge request gitlab-org/gitlab!40045
-
Douglas Barbosa Alexandre authored
Clarify querying ActiveRecord models See merge request gitlab-org/gitlab!40471
-
Alper Akgun authored
-
Toon Claes authored
I wanted to use pry because since 0.13.0 it reads pryrc from $XDG_CONFIG_HOME. https://github.com/pry/pry/blob/master/CHANGELOG.md#v0130-march-21-2020
-
Sean McGivern authored
Move pages async when transferring project See merge request gitlab-org/gitlab!40492
-
charlie ablett authored
Use args hash instead of **kwargs See merge request gitlab-org/gitlab!40550
-
Igor Drozdov authored
[RelativePositioning] Never fail to move nulls See merge request gitlab-org/gitlab!40152
-
Katrin Leinweber authored
This fixes typos in various places.
-
Heinrich Lee Yu authored
Prevent issuable which don't support epics from being linked to epics See merge request gitlab-org/gitlab!40501
-
Patrick Bajao authored
Do not write SAST defaults via SAST Config UI See merge request gitlab-org/gitlab!40030
-
rossfuhrman authored
When using the SAST Config UI, we create a commit to the .gitlab-ci.yml file. We do not want to write default values as this prevents the customer from getting any updates to those variables in our vendored SAST template.
-
Patrick Bajao authored
Return message when personal access token creation fails in internal API See merge request gitlab-org/gitlab!40073
-
Arturo Herrero authored
-
Arturo Herrero authored
[] for array literals (%w, %i, %W, %I) as it is aligned with the standard array literals. https://github.com/rubocop-hq/ruby-style-guide#percent-literal-braces
-
Arturo Herrero authored
This class method was defined in the private scope of the class but this is not working as expected for class methods. The method should be public as it's used outside from this class.
-
Arturo Herrero authored
-
Arturo Herrero authored
-
Arturo Herrero authored
-
Arturo Herrero authored
-
Achilleas Pipinellis authored
Updated with correct subheading in troubleshooting guide See merge request gitlab-org/gitlab!40581
-
Fabian Zimmer authored
-
Rémy Coutable authored
In-order to prevent `review-performance` from running, a condition was set in `.review:rules:mr-and-schedule-auto-if-frontend-manual-otherwise` in `.gitlab/ci/rules.gitlab-ci.yml` file, but this also prevented `review-deploy` from running as `review-deploy` also extended `.review:rules:mr-and-schedule-auto-if-frontend-manual-otherwise`. Since the `dast` jobs are set to `needs: ["review-deploy"]`, the CI config was invalid. Unfortunately, when for scheduled pipeline, there's no error logged or raised. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Add OpenAPI specification for GitLab API See merge request gitlab-org/gitlab!35868
-
🕺 Winnie 🕺 authored
This reverts commit 36ac5d53d08d4df11b2b300cf891d62b1214a021
-