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
2018-07-06Add Repository#set_config and #delete_configJacob Vosmaer
2018-07-05Update OmniAuth Shibboleth gem to latest to gain supportTom Downes
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
2018-06-30update html-pipeline 2.7.1 -> 2.8Pirate Praveen
2018-06-28Don't hash user ID in OIDC subject claimMarkus Koller
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
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
2018-06-25Merge branch 'security-fj-bumping-sanitize-gem' into 'master'Alessio Caiazza
[master] Update sanitize gem to 4.6.5 to fix HTML injection vulnerability See merge request gitlab/gitlabhq!2399
2018-06-20Remove remaining traces of the Allocations GemYorick Peterse
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.
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-15Update gitlab-gollum-lib to 4.2.7.5 and sanitize to 4.6.5Francisco Javier López
2018-06-11Merge branch 'rs-update-rspec' into 'master'Rémy Coutable
Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
2018-06-11Merge branch 'upgrade-gitlab-markup' into 'master'Douwe Maan
Upgrade gitlab-markup to fix render issue with reStructuredText See merge request gitlab-org/gitlab-ce!19596
2018-06-08Upgrade gitlab-markup to fix render issue with reStructuredTextGabriel Mazetto
2018-06-08Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan
Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Update rspec to 3.7Robert Speicher
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-07Merge branch 'update-net-ssh' into 'master'Grzegorz Bizon
update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed) See merge request gitlab-org/gitlab-ce!19412
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
- 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
2018-06-06update net-ssh 4 -> 5, remove rbnacl, rbnacl-libsodium (not needed)Pirate Praveen
2018-06-05Convert from GraphQL::Batch to BatchLoaderNick Thomas
2018-06-05Add a minimal GraphQL APINick Thomas
2018-06-05favicon uploader generating ci status faviconsAlexis Reigel
2018-06-04Merge branch '46845-update-email_spec-to-2-2-0' into 'master'Robert Speicher
Update email_spec to 2.2.0 Closes #46845 See merge request gitlab-org/gitlab-ce!19164
2018-06-04Bump octokit to 4.9Ash McKenzie
2018-06-03Update selenium-webdriver to 3.12.0Takuya Noguchi
2018-06-03Update email_spec to 2.2.0Takuya Noguchi
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-30Merge branch 'dz-awesome-print-version-unlock' into 'master'Robert Speicher
Remove version lock on awesome_print dependency See merge request gitlab-org/gitlab-ce!19232
2018-05-30Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
2018-05-30Merge branch 'bump-kubeclient-version-3-1-0' into 'master'Rémy Coutable
Bumps kubeclient gem version to 3.1.0 See merge request gitlab-org/gitlab-ce!19199
2018-05-30Replace grape-route-helpers with our own grape-path-helpersStan Hu
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
2018-05-30Remove version lock on awesome_print dependencyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-30Merge branch '46844-update-awesome_print-to-1-8-0' into 'master'Dmitriy Zaporozhets
Update awesome_print to 1.8.0 Closes #46844 See merge request gitlab-org/gitlab-ce!19163
2018-05-29Merge branch '46849-update-rdoc-to-6-0-4' into 'master'Robert Speicher
Update rdoc to 6.0.4 Closes #46849 See merge request gitlab-org/gitlab-ce!19167
2018-05-29Update awesome_print to 1.8.0Takuya Noguchi
2018-05-29Bumps kubeclient gem version to 3.1.0Tiago Botelho
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-26Update rdoc to 6.0.4Takuya Noguchi
2018-05-26Update redis-namespace to 1.6.0Takuya Noguchi
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-24Bumped omniauth-authentiq to 0.3.3Alexandros Keramidas
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-22Remove bootstrap-sass gemClement Ho
2018-05-22Bump prometheus-client-mmap to 0.9.3 to fix nil exception errorStan Hu
See https://gitlab.com/gitlab-org/prometheus-client-mmap/issues/24
2018-05-21Merge branch 'ce-5928-geo-rake-task-to-force-housekeeping-on-next-sync' into ↵Nick Thomas
'master' Backport from EE: Adding Progressbar explicitly and spec extensions for it See merge request gitlab-org/gitlab-ce!18885
2018-05-15Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
2018-05-14Merge branch 'update-sidekiq' into 'master'Rémy Coutable
update sidekiq 5.0 -> 5.1 See merge request gitlab-org/gitlab-ce!18765
2018-05-14Clean up Gemfileblackst0ne
2018-05-11[Rails5] Bump Rails to 5.0.7 and set `atomic` to 1.1.99blackst0ne
atomic 1.1.100 was yanked by its author.
2018-05-10Merge branch 'update-gon' into 'master'Robert Speicher
Update gon ~> 6.1.0 to ~> 6.2 See merge request gitlab-org/gitlab-ce!18764