summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Fix keys seedDouwe Maan2017-06-021-10/+14
* Allow scheduling from after_commit hooksDouwe Maan2017-06-021-9/+27
* Forbid Sidekiq scheduling in transactionsYorick Peterse2017-06-021-0/+27
* Merge branch '31644-make-cookie-sessions-unique' into 'master'Douwe Maan2017-06-011-1/+7
|\
| * Update session cookie key name to be unique to instance in development31644-make-cookie-sessions-uniqueEric Eastwood2017-06-011-1/+7
* | Merge branch 'dm-discussions-n-plus-1' into 'master'Sean McGivern2017-06-012-0/+15
|\ \ | |/ |/|
| * Do not try to preload Commits when using Note.includes(:noteable)Douwe Maan2017-05-312-0/+15
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-315-2/+139
|\ \
| * \ Merge branch 'gitaly-opt-out' into 'master'Rémy Coutable2017-05-301-1/+1
| |\ \
| | * | Enable Gitaly by default in GitLab 9.3Jacob Vosmaer2017-05-301-1/+1
| * | | Merge branch 'fix/gb/improve-active-record-test-extensions' into 'master'Rémy Coutable2017-05-301-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Make `ActiveRecord::Migrator` idempotent again in test envfix/gb/improve-active-record-test-extensionsGrzegorz Bizon2017-05-291-1/+1
| * | | Merge branch '31616-add-uptime-of-gitlab-instance-in-admin-area' into 'master'Rémy Coutable2017-05-301-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | 31616-add-uptime-of-gitlab-instance-in-admin-areajboltz882017-05-291-0/+1
| * | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-0/+132
| |\ \ \ | | |_|/ | |/| |
| | * | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+132
| * | | Merge branch 'fix-counter-cache-for-acts-as-taggable' into 'master'Stan Hu2017-05-261-0/+4
| |\ \ \
| | * | | Fix Counter Cache not being disabled for acts-on-taggablefix-counter-cache-for-acts-as-taggableKamil Trzcinski2017-05-261-0/+4
| | | |/ | | |/|
* | | | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-263-3/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan2017-05-251-0/+1
| |\ \ \
| | * | | Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-251-0/+1
| | |/ /
| * | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-1/+4
| |\ \ \ | | |/ / | |/| |
| | * | Implement web hooks loggingAlexander Randa2017-05-251-1/+4
| * | | Merge branch '31933-improve-rspec-profiling-enabling' into 'master'Stan Hu2017-05-191-1/+1
| |\ \ \
| | * | | Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty31933-improve-rspec-profiling-enablingRémy Coutable2017-05-191-1/+1
| | |/ /
| * | | Run the schedule worker once an hour by defaultzj-increase-accuracy-psZ.J. van de Weg2017-05-181-1/+1
| |/ /
* | | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/ /
* | Don't reuse gRPC channelsJacob Vosmaer2017-05-151-2/+4
|/
* Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-103-5/+5
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Use relative paths for group/project/user avatarsblackst0ne2017-05-101-1/+1
* Merge branch 'revert-58d1cd6b' into 'master' Stan Hu2017-05-071-1/+1
|\
| * Revert "Merge branch 'fix-rspec_profiling-establish_connection-string-depreca...revert-58d1cd6bStan Hu2017-05-071-1/+1
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-3/+3
|/
* Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection ca...fix-rspec_profiling-establish_connection-string-deprecationLuke "Jared" Bennett2017-05-071-1/+1
* Use an absolute path for locale path in FastGettext configuse-absolute-path-for-gettext-configRuben Davila2017-05-051-1/+1
* Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern2017-05-051-0/+1
|\
| * Add configurable timeout for git fetch and clone operationsmrchrisw-import-shell-timeoutChris Wilson2017-04-271-0/+1
* | First round of updates from the code review.Ruben Davila2017-05-021-1/+3
* | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-024-9/+12
|\ \
| * \ Merge branch 'remove-unused-initializer' into 'master' Douwe Maan2017-05-021-5/+0
| |\ \
| | * | Remove unused initializerremove-unused-initializerSean McGivern2017-05-021-5/+0
| * | | Update Carrierwave and fog-coreZeger-Jan van de Weg2017-05-011-0/+2
| |/ /
| * | Resolve "rspec_profiling is enabled for MySQL"Rémy Coutable2017-04-281-4/+4
| * | Merge branch 'test-pg' into 'master' Rémy Coutable2017-04-241-1/+1
| |\ \
| | * | Set profiler only for postgresql not mysqlLin Jen-Shin2017-04-101-1/+1
| * | | Make location of gitlab_workhorse_secret configurableJakub Jirutka2017-04-191-0/+6
| | |/ | |/|
* | | Fix Rubocop complains.Ruben Davila2017-05-021-1/+0
* | | Adjust regex used in order to parse inline content.Ruben Davila2017-04-271-2/+2