- 20 Jun, 2017 10 commits
-
-
Alexander Randa authored
-
Phil Hughes authored
Fix hover style for emoji button on parallel diff view Closes #33865 See merge request !12281
-
Phil Hughes authored
Fix note highlight being added when you don't have a URL fragment hash #note_xxx Closes #33916 See merge request !12293
-
Phil Hughes authored
Fix issue description syntax highlighting and math rendering Closes #33877 See merge request !12282
-
Rémy Coutable authored
Update rainbow from 2.1.0 to 2.2.2. See merge request !12289
-
Rémy Coutable authored
Update paranoia from 2.2 to 2.3.1. See merge request !12288
-
Rémy Coutable authored
Remove implicit dependency on `gitlab_sign_in` assigning to a user instance variable See merge request !12296
-
Robert Speicher authored
Update carrierwave from 1.0.0 to 1.1.0. See merge request !12291
-
Robert Speicher authored
We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
-
Douwe Maan authored
Prepare for bypassing GitLab sign in in feature specs See merge request !11913
-
- 19 Jun, 2017 30 commits
-
-
Robert Speicher authored
Not sure why this fails with the full login flow, but it's not necessary and would've been changed eventually anyway, so whatever!
-
Robert Speicher authored
-
Robert Speicher authored
Change `logout_direct` uses to `gitlab_sign_out_direct`
-
Robert Speicher authored
Change single `login_via` use to `gitlab_sign_in_via`
-
Robert Speicher authored
-
Eric Eastwood authored
Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
-
Stan Hu authored
Restored missing function inside dropzone_input.js Closes #33836 See merge request !12279
-
Jacob Schatz authored
Enable autocomplete on project snippets Closes #33911 See merge request !12286
-
Robert Speicher authored
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
-
Annabel Dunstone Gray authored
-
Connor Shea authored
Changelog: https://github.com/carrierwaveuploader/carrierwave/blob/f2f8569b1013f601fe7be4b3a616359acd27240d/CHANGELOG.md#110---2017-04-30 Adds support for Rails 5.1
-
Jose Ivan Vargas authored
-
Connor Shea authored
Changelog: https://github.com/sickill/rainbow/blob/master/Changelog.md#222-2017-04-21 Adds support for Ruby 2.4.
-
Connor Shea authored
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14 Adds support for Rails 5.1.
-
Fatih Acet authored
Adjust position and wording for related issues in merge requests Closes #33652 See merge request !11759
-
Winnie Hellmann authored
-
Eric Eastwood authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
-
Jacob Schatz authored
Re-enable autocomplete for milestones, tags, releases, and wiki Closes #33598 See merge request !12110
-
Clement Ho authored
Disable autocomplete on snippets comments Closes #33594 See merge request !12108
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
-
Robert Speicher authored
If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults See merge request !12253
-
Jose Ivan Vargas authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
-
Achilleas Pipinellis authored
Add info about artifacts object storage in docs See merge request !12208
-
-
Sean McGivern authored
Don't display comment on unchanged line on both sides in parallel diff Closes #33864 See merge request !12275
-
Rémy Coutable authored
Disable fork button on project limit Closes #25164 See merge request !12145
-
Rémy Coutable authored
repository: index submodules by path See merge request !10798
-
Rémy Coutable authored
Put an upper limit on update batches See merge request !12265
-
Rémy Coutable authored
Reduce wait timings for Sidekiq jobs See merge request !12270
-