- 26 Jan, 2017 40 commits
-
-
Fatih Acet authored
Merge branch '27254-clicking-line-anchor-multiple-times-causes-scroll-position-to-over-correct' into 'master' Resolve "Clicking line anchor multiple times causes scroll position to over-correct" Closes #27254 See merge request !8791
-
Douwe Maan authored
Change repository storage paths location for clarity See merge request !8757
-
Douwe Maan authored
Make sure TraceReader uses Encoding.default_external Closes #27052 See merge request !8801
-
Achilleas Pipinellis authored
Simplify wording in "adding an image" docs See merge request !8819
-
Flavio Poletti authored
-
Achilleas Pipinellis authored
Update repository check documentation See merge request !8815
-
Annabel Dunstone Gray authored
Fixed flexbox and wrap issues See merge request !8745
-
Rémy Coutable authored
Update two_factor_authentication.md See merge request !8814
-
Rémy Coutable authored
Added hint about the execution order of before_script and artifact restoration. See merge request !8811
-
Rémy Coutable authored
Add a system hook for when a project is updated. See merge request !5711
-
Rémy Coutable authored
make a note to highlight 2FA needs time sync'd See merge request !8810
-
Rémy Coutable authored
Remove "official merge window" from CONTRIBUTING.md [ci skip] See merge request !8816
-
Adam Niedzielski authored
We should not discourage contributors from submitting merge requests anytime they want. Our process for reviewing community contributions no longer depends on the release schedule.
-
Drew Blessing authored
The documentation seemed to be out of date with actual defaults in configuration and code.
-
Rémy Coutable authored
add an other ldap configuration example See merge request !6773
-
Luke "Jared" Bennett authored
-
William Abernathy authored
I wanted to practice GFM markdown, so I picked this page more or less at random. I flattened out the text a little. It's not as interesting, but will be easier to translate. Use it if it looks like an improvement. If not, at least I got some practice out of the deal! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Added recommendation to install github-markdown See merge request !8103
-
Rémy Coutable authored
Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7 See merge request !8508
-
ahorn42 authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sergio Pieiga authored
-
Rémy Coutable authored
Fix typo in examples See merge request !8530
-
Achilleas Pipinellis authored
Update enviroments.md API docs The example for deleting an environment is missing the "s" in environments See merge request !8485
-
Tommy Beadle authored
This sends a project_update hook when a repo is updated. This does not include renaming or transferring a project. Those are covered by project_rename and project_transfer. This will get called, however, when the visibility is changed.
-
Sean McGivern authored
Ensure we have a project with a repo in GitlabMarkdownHelper specs Closes #27285 See merge request !8806
-
Rémy Coutable authored
Update CONTRIBUTING.md after merging "up-for-grabs" and "Accepting Merge Requests" See merge request !8802
-
Rémy Coutable authored
Use `:empty_project` where possible throughout spec/lib See merge request !8767
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fixed builds info link on project settings page Closes #27178 See merge request !8762
-
Sean McGivern authored
don’t count tasks that are not defined as list items correctly Closes #26068 See merge request !8526
-
Lin Jen-Shin authored
Encoding.default_external was chosen over Encoding.default_internal because File.read is returning Encoding.default_external, therefore we should align with it. Alternatively, we could force both of them to be Encoding.default_internal. However, ideally this should be determined by different projects. For example, some projects might want to use an encoding different to what GitLab is using. This might not happen soon though. Closes #27052
-
Lin Jen-Shin authored
This reverts commit e9d8fc94.
-
Lin Jen-Shin authored
Encoding.default_external was chosen over Encoding.default_internal because File.read is returning Encoding.default_external, therefore we should align with it. Alternatively, we could force both of them to be Encoding.default_internal. However, ideally this should be determined by different projects. For example, some projects might want to use an encoding different to what GitLab is using. This might not happen soon though. Closes #27052
-
Adam Niedzielski authored
-
Rémy Coutable authored
Factories with a project association use `:empty_project` by default See merge request !8770
-
Rémy Coutable authored
Use `:empty_project` where possible in helper specs See merge request !8796
-
Rémy Coutable authored
Use `:empty_project` where possible in controller specs See merge request !8797
-
Rémy Coutable authored
Use `:empty_project` where possible in finder specs See merge request !8794
-
Rémy Coutable authored
Use hashrocket for dasherized attribute Closes #27203 See merge request !8775
-
Robert Speicher authored
-