- Sep 13, 2019
-
-
GitLab Bot authored
-
- May 29, 2019
-
-
Luke Picciau authored
-
- Apr 15, 2019
-
-
Kamil Trzcińśki authored
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
-
- Mar 21, 2019
-
-
Martin Wortschack authored
- Update PO file
-
- Mar 19, 2019
-
-
Alejandro Rodríguez authored
This mistake seems to have always been there, but it only resulted in errors on the `/explore*.json` since they were the one that _actually_ relied on the local variables.
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Dec 12, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 24, 2017
-
-
Mehdi Lahmam authored
-
- Jul 24, 2017
-
-
Maxim Rydkin authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Apr 06, 2017
-
-
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.
-
- Mar 03, 2017
-
-
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>
-
- Feb 03, 2017
-
-
Adam Pahlevi authored
add complete changelog for !8949
-
- Dec 21, 2016
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
- Sep 28, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 08, 2016
-
-
Robert Speicher authored
This reverts commit bf2a86b7.
-
- Jul 07, 2016
-
-
Robert Speicher authored
This reverts commit 68155ee7, reversing changes made to 7ebd011e.
-
Alfredo Sumaran authored
-
- Jul 01, 2016
-
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 13, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Apr 12, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Apr 06, 2016
-
-
PotHix authored
The SQL query was ambiguous and in this case we want to filter projects.
-
Jacob Vosmaer (GitLab) authored
-
- Apr 04, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Mar 20, 2016
-
-
Douwe Maan authored
-
- Mar 19, 2016
-
-
Robert Speicher authored
-
- Aug 19, 2015
-
-
Artem Sidorenko authored
Resolves #9285
-
- Jul 11, 2015
-
-
Douwe Maan authored
-
- Jun 09, 2015
-
-
zenati authored
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Mar 12, 2015
-
-
Dmitriy Zaporozhets authored
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Oct 21, 2014
-
-
Ciro Santilli authored
Already defined on the ApplicationController base class.
-
- Oct 19, 2014
-
-
Ciro Santilli authored
Also memoize the method to ensure that other methods in ApplicationController that rely on it can call it efficiently.
-
Ciro Santilli authored
The route never passes that parameter to the helpers.
-
- Sep 14, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 19, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 03, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-