- 05 Feb, 2019 40 commits
-
-
Phil Hughes authored
Use SVG icon for deployment series See merge request gitlab-org/gitlab-ce!24652
-
Rémy Coutable authored
Skip CSRF check on SAML failure endpoint Closes #56574 See merge request gitlab-org/gitlab-ce!24509
-
Nick Thomas authored
Reduce diff with EE in Groups::UpdateService See merge request gitlab-org/gitlab-ce!24912
-
Nick Thomas authored
Reduce the diff with EE in Ci::CreatePipelineService See merge request gitlab-org/gitlab-ce!24831
-
Achilleas Pipinellis authored
Docs: add index for project operations Closes #56115 See merge request gitlab-org/gitlab-ce!24565
-
Marcia Ramos authored
-
Douglas Barbosa Alexandre authored
Reduce diff with EE in Search::GlobalService See merge request gitlab-org/gitlab-ce!24914
-
Yorick Peterse authored
Author is Developer in sec. release MR template See merge request gitlab-org/gitlab-ce!24934
-
Filipa Lacerda authored
Added fuzzy file finder to merge requests Closes #53304 See merge request gitlab-org/gitlab-ce!24434
-
Marcia Ramos authored
Instructions on how to use Pages templates Closes #56991 See merge request gitlab-org/gitlab-ce!24796
-
Jason Lenny authored
-
Sean McGivern authored
Adds helper for `find_or_create_by` in transaction See merge request gitlab-org/gitlab-ce!24913
-
Sean McGivern authored
Cache assets in gitlab:assets:compile Closes #56691 See merge request gitlab-org/gitlab-ce!24542
-
Marin Jankovski authored
-
Bob Van Landuyt authored
This allows us to call `find_or_create_by` on all models and scopes.
-
Sean McGivern authored
Encode Content-Disposition filenames Closes #47673 See merge request gitlab-org/gitlab-ce!24919
-
Grzegorz Bizon authored
Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
-
Adriel Santiago authored
Use the rocket GitLab SVG to show deployment data
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Don't create new pipeline for merge requests with no commits See merge request gitlab-org/gitlab-ce!24503
-
Stan Hu authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fix comparing equality between `ActionController::Parameters` and a `Hash`.... Closes #57221 See merge request gitlab-org/gitlab-ce!24896
-
Daniel Juarez authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
-
Sean McGivern authored
Make `ActionContorller::Parameters` serializable for sidekiq jobs See merge request gitlab-org/gitlab-ce!24864
-
Peter Leitzen authored
-
Phil Hughes authored
FE grammar util See merge request gitlab-org/gitlab-ce!24893
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
-
Phil Hughes authored
Extract ReplyPlaceholder from NoteableDiscussion component Closes #56370 See merge request gitlab-org/gitlab-ce!24904
-
Winnie Hellmann authored
-
Phil Hughes authored
Add deployment data to metrics graphs See merge request gitlab-org/gitlab-ce!24650
-
Phil Hughes authored
Updated document-register-element and registering emojis in the new way See merge request gitlab-org/gitlab-ce!24899
-
Tim Zallmann authored
-
Hiroyuki Sato authored
-
Grzegorz Bizon authored
Update pages config only when changed See merge request gitlab-org/gitlab-ce!24424
-
Hiroyuki Sato authored
-
Sean McGivern authored
Fix ActionView::Template::Error: Absolute URI missing hierarchical segment Closes #57227 See merge request gitlab-org/gitlab-ce!24908
-
Stan Hu authored
Users downloading non-ASCII attachments would see garbled characters. When used with object storage, AWS S3 would return an InvalidArgument error: Header value cannot be represented using ISO-8859-1. Per RFC 5987 and RFC 6266, Content-Disposition should be encoded properly. This commit takes the Rails 6 implementation of ActiveSuppport::Http::ContentDisposition (https://github.com/rails/rails/pull/33829) and ports it here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
-