- 07 Aug, 2017 1 commit
-
-
Yorick Peterse authored
In various places we check if the same relation would return projects. This is done using "any?" which will run a COUNT query with any LIMIT/OFFSET values still applied. To work around all this we introduce 2 helper methods that take care of doing the right thing. This leads to the produced queries being simpler and fewer queries being executed.
-
- 14 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 12 Jul, 2017 1 commit
-
-
Phil Hughes authored
`breadcrumb_title` is then overriden when needed
-
- 11 Jul, 2017 1 commit
-
-
Kushal Pandya authored
-
- 07 Jul, 2017 2 commits
-
-
kushalpandya authored
-
Phil Hughes authored
-
- 06 Jul, 2017 6 commits
-
-
Phil Hughes authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
- 05 Jul, 2017 3 commits
-
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
- 03 Jul, 2017 2 commits
-
-
Phil Hughes authored
fixed eslint failures fixed project select dropdown not working on some pages
-
Phil Hughes authored
-
- 30 Jun, 2017 1 commit
-
-
Phil Hughes authored
-
- 12 Jun, 2017 1 commit
-
-
Tieu-Philippe KHIM authored
-
- 07 Jun, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 06 Jun, 2017 2 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
[ci skip]
-
- 01 Jun, 2017 2 commits
-
-
Alfredo Sumaran authored
- 30 May, 2017 2 commits
-
-
Phil Hughes authored
-
blackst0ne authored
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
-
- 25 May, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 May, 2017 1 commit
-
-
Alfredo Sumaran authored
[ci skip]
-
- 19 May, 2017 1 commit
-
-
tauriedavis authored
-
- 10 May, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 06 May, 2017 1 commit
-
-
Alfredo Sumaran authored
- Adds Groups component - Adds GroupItem component
-
- 05 May, 2017 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
- 04 May, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 28 Apr, 2017 1 commit
-
-
Jacopo authored
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
-
- 06 Apr, 2017 2 commits
-
-
Jose Ivan Vargas Lopez authored
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-