- 15 Feb, 2018 33 commits
-
-
Rémy Coutable authored
Merge branch '40623-fix-404-when-listing-archived-projects-in-a-group-where-all-projects-have-been-archived' into 'master' Resolve "404 when listing archived projects in a group where all projects have been archived" Closes #40623 See merge request gitlab-org/gitlab-ce!17077
-
Ashley Dumaine authored
Signed-off-by: Ashley Dumaine <adumaine@datto.com>
-
Ashley Dumaine authored
Signed-off-by: Ashley Dumaine <adumaine@datto.com>
-
Grzegorz Bizon authored
QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
-
Rémy Coutable authored
Trim whitespace from input in the username/email form field Closes #42637 See merge request gitlab-org/gitlab-ce!17020
-
Achilleas Pipinellis authored
Resolve "Document the instance level Auto DevOps domain option" Closes #43231 See merge request gitlab-org/gitlab-ce!17132
-
Filipa Lacerda authored
Converted pipeline_schedules bundles into automatic webpack entries See merge request gitlab-org/gitlab-ce!17143
-
Grzegorz Bizon authored
Resolve "HackerOne reported issue: Cookie bomb vulnerability in Pages" Closes #31049 See merge request gitlab-org/gitlab-ce!17123
-
Nick Thomas authored
-
Sean McGivern authored
Added PlantUML server using docker See merge request gitlab-org/gitlab-ce!16880
-
Sean McGivern authored
Update index.md with minor grammatical edit See merge request gitlab-org/gitlab-ce!16919
-
Sean McGivern authored
Remove double negative See merge request gitlab-org/gitlab-ce!17049
-
Douwe Maan authored
Fix Error 500s loading repositories with inconsistent HEAD Closes #43268 See merge request gitlab-org/gitlab-ce!17128
-
Rémy Coutable authored
Move spinach profile tests to RSpec See merge request gitlab-org/gitlab-ce!17068
-
Tim Zallmann authored
Resolve "CI status icon and avatar are not vertically aligned in MR list" Closes #39607 See merge request gitlab-org/gitlab-ce!17072
-
Sean McGivern authored
Port some changes from gitlab-ee!4532 back to CE See merge request gitlab-org/gitlab-ce!17120
-
Douwe Maan authored
Fixed user synced attributes metadata after removing current provider Closes #37528 See merge request gitlab-org/gitlab-ce!17054
-
Francisco Javier López authored
-
Douwe Maan authored
Only check LFS integrity for first branch in push Closes #41141 See merge request gitlab-org/gitlab-ce!17098
-
Phil Hughes authored
#41341
-
Rémy Coutable authored
Move spinach group milestones test to RSpec See merge request gitlab-org/gitlab-ce!17051
-
Semyon Pupkov authored
-
Rémy Coutable authored
Move feature group members search test to RSpec See merge request gitlab-org/gitlab-ce!17050
-
Fatih Acet authored
Fix teleporting emoji (MR description instead of comment) Closes #35530 See merge request gitlab-org/gitlab-ce!17100
-
Fatih Acet authored
Resolve "Merge request says "Could not connect to the CI server", no CI or integration is configured" See merge request gitlab-org/gitlab-ce!17053
-
Grzegorz Bizon authored
Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QA See merge request gitlab-org/gitlab-ce!17141
-
-
Stan Hu (Admin) authored
Add the missing "Security Products" Team label and sort them alphabetically See merge request gitlab-org/gitlab-ce!16961
-
Stan Hu authored
-
-
Stan Hu authored
Remove root user 100 project limit Closes #43271 See merge request gitlab-org/gitlab-ce!17126
-
-
James Edwards-Jones authored
-
- 14 Feb, 2018 7 commits
-
-
Kamil Trzciński authored
Resolve "Project variables validate without any scopes disregarding environment_scope" Closes #43191 See merge request gitlab-org/gitlab-ce!17086
-
Matija Čupić authored
-
Stan Hu authored
-
Stan Hu authored
-
Kamil Trzciński authored
-
Stan Hu authored
-
Stan Hu authored
We removed the exception handling for Rugged errors in !16770, which revealed that the licensee gem attempts to retrieve a license file via Rugged in `refs/heads/master` by default. If that branch did not exist, a Rugged::ReferenceError would be thrown. There were two issues: 1. Not every project uses `master` as the default branch. This change uses the head commit to identify the license. 2. Removing the exception handling caused repositories to fail loading. We can safely catch and ignore any Rugged error because this means we weren't able to load a license file. Closes #43268
-