- 06 Jun, 2017 10 commits
-
-
Achilleas Pipinellis authored
Backport CI codeclimate example doc change from EE See merge request !11903
-
Achilleas Pipinellis authored
Add note on customizing body size to support Registry See merge request !11904
-
Achilleas Pipinellis authored
Corrected spelling mistake in permissions.md "it total" -> "in total". See merge request !11908
-
Achilleas Pipinellis authored
Issues documentation: improve SEO See merge request !11919
-
Phil Hughes authored
Merge branch '24032-when-changing-project-visibility-setting-change-other-dropdowns-automatically' into 'master' Resolve "When changing project visibility setting, change other dropdowns automatically" Closes #24032 See merge request !11831
-
Mike Greiling authored
-
Rémy Coutable authored
Cleanup style of confirmation page See merge request !11774
-
Rémy Coutable authored
Fix typo in user activity debug log message See merge request !11898
-
Brian Neel authored
Add a Rake task to aid in rotating otp_key_base Closes #29690 See merge request !11881
-
Marcia Ramos authored
-
- 05 Jun, 2017 30 commits
-
-
Douwe Maan authored
backports changed import logic from pull mirroring feature into CE See merge request !11850
-
Robert Speicher authored
Merge branch '33321-spec-failure-in-spec-javascripts-pipelines-header_component_spec-js-46-expected-failed-pipeline-123-triggered-4-weeks-ago-by-foo-to-equal-failed-pipeline-123-triggered-3-weeks-ago-by-foo' into 'master' Resolve "Spec failure in spec/javascripts/pipelines/header_component_spec.js:46 : Expected 'failed Pipeline #123 triggered 4 weeks ago by Foo' to equal 'failed Pipeline #123 triggered 3 weeks ago by Foo'." Closes #33321 See merge request !11915
-
Tiago Botelho authored
-
Clement Ho authored
-
Nick Thomas authored
-
Douwe Maan authored
Fix Git-over-HTTP rejections See merge request !11398
-
Douwe Maan authored
Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644
-
Douwe Maan authored
Allow users to be hard-deleted from the admin panel Closes #28694 See merge request !11874
-
Tim Zallmann authored
Backport EE refactorings for Protected Tag EE-only functionality See merge request !11125
-
Douwe Maan authored
Merge branch '32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard' into 'master' Use last_activity_at attr when showing the update date in project listing Closes #32869 See merge request !11896
-
Douwe Maan authored
Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906
-
Michael Kozono authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Douwe Maan authored
Resolve "Permissions for project labels and group labels" Closes #33154 See merge request !11876
-
Michael Kozono authored
-
Douwe Maan authored
Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master' Increase diff limits to 100 KB for collapse and 200 KB overall Closes #31983 See merge request !11875
-
Michael Kozono authored
Because it is sometimes never used.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
https://gitlab.com/gitlab-org/gitlab-ce/commit/57e3e942de1adef2c8621905370f07d7da7870c4 I changed it to a separate condition rather than depending on the order of the case-when statements to prevent this mistake again.
-
Michael Kozono authored
And refactor to self-document a little better.
-
Michael Kozono authored
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
-
Michael Kozono authored
This already works due to previous refactoring.
-
Michael Kozono authored
Changes to `GitHttpClientController`’s authentication logic caused this behavior change. The old 401 Unauthorized statuses didn’t cause any harm, but they weren’t quite as accurate as the new behavior.
-
Michael Kozono authored
-
Michael Kozono authored
-