- 15 Mar, 2017 19 commits
-
-
Robert Speicher authored
Allow resolving conflicts with non-ASCII chars Closes #26214 See merge request !9937
-
Achilleas Pipinellis authored
Add nested groups documentation Closes #28761 See merge request !9783
-
Sean McGivern authored
We wanted to check that the text could be encoded as JSON, because conflict resolutions are passed back and forth in that format, so the file itself must be UTF-8. However, all strings from the repository come back without an encoding from Rugged, making them ASCII_8BIT. We force to UTF-8, and reject if it's invalid. This still leaves the problem of a file that 'looks like' UTF-8 (contains valid UTF-8 byte sequences), but isn't. However: 1. If the conflicts contain the problem bytes, the user will see that the file isn't displayed correctly. 2. If the problem bytes are outside of the conflict area, then we will write back the same bytes when we resolve the conflicts, even though we though the encoding was UTF-8.
-
Achilleas Pipinellis authored
Resolve "Document U2F limitations with multiple URLs" Closes #28277 See merge request !9300
-
Achilleas Pipinellis authored
Added issue boards re-ordering docs See merge request !9924
-
Phil Hughes authored
-
Rémy Coutable authored
Fix typo on Milestones show page. Fixes #29214 Closes #29214 See merge request !9913
-
Sean McGivern authored
Fix typo in doc/development/polling.md: `If-None-Modified` -> `If-None-Match` See merge request !9957
-
Sean McGivern authored
Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different gitlab-git-test repo Closes #27551 See merge request !9945
-
Rémy Coutable authored
Speed up the issues/filtered_search/dropdown_author feature spec See merge request !9951
-
Kamil Trzciński authored
Add a test which would rollback db and migrate again Closes #29106 See merge request !9908
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Display full project name with namespace upon deletion Closes #29469 See merge request !9955
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Fixing two migrations that could not be rolled back See merge request !9953
-
Mark Fletcher authored
* Removes ambiguity when two projects exist with the same name
-
DJ Mountney authored
when rolling back from 9-0-stable to 8.17.3
-
Alfredo Sumaran authored
Fix link togglers jumping to top Closes #29414 See merge request !9943
-
Alfredo Sumaran authored
Toggle long Project names Closes #28187 See merge request !9501
-
- 14 Mar, 2017 21 commits
-
-
Robert Speicher authored
-
Achilleas Pipinellis authored
[ci skip]
-
Douwe Maan authored
Preserve order by priority on issues board See merge request !9939
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Stan Hu authored
Add performance/scalability concerns to CONTRIBUTING.md See merge request !8677
-
Robert Speicher authored
Fix first line markdown helper for user profile activity stream Closes #29425 See merge request !9920
-
Rémy Coutable authored
Fix intermittent spec failures in notify_spec.rb See merge request !9935
-
Filipa Lacerda authored
Resolve "Cancel button misaligned in New Application page" Closes #29441 See merge request !9933
-
Douwe Maan authored
Remove unused satellites config See merge request !9919
-
Rémy Coutable authored
We will set this to the dev mirror in GitLab CE and EE on dev. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Syshook documentation updated See merge request !9893
-
gpongelli authored
-
Filipa Lacerda authored
Added filtered search bar to issue boards Closes #28312 See merge request !9757
-
Rémy Coutable authored
Use google-protobuf 3.2.0.1 Closes #29084 See merge request !9932
-
DJ Mountney authored
Include instructions to update /etc/default/gitlab See merge request !9925
-
Douwe Maan authored
Fix relative position calculation Closes #29269 See merge request !9837
-
Eric Eastwood authored
Fix #29414
-
Raveesh authored
-
-