- 24 Aug, 2017 1 commit
-
-
Mehdi Lahmam authored
Closes #35994
-
- 14 Aug, 2017 1 commit
-
-
Yorick Peterse authored
This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
-
- 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.
-
- 06 Aug, 2017 1 commit
-
-
Mehdi Lahmam authored
Fix #35786
-
- 28 Jul, 2017 1 commit
-
-
Athar Hameed authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Jun, 2017 1 commit
-
-
Tiago Botelho authored
-
- 26 Jun, 2017 1 commit
-
-
Ruben Davila authored
-
- 09 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 04 Jun, 2017 1 commit
-
-
Ruben Davila authored
-
- 27 Apr, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 26 Apr, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 21 Apr, 2017 1 commit
-
-
Jeff Stubler authored
-
- 19 Apr, 2017 1 commit
-
-
Phil Hughes authored
Closes #31073
-
- 06 Apr, 2017 1 commit
-
-
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.
-
- 29 Mar, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 23 Mar, 2017 1 commit
-
-
Phil Hughes authored
This will only hapen in certain situations ie. when the star count is a lot. We were previously fixing it by hard coding a max-width. This changes it to use flexbox which allows the content to decide when it should be truncated. The rows don't always need truncating, so we shouldn't hard code a width. Closes #29018
-
- 16 Mar, 2017 3 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 13 Mar, 2017 2 commits
-
-
Jacopo authored
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
-
Grzegorz Bizon authored
-
- 03 Mar, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param Closes #28007
-
- 07 Feb, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 31 Jan, 2017 1 commit
-
-
Nur Rony authored
-
- 31 Dec, 2016 1 commit
-
-
Kushal Pandya authored
-
- 03 Nov, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 01 Nov, 2016 1 commit
-
-
tauriedavis authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
-
- 12 Aug, 2016 1 commit
-
-
Drew Blessing authored
-
- 09 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 25 Jul, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 08 Jul, 2016 1 commit
-
-
Robert Speicher authored
This reverts commit bf2a86b7.
-
- 07 Jul, 2016 3 commits
-
-
Robert Speicher authored
This reverts commit 68155ee7, reversing changes made to 7ebd011e.
-
Alfredo Sumaran authored
-
Phil Hughes authored
Closes #19583
-
- 17 Jun, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 16 Jun, 2016 1 commit
-
-
Phil Hughes authored
Always shows the custom option in the dropdown
-