summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-221-10/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-221-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-11/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-2/+41
|
* Revert "Update to graphiql-rails v1.7.10"Stan Hu2019-09-111-2/+2
| | | | This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
* Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-111-3/+3
| | | | | 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/+8
|
* Fix CSP failure patching graphiql viewAlessio Caiazza2019-09-111-2/+2
| | | | Backporting https://github.com/rmosolgo/graphiql-rails/pull/71
* Bump Kubeclient to 4.4.046686-bump-kubeclient-version-qaTiger2019-09-091-2/+2
|
* Bump fog-google to support ADC auth on GCPMaxim Ivanov2019-09-061-2/+2
|
* Update rouge to v3.10.0Camil Staps2019-09-061-2/+2
|
* Add new GitlabDanger classAsh McKenzie2019-09-061-0/+33
| | | | 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-33/+0
| | | This reverts merge request !32196
* Include danger gem in development groupAsh McKenzie2019-09-061-0/+33
|
* Upgrade graphql gem to 1.9.10Brett Walker2019-09-041-2/+2
| | | | | | - `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-2/+2
| | | | See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
* Upgrade GraphQL gem to 1.8.17Brett Walker2019-09-041-2/+2
| | | | | | | | | - 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-2/+2
|
* 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-7/+3
|\ | | | | | | | | | | | | 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-9/+3
| |
| * Fix Peek on PumaSean McGivern2019-08-271-7/+9
| | | | | | | | | | | | | | | | | | | | 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-2/+5
| | | | | | | | 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-10/+0
|/
* Replace echo function with a resolverBrett Walker2019-08-261-2/+2
| | | | | The `GraphQL::Function` has been deprecated in favor of resolvers.
* Merge branch 'sh-upgrade-ruby-prof' into 'master'Ash McKenzie2019-08-261-2/+2
|\ | | | | | | | | 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-2/+2
| | | | | | | | | | 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/+4
|/
* Add cache tracing and Redis tracingAndrew Newdigate2019-08-231-3/+4
| | | | | | | | | | | | | | 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-3/+0
| | | | | We don't need this since this is already the default behavior of Rails since 5.1
* Merge branch 'sh-update-rugged-0.28.3' into 'master'Mayra Cabrera2019-08-151-1/+1
|\ | | | | | | | | Upgrade Rugged to 0.28.3.1 See merge request gitlab-org/gitlab-ce!31794
| * Upgrade Rugged to 0.28.3.1sh-update-rugged-0.28.3Stan Hu2019-08-151-1/+1
| | | | | | | | | | This is a security release: https://github.com/libgit2/libgit2/releases
* | Merge branch ↵Stan Hu2019-08-141-0/+3
|\ \ | | | | | | | | | | | | | | | | | | '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/+3
| | |
* | | Migrates Snowplow backend from EE to CEJeremy Jackson2019-08-141-0/+4
| |/ |/| | | | | | | 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-3/+3
|\ \ | | | | | | | | | | | | 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-3/+3
| |/ | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.