- 17 Jan, 2018 2 commits
-
-
Robert Speicher authored
[10.3] Fix XSS vulnerability in Pipeline job trace See merge request gitlab/gitlabhq!2258 (cherry picked from commit 44caa80ed9a2514a74a5eeab10ff51849d64851b) 5f86f3ff Fix XSS vulnerability in Pipeline job trace
-
Stan Hu authored
Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
-
- 16 Jan, 2018 38 commits
-
-
Stan Hu authored
Prevent RevList failing on non utf8 paths Closes #41627 See merge request gitlab-org/gitlab-ce!16440
-
Annabel Dunstone Gray authored
fix readability xterm colors Closes #37898 See merge request gitlab-org/gitlab-ce!15921
-
Danny authored
-
Nick Thomas authored
Resolve "postgresql 10 support for GitLab" Closes #42047 See merge request gitlab-org/gitlab-ce!16471
-
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
-
Nick Thomas authored
-
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
-
Nick Thomas authored
-
James Edwards-Jones authored
-
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
-