summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Update seed-fu to a version compatible with postgresql 10Nick Thomas2018-01-161-0/+9
|
* Support PostgreSQL 10Nick Thomas2018-01-161-0/+48
|
* Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+4
| | | | Closes #41633
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-113-0/+5
|
* Fixing bug related to wiki last versionFrancisco Javier López2018-01-091-0/+20
|
* Merge branch ↵Sean McGivern2018-01-021-0/+5
|\ | | | | | | | | | | | | | | | | '39289-local-schema-rb-automatically-reverts-datetime-to-datetime_with_timezone-after-migrations' into 'master' Prevent schema.rb reverting from datetime_with_timezone to datetime Closes #39289 See merge request gitlab-org/gitlab-ce!14956
| * Prevent schema.rb reverting from datetime_with_timezone to datetime39289-local-schema-rb-automatically-reverts-datetime-to-datetime_with_timezone-after-migrationsJames Edwards-Jones2017-12-071-0/+5
| |
* | Rename asset sync related AWS variableschange-asset-sync-env-variablesBalasankar "Balu" C2018-01-011-2/+2
| |
* | Merge branch 'dm-issue-move-transaction-error' into 'master'Robert Speicher2017-12-221-3/+5
|\ \ | | | | | | | | | | | | | | | | | | Execute project hooks and services after commit when moving an issue Closes #41324 See merge request gitlab-org/gitlab-ce!16108
| * | Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-3/+5
| | |
* | | Use gitlab-stylesRémy Coutable2017-12-221-1/+1
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-157-39/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (671 commits) Make rubocop happy Use guard clause Improve language Prettify Use temp branch Pass info about who started the job and which job triggered it Docs: add indexes for monitoring and performance monitoring clearer-documentation-on-inline-diffs Add docs for commit diff discussion in merge requests sorting for tags api Clear BatchLoader after each spec to prevent holding onto records longer than necessary Include project in BatchLoader key to prevent returning blobs for the wrong project moved lfs_blob_ids method into ExtractsPath module Converted JS modules into exported modules spec fixes Bump gitlab-shell version to 5.10.3 Clear caches before updating MR diffs Use new Ruby version 2.4 in GitLab QA images moved lfs blob fetch from extractspath file Update GitLab QA dependencies ...
| * \ Merge branch 'rc/update-flipper' into 'master'Robert Speicher2017-12-141-5/+19
| |\ \ | | | | | | | | | | | | | | | | Update flipper to 0.11.0 and take advantage of the new features See merge request gitlab-org/gitlab-ce!15920
| | * | Update flipper to 0.11.0 and take advantage of the new featuresrc/update-flipperRémy Coutable2017-12-141-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.md Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Use a dedicated queue for each workerDouwe Maan2017-12-121-16/+2
| |/ /
| * | Ignore temporary table in schemaMichael Kozono2017-12-111-0/+2
| | |
| * | Resolve "Include asset_sync gem"Ian Baum2017-12-081-0/+31
| | |
| * | Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki2017-12-071-8/+1
| |/ | | | | | | | | + change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
| * Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-10/+9
| |
| * Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-4/+4
| |
| * Add notice to gollum initializergollum-initializer-warningJacob Vosmaer2017-12-041-0/+4
| |
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-305-14/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (170 commits) support ordering of project notes in notes api Redirect to an already forked project if it exists Reschedule the migration to populate fork networks Create fork networks for forks for which the source was deleted. Fix item name and namespace text overflow in Projects dropdown Minor backport from EE fix link that was linking to `html` instead of `md` Backport epic tasklist Add timeouts for Gitaly calls SSHUploadPack over Gitaly is now OptOut fix icon colors in commit list Fix star icon color/stroke Backport border inline edit Add checkboxes to automatically run AutoDevops pipeline BE for automatic pipeline when enabling Auto DevOps I am certainly weary of debugging sidekiq but I don't think that's what was meant Ensure MRs always use branch refs for comparison Fix issue comment submit button disabled on GFM paste Lock seed-fu at the correct version in Gemfile.lock Improve indexes on merge_request_diffs ...
| * Merge branch 'pawel/update_prometheus_gem_to_well_tested_version' into 'master'Douwe Maan2017-11-242-9/+8
| |\ | | | | | | | | | | | | | | | | | | Update Prometheus Gem version and disable Prometheus method call instrumentation by default. Closes gitlab-ee#4139 and #40457 See merge request gitlab-org/gitlab-ce!15558
| | * Rename wip to worker_idPawel Chojnacki2017-11-231-3/+3
| | |
| | * Move prometheus middle ware to prometheus initialized.Pawel Chojnacki2017-11-232-6/+5
| | |
| * | Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
| |/
| * Merge branch 'feature_add_mermaid' into 'master'Phil Hughes2017-11-222-4/+0
| |\ | | | | | | | | | | | | | | | | | | Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
| | * Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-222-4/+0
| | |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-228-1/+96
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (126 commits) Update VERSION to 10.3.0-pre Update CHANGELOG.md for 10.2.0 default fill color for SVGs ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Use Redis cache for branch existence checks Update CONTRIBUTING.md: Link definition of done to criteria Use `make install` for Gitaly setups in non-test environments FileUploader should check for hashed_storage?(:attachments) to use disk_path Set the default gitlab-shell timeout to 3 hours Update composite pipelines index to include "id" Use arrays in Pipeline#latest_builds_with_artifacts Fix blank states using old css Skip confirmation user api Custom issue tracker Revert "check for `read_only?` first before seeing if request is disallowed" add `#with_metadata` scope to remove a N+1 from the notes' API Fix promoting milestone updating all issuables without milestone Batchload blobs for diff generation check for `read_only?` first before seeing if request is disallowed use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_helpers` ...
| * | Set the default gitlab-shell timeout to 3 hoursNick Thomas2017-11-211-1/+1
| | |
| * | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
| * | Fix offense to the LineBreakAfterGuardClauses cop40335-master-is-broken-due-to-static-analysisRémy Coutable2017-11-201-0/+2
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-204-0/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
| | * Adds Rubocop rule for line break after guard clauseJacopo2017-11-164-0/+5
| | | | | | | | | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
| * | Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan2017-11-171-0/+61
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708
| | * | Don't add methods to Rack::AttackMichael Kozono2017-11-171-10/+12
| | | |
| | * | Fix OAuth API and RSS rate limitingMichael Kozono2017-11-171-11/+1
| | | |
| | * | Allow throttling code in test environmentMichael Kozono2017-11-171-18/+14
| | | | | | | | | | | | | | | | This code should not break other tests because the rate limits are off by default.
| | * | Add request throttlesMichael Kozono2017-11-171-0/+73
| | |/
| * | Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-0/+26
| |/
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-222-3/+3
| | | | | | | | | | And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-183-7/+7
| |
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-174-12/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (507 commits) Add dropdowns documentation Convert migration to populate latest merge request ID into a background migration Set 0.69.0 instead of latest for codeclimate image De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb Update database_debugging.md Update database_debugging.md Move installation of apps higher Change to Google Kubernetes Cluster and add internal links Add Ingress description from official docs Add info on creating your own k8s cluster from the cluster page Add info about the installed apps in the Cluster docs Resolve "lock/confidential issuable sidebar custom svg icons iteration" Update HA README.md to clarify GitLab support does not troubleshoot DRBD. Update license_finder to 3.1.1 Make sure NotesActions#noteable returns a Noteable in the update action Cache the number of user SSH keys Adjust openid_connect_spec to use `raise_error` Resolve "Clicking on GPG verification badge jumps to top of the page" Add changelog for container repository path update Update container repository path reference ...
| * Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-1/+1
| |\ | | | | | | | | | | | | | | | | | | Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
| | * Change Sign Out route from a DELETE to a GETJoe Marty2017-11-061-1/+1
| | | | | | | | | | | | Closes #39708
| * | Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-063-6/+19
| |\ \ | | |/ | |/| | | | | | | Add all InfluxDB metrics to prometheus See merge request gitlab-org/gitlab-ce!13891
| | * Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-021-1/+4
| | | | | | | | | | | | + remove rebased test case
| | * Cleanup transaction metricsPawel Chojnacki2017-11-023-8/+14
| | |
| | * Finished Ruby SamplerPawel Chojnacki2017-11-021-1/+1
| | | | | | | | | | | | + Cleanup sampler, use latest Prometheus gem
| | * Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-022-3/+7
| | |