- 14 Apr, 2016 2 commits
- 12 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 31 Mar, 2016 1 commit
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
- 17 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 10 Mar, 2016 1 commit
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
- 08 Feb, 2016 1 commit
-
-
Jason Lee authored
Error: A copy of Gitlab::CurrentSettings has been removed from the module tree but is still active
-
- 02 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 28 Jan, 2016 2 commits
-
-
Rémy Coutable authored
This ensures that rake tasks that don't need a DB connection can be run without one.
-
Rémy Coutable authored
Return a fake application settings OpenStruct when this is not the case. Also, use ActiveRecord::Base.connection_pool.active_connection? instead of ActiveRecord::Base.connection.active? to avoid driver exception.
-
- 26 Jan, 2016 1 commit
-
-
Rémy Coutable authored
When using ActiveRecord::Base.connection.active? without a DB connection, we get a "PG::ConnectionBad: could not connect to server" error because ActiveRecord::Base.connection doesn't exist. By using ActiveRecord::Base.connected? we ensure we don't get this error if the connection is missing, which is the all point of the Gitlab::CurrentSettings#connect_to_db? method!
-
- 25 Jan, 2016 1 commit
-
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/12606 for details
-
- 19 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 08 Jan, 2016 1 commit
-
-
Yorick Peterse authored
This ensures CurrentSettings#connect_to_db? returns "false" in the event of a database not existing, instead of raising an error.
-
- 30 Dec, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 23 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 10 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 05 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 01 Sep, 2015 1 commit
-
-
Marin Jankovski authored
-
- 28 Aug, 2015 1 commit
-
-
Eric Maziade authored
-
- 20 Aug, 2015 1 commit
-
-
Artem Sidorenko authored
-
- 11 Jun, 2015 1 commit
-
-
themaze75 authored
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
-
- 05 Jun, 2015 1 commit
-
-
Eric Maziade authored
settings
-
- 02 Apr, 2015 1 commit
-
-
Stan Hu authored
Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
-
- 07 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
-
- 18 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 25 Jan, 2015 3 commits
-
-
Marco Wessel authored
-
Marco Wessel authored
-
Marco Wessel authored
-
- 15 Jan, 2015 1 commit
-
-
DJ Mountney authored
-
- 14 Jan, 2015 1 commit
-
-
Marin Jankovski authored
-
- 09 Jan, 2015 1 commit
-
-
Jacob Vosmaer authored
While loading the Rails app we cannot assume that the gitlabhq_xxx database exists already. If we do, `rake gitlab:setup` breaks! This is a quick hack to make sure that fresh development setups of GitLab (from master) will work again.
-
- 08 Jan, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-