- 04 Apr, 2018 22 commits
-
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add append_sha option (defaults true) to provide a method for toggling this feature. Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
-
Tim Zallmann authored
Added pending tabs to IDE See merge request gitlab-org/gitlab-ce!17936
-
Rémy Coutable authored
Resolve "Protected branches count is wrong when a wildcard includes several protected branches" Closes #20394 See merge request gitlab-org/gitlab-ce!17920
-
Jan authored
-
Rémy Coutable authored
Use standard codequality job See merge request gitlab-org/gitlab-ce!18070
-
Olivier Gonzalez authored
-
Rémy Coutable authored
Resolve "Allow the configuration of a project's merge method via the API" Closes #39880 See merge request gitlab-org/gitlab-ce!18031
-
Jan authored
-
Filipa Lacerda authored
Redesign application settings to match project settings (part 5) See merge request gitlab-org/gitlab-ce!18159
-
Sean McGivern authored
Use shard name in Git::GitlabProjects instead of shard path Closes gitaly#1110 See merge request gitlab-org/gitlab-ce!18015
-
Sean McGivern authored
[Rails5] Rename `sort` methods to `sort_by_attribute` See merge request gitlab-org/gitlab-ce!18142
-
blackst0ne authored
-
Douwe Maan authored
Add better LDAP connection handling See merge request gitlab-org/gitlab-ce!18039
-
Francisco Javier López authored
-
Rémy Coutable authored
[Rails5] Update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!18164
-
Douwe Maan authored
Handle invalid params when trying update_username Closes #44925 See merge request gitlab-org/gitlab-ce!18167
-
Phil Hughes authored
Added comment for `key` usage
-
Tim Zallmann authored
Resolve "Cancel icons in pipeline dropdowns are misaligned" Closes #41224 and #37318 See merge request gitlab-org/gitlab-ce!18089
-
Bob Van Landuyt authored
Using strong params to require the presence of a username when calling `update_username`. Otherwise we'd raise a `NoMethodError` validating the paths on disk.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Grzegorz Bizon authored
Redesign application settings to match project settings (part 4) See merge request gitlab-org/gitlab-ce!18100
-
blackst0ne authored
-
- 03 Apr, 2018 18 commits
-
-
Stan Hu authored
Backport Gitlab::Git::Checksum to CE See merge request gitlab-org/gitlab-ce!18161
-
Marcia Ramos authored
Update Security Products examples documentation See merge request gitlab-org/gitlab-ce!18151
-
Olivier Gonzalez authored
-
Douglas Barbosa Alexandre authored
-
Kamil Trzciński authored
Store sha256 checksum of Metadata in `ci_job_artifacts` table See merge request gitlab-org/gitlab-ce!18149
-
Robert Speicher authored
Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139
-
Sean McGivern authored
Upgrade Gitaly server verion See merge request gitlab-org/gitlab-ce!18147
-
Yorick Peterse authored
Update the 'Database Changes' MR template to add a step for QA See merge request gitlab-org/gitlab-ce!16670
-
Shinya Maeda authored
-
Rémy Coutable authored
Merge branch '44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file' into 'master' Resolve "codequality jobs are failing silently with an empty codeclimate.json file" Closes #44254 See merge request gitlab-org/gitlab-ce!18152
-
Fatih Acet authored
Refactor discussions/notes code Closes #42148 See merge request gitlab-org/gitlab-ce!17926
-
Jan Provaznik authored
-
Douwe Maan authored
Resolve "Disabling two factor authentication via gitlab-rake fails" Closes #44425 See merge request gitlab-org/gitlab-ce!18154
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
[Rails5] Allow using `RAILS5` env with rspec See merge request gitlab-org/gitlab-ce!18140
-
Rémy Coutable authored
Re-enable allowing n+1 Gitaly for branches index Closes #44861 See merge request gitlab-org/gitlab-ce!18131
-
Lin Jen-Shin authored
* ask_to_continue * Gitlab::TaskAbortedByUserError
-