- 22 Jul, 2019 40 commits
-
-
Robert Speicher authored
We also scope the `rescue`s to only those raised by ActiveRecord, which would have allowed us to spot this logic error sooner.
-
GitLab Bot authored
-
Mek Stittri authored
Dry the list of stage and group labels by linking to them directly See merge request gitlab-org/gitlab-ce!30365
-
GitLab Bot authored
-
Robert Speicher authored
Remove duplicate entry from all_models.yml See merge request gitlab-org/gitlab-ce!31010
-
Bob Van Landuyt authored
Regenerate locale/gitlab.pot file See merge request gitlab-org/gitlab-ee!14781
-
Lukas 'Eipi' Eipert authored
-
GitLab Bot authored
-
Nick Thomas authored
Merge branch '64870-can-t-save-pages-domain-form-with-let-s-encrypt-enabled-if-current-certificate-is-outdated' into 'master' Resolve "Can't save pages domain form with Let's Encrypt enabled if current certificate is outdated" Closes #64870 See merge request gitlab-org/gitlab-ce!30995
-
Vladimir Shushlin authored
This validation prevents the domain from being saved from the UI e.g. when user tries to enable Let's Encrypt integration
-
GitLab Bot authored
-
Sean McGivern authored
Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
-
Sean McGivern authored
EE port of "Add a group setting to allow Maintainers to create sub-groups" See merge request gitlab-org/gitlab-ee!14505
-
Yorick Peterse authored
Move EE-only dev fixtures to ee folder See merge request gitlab-org/gitlab-ee!14766
-
Sean McGivern authored
CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
-
Sean McGivern authored
Add or remove blocking merge requests See merge request gitlab-org/gitlab-ee!13506
-
GitLab Bot authored
-
Nick Thomas authored
Ensure SubmoduleHelper works outside view context Closes #64833 See merge request gitlab-org/gitlab-ce!31005
-
Fabio Papa authored
-
Fabio Papa authored
subgroup section
-
Fatih Acet authored
Resolve "Move License Management reports logic for the Merge Request widget to the backend" See merge request gitlab-org/gitlab-ee!14723
-
Can Eldem authored
-
Yorick Peterse authored
This line is already present further down in the YAML file. In EE the line is already removed.
-
Nick Thomas authored
This feature needs to be documented, so here is the documentation
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
This feature needs to be documented, so here is the documentation
-
Nick Thomas authored
GitLab has model-level support for the idea of one merge request "blocking" another from being merged - the second MR can only be merged once the first one has, itself, been merged. We also show any existing blocks in the merge request widget. This commit adds support for adding and removing these blocks when creating or editing a merge request. Frontend changes mostly by Sam Bigelow <sbigelow@gitlab.com>
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Marcia Ramos authored
Docs: add alert for bugs - Pages' LE integration See merge request gitlab-org/gitlab-ce!31002
-
Marcia Ramos authored
-
Fatih Acet authored
Display group id on group admin page Closes #60948 See merge request gitlab-org/gitlab-ce!29735
-
Zsolt Kovari authored
-
Fatih Acet authored
Display project id on project admin page Closes #60949 See merge request gitlab-org/gitlab-ce!29734
-
Zsolt Kovari authored
-
GitLab Bot authored
-
Fatih Acet authored
Splits out SAST reports to a new module See merge request gitlab-org/gitlab-ee!14299
-
Sam Beckham authored
- Moves SAST reports into a new module - Updates the scanning tests - Tests the new module - Removes some flaky setTimeout based tests - Adds a mediator to the security_reports store - Updates the Gitlab POT file
-