summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Redis configuration consistencyredis_config_consistencyValery Sizov2016-04-132-5/+3
|
* Instrument Banzai codeYorick Peterse2016-04-111-0/+23
|
* Merge branch 'redis-connection-pool' into 'master' Robert Speicher2016-04-082-3/+3
|\ | | | | | | | | | | | | | | | | | | | | Redis connection pool Split from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 Having an easily accessible Redis connection pool allows us to do more cool stuff with Redis in GitLab (instead of having to go through e.g. the Rails cache). See merge request !3521
| * Add Gitlab::Redis connection poolJacob Vosmaer2016-04-042-3/+3
| |
* | Instrument Rails cache codeinstrument-rails-cacheYorick Peterse2016-04-081-0/+1
| | | | | | | | | | This allows us to track how much time of a transaction is spent in dealing with cached data.
* | Remove dumb debug statement and add many tests.Jacob Schatz2016-04-071-1/+0
| |
* | Add optional colon.Jacob Schatz2016-04-071-1/+2
| |
* | Premailer shouldn't remove script tags from our emailsRobert Speicher2016-04-051-1/+2
|/ | | | Closes #14943.
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
| | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* Inline mailer CSS using premailer.Douwe Maan2016-03-191-0/+7
| | | | | # Conflicts: # Gemfile.lock
* Support Wiki with UTF-8 page nameHiroyuki Sato2016-03-161-0/+13
|
* Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-0/+1
| | | This reverts commit 5a586f364c5d2b866d6a074eff7996f05585b7d5
* Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-1/+0
| | | This reverts merge request !3191
* Merge branch 'support-go-subpackages' into 'master' Douwe Maan2016-03-121-0/+1
|\ | | | | | | | | | | | | Support Golang subpackage fetching Closes #13805 See merge request !3191
| * Support Golang subpackage fetchingsupport-go-subpackagesStan Hu2016-03-121-0/+1
| | | | | | | | Closes #13805
* | Merge branch 'rs-issue-12944' into 'master' Douwe Maan2016-03-111-5/+5
|\ \ | | | | | | | | | | | | | | | | | | Use a custom Devise failure app to handle unauthenticated .zip requests Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12944 See merge request !2828
| * | Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944Robert Speicher2016-03-081-5/+5
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12944
* | | Disable Rubocop for PostgreSQL patchesYorick Peterse2016-03-111-0/+2
| | | | | | | | | | | | | | | This code is mostly a copy-paste from existing pull requests so there's no point in running Rubocop on it.
* | | Patch MySQL to ignore PostgreSQL schema optionsYorick Peterse2016-03-111-0/+49
| | | | | | | | | | | | | | | This ensures that options such as `using: :gin` and PostgreSQL operator classes are ignored when loading a schema into a MySQL database.
* | | Backport Rails support for PostgreSQL opclassesYorick Peterse2016-03-111-0/+186
| |/ |/| | | | | | | | | This is needed to support creating/dumping/loading indexes that use the gin_trgm_ops operator class on PostgreSQL. These changes are taken from Rails pull request https://github.com/rails/rails/pull/19090.
* | Parse config/resque.yml in one place onlyJacob Vosmaer2016-03-092-13/+9
|/
* Merge branch 'mail-room-config-without-rails' into 'master' Douwe Maan2016-03-021-5/+1
|\ | | | | | | | | | | | | | | | | Don't load all of GitLab in mail_room Fixes #12731 cc @jacobvosmaer See merge request !3005
| * Don't load all of GitLab in mail_roomDouwe Maan2016-02-261-5/+1
| | | | | | | | Fixes #12731
* | Use dedicated relative_url.rb initializerArtem Sidorenko2016-02-291-0/+10
|/ | | | in order to have it the same way like in omnibus
* Properly set `auto_link_saml_user` default value in the Settings loader.Patricio Cano2016-02-221-0/+1
|
* Add release tracking for Sentryrs-sentry-release-trackingRobert Speicher2016-02-172-2/+3
|
* Change default smpt port to 465 (default smtps port)Artem V. Navrotskiy2016-02-091-1/+1
|
* Instrument various Rugged constantsexpand-git-instrumentationYorick Peterse2016-02-011-0/+10
|
* Instrument all Gitlab::Git instance methodsYorick Peterse2016-02-011-2/+4
|
* Revert "Revert "Remove the `:coffee` and `:coffeescript` Haml filters""rs-revert-revert-remove-coffee-filtersRobert Speicher2016-01-281-0/+6
| | | | This reverts commit b0145d765b94d2cef86b10b6dd22895779cfef33.
* Update ExternalIssue regex for JIRA integrationBlake Hitchcock2016-01-261-1/+1
| | | | | | | | | | | | | The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
* monkey patch for mysql 5.7monkey_patchValery Sizov2016-01-251-0/+48
|
* Instrument Gitlab::Git::RepositoryYorick Peterse2016-01-211-0/+1
| | | | | This adds instrumentation for the instance methods of Gitlab::Git::Repository.
* Use sentry in env production onlyJeroen Nijhof2016-01-201-9/+11
|
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jeroen Nijhof2016-01-201-8/+14
|\ | | | | | | | | | | | | sentry-integration Conflicts: db/schema.rb
| * Ensure Gravatar host looks like an actual hostfix-gravator-default-urlRémy Coutable2016-01-181-8/+14
| |
* | Add sentry integrationJeroen Nijhof2016-01-181-0/+17
|/
* Added metrics instrumentation for all findersinstrument-findersYorick Peterse2016-01-181-0/+6
|
* Merge branch 'fix/reference_filter_uri_decode_error_for_master' into 'master' Douwe Maan2016-01-131-1/+1
|\ | | | | | | | | | | | | | | | | Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some complex URL; https://github.com/gitlabhq/gitlabhq/pull/9964 @DouweM See merge request !2383
| * Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee2016-01-121-1/+1
| | | | | | | | ref: https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc
* | Revert "Remove the `:coffee` and `:coffeescript` Haml filters"Robert Speicher2016-01-121-6/+0
|/ | | | This reverts commit ae7de2f8510d6d4b69120f168122e26d69dda256.
* Remove the `:coffee` and `:coffeescript` Haml filtersrs-remove-coffee-filtersRobert Speicher2016-01-111-0/+6
| | | | See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897
* Optimize LDAP and add a search timeoutDrew Blessing2016-01-111-0/+1
|
* Add two custom Date/Time conversion formatsRobert Speicher2016-01-071-0/+9
|
* Track total query/view timings in transactionsYorick Peterse2016-01-041-0/+1
|
* Removed tracking of hostnames for metricsYorick Peterse2015-12-311-1/+0
| | | | | This isn't hugely useful and mostly wastes InfluxDB space. We can re-add this whenever needed (but only once we really need it).
* Removed tracking of raw SQL queriesYorick Peterse2015-12-311-1/+0
| | | | | | | | | | | | This particular setup had 3 problems: 1. Storing SQL queries as tags is very inefficient as InfluxDB ends up indexing every query (and they can get pretty large). Storing these as values instead means we can't always display the SQL as easily. 2. We already instrument ActiveRecord query methods, thus we already have timing information about database queries. 3. SQL obfuscation is difficult to get right and I'd rather not expose sensitive data by accident.
* Added additional config environmental variables to help Debian packagingGabriel Mazetto2015-12-301-3/+3
| | | | | * GITLAB_EMAIL_FROM * GITLAB_EMAIL_DISPLAY_NAME * GITLAB_EMAIL_REPLY_TO
* reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-282-12/+0
|
* Move InfluxDB settings to ApplicationSettingrelocate-influxdb-settingsYorick Peterse2015-12-281-3/+10
|