- 16 Jan, 2018 27 commits
-
-
Rémy Coutable authored
Resolve "Cannot search with keyword "merge"" Closes #41666 See merge request gitlab-org/gitlab-ce!16462
-
Rémy Coutable authored
Refactor of buttons _dropdown partial Closes #41921 See merge request gitlab-org/gitlab-ce!16486
-
Rémy Coutable authored
Fix typo in doc_styleguide.md See merge request gitlab-org/gitlab-ce!16481
-
Rémy Coutable authored
Change user settings column width See merge request gitlab-org/gitlab-ce!16479
-
Rémy Coutable authored
Fix top-area inconsistent capitalization See merge request gitlab-org/gitlab-ce!16476
-
Rémy Coutable authored
Resolve "Enable Project Milestone Deletion via the API" Closes #41476 See merge request gitlab-org/gitlab-ce!16478
-
Jacopo authored
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
-
Sean McGivern authored
Fix error on changes tab when merge request cannot be created Closes #41460 See merge request gitlab-org/gitlab-ce!16409
-
Filipa Lacerda authored
Added imports for milestone dispatcher routes See merge request gitlab-org/gitlab-ce!16387
-
Rémy Coutable authored
Merge branch '42074-rspec-spec-lib-gitlab-background_migration-deserialize_merge_request_diffs_and_commits_spec-rb-spec-services-system_note_service_spec-rb-fails' into 'master' Resolve "rspec spec/lib/gitlab/background_migration/deserialize_merge_request_diffs_and_commits_spec.rb spec/services/system_note_service_spec.rb fails" Closes #42074 See merge request gitlab-org/gitlab-ce!16487
-
Sean McGivern authored
We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.)
-
Sean McGivern authored
A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer.
-
Filipa Lacerda authored
Fixed merge request status badge not updating after merging See merge request gitlab-org/gitlab-ce!16470
-
Sean McGivern authored
Migrate Commit#uri_type to Gitaly Closes gitaly#915 See merge request gitlab-org/gitlab-ce!16453
-
Sean McGivern authored
Resolve "Error while searching for text starting with slash "/"" Closes #36571 See merge request gitlab-org/gitlab-ce!16455
-
Rémy Coutable authored
Update 'removed assignee' note to include old assignee reference Closes #30101 See merge request gitlab-org/gitlab-ce!16301
-
Kamil Trzciński authored
Merge branch '41809-auto-devops-performance-docker-image-not-compatible-with-gitlab-runner' into 'master' Include updated AutoDevOps template with Browser Performance using DinD Closes #41809 See merge request gitlab-org/gitlab-ce!16373
-
Sean McGivern authored
If the schema changes after 20171114162227 for any of these models, and specs after this one use factories, then those factories will use the models with outdated column information cached. We shouldn't really use factories in migration specs, but this is a special case because there is a lot of git-related setup code in the model that would be painful to copy to the migration. Instead, we just manually reset the column information for the models we could pollute.
-
Andrew McCallum authored
-
Achilleas Pipinellis authored
Docs: document new redirect for Disqus comments See merge request gitlab-org/gitlab-ce!16327
-
Marcia Ramos authored
-
Phil Hughes authored
Update marked to 0.3.12 Closes #42055 See merge request gitlab-org/gitlab-ce!16480
-
Phil Hughes authored
-
Mark Fletcher authored
Remove block + interpolation to simplify the calls to link helpers
-
Grzegorz Bizon authored
Remove erroneous text in shared runners page that suggested more runners available Closes #42059 See merge request gitlab-org/gitlab-ce!16483
-
Grzegorz Bizon authored
Ensure CI pipelines and builds have the correction project associations See merge request gitlab-org/gitlab-ce!16448
-
Stan Hu authored
Closes #42059
-
- 15 Jan, 2018 13 commits
-
-
Mica authored
-
Takuya Noguchi authored
-
George Tsiolis authored
-
George Tsiolis authored
-
Rémy Coutable authored
CE: Override module to specify that we're overriding See merge request gitlab-org/gitlab-ce!16131
-
Achilleas Pipinellis authored
Docs: deprecates articles index Closes #41138 See merge request gitlab-org/gitlab-ce!16469
-
Marcia Ramos authored
-
Douwe Maan authored
Make forking protect default branch on completion Closes #19493 See merge request gitlab-org/gitlab-ce!16449
-
Phil Hughes authored
-
Robert Speicher authored
Migrate importing repository to Gitaly Closes gitaly#907 See merge request gitlab-org/gitlab-ce!16431
-
Kamil Trzciński authored
Resolve "Managed Prometheus deployment installs a lot of extra stuff" Closes #41799 See merge request gitlab-org/gitlab-ce!16378
-
Mayra Cabrera authored
-
Rémy Coutable authored
Use an at_exit hook to stop test gitaly Closes #41991 See merge request gitlab-org/gitlab-ce!16433
-