- 29 Mar, 2018 1 commit
-
-
Sean McGivern authored
A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
-
- 28 Mar, 2018 31 commits
-
-
Douwe Maan authored
Resolve "Reference parsing conflicting with auto-linking" Closes #44649 See merge request gitlab-org/gitlab-ce!18045
-
Sean McGivern authored
Make all workhorse gitaly calls opt-out, take 2 See merge request gitlab-org/gitlab-ce!18043
-
Sean McGivern authored
Test if remote repository exists before cloning Closes #43929 and gitaly#1084 See merge request gitlab-org/gitlab-ce!18017
-
Sean McGivern authored
We displayed the correct text as the link text (without double-encoding), but didn't do the same for the actual link target, so any link containing an ampersand would break when auto-linked.
-
Douwe Maan authored
Don't create permanent redirect when renaming a namespace See merge request gitlab-org/gitlab-ce!17521
-
Rémy Coutable authored
Drop JSON support from Projects::MilestonesController#show Closes #33803 See merge request gitlab-org/gitlab-ce!17977
-
Jacob Vosmaer authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
This will use the same query as `\di` to find an index on postgresql.
-
Bob Van Landuyt authored
This will speed up the LIKE query in RedirectRoute.matching_path_and_descendants
-
Bob Van Landuyt authored
Since the `permanent` column is not there anymore, we don't need to create these indexes.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
-
Bob Van Landuyt authored
This removes the column that was added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15670 since we will no longer be allowing _permanent_ redirects
-
Grzegorz Bizon authored
Resolve "ActiveRecord::RecordInvalid: Validation failed: Certificate misses intermediates" Closes #43794 See merge request gitlab-org/gitlab-ce!17992
-
Phil Hughes authored
gitignore for vscode config file See merge request gitlab-org/gitlab-ce!18037
-
Sean McGivern authored
This reverts merge request !18002
-
Filipa Lacerda authored
Move TimeTrackingComparisonPane vue component See merge request gitlab-org/gitlab-ce!17931
-
Rémy Coutable authored
Clean the test path after each spec run See merge request gitlab-org/gitlab-ce!18035
-
Filipa Lacerda authored
Redesign application settings to match project settings (part 2) See merge request gitlab-org/gitlab-ce!18019
-
Sean McGivern authored
Remove some easy cases of 'path_to_repo' use See merge request gitlab-org/gitlab-ce!17997
-
Jacob Vosmaer (GitLab) authored
-
Filipa Lacerda authored
Merge branch '43952-use-a-better-link-for-documentation-on-existing-cluster-creation-form' into 'master' Resolve "Use a better link for documentation on existing cluster creation form" Closes #43952 See merge request gitlab-org/gitlab-ce!18025
-
Filipa Lacerda authored
Resolve "Missing cancel button when creating new domain for pages" Closes #27210 See merge request gitlab-org/gitlab-ce!18026
-
Tim Zallmann authored
Enable word wrap in IDE Closes #44303 See merge request gitlab-org/gitlab-ce!17994
-
Sean McGivern authored
Fix listing commit branch/tags that contain special characters Closes #43212 See merge request gitlab-org/gitlab-ce!18023
-
Douwe Maan authored
Update asciidoctor to 1.5.6.2 and asciidoctor-plantuml to 0.0.8 Closes #44712 See merge request gitlab-org/gitlab-ce!18022
-
Kamil Trzciński authored
Resolve "/ci/lint should support include keyword in config file" Closes #43603 See merge request gitlab-org/gitlab-ce!17729
-
Kamil Trzciński authored
LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752
-
Simon Knox authored
-
Stan Hu authored
FactoryBot's build_stubbed ignores the current database sequence of the projects table and starts at ID 1000. If more than 1000 projects are created during a test run, leftover repositories can cause spec failures. For example, a spec that expects an empty repository may fail since there may be existing content. Closes #5461
-
- 27 Mar, 2018 8 commits
-
-
Clement Ho authored
Clean up monitoring components See merge request gitlab-org/gitlab-ce!18030
-
Mike Greiling authored
-
Clement Ho authored
Add i18n and update specs for ShaMismatch vue component See merge request gitlab-org/gitlab-ce!17870
-
Clement Ho authored
[FIX] Fixed bug in dropdown selector when selecting the same selection again Closes #38167 and #37893 See merge request gitlab-org/gitlab-ce!14631
-
bitsapien authored
-
Achilleas Pipinellis authored
Docs: improve readability of Prometheus metrics See merge request gitlab-org/gitlab-ce!18028
-
George Tsiolis authored
-
Fabio Busatto authored
-