summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+18
|
* Add CSP nonce to graphiql-rails JavaScriptsh-revert-graphiql-versionStan Hu2019-09-111-1/+3
|
* Revert "Update to graphiql-rails v1.7.10"Stan Hu2019-09-111-2/+1
| | | | This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
* Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-111-1/+1
| | | | | Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
* Back port changes for country list ApiAishwarya Subramanian2019-09-111-0/+3
|
* Fix CSP failure patching graphiql viewAlessio Caiazza2019-09-111-1/+3
| | | | Backporting https://github.com/rmosolgo/graphiql-rails/pull/71
* Bump Kubeclient to 4.4.046686-bump-kubeclient-version-qaTiger2019-09-091-1/+1
|
* Bump fog-google to support ADC auth on GCPMaxim Ivanov2019-09-061-1/+1
|
* Update rouge to v3.10.0Camil Staps2019-09-061-1/+1
|
* Add new GitlabDanger classAsh McKenzie2019-09-061-0/+1
| | | | This class encapsulates our use of the Danger gem.
* Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"revert-351d72cbAsh McKenzie2019-09-061-1/+0
| | | This reverts merge request !32196
* Include danger gem in development groupAsh McKenzie2019-09-061-0/+1
|
* Upgrade graphql gem to 1.9.10Brett Walker2019-09-041-1/+1
| | | | | | - `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
* Stricter validation of prometheus label valuesAndrew Newdigate2019-09-041-1/+1
| | | | See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
* Upgrade GraphQL gem to 1.8.17Brett Walker2019-09-041-1/+1
| | | | | | | | | - Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
* Bump reliable fetcherValery Sizov2019-09-031-1/+1
|
* Add atlassian-jwt gem explicitlyHeinrich Lee Yu2019-09-021-0/+1
| | | | This is used by the Jira integration in EE
* Merge branch 'fix-peek-on-puma' into 'master'Rémy Coutable2019-09-021-1/+2
|\ | | | | | | | | | | | | Fix Peek on Puma Closes #66528 See merge request gitlab-org/gitlab-ce!32213
| * Use gitlab-peek forked gemfix-peek-on-pumaSean McGivern2019-08-281-1/+2
| |
| * Fix Peek on PumaSean McGivern2019-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | Peek's `Peek.request_id` method doesn't work well with a multi-threaded server and concurrent requests, because requests can 'steal' another request's ID, or unset it before it was due. The upstream change resolves this; the commit here is just to ensure that GitLab works with that upstream change, mostly by not using `Peek.request_id` any more (as the method doesn't exist).
* | Update jira-ruby to 1.7.1Takuya Noguchi2019-08-301-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Remove the mdl gem as it's no longer in useashmckenzie/remove-mdl-gemAsh McKenzie2019-08-271-1/+0
|/
* Replace echo function with a resolverBrett Walker2019-08-261-1/+1
| | | | | The `GraphQL::Function` has been deprecated in favor of resolvers.
* Merge branch 'sh-upgrade-ruby-prof' into 'master'Ash McKenzie2019-08-261-1/+1
|\ | | | | | | | | Bump ruby-prof to 1.0.0 See merge request gitlab-org/gitlab-ce!29588
| * Bump ruby-prof to 1.0.0sh-upgrade-ruby-profStan Hu2019-08-241-1/+1
| | | | | | | | | | This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
* | Install Unleash Client GemJason Goodman2019-08-261-0/+1
|/
* Add cache tracing and Redis tracingAndrew Newdigate2019-08-231-1/+1
| | | | | | | | | | | | | | This change adds Distributed Tracing support for two new types of events 1. Redis Calls 1. ActiveSupport (Rails) Caching Operations The intention is to help application developers and infrastructure SREs to understand the pressure that caching operations can have on the application when running at scale. The Redis and Caching spans can be viewed in the Jaeger UI by clicking the "Trace" link in the performance bar when running on GDK.
* Use ActiveModel's type instead of virtusPeter Leitzen2019-08-201-1/+0
| | | | | | The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984
* Remove active_record_sane_schema_dumper gemHeinrich Lee Yu2019-08-191-2/+0
| | | | | We don't need this since this is already the default behavior of Rails since 5.1
* Merge branch ↵Stan Hu2019-08-141-0/+1
|\ | | | | | | | | | | | | '46548-open-source-alternative-to-recaptcha-for-gitlab-com-registration' into 'master' Open source alternative to reCAPTCHA for GitLab.com registration See merge request gitlab-org/gitlab-ce!31625
| * Add invisible_captcha gemAlex Buijs2019-08-091-0/+1
| |
* | Migrates Snowplow backend from EE to CEJeremy Jackson2019-08-141-0/+3
| | | | | | | | | | This introduces several changes, but these are all just ported from the EE project.
* | Update Gitaly server and gem to 1.58.0Jacob Vosmaer2019-08-121-2/+2
| |
* | Merge branch 'sh-update-ruby-labkit' into 'master'Robert Speicher2019-08-121-1/+1
|\ \ | | | | | | | | | | | | Update gitlab-labkit to 0.4.2 See merge request gitlab-org/gitlab-ce!31685
| * | Update gitlab-labkit to 0.4.2sh-update-ruby-labkitStan Hu2019-08-101-1/+1
| |/ | | | | | | | | | | | | | | This relaxes the gRPC version so that it can be updated. Also adds cache support for distributed tracing. Full release notes: https://gitlab.com/gitlab-org/labkit-ruby/-/tags
* | Bump nokogiri to 1.10.4bump-nokogiri-1.10.4Thong Kuah2019-08-121-1/+1
|/ | | | | This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.
* Remove GC metrics from performance barSean McGivern2019-08-061-1/+0
| | | | | | These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
* Merge branch 'update-reliable-fetcher' into 'master'Sean McGivern2019-08-061-1/+1
|\ | | | | | | | | Update reliable fetcher See merge request gitlab-org/gitlab-ce!31416
| * Update reliable fetcherupdate-reliable-fetcherValery Sizov2019-08-061-1/+1
| | | | | | | | We added retry_count increment when job is recovered
* | Use Rails 5.2 Redis caching storesh-use-redis-caching-storeStan Hu2019-08-051-4/+4
|/ | | | | | | | | | | | This is the first step in providing a fault-tolerant and distributed Redis caching store. We disable compression to avoid introducing a change that could have an adverse effect in production. Note that we won't be able to take advantage of the fault-tolerance and distributed features yet until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/64829. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
* Remove line profiler from performance barSean McGivern2019-07-301-1/+0
| | | | | | | | | 1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
* Merge branch 'determinstic_dns_specs' into 'master'Douglas Barbosa Alexandre2019-07-301-1/+0
|\ | | | | | | | | Have deterministic DNS for specs See merge request gitlab-org/gitlab-ce!31086
| * Write out sham_rack gemThong Kuah2019-07-291-1/+0
| | | | | | | | | | | | | | This means we have one less Net::HTTP monkeypatch. sham_rack cannot handle IPv6 addresses which means it breaks Net::HTTP connections because it monkey-patches Net::HTTP
* | Update rouge to v3.7.0Stan Hu2019-07-291-1/+1
|/ | | | | | | | This adds support for a number of new languages (e.g. Ada) and fixes a number of lexers: https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64625