Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-05Merge branch 'sh-update-rails-5.0.7.2' into 'master'Robert Speicher
Update Rails to 5.0.7.2 Closes #58963 See merge request gitlab-org/gitlab-ce!27022
2019-04-05Bump rack gem to 2.0.7Stan Hu
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).
2019-04-05Upgrade globalid and i8n gems to match Rails 5.0.7.2Stan Hu
2019-04-05Update Rails to 5.0.7.2Stan Hu
This fixes a number of issues as described in https://weblog.rubyonrails.org/releases/. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58963
2019-04-02Download a folder from repositoryPatrick Bajao
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.
2019-03-28Merge branch '59273-update-fugit' into 'master'Grzegorz Bizon
Update fugit which fixes a potential infinite loop Closes #59273 See merge request gitlab-org/gitlab-ce!26579
2019-03-27Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto
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.
2019-03-26Merge branch 'sh-bump-rugged-0.28.1' into 'master'Robert Speicher
Bump Rugged to 0.28.1 See merge request gitlab-org/gitlab-ce!26595
2019-03-26Bump Rugged to 0.28.1Stan Hu
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
2019-03-26Update fugit which fixes a potential infinite loopLin Jen-Shin
2019-03-25Upgrade bootstrap_form gemEnrique Alcantara
- Also remove boostrap 4 migration adapter
2019-03-22Bump pg gem from 1.1.3 to 1.1.4Stan Hu
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
2019-03-21Merge branch 'dz-bump-httparty' into 'master'Stan Hu
Bump httparty to version 1.16.4 Closes #44342 See merge request gitlab-org/gitlab-ce!25893
2019-03-19Merge branch 'send-columns-to-sentry-on-missingattributeerror' into 'master'Stan Hu
Send schema cache to Sentry on MissingAttributeError See merge request gitlab-org/gitlab-ce!26331
2019-03-19Bump httparty to version 1.16.4Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-03-19Send schema cache to Sentry on MissingAttributeErrorSean McGivern
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.
2019-03-19Bump Rugged to 0.28.0Stan Hu
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.
2019-03-18Update acts-as-taggable-on 5.0 -> 6.0Pirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-13Merge branch 'pravi/gitlab-ce-update-recaptcha' into 'master'Rémy Coutable
Update recaptcha gem from 3.x to 4.11 See merge request gitlab-org/gitlab-ce!25921
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-12Update rack-oauth2 1.2.1 -> 1.9.3Pirate Praveen
2019-03-08Remove select2-rails (select2 is now installed via yarn)Mike Greiling
2019-03-08Apply recaptcha API changes in 4.0Toon Claes
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
2019-03-08Update recaptcha 3.0 -> 4.11Pirate Praveen
2019-03-08Revert "Merge branch 'remove-select2-rails' into 'master'"Marin Jankovski
This reverts merge request !17871
2019-03-08remove select2-rails (select2 is now installed via yarn)Praveen Arimbrathodiyil
2019-03-06Accept force option on commit via APIPatrick Bajao
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.
2019-03-05Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
2019-03-04Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing
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.
2019-03-02Bump Bootsnap to 1.4.1Stan Hu
1.4.1 contains a number of bug fixes and performance improvements: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
2019-03-01Bump fog-aliyun to 0.3.3Stan Hu
2019-03-01Add a monkey patch that will squelch warnings for legacy Fog gemsStan Hu
2019-03-01Bump fog-aws to 3.3.0 and associated dependenciesStan Hu
Fixes issue with AWS V4 signatures not working with Ceph S3: https://github.com/fog/fog-aws/issues/462
2019-02-25Support merge to ref for merge-commit and squashOswaldo Ferreira
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.
2019-02-22Merge branch 'dz-bump-version-sorter' into 'master'Stan Hu
Bump version_sorter to version 2.2.4 See merge request gitlab-org/gitlab-ce!25487
2019-02-22Bump version_sorter to version 2.2.4Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-02-17Upgrade Webmock to 3.5.1Stan Hu
Webmock 3.5.0 brings Ruby 2.6 support.
2019-02-15Update Unicorn and associated gemsStan Hu
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
2019-02-11Update sshkey to v2.0.0Nick Thomas
This release fixes a bug in handling certain ed25519 keys. For more details, see this GitHub issue: https://github.com/bensie/sshkey/issues/34
2019-02-08Remove HipChat integration from GitLabNick Thomas
2019-02-06Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable
Send project name with Gitaly repository requests Closes gitaly#1394 See merge request gitlab-org/gitlab-ce!23373
2019-02-06Rename gl_project_name -> gl_project_pathStan Hu
Upgrade gitaly-proto to 1.10.0 to have this field.
2019-02-06Merge branch 'chore/update-js-regex' into 'master'Stan Hu
update js_regex 2.2.1 -> 3.1 See merge request gitlab-org/gitlab-ce!24433
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-02-04Merge branch ↵Sean McGivern
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
2019-01-31Extract GitLab Pages using RubyZipKamil Trzciński
RubyZip allows us to perform strong validation of expanded paths where we do extract file. We introduce the following additional checks to extract routines: 1. None of path components can be symlinked, 2. We drop privileges support for directories, 3. Symlink source needs to point within the target directory, like `public/`, 4. The symlink source needs to exist ahead of time.
2019-01-31Bump up tasklist package to v2.2.0Fatih Acet
v2.1.0 was published wrongly by the package author.
2019-01-31Use original tasklist package with new versionFatih Acet
2019-01-31Temporarily use tasklist from fatihacet’s forkFatih Acet
2019-01-26Bump Sidekiq to 5.2.5Stan Hu
This reduces duplication caused by gitlab-monitor already shipping Sidekiq 5.2.5. The only changes appear to be minor: https://github.com/mperham/sidekiq/blob/master/Changes.md