summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Bump prometheus-client-mmap to 0.9.4Stan Hu2018-07-281-1/+1
| | | | | | | Fixes failing builds with gcc on Archlinux and Ruby 2.4.4. See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/26 for more details.
* Merge branch 'sh-include-rbtrace' into 'master'Douwe Maan2018-07-251-0/+1
|\ | | | | | | | | Add rbtrace to Gemfile See merge request gitlab-org/gitlab-ce!20831
| * Add rbtrace to Gemfilesh-include-rbtraceStan Hu2018-07-251-0/+1
| | | | | | | | | | | | | | This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
* | Use limit parameter to retrieve Wikis from Gitalysh-use-wiki-limit-parameter-gitalyStan Hu2018-07-241-1/+1
|/ | | | | | | | Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
* Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performancesh-bump-sanitize-4.6.6Stan Hu2018-07-231-1/+1
| | | | | | sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
* Merge branch 'hangouts_chat_integration' into 'master'Sean McGivern2018-07-231-0/+3
|\ | | | | | | | | Hangouts chat integration See merge request gitlab-org/gitlab-ce!20290
| * Add Hangouts Chat service implementationKukovskii Vladimir2018-07-141-0/+3
| |
* | Add bootsnap to development/test bundle and enable it if availableGabriel Mazetto2018-07-201-0/+1
| | | | | | | | This will enable bootsnap whenver the gem is available.
* | Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-1/+1
|/
* Merge branch 'update-rubocop'Sean McGivern2018-07-091-2/+2
|\
| * Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-1/+1
| |
| * Update rubocop to get rid of a warning in other MRLin Jen-Shin2018-07-091-2/+2
| |
* | Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045Matthew Dawson2018-07-081-1/+1
|/ | | | | Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
* Add Repository#set_config and #delete_configJacob Vosmaer2018-07-061-1/+1
|
* Update OmniAuth Shibboleth gem to latest to gain supportTom Downes2018-07-041-1/+1
| | | | | | for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
* update html-pipeline 2.7.1 -> 2.8Pirate Praveen2018-06-301-1/+1
|
* Don't hash user ID in OIDC subject claimMarkus Koller2018-06-281-1/+1
|
* Gitaly metrics check for read/writeabilityZeger-Jan van de Weg2018-06-271-1/+1
| | | | | | | | | | | | | | Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
* Merge branch 'security-fj-bumping-sanitize-gem' into 'master'Alessio Caiazza2018-06-251-1/+1
|\ | | | | | | | | [master] Update sanitize gem to 4.6.5 to fix HTML injection vulnerability See merge request gitlab/gitlabhq!2399
| * Update gitlab-gollum-lib to 4.2.7.5 and sanitize to 4.6.5Francisco Javier López2018-06-151-1/+1
| |
* | Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-201-1/+0
| | | | | | | | | | | | | | In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we removed use of the data produced by the Allocations Gem. However, we never removed the code that just enables tracking of allocations. In this commit we remove all remaining traces of this Gem.
* | Migrate repo backup to gitalyAhmad Hassan2018-06-151-1/+1
|/
* Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-111-1/+1
|\ | | | | | | | | Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
| * Update rspec to 3.7Robert Speicher2018-06-071-1/+1
| |
* | Merge branch 'upgrade-gitlab-markup' into 'master'Douwe Maan2018-06-111-1/+1
|\ \ | | | | | | | | | | | | Upgrade gitlab-markup to fix render issue with reStructuredText See merge request gitlab-org/gitlab-ce!19596
| * | Upgrade gitlab-markup to fix render issue with reStructuredTextGabriel Mazetto2018-06-081-1/+1
| | |
* | | Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan2018-06-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370
| * | | Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan2018-06-071-1/+1
| | |/ | |/|
* | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * | favicon uploader generating ci status faviconsAlexis Reigel2018-06-051-0/+1
| | |
* | | Merge branch 'update-net-ssh' into 'master'Grzegorz Bizon2018-06-071-3/+2
|\ \ \ | |_|/ |/| | | | | | | | update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed) See merge request gitlab-org/gitlab-ce!19412
| * | update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed)Pirate Praveen2018-06-061-3/+2
| |/
* | Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-2/+1
| | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
* | Convert from GraphQL::Batch to BatchLoaderNick Thomas2018-06-051-1/+0
| |
* | Add a minimal GraphQL APINick Thomas2018-06-051-0/+6
|/
* Merge branch '46845-update-email_spec-to-2-2-0' into 'master'Robert Speicher2018-06-041-1/+1
|\ | | | | | | | | | | | | Update email_spec to 2.2.0 Closes #46845 See merge request gitlab-org/gitlab-ce!19164
| * Update email_spec to 2.2.0Takuya Noguchi2018-06-031-1/+1
| |
* | Bump octokit to 4.947193-uri-invalidurierror-bad-uri-is-not-uri-users-xxx-botAsh McKenzie2018-06-041-1/+1
| |
* | Update selenium-webdriver to 3.12.0Takuya Noguchi2018-06-041-1/+1
|/
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-0/+3
|
* Merge branch 'dz-awesome-print-version-unlock' into 'master'Robert Speicher2018-05-301-1/+1
|\ | | | | | | | | Remove version lock on awesome_print dependency See merge request gitlab-org/gitlab-ce!19232
| * Remove version lock on awesome_print dependencyDmitriy Zaporozhets2018-05-301-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern2018-05-301-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
| * | Replace grape-route-helpers with our own grape-path-helpersStan Hu2018-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem (https://gitlab.com/gitlab-org/grape-path-helpers) makes a number of changes: 1. Brings in @mdelaossa's changes in https://github.com/reprah/grape-route-helpers/pull/21 2. Fixes some broken specs and code for Grape 1.0+ 3. Optimizes the generation of paths by bringing in @dblessing's HashWithIndifferentAccess changes in https://gitlab.com/gitlab-org/gitlab-ce/issues/45718#note_70123793 Closes #45718
* | | Merge branch 'bump-kubeclient-version-3-1-0' into 'master'Rémy Coutable2018-05-301-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Bumps kubeclient gem version to 3.1.0 See merge request gitlab-org/gitlab-ce!19199
| * | Bumps kubeclient gem version to 3.1.0bump-kubeclient-version-3-1-0Tiago Botelho2018-05-291-1/+1
| | |
* | | Merge branch '46844-update-awesome_print-to-1-8-0' into 'master'Dmitriy Zaporozhets2018-05-301-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Update awesome_print to 1.8.0 Closes #46844 See merge request gitlab-org/gitlab-ce!19163
| * | Update awesome_print to 1.8.0Takuya Noguchi2018-05-291-1/+1
| |/
* | Merge branch '46849-update-rdoc-to-6-0-4' into 'master'Robert Speicher2018-05-291-1/+1
|\ \ | |/ |/| | | | | | | | | Update rdoc to 6.0.4 Closes #46849 See merge request gitlab-org/gitlab-ce!19167
| * Update rdoc to 6.0.4Takuya Noguchi2018-05-271-1/+1
| |