summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update the 'default_value_for' gem to 3.2.0update-default_value_for-to-3-2-0Rémy Coutable2019-07-011-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update prometheus-client-mmap to 0.9.6update-prometheus-client-mmapKamil Trzciński2019-06-281-2/+2
|
* Bump rouge to 3.4.1Zoid2019-06-211-1/+1
| | | | https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md#version-341-2019-06-13
* Merge branch 'asciidoctor-upgrade' into 'master'Douwe Maan2019-06-181-5/+5
|\ | | | | | | | | | | | | Upgrade asciidoctor version to 2.0.10 and change method names in html5_converter Closes #63304 See merge request gitlab-org/gitlab-ce!29741
| * Add gemfile lock file for new ascii doctor versionsraju2492019-06-171-5/+5
| |
* | Merge branch 'sh-bump-ruby-labkit' into 'master'Ash McKenzie2019-06-171-3/+3
|\ \ | | | | | | | | | | | | Upgrade gitlab-labkit to 0.3.0 See merge request gitlab-org/gitlab-ce!29728
| * | Upgrade gitlab-labkit to 0.3.0Stan Hu2019-06-171-3/+3
| | | | | | | | | | | | | | | | | | This matches the version used in Gitaly, bumps the gRPC version to be aligned with GitLab CE/EE, and adds gRPC interceptor support: https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
* | | Merge branch 'sh-bump-mime-types-data' into 'master'Ash McKenzie2019-06-171-1/+1
|\ \ \ | |/ / |/| | | | | | | | Upgrade mime-types-data to 3.2019.0331 See merge request gitlab-org/gitlab-ce!29729
| * | Upgrade mime-types-data to 3.2019.0331sh-bump-mime-types-dataStan Hu2019-06-151-1/+1
| |/ | | | | | | | | | | | | This saves some disk space by matching the version used in Gitaly. Only minor changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
* | Bump msgpack to 1.2.10sh-bump-msgpackStan Hu2019-06-151-1/+1
|/ | | | | | | | This saves some space by matching the version used by Gitaly. List of changes: * https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog * https://github.com/msgpack/msgpack-ruby/compare/v1.2.6..v1.2.10
* Add basic support for AsciiDoc include directiveGuillaume Grossetie2019-06-141-0/+3
| | | | See http://asciidoctor.org/docs/user-manual/#include-directive
* Merge branch 'sh-update-openid-omniauth-gem' into 'master'Douglas Barbosa Alexandre2019-06-121-2/+2
|\ | | | | | | | | Bump omniauth_openid_connect to 0.3.1 See merge request gitlab-org/gitlab-ce!29387
| * Bump omniauth_openid_connect to 0.3.1sh-update-openid-omniauth-gemStan Hu2019-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/issues/62208, users were seeing 404 errors when they configured their OpenID provider without a name parameter since OmniAuth would use the name `openidconnect` instead `openid_connect`. https://github.com/m0n9oose/omniauth_openid_connect/pull/23 makes the default parameter `openid_connect` so this additional initializer in GitLab is not necessary. Plus, this change enables users to use multiple OpenID Connect providers if they desire.
* | Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-8/+9
|/ | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* Bump sentry-raven to 2.9Utkarsh Gupta2019-06-071-1/+1
|
* Update rspec-retry to fix Selenium NoSuchDriverError errorsRémy Coutable2019-06-061-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add client code to call GetObjectDirectorySize RPC11126-fix-repository-size-check-cePatrick Bajao2019-06-051-2/+2
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
* Add activerecord-explain-analyze gemToon Claes2019-06-031-0/+4
| | | | | | | | | | | | | | | | | | | This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly from the Rails console. The gem is installed with `require: false`, but if it was loaded on launch, this would be it's memory load: ``` TOP: 145.3086 MiB rails/all: 22.4844 MiB ... activerecord-explain-analyze: 2.9648 MiB active_record/connection_adapters/postgresql_adapter: 2.9648 MiB pg: 2.9648 MiB pg_ext: 2.9648 MiB ... ```
* Bump concurrent-ruby and concurrent-ruby-ext to 1.1.5sh-bump-ruby-concurrency-gemStan Hu2019-06-011-3/+3
| | | | | This matches the version used in Gitaly and avoids potential version conflicts when multiple versions are installed.
* Added rack-timeout for PumaJan Provaznik2019-05-291-0/+2
| | | | | | | It assures that requests are aborted after 60 seconds, otherwise an exception is raised. This exception is logged by Sentry, also there is a Prometheus counter for measuring number of requests in each state.
* Add benchmark-memory Ruby gemAsh McKenzie2019-05-271-1/+4
|
* Merge branch '62151-broken-master' into 'master'Kamil Trzciński2019-05-241-5/+5
|\ | | | | | | | | | | | | Fix MySQL CI jobs Closes #62156 and #62151 See merge request gitlab-org/gitlab-ce!28593
| * Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable2019-05-221-5/+5
| | | | | | | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
* | Add `memory_profiler` and `derailed_benchmarks`add-mem-profilerKamil Trzciński2019-05-241-0/+12
|/
* Bump shoulda-matchers to 4.0.1Stan Hu2019-05-211-3/+3
| | | | | | | | | | This removes the warning when using Ruby 2.6: BigDecimal.new is deprecated; use BigDecimal() method instead. This also adds Rails 5 support, which eliminates the need for the monkey patch to handle https://github.com/thoughtbot/shoulda-matchers/issues/913.
* Bump devise to 4.6Utkarsh Gupta2019-05-211-2/+2
| | | | Signed-off-by: Utkarsh Gupta <guptautkarsh2102@gmail.com>
* Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"revert-c5a9bc17Ryan Cobb2019-05-201-3/+0
| | | This reverts merge request !27474
* Merge branch 'fix-too-many-loops-cron-error' into 'master'Robert Speicher2019-05-171-4/+4
|\ | | | | | | | | | | | | Rescue too many loops cron error Closes #58241 See merge request gitlab-org/gitlab-ce!28002
| * Remove workaround by upgrading Fugit gemFabio Pitino2019-05-071-4/+4
| | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58241 * Upgrade Fugit gem to 1.2.1 which recognizes cron expressions for invalid days * Reverted previously implemented workaround * Leave test case which previously exposed the bug
* | Update haml_lint to include linter spec helpersupdate-haml-lint-spec-helpersLuke Bennett2019-05-161-2/+2
| |
* | Merge branch 'sh-update-rubocop-and-gitlab-styles-ce' into 'master'Rémy Coutable2019-05-161-14/+14
|\ \ | | | | | | | | | | | | Update Rubocop to 0.69.0 and other gems See merge request gitlab-org/gitlab-ce!28345
| * | Update Rubocop to 0.69.0 and other gemsStan Hu2019-05-151-14/+14
| | | | | | | | | | | | | | | This fixes Ruby 2.6.x parser warnings: https://github.com/rubocop-hq/rubocop/pull/7009
* | | Add Let's Encrypt clientVladimir Shushlin2019-05-161-0/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
* | Update ruby_parser for ruby 2.6ruby-parser-rb-2-6Luke Bennett2019-05-131-2/+2
| |
* | Update get_process_mem to 0.2.3sh-update-process-memStan Hu2019-05-101-1/+1
| | | | | | | | | | | | | | | | This squelches a BigDecimal warning in Ruby 2.6: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. https://github.com/schneems/get_process_mem/blob/master/CHANGELOG.md
* | Merge branch '56850-add-new-unicorn-metrics' into 'master'Ash McKenzie2019-05-071-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Add new Unicorn metrics" Closes #56850 See merge request gitlab-org/gitlab-ce!27474
| * | Adds new metrics for unicorn monitoringRyan Cobb2019-04-181-0/+3
| | | | | | | | | | | | | | | | | | This adds new metrics for monitoring unicorn. These metrics include process_cpu_seconds_total, process_start_time_seconds, process_max_fds, and unicorn_workers.
* | | Remove from providers with iconGosia Ksionek2019-05-071-0/+4
| |/ |/| | | | | | | | | Remove puts Remove puts
* | Merge branch 'feature/omniauth_oidc_strategy' into 'master'Ash McKenzie2019-05-061-4/+5
|\ \ | | | | | | | | | | | | Added Omniauth OpenID Connect strategy See merge request gitlab-org/gitlab-ce!27383
| * | Added Omniauth OpenId Connect startegyHoratiu Eugen Vlad2019-05-061-4/+5
| | |
* | | Upgrade haml-lint to 0.30.0Stan Hu2019-05-051-2/+2
| | | | | | | | | | | | This also supports Ruby 2.6.
* | | Bump gitlab-styles to 2.6.2 for performanceStan Hu2019-05-051-1/+1
| | |
* | | Upgrade to Rubocop 0.68.1Stan Hu2019-05-051-12/+16
| | | | | | | | | | | | This adds Ruby 2.6 support.
* | | Merge branch '18432-switch-to-sassc-rails' into 'master'Stan Hu2019-05-031-8/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Switch to sassc-rails for faster stylesheet compilation Closes #18432 See merge request gitlab-org/gitlab-ce!26224
| * | | Switch to sassc-rails for faster stylesheet compilation18432-switch-to-sassc-railsGabriel Mazetto2019-04-271-8/+10
| | | |
* | | | Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the client before proceeding with the rebase. This avoids an issue where the rebase commit SHA was returned when the RPC had fully completed, and in some cases this would be after the Rails `post_receive` worker services had already run. In these situations, the merge request did not yet have its rebase_commit_sha attribute set introducing the possibility for bugs (such as previous approvals being reset). https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
* | | | Add opentracing integration for graphqlJan Provaznik2019-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extends existing graphql's tracer with opentracing measurements. Because it also adds Tracing::Graphql class (for opentracing), it also renames Graphql::Tracing class to Graphql::GenericTracing to minimize confusion with similar class names.
* | | | Merge branch 'jc-client-for-fetch-objects-into-pool' into 'master'Stan Hu2019-04-301-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Add client methods for FetchIntoObjectPool RPC See merge request gitlab-org/gitlab-ce!27767
| * | | Add client methods for FetchIntoObjectPool RPCJohn Cai2019-04-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitaly's FetchIntoObjectPool RPC will idempotently fetch objects into an object pool. If the pool doesn't exist, it will create an empty pool before attempting the fetch. This change adds client code as well as specs to cover this behavior.
* | | | Disable method replacement in avatar loadingStan Hu2019-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've seen a significant performance penalty when using `BatchLoader#__replace_with!`. This defines methods on the batch loader that proxy to the 'real' object using send. The alternative is `method_missing`, which is slower. However, we've noticed that `method_missing` can be faster if: 1. The objects being loaded have a large interface. 2. We don't call too many methods on the loaded object. Avatar uploads meet both criteria above, so let's use the newly-released feature in https://github.com/exAspArk/batch-loader/pull/45. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60903