summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk-add-datetime-with-timezone-table-definition' into 'master'Yorick Peterse2017-06-222-14/+81
|\
| * Fix MySQL schema dump for `timestamp`mk-add-datetime-with-timezone-table-definitionMichael Kozono2017-06-221-4/+30
| * Fix PostgreSQL schema dump for `timestamptz`Michael Kozono2017-06-221-5/+36
| * Add `datetime_with_timezone` to table definitionMichael Kozono2017-06-221-6/+16
* | Add the Flipper::Middleware::Memoizer middlewareRémy Coutable2017-06-211-0/+4
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Speed up used languages calculation on charts pageSean McGivern2017-06-161-0/+25
* Instrument MergeRequestDiff#load_commitsinstrument-merge-request-diff-load-commitsSean McGivern2017-06-141-0/+3
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-132-0/+48
* Ensure peek-performance_bar doesn't break existing functionalitiesRémy Coutable2017-06-091-0/+4
* Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
* Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable2017-06-091-3/+3
* Small adjustmentsRémy Coutable2017-06-091-1/+0
* Display queries duration in performance bar queries modalRémy Coutable2017-06-091-30/+12
* Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres groupRémy Coutable2017-06-091-1/+7
* Store Sherlock::Query in Peek adapterRémy Coutable2017-06-091-0/+32
* New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-0/+9
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-0/+1
* 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