- 03 Oct, 2017 18 commits
-
-
Jose Ivan Vargas authored
[ci skip]
-
Jose Ivan Vargas authored
[ci skip]
-
Jose Ivan Vargas authored
-
Douwe Maan authored
Adds scheduled import jobs to the stuck import jobs detection worker. See merge request gitlab-org/gitlab-ee!3055
-
Sean McGivern authored
Update issue_board.md See merge request gitlab-org/gitlab-ee!3054
-
Tiago Botelho authored
-
Job van der Voort authored
Move Deploy Board screenshot at the top of the page See merge request gitlab-org/gitlab-ee!3053
-
Sean McGivern authored
EE Port of "Remove edit action for issues" See merge request gitlab-org/gitlab-ee!3037
-
Molly Young authored
-
Achilleas Pipinellis authored
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/38487
-
Robert Speicher authored
Fix the lock-yourself-out prevention code and spec for Geo Closes #3506 See merge request gitlab-org/gitlab-ee!3040
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
# Conflicts: # spec/features/security/project/internal_access_spec.rb # spec/features/security/project/private_access_spec.rb # spec/features/security/project/public_access_spec.rb # spec/support/update_invalid_issuable.rb
-
Nick Thomas authored
-
Nick Thomas authored
(cherry picked from commit 1eeaf62b12ba76818e7e38932e5d612f69e59ad0)
-
Sean McGivern authored
Refactoring after moving fast-forward merge to CE See merge request gitlab-org/gitlab-ee!2937
-
Douwe Maan authored
Fix i18n namespace typo See merge request gitlab-org/gitlab-ee!3046
-
Victor Wu authored
Explain limitation for Jira dev panel integration on relative URL GL See merge request gitlab-org/gitlab-ee!2876
-
- 02 Oct, 2017 22 commits
-
-
James Ramsay authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Lin Jen-Shin (godfat) authored
CE upstream: Friday Closes gitaly#601, gitaly#562, #3573, #3118, and gitlab-ce#38507 See merge request gitlab-org/gitlab-ee!3036
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
it's not going to find the user, of course, right? The `user` is already created in the other example, unfortunately. If we `User.delete_all`, then `user` would be pointing to a deleted user.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
* ee/master: (EE) Create repositories via Gitaly Remove changelogs with invalid extensions Extend changelog checker to test file extensions Fix invalid changelog entries Manually add CHANGELOG entry for !13325 Add static analysis job to find invalid YAML in changelogs Merge branch 'sh-fix-gitlab-qa-admin' into 'master' Adds a Gitaly n+1 notice to commit handling on access check Fix EE delta size check handling with annotated tags Makes code quality requests in parallel Fix Ruby code for disabling Auto DevOps banner
-
Douwe Maan authored
(EE) Create repositories via Gitaly See merge request gitlab-org/gitlab-ee!3038
-
Jacob Vosmaer (GitLab) authored
-
Valery Sizov authored
-
Robert Speicher authored
Add static analysis job to find invalid YAML in changelogs See merge request gitlab-org/gitlab-ee!3043
-
Sean McGivern authored
Adds a Gitaly n+1 notice to commit handling on access check See merge request gitlab-org/gitlab-ee!3034
-
Sean McGivern authored
All of these were in past releases, so missed their chance to be included in the main changelog :-(
-
Sean McGivern authored
Changelogs without a .yml extension won't be picked up, and will be ignored completely, so fail the pipeline when one of those is found.
-
Sean McGivern authored
-
Sean McGivern authored
This was discarded from the initial compilation because it had invalid YAML.
-
Sean McGivern authored
When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future.
-
Douwe Maan authored
Fix EE delta size check handling with annotated tags Closes #3589 See merge request gitlab-org/gitlab-ee!3041
-