Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-22 | 1 | -10/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-22 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-21 | 1 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-14 | 1 | -11/+11 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-14 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-02 | 1 | -9/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-01 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-19 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-17 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-16 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -2/+41 |
| | |||||
* | Revert "Update to graphiql-rails v1.7.10" | Stan Hu | 2019-09-11 | 1 | -2/+2 |
| | | | | This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b. | ||||
* | Use 'gitlab_chronic_duration' gem | Aleksei Lipniagov | 2019-09-11 | 1 | -3/+3 |
| | | | | | Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe. | ||||
* | Back port changes for country list Api | Aishwarya Subramanian | 2019-09-11 | 1 | -0/+8 |
| | |||||
* | Fix CSP failure patching graphiql view | Alessio Caiazza | 2019-09-11 | 1 | -2/+2 |
| | | | | Backporting https://github.com/rmosolgo/graphiql-rails/pull/71 | ||||
* | Bump Kubeclient to 4.4.046686-bump-kubeclient-version-qa | Tiger | 2019-09-09 | 1 | -2/+2 |
| | |||||
* | Bump fog-google to support ADC auth on GCP | Maxim Ivanov | 2019-09-06 | 1 | -2/+2 |
| | |||||
* | Update rouge to v3.10.0 | Camil Staps | 2019-09-06 | 1 | -2/+2 |
| | |||||
* | Add new GitlabDanger class | Ash McKenzie | 2019-09-06 | 1 | -0/+33 |
| | | | | This class encapsulates our use of the Danger gem. | ||||
* | Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"revert-351d72cb | Ash McKenzie | 2019-09-06 | 1 | -33/+0 |
| | | | This reverts merge request !32196 | ||||
* | Include danger gem in development group | Ash McKenzie | 2019-09-06 | 1 | -0/+33 |
| | |||||
* | Upgrade graphql gem to 1.9.10 | Brett Walker | 2019-09-04 | 1 | -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 values | Andrew Newdigate | 2019-09-04 | 1 | -2/+2 |
| | | | | See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38 | ||||
* | Upgrade GraphQL gem to 1.8.17 | Brett Walker | 2019-09-04 | 1 | -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 fetcher | Valery Sizov | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | Add atlassian-jwt gem explicitly | Heinrich Lee Yu | 2019-09-02 | 1 | -0/+1 |
| | | | | This is used by the Jira integration in EE | ||||
* | Merge branch 'fix-peek-on-puma' into 'master' | Rémy Coutable | 2019-09-02 | 1 | -7/+3 |
|\ | | | | | | | | | | | | | Fix Peek on Puma Closes #66528 See merge request gitlab-org/gitlab-ce!32213 | ||||
| * | Use gitlab-peek forked gemfix-peek-on-puma | Sean McGivern | 2019-08-28 | 1 | -9/+3 |
| | | |||||
| * | Fix Peek on Puma | Sean McGivern | 2019-08-27 | 1 | -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.1 | Takuya Noguchi | 2019-08-30 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Remove the mdl gem as it's no longer in useashmckenzie/remove-mdl-gem | Ash McKenzie | 2019-08-27 | 1 | -10/+0 |
|/ | |||||
* | Replace echo function with a resolver | Brett Walker | 2019-08-26 | 1 | -2/+2 |
| | | | | | The `GraphQL::Function` has been deprecated in favor of resolvers. | ||||
* | Merge branch 'sh-upgrade-ruby-prof' into 'master' | Ash McKenzie | 2019-08-26 | 1 | -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-prof | Stan Hu | 2019-08-24 | 1 | -2/+2 |
| | | | | | | | | | | This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES | ||||
* | | Install Unleash Client Gem | Jason Goodman | 2019-08-26 | 1 | -0/+4 |
|/ | |||||
* | Add cache tracing and Redis tracing | Andrew Newdigate | 2019-08-23 | 1 | -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 virtus | Peter Leitzen | 2019-08-20 | 1 | -1/+0 |
| | | | | | | The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984 | ||||
* | Remove active_record_sane_schema_dumper gem | Heinrich Lee Yu | 2019-08-19 | 1 | -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 Cabrera | 2019-08-15 | 1 | -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.3 | Stan Hu | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | | | This is a security release: https://github.com/libgit2/libgit2/releases | ||||
* | | Merge branch ↵ | Stan Hu | 2019-08-14 | 1 | -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 gem | Alex Buijs | 2019-08-09 | 1 | -0/+3 |
| | | | |||||
* | | | Migrates Snowplow backend from EE to CE | Jeremy Jackson | 2019-08-14 | 1 | -0/+4 |
| |/ |/| | | | | | | | This introduces several changes, but these are all just ported from the EE project. | ||||
* | | Update Gitaly server and gem to 1.58.0 | Jacob Vosmaer | 2019-08-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'sh-update-ruby-labkit' into 'master' | Robert Speicher | 2019-08-12 | 1 | -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-labkit | Stan Hu | 2019-08-10 | 1 | -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.4 | Thong Kuah | 2019-08-12 | 1 | -2/+2 |
| | | | | | | | | | | This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection. |