- 24 Jul, 2017 12 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* master: (97 commits) Bulk update sidebar UI polish Fix margin in mini graph for commits box Add space between words in language dropdown Fix support for old CI API when image or services are not specified Short-circuit build coverage extraction for empty regexes Update VERSION to 9.5.0-pre Update CHANGELOG.md for 9.4.0 Compress gitlab svg logo Fix the gcovr coverage regex by removing line separators before scanning Capitalize Sidekiq word in dev doc Add 1px to breadcrumbs min height Update nginx docs Use custom font SVG for logo Port spinach tests to rspec feature specs Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3' Copy-edit background migrations guidelines Add Traditional Chinese in Taiwan translations of Pipeline Schedules Fix new project selectors in GitLab QA Reword success to passing for pipeline badges Rename build to pipeline for status badges ...
-
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 20 commits
-
-
Clement Ho authored
-
Clement Ho authored
add margin above Remember Me for social login Closes #35178 See merge request !12957
-
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
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Developer can just download the patch from the `ee_compat_check` job's artifact See merge request !12967
-
Robert Speicher authored
Recommend V4 API usage on chat slash command integrations Closes #28975 See merge request !12954
-
Robert Speicher authored
Merge branch '34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specified' into 'master' Improve version handling on component install tasks Closes #34788 See merge request !13006
-
Z.J. van de Weg authored
Logic is the same, just now ported, while this feature was being improved anyway in this branch. Resolves #20961
-