- 24 Jul, 2017 28 commits
-
-
Sean McGivern authored
Add Slack and JIRA services counts to Usage Data Closes #31533 See merge request !12974
-
Sean McGivern authored
Associate Issues tab only with internal issues tracker Closes #33097 See merge request !12130
-
Sean McGivern authored
Fix bug causing truncation of Metrics files See merge request !13035
-
Grzegorz Bizon authored
Upgrade the re2 gem to 1.1.0 See merge request !13036
-
Pawel Chojnacki authored
-
Rémy Coutable authored
Fix currently invalid po files Closes #35302 and #35235 See merge request !13032
-
Jarka Kadlecova authored
-
Rémy Coutable authored
Decrease ABC threshold to 56.96 See merge request !11227
-
Maxim Rydkin authored
-
Rémy Coutable authored
Add Portuguese Brazil translations of Pipeline Schedules Closes #34996 See merge request !12823
-
Huang Tao authored
-
Rémy Coutable authored
Fix editing project with container images present Closes #35443 See merge request !13028
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Create guest users only when necessary rather than for every spec See merge request !13024
-
Nick Thomas authored
-
Pawel Chojnacki authored
bump prometheus gem version
-
Phil Hughes authored
Compress gitlab SVG logo See merge request !13026
-
Bob Van Landuyt authored
-
Phil Hughes authored
Bulk update sidebar UI polish Closes #34316 See merge request !12622
-
Bryce Johnson authored
-
Phil Hughes authored
Fix margin in mini graph for commits box Closes #35399 and #35383 See merge request !13014
-
Filipa Lacerda authored
-
Phil Hughes authored
Add space between words in language dropdown Closes #35412 See merge request !13016
-
Filipa Lacerda authored
-
Tim Zallmann authored
Fix NGINX Error Rate query, include HA Proxy See merge request !13005
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- 22 Jul, 2017 8 commits
-
-
Grzegorz Bizon authored
Fix support for old CI API when image or services are not specified Closes #35421 See merge request !13023
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
Short-circuit build coverage extraction for empty regexes See merge request !13015
-
Nick Thomas authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
[ci skip]
-
Grzegorz Bizon authored
Pipeline badge improvements Closes #15582 and #20961 See merge request !12966
-
Grzegorz Bizon authored
Fix the gcovr coverage regex by removing line separators before scanning Closes #35368 See merge request !13025
-
- 21 Jul, 2017 4 commits
-
-
Clement Ho authored
-
Clement Ho authored
add margin above Remember Me for social login Closes #35178 See merge request !12957
-
Robert Speicher authored
These are two examples of a top-level `before` block doing too much. Only specific specs cared about these guest users, but we were creating them and their `ProjectMember` records for every single spec that ran.
-
Nick Thomas authored
RE2 differs from Ruby in handling multiple-line strings. The string "foo\n" will not match the regular expression "foo$" unless multi-line mode is enabled (and it's off by default). Since we're already scanning the build trace line by line (and so multi-line coverage regular expressions won't work), we can fix this by removing the line separator before scanning the string.
-