summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Put EE routes in EE files under EE directoriesLin Jen-Shin2018-10-261-6/+2
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-256-6/+67
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+1
* Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas2018-10-041-3/+7
|\
| * Add reliable fetcher for Sidekiqadd_reliable_fetcherValery Sizov2018-10-031-3/+7
* | Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-022-40/+0
* | Merge branch 'dz-fix-mysql-schema' into 'master'Dmitriy Zaporozhets2018-10-011-0/+4
|\ \
| * | Fix undefined format_options method in SchemaDumper for MySQL dbdz-fix-mysql-schemaDmitriy Zaporozhets2018-09-261-0/+4
* | | Guard against a login attempt with invalid CSRF tokensh-guard-against-ldap-login-csrf-failStan Hu2018-09-261-0/+5
| |/ |/|
* | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-2/+0
|/
* Include post migrations when loading the schemaYorick Peterse2018-09-191-11/+1
|\
| * Ensure the schema is loaded with post_migrations includedDJ Mountney2018-09-111-11/+1
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
* | Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher2018-09-141-20/+2
|\ \
| * | Properly implement prepending for ConcernLin Jen-Shin2018-09-111-20/+2
* | | Merge branch 'remove-sidekiq' into 'master'Robert Speicher2018-09-141-1/+0
|\ \ \
| * | | Remove peek-sidekiqJan Provaznik2018-09-121-1/+0
* | | | Enable omniauth by defaultNick Thomas2018-09-131-1/+1
|/ / /
* | | Fix rails 5 deprecation warningsJan Provaznik2018-09-112-9/+16
|/ /
* | Merge branch 'fix-closing-issues' into 'master'Sean McGivern2018-09-061-1/+1
|\ \
| * | Fix closing issue default patternSamuele Kaplun2018-09-061-1/+1
| |/
* | Merge branch 'sh-fix-attachments-inline' into 'master'Nick Thomas2018-09-062-1/+30
|\ \
| * | Fix attachments not displaying inline with Google Cloud StorageStan Hu2018-09-052-1/+30
| |/
* | Add User-Agent to production_json.logStan Hu2018-09-051-1/+2
|/
* Make MySQL patch for binary indexes compatible with composite indexesOlivier Gonzalez2018-09-041-2/+4
* Merge branch 'rails5-include-opclasses-in-schema-dump' into 'master'Yorick Peterse2018-09-041-19/+31
|\
| * Rails 5: include opclasses in rails 5 schema dumpJasper Maes2018-08-291-19/+31
* | Rails 5: support schema t.index for mysqlJasper Maes2018-09-031-0/+28
* | Merge branch 'sh-bump-unauth-expiration' into 'master'Douwe Maan2018-09-031-1/+1
|\ \
| * | Bump unauthenticated session time from 1 hour to 2 hoursStan Hu2018-08-311-1/+1
| |/
* | Disable the Sidekiq Admin Rack sessionStan Hu2018-08-311-0/+6
|/
* Bump fog-google to 1.7.1 and google-api-client to 0.23.0sh-bump-fog-googleStan Hu2018-08-211-1/+1
* Merge branch 'rails5-verbose-query-logs' into 'master'Robert Speicher2018-08-161-1/+3
|\
| * Rails5: Enable verbose query logsJasper Maes2018-08-161-1/+3
* | Frontend: Proper gettext extraction with gettext-extractor🌴🇿🇦 Lukas Eipert (OOO until Summit)2018-08-161-0/+15
|/
* Merge branch 'enable-verbose-query-logs' into 'master'Robert Speicher2018-08-071-0/+54
|\
| * Enable verbose query loggingenable-verbose-query-logsKamil Trzciński2018-08-071-0/+54
* | Simplify the check of reduntant user logout eventsGrzegorz Bizon2018-08-031-7/+7
* | Do not skip recording session destruction eventsGrzegorz Bizon2018-08-031-4/+4
* | Improve blocked user tracking code readabilityGrzegorz Bizon2018-08-031-1/+6
* | Skip redunant before_logout warden eventsGrzegorz Bizon2018-08-021-5/+14
* | Improve authentication events-related code readabilityGrzegorz Bizon2018-08-011-1/+1
* | Do not implicitly authenticate user during session creationGrzegorz Bizon2018-08-011-1/+1
* | Simplify blocked user tracking during authenticationGrzegorz Bizon2018-08-011-10/+8
* | Improve blocked user tracking and fire some events only onceGrzegorz Bizon2018-08-011-1/+5
|/
* Merge branch 'feature/gb/login-activity-metrics' into 'master'Sean McGivern2018-07-311-5/+25
|\
| * Improve authentication activity code readabilityGrzegorz Bizon2018-07-311-4/+6
| * Fix rubocop offense in warden initializersGrzegorz Bizon2018-07-271-2/+2
| * Catch custom warden events too to increment metricsGrzegorz Bizon2018-07-271-9/+15
| * Make authentication metrics events explicit is specsGrzegorz Bizon2018-07-261-1/+1