- 23 May, 2016 40 commits
-
-
Robert Speicher authored
Enable Style/SpaceAroundKeyword cop and fix offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4259
-
Robert Speicher authored
Update rubocop to 0.40.0 See merge request !4258
-
Robert Speicher authored
Enable Style/InfiniteLoop Rubocop cop This MR enabled Style/InfiniteLoop Rubocop cop, and fixes offenses. See https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4257
-
Robert Speicher authored
Enable Performance/RangeInclude cop and fix single offense Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4255
-
Robert Speicher authored
-
Robert Speicher authored
Enable Performance/StartWith cop and fix offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4256
-
Robert Speicher authored
-
Jacob Schatz authored
Fix builds page Fixes #17736 Fixes #17703 - Move tags into column - Put column headers back <img src="/uploads/57609fd2d65c3b80f57b32cbbe316653/Screen_Shot_2016-05-23_at_10.20.37_AM.png" width="800px"> See merge request !4249
-
Robert Speicher authored
Enable Style/DefWithParentheses cop and fix single offense Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4254
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
Initial version of user documentation of container registry cc @axil See merge request !4244
-
Achilleas Pipinellis authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Annabel Dunstone authored
-
Robert Speicher authored
Fix Error 500 in CI charts by gracefully handling commits with no durations ## What does this MR do? In the CI charts, this MR reports the duration of a commit to 0 if it is `nil`. ## Are there points in the code the reviewer needs to double check? Should we omit this commit from the chart or set it to some other value? ## Why was this MR needed? We were getting an Error 500 here: https://gitlab.com/gitlab-org/gitlab-ce/graphs/master/ci ## What are the relevant issue numbers? #17730 See merge request !4245
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Use gitlab-workhorse 0.7.3 Relax workhorse listen socket permissions. See merge request !4252
-
Annabel Dunstone authored
-
Jacob Vosmaer authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Jacob Schatz authored
Added remove due date button In the sidebar when there is a due date a link to remove due date becomes visible ![remove-due-date](/uploads/126baa61f5ec44ce503ce374d5331ba6/remove-due-date.gif) Closes #17392 See merge request !4209
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392
-
Stan Hu authored
Closes #17730
-
Stan Hu authored
Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources ## What does this MR do? When upgrading to GitLab 8.8, an admin would encounter an Error 500 due to a `nil` `disabled_oauth_sign_in_sources`. This MR ensures that the value will be a blank array if empty. Closes #17564 See merge request !4242
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix some specs which would have broken in 2017 to not break anymore by using a dynamic year value. Static year values would have caused the test suite to fail on these in the future, so I replaced 'em. That's pretty much all there is to this MR. See merge request !4241
-
Achilleas Pipinellis authored
Docker container registry configuration docs. Part of gitlab-org/omnibus-gitlab!764 and gitlab-org/gitlab-ce!4040 See merge request !4141
-
Connor Shea authored
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Allow anonymous user to access pipelines ## What does this MR do? It fixes an issue where the Pipelines is shown for the Anonymous users, but they get 404 when clicked. Their session is then logged out. Fixes #17717. See merge request !4233
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-