- Sep 13, 2019
-
-
GitLab Bot authored
-
- Jun 25, 2019
-
-
Markus Koller authored
The check for continue_params&.key?(:to) in Projects::ImportsController caused an exception in redirect_to if this key contained a nil value. Since url_for won't add any params for an empty hash, we can just return that in continue_params if params[:continue] isn't present, and simplify the code in the controllers to check for the values we actually want to use.
-
- May 29, 2019
-
-
Igor Drozdov 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 27, 2019
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- Dec 17, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 28, 2018
-
-
Tiago Botelho authored
Also adds Changelog entry
-
- Nov 27, 2018
-
-
Tiago Botelho authored
Clears the import related columns and code from the Project model over to the ProjectImportState model
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 05, 2017
-
-
Tiago Botelho authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 13, 2016
-
-
James Lopez authored
-
- May 12, 2016
-
-
James Lopez authored
-
- May 11, 2016
-
-
James Lopez authored
-
- Mar 13, 2016
-
-
Zeger-Jan van de Weg authored
-
- Feb 17, 2016
-
-
Rémy Coutable authored
Fixes #13367.
-
- Jan 25, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Dec 18, 2015
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Nov 18, 2015
-
-
Douwe Maan authored
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Mar 09, 2015
-
-
DJ Mountney authored
While importing, don't redirect import actions to the project page, even if the repository exists
-
- Mar 03, 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.
-
- Nov 29, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-