- 24 Jul, 2017 16 commits
-
-
Bob Van Landuyt authored
Otherwise the token might be cleared before authentication is done, causing the authentication itself to fail
-
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
-
Phil Hughes authored
Compress gitlab SVG logo See merge request !13026
-
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
-
- 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 16 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.
-
Sean McGivern authored
Update sidekiq style guide with rename/remove queue instructions Closes #34223 See merge request !13009
-
Dmitriy Zaporozhets authored
-
Drew Blessing authored
Fix typo in the LDAP docs missing a required colon See merge request !12973
-
Phil Hughes authored
Use custom font SVG for logo Closes #35236 See merge request !13018
-
Kamil Trzciński authored
Make the `lint:javascript:report` job depends on `setup-test-env` only Closes #35367 See merge request !12998
-
Phil Hughes authored
Add 1px to breadcrumbs min height See merge request !13020
-
Rémy Coutable authored
Incorporate CommitService.GetTreeEntries Gitaly call Closes gitaly#372 See merge request !12941
-
Rémy Coutable authored
Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper Closes #34549 See merge request !12742
-
Rémy Coutable authored
Move a spec related to merge requests out of a feature related to issues See merge request !13002
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Migrate Gitlab::Git::Commit.find_all to Gitaly Closes gitaly#396 See merge request !12934
-
Joshua Lambert authored
-