- 30 May, 2017 36 commits
-
-
Douwe Maan authored
Resolve "Allow to disable username on checkout url" Closes #30410 and #30174 See merge request !11792
-
Annabel Dunstone Gray authored
Remove extra bottom padding on Job log page Closes #30502 See merge request !11791
-
Rémy Coutable authored
Enable Gitaly by default in GitLab 9.3 Closes gitaly#242 See merge request !11796
-
Douwe Maan authored
Avoid crash when trying to parse string with invalid UTF-8 sequence See merge request !11770
-
Bob Van Landuyt authored
-
Rémy Coutable authored
Don’t create comment on JIRA if link already exists Closes #25373 See merge request !11485
-
Phil Hughes authored
`canEdit` changes for conditional remove button on filtered search -- EE backport Closes gitlab-ee#2433 See merge request !11696
-
Rémy Coutable authored
Disable sub_group_issuables_spec.rb for mysql Closes #33057 See merge request !11795
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Make `ActiveRecord::Migrator` idempotent again in test environment Closes #33030 See merge request !11762
-
Annabel Dunstone Gray authored
Fix alignment of tree symbols in merge requests Closes #29590 See merge request !11761
-
Jarka Kadlecova authored
-
Douwe Maan authored
Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled' into 'master' 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Closes #19107 See merge request !11754
-
Douwe Maan authored
Merge branch '33048-markdown-rendering-of-md-files-has-ceased-to-display-latex-equations' into 'master' Fix math rendering on blob pages Closes #33048 See merge request !11793
-
Luke "Jared" Bennett authored
-
Grzegorz Bizon authored
Merge branch '33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribe' into 'master' Resolve "Invalid 'You directly addressed yourself' TODO when using `/unsubscribe`" Closes #33032 See merge request !11788
-
Grzegorz Bizon authored
Fix omniauth-google-oauth2 dependencies in Gemfile.lock Closes #32653 See merge request !11787
-
Sean McGivern authored
`renderGFM` adds the correct syntax highlighting class and triggers KaTeX if required.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This partially reverts be25bbc4. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This reverts commit c425f366, reversing changes made to 82f6c0f5. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use 'sudo bash' when adding nodesource repository See merge request !10527
-
kushalpandya authored
-
Fatih Acet authored
Resolve "Browser notifications for pipeline running in a MR is gone" Closes #32916 See merge request !11734
-
Kamil Trzciński authored
Set head pipeline when creating merge requests See merge request !11669
-
Sean McGivern authored
The /unsubscribe slash command means that we check if the current user is subscribed to the issuable without having an explicit subscription. That means that we use the UserParser to find references to them in the notes. The UserParser (and all parsers inheriting from BaseParser) use RequestStore to cache ActiveRecord objects, so that we don't need to load the User object each time, if we're parsing references a bunch of times in the same request. However, it was always returning _all_ of the previously cached items, not just the ones matching the IDs passed. This would mean that we did two runs through with UserParser if you were mentioned in a comment, and then mentioned someone else in your comment while using /unsubscribe: 1. Because /unsubscribe was used, we see if you were mentioned in any comments. 2. Because you mentioned someone, we find them - but we would also get back your user, even if you didn't mention yourself. This would have the effect of creating a mention or directly addressed todo for yourself incorrectly. The fix is simple: only return values from the cache matching the IDs passed.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Update looks job log Closes #30117 See merge request !11663
-
Filipa Lacerda authored
-
Phil Hughes authored
Use vue file for pipelines tables components See merge request !11760
-
Rémy Coutable authored
Fix spec for Members::AuthorizedDestroyService See merge request !11778
-
Phil Hughes authored
Assignee dropdown does not display selected assignee Closes #2472 See merge request !11744
-
Phil Hughes authored
Creates a mediator for pipeline details vue in order to mount several vue apps with the same data Closes #31849 See merge request !11732
-
Rémy Coutable authored
31616-add-uptime-of-gitlab-instance-in-admin-area Closes #31616 See merge request !11590
-
Phil Hughes authored
Displays loading icon in async buttons inline Closes #32954 See merge request !11735
-
blackst0ne authored
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
-
- 29 May, 2017 4 commits
-
-
Yorick Peterse authored
This spec was still assuming that creating a project would not result in the owner having access to the project.
-
Kamil Trzciński authored
Resolve "pipeline_schedules pages throwing error 500" Closes #32790 See merge request !11706
-
jboltz88 authored
-
Felipe Artur authored
-