summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump Nokogiri to 1.10.3sh-bump-nokogiri-1.10.3Stan Hu2019-04-221-2/+2
| | | | | This pulls in a fix for libxslt that addresses CVE-2019-11068: https://github.com/sparklemotion/nokogiri/releases
* Migrate correlation and tracing code to LabKitan-use-labkitAndrew Newdigate2019-04-181-3/+8
| | | | | | | | | | | | | | | This change is a fairly straightforward refactor to extract the tracing and correlation-id code from the gitlab rails codebase into the new LabKit-Ruby project. The corresponding import into LabKit-Ruby was in https://gitlab.com/gitlab-org/labkit-ruby/merge_requests/1 The code itself remains very similar for now. Extracting it allows us to reuse it in other projects, such as Gitaly-Ruby. This will give us the advantages of correlation-ids and distributed tracing in that project too.
* #57815 Omniauth UltraAuth strategyKartikey Tanna2019-04-171-0/+30
|
* Merge branch '17014-remove-rails-deprecated_sanitizer' into 'master'Douwe Maan2019-04-151-3/+0
|\ | | | | | | | | | | | | Resolve "Remove rails-deprecated_sanitizer" Closes #17014 See merge request gitlab-org/gitlab-ce!27268
| * Remove rails-deprecated_sanitizer dependency17014-remove-rails-deprecated_sanitizerDmitriy Zaporozhets2019-04-121-3/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'update-capybara' into 'master'Stan Hu2019-04-121-11/+11
|\ \ | | | | | | | | | | | | Update capybara and selenium-webdriver See merge request gitlab-org/gitlab-ce!27201
| * | Update capybara and selenium-webdriverRémy Coutable2019-04-121-11/+11
| |/ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Enable RSpec/ExampleWording copThong Kuah2019-04-121-2/+2
|/
* Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-101-0/+4
| | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* Merge branch 'sh-update-rails-5.0.7.2' into 'master'Robert Speicher2019-04-051-35/+35
|\ | | | | | | | | | | | | Update Rails to 5.0.7.2 Closes #58963 See merge request gitlab-org/gitlab-ce!27022
| * Upgrade globalid and i8n gems to match Rails 5.0.7.2sh-update-rails-5.0.7.2Stan Hu2019-04-041-2/+2
| |
| * Update Rails to 5.0.7.2Stan Hu2019-04-041-33/+33
| | | | | | | | | | | | | | This fixes a number of issues as described in https://weblog.rubyonrails.org/releases/. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58963
* | Bump rack gem to 2.0.7sh-bump-rack-2.0.7Stan Hu2019-04-041-2/+2
|/ | | | | | | | | | | This update has two important fixes: 1. It reverts the monkey patch introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23385 since https://github.com/rack/rack/pull/1201 is now part of the release. 2. Preserve forwarded IP address for trusted proxy chains (https://github.com/rack/rack/pull/1343).
* Download a folder from repositoryPatrick Bajao2019-04-021-2/+2
| | | | | | | | Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
* Merge branch '59273-update-fugit' into 'master'Grzegorz Bizon2019-03-281-1/+1
|\ | | | | | | | | | | | | Update fugit which fixes a potential infinite loop Closes #59273 See merge request gitlab-org/gitlab-ce!26579
| * Update fugit which fixes a potential infinite loopLin Jen-Shin2019-03-261-1/+1
| |
* | Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto2019-03-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
* | Merge branch 'sh-bump-rugged-0.28.1' into 'master'Robert Speicher2019-03-261-1/+1
|\ \ | | | | | | | | | | | | Bump Rugged to 0.28.1 See merge request gitlab-org/gitlab-ce!26595
| * | Bump Rugged to 0.28.1Stan Hu2019-03-261-1/+1
| |/ | | | | | | | | | | | | | | This resolves a minor link issue in libgit2 with deprecated functions: https://github.com/libgit2/libgit2/releases This coincides with the Gitaly bump: https://gitlab.com/gitlab-org/gitaly/merge_requests/1154
* | Upgrade bootstrap_form gemEnrique Alcantara2019-03-251-2/+4
|/ | | | - Also remove boostrap 4 migration adapter
* Bump pg gem from 1.1.3 to 1.1.4Stan Hu2019-03-221-1/+1
| | | | | | | | This keeps the version used by gitlab-monitor and GitLab CE consistent. This release also adds Ruby 2.6 support and PostgreSQL 11 error codes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
* Merge branch 'dz-bump-httparty' into 'master'Stan Hu2019-03-201-3/+3
|\ | | | | | | | | | | | | Bump httparty to version 1.16.4 Closes #44342 See merge request gitlab-org/gitlab-ce!25893
| * Bump httparty to version 1.16.4Dmitriy Zaporozhets2019-03-191-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'send-columns-to-sentry-on-missingattributeerror' into 'master'Stan Hu2019-03-191-1/+1
|\ \ | | | | | | | | | | | | Send schema cache to Sentry on MissingAttributeError See merge request gitlab-org/gitlab-ce!26331
| * | Send schema cache to Sentry on MissingAttributeErrorSean McGivern2019-03-191-1/+1
| | | | | | | | | | | | | | | | | | We don't know why this happens, so this is an attempt to debug the issue by sending a full list of all columns ActiveRecord knows about when the error is raised.
* | | Bump Rugged to 0.28.0Stan Hu2019-03-191-2/+2
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version bump makes things consistent between Gitaly and fixes a significant number of bugs: https://github.com/libgit2/libgit2/releases This also decreases disk space of Omnibus builds by ~30 MB. There is also a workaround for https://github.com/libgit2/rugged/issues/785. If Gitaly or another process changes .gitconfig while Rugged has the file loaded, Rugged::Repository#each_key will report stale values unless a lookup is done first. This bug only manifests in a spec because we are using both Gitaly and Rugged at the same time there, and we normally don't use Rugged in the CE/EE code in this way.
* | Update acts-as-taggable-on 5.0 -> 6.0Pirate Praveen2019-03-181-3/+3
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'pravi/gitlab-ce-update-recaptcha' into 'master'Rémy Coutable2019-03-131-2/+2
|\ | | | | | | | | Update recaptcha gem from 3.x to 4.11 See merge request gitlab-org/gitlab-ce!25921
| * Apply recaptcha API changes in 4.0Toon Claes2019-03-081-2/+1
| | | | | | | | | | | | | | | | | | | | In recaptcha 4.0.0 there was an API change: - `public_key` -> `site_key` - `private_key` -> secret_key See: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md
| * Update recaptcha 3.0 -> 4.11Pirate Praveen2019-03-081-2/+3
| |
* | Prefer node_modules At.js and jquery.carat versionsMike Greiling2019-03-131-2/+0
| | | | | | | | | | Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
* | Update rack-oauth2 1.2.1 -> 1.9.3Pirate Praveen2019-03-121-8/+8
| |
* | Remove select2-rails (select2 is now installed via yarn)Mike Greiling2019-03-081-3/+0
|/
* Revert "Merge branch 'remove-select2-rails' into 'master'"Marin Jankovski2019-03-081-0/+2
| | | This reverts merge request !17871
* remove select2-rails (select2 is now installed via yarn)Praveen Arimbrathodiyil2019-03-081-2/+0
|
* Accept force option on commit via APIPatrick Bajao2019-03-061-3/+3
| | | | | | | | When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
* Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan2019-03-051-2/+2
|\ | | | | | | | | | | | | Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
| * Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing2019-03-041-2/+2
| | | | | | | | | | | | | | We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
* | Bump Bootsnap to 1.4.1Stan Hu2019-03-011-2/+2
|/ | | | | 1.4.1 contains a number of bug fixes and performance improvements: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
* Bump fog-aliyun to 0.3.3Stan Hu2019-02-281-1/+1
|
* Add a monkey patch that will squelch warnings for legacy Fog gemsStan Hu2019-02-281-1/+1
|
* Bump fog-aws to 3.3.0 and associated dependenciesStan Hu2019-02-281-23/+24
| | | | | Fixes issue with AWS V4 signatures not working with Ceph S3: https://github.com/fog/fog-aws/issues/462
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-2/+2
| | | | | | | | Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
* Merge branch 'dz-bump-version-sorter' into 'master'Stan Hu2019-02-221-2/+2
|\ | | | | | | | | Bump version_sorter to version 2.2.4 See merge request gitlab-org/gitlab-ce!25487
| * Bump version_sorter to version 2.2.4Dmitriy Zaporozhets2019-02-221-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Upgrade Webmock to 3.5.1Stan Hu2019-02-161-3/+3
| | | | | | | | Webmock 3.5.0 brings Ruby 2.6 support.
* | Update Unicorn and associated gemsStan Hu2019-02-141-4/+4
|/ | | | | | | Unicorn 5.3.1 fixes a GC issue that causes a crash, and Unicorn 5.4.1 quiets some warnings for Ruby 2.6. More details: https://github.com/defunkt/unicorn/releases
* Update sshkey to v2.0.0Nick Thomas2019-02-111-2/+2
| | | | | | | This release fixes a bug in handling certain ed25519 keys. For more details, see this GitHub issue: https://github.com/bensie/sshkey/issues/34
* Remove HipChat integration from GitLabNick Thomas2019-02-081-4/+0
|
* Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable2019-02-061-2/+2
|\ | | | | | | | | | | | | Send project name with Gitaly repository requests Closes gitaly#1394 See merge request gitlab-org/gitlab-ce!23373