- 20 Jun, 2017 17 commits
-
-
Toon Claes authored
Only EE supports multiple issue assignees, so this CE code should not contain code to have multiple assignees. EE will override the multiple issue assignees feature by overriding this method.
-
Sean McGivern authored
Remove backticks from chat messages because they're not rendered as code See merge request !12276
-
Filipa Lacerda authored
Stop showing task status if no tasks are present Closes #33880 See merge request !12303
-
Phil Hughes authored
Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
-
Phil Hughes authored
Clean up Vue warnings in tests Closes #33624, #32965, and #33622 See merge request !12163
-
Winnie Hellmann authored
-
Phil Hughes authored
Merge branch '33734-transient-karma-failure-on-master-for-date-time-utils-timefor-returns-remaining-time-when-in-the-future' into 'master' Resolve "Transient karma failure on master for `Date time utils timeFor returns remaining time when in the future`" Closes #33734 See merge request !12227
-
Mike Greiling authored
Resolve "Transient karma failure on master for `Date time utils timeFor returns remaining time when in the future`"
-
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 23 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
-