- 16 Jan, 2020 40 commits
-
-
Nick Thomas authored
Handle invalid repositories in Docker Registry See merge request gitlab-org/gitlab!23022
-
Martin Wortschack authored
Revert "Merge branch 'kp-force-numeric-only-keyboard-2fa-input' into 'master'" See merge request gitlab-org/gitlab!23145
-
Nick Thomas authored
Post-merge doc review: custom commit messages for applied Suggestions See merge request gitlab-org/gitlab!23067
-
Marcia Ramos authored
- Add missing "introduced in" note - Describe variables in a table - Replace and rename the screenshot - Add a full example
-
Sean McGivern authored
Abstract out MarkAsSpamService See merge request gitlab-org/gitlab!22948
-
Phil Hughes authored
Change --no-commit-message to No commit message Closes #28822 See merge request gitlab-org/gitlab!22765
-
Marcel van Remmerden authored
Updates content and styling of commits with empty message
-
Kamil Trzciński authored
Fix Error 500 in parsing invalid CI needs and dependencies Closes #195653 See merge request gitlab-org/gitlab!22567
-
Sean McGivern authored
Fix group filter bar not showing milestones from ancestor groups See merge request gitlab-org/gitlab!23038
-
Lin Jen-Shin authored
Split spec/features/issues_spec.rb into multiple files See merge request gitlab-org/gitlab!22683
-
James Lopez authored
Code Review Analytics: Add first comment metric calculation Closes #196147 See merge request gitlab-org/gitlab!22988
-
Phil Hughes authored
Restyle changes header & file tree Closes #118442 See merge request gitlab-org/gitlab!22364
-
Samantha Ming authored
- Part of the zen code review initiative - Add file icons - Change search text - Add modification in file header
-
Walmyr Lima e Silva Filho authored
Dequarantine elasticsearch tests Closes #35877 and #43732 See merge request gitlab-org/gitlab!23134
-
Sean McGivern authored
Allow #markup_unsafe to handle StandardError and notify exception See merge request gitlab-org/gitlab!22550
-
Andreas Brandl authored
Remove storage_version column from snippets See merge request gitlab-org/gitlab!23004
-
Francisco Javier López authored
-
Natalia Tepluhina authored
Add zooming functionality to designs in Design view (#13217 part 2) See merge request gitlab-org/gitlab!22863
-
Tom Quirk authored
This component is intended to be the UI entry point for scaling/zooming a design. It emits a @scale event, and holds the increment and constraint logic for updating scale
-
Natalia Tepluhina authored
Finalise Container registry expiration policy settings app See merge request gitlab-org/gitlab!22969
-
Nicolò Maria Mezzopera authored
- settings form - snapshot
-
Natalia Tepluhina authored
Stage all changes by default in Web IDE See merge request gitlab-org/gitlab!21067
-
Marcia Ramos authored
Add comment to ReactiveCaching module of new docs Closes #35748 See merge request gitlab-org/gitlab!22549
-
Pavel Shutsin authored
Metric is used at Code Review Analytics page
-
Lin Jen-Shin authored
Enable redis diff caching by default See merge request gitlab-org/gitlab!23105
-
Kerri Miller authored
-
Kushal Pandya authored
This reverts merge request !22868
-
Natalia Tepluhina authored
Add docs for feature flags in GraphQL See merge request gitlab-org/gitlab!23081
-
Michael Kozono authored
Add gitlab_commit_path to Sentry Error Details Response See merge request gitlab-org/gitlab!22803
-
Allison Browne authored
Add the full path so the front end does not need to have knowlage of the path
-
Phil Hughes authored
Geo Node Form in Vue - Initalize Closes #118841 See merge request gitlab-org/gitlab!22815
-
Zack Cuddy authored
Feature flag on DOM Backend Tests Frontend tests Lint and locale Duplicate code
-
Marcel Amirault authored
Update the Phoenix/Elixir tutorial See merge request gitlab-org/gitlab!22903
-
Simon Mansfield authored
This update fixes both a number of grammar and stylistic issues, as well as bringing the tutorial up to date. It now makes use of the latest elixir image, adds rebar support and has images that showcase the latest UI.
-
Ash McKenzie authored
Redirect to customer portal or registration See merge request gitlab-org/gitlab!22978
-
Mark Lapierre authored
Skip web terminal test Closes #193485 See merge request gitlab-org/gitlab!23141
-
Mark Lapierre authored
It causes subsequent tests to fail
-
Ash McKenzie authored
fix: add missing Access-Control-Expose-Headers values Closes #194897 See merge request gitlab-org/gitlab!22838
-
Stan Hu authored
Consider the following .gitlab-ci.yml: ``` stages: - test - build - deploy test: stage: test script: - echo 1 build: stage: build script: - echo 1 deploy: stage: deploy needs: ["build"] dependencies: "test" # notice: no brackets script: - echo 1 ``` If either `needs` or `dependencies` were not arrays of strings, the validation for missing needs would fail because it was trying to calculate `dependencies - needs`, which is invalid. Even though `dependencies` and `needs` have separate validations that check their types, the validation chain isn't halted if an error is encountered. Thus, the validation for missing needs would still try to run. We fix this by checking the normalized (aka composed) job values in the needs section. Closes https://gitlab.com/gitlab-org/gitlab/issues/195653
-
Ash McKenzie authored
Merge branch '24605-allow-admins-to-disable-users-ability-to-change-profile-name-premium-only' into 'master' Move "Allow admins to disable users ability to change profile name" feature to EE Premium See merge request gitlab-org/gitlab!23034
-