- 16 Jan, 2018 40 commits
-
-
Rémy Coutable authored
Update test-and-deploy-ruby-application-to-heroku.md See merge request gitlab-org/gitlab-ce!16500
-
Rémy Coutable authored
Last push widget will show banner for new pushes to previously merged branch Closes #40818 See merge request gitlab-org/gitlab-ce!15728
-
JJ Asghar authored
Converted from type to "stage" due to depreciation. Signed-off-by: JJ Asghar <jjasghar@gmail.com>
-
Filipa Lacerda authored
Add pipeline header padding See merge request gitlab-org/gitlab-ce!16496
-
Tim Zallmann authored
Adjust modal style to new design See merge request gitlab-org/gitlab-ce!16310
-
Stan Hu authored
Resolve "N+1 queries with /projects/:project_id/builds API endpoint" Closes #41957 See merge request gitlab-org/gitlab-ce!16445
-
Douwe Maan authored
Resolve "Wiki uploaded files are missing" Closes #42031 See merge request gitlab-org/gitlab-ce!16499
-
Douwe Maan authored
List backups avilable for restore See merge request gitlab-org/gitlab-ce!16465
-
Phil Hughes authored
dispatcher changes for projects:c* views See merge request gitlab-org/gitlab-ce!16416
-
George Tsiolis authored
-
Nick Thomas authored
-
Fatih Acet authored
Resolve "Icons on forks page are to big" Closes #42046 See merge request gitlab-org/gitlab-ce!16474
-
Simon Knox authored
-
Kamil Trzciński authored
Update auto-deployed prometheus scrape config Closes #41796 See merge request gitlab-org/gitlab-ce!16306
-
Balasankar "Balu" C authored
-
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
-
Balasankar "Balu" C authored
-
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
-
Simon Knox authored
-
Simon Knox authored
-
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
-
Balasankar "Balu" C authored
-
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
-