- 05 Feb, 2019 26 commits
-
-
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
-
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
-
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
-
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
-
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
-
- 04 Feb, 2019 14 commits
-
-
Evan Read authored
Add support for extensionless pages URLs See merge request gitlab-org/gitlab-ce!24876
-
Brett Walker authored
-
Annabel Dunstone Gray authored
Update dependency @gitlab/ui to ^2.0.2 See merge request gitlab-org/gitlab-ce!24915
-
Adriel Santiago authored
Adds scatter type series to metrics graph for deployments
-
Stan Hu authored
Allow SshHostKey.find_by to accept string keys See merge request gitlab-org/gitlab-ce!24903
-
Lukas 'Eipi' Eipert authored
-
Phil Hughes authored
Handle metrics graph resize events See merge request gitlab-org/gitlab-ce!24649
-
Phil Hughes authored
Add groupMembers to api.js See merge request gitlab-org/gitlab-ce!24892
-
Phil Hughes authored
gitlab-ui update with the new charting setup Closes #56987 See merge request gitlab-org/gitlab-ce!24807
-
Tim Zallmann authored
-
Rémy Coutable authored
Changed external wiki query method to prevent attribute caching Closes #57228 See merge request gitlab-org/gitlab-ce!24907
-
Paul Slaughter authored
This contains the function `toNounSeriesText` which can be used to build i18n noun series fragments (i.e. "A, B, and C").
-
Fatih Acet authored
Externalize strings from `/app/views/instance_statistics` See merge request gitlab-org/gitlab-ce!24809
-
Francisco Javier López authored
-