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
path: root/spec/lib
AgeCommit message (Collapse)Author
2018-04-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2018-04-05Download LFS-files from object storage for exportsBob Van Landuyt
Downloading the stream directly to the archive. In order to avoid conflicts with the cache.
2018-04-05Import projects with LFS objectsBob Van Landuyt
If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
2018-04-05Export LFS Objects when exporting a projectBob Van Landuyt
The LFS files will be included in the `lfs-objects` directory in the archive.
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan
'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
2018-04-04Merge branch 'osw-41401-render-mr-commit-sha-instead-diffs' into 'master'Sean McGivern
Render MR commit SHA instead "diffs" when viable on GFM See merge request gitlab-org/gitlab-ce!18141
2018-04-04Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky
2018-04-04Render MR commit SHA instead "diffs" when viableOswaldo Ferreira
2018-04-04Add support for Sidekiq JSON loggingStan Hu
Closes #20060
2018-04-04Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' ↵Sean McGivern
into 'master' Use shard name in Git::GitlabProjects instead of shard path Closes gitaly#1110 See merge request gitlab-org/gitlab-ce!18015
2018-04-04Add better LDAP connection handlingFrancisco Javier López
2018-04-03Backport Gitlab::Git::Checksum to CEDouglas Barbosa Alexandre
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
Closes gitaly#1110
2018-04-03Merge branch 'rs-performance-bar-for-admins' into 'master'Rémy Coutable
Always allow the performance bar to be enabled for admins See merge request gitlab-org/gitlab-ce!18137
2018-04-03Merge branch 'sh-move-sidekiq-exporter-logs' into 'master'Sean McGivern
Move Sidekiq exporter logs to log/sidekiq_exporter.log See merge request gitlab-org/gitlab-ce!18127
2018-04-02Always allow the performance bar to be enabled for adminsRobert Speicher
2018-04-02Move Sidekiq exporter logs to log/sidekiq_exporter.logStan Hu
The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order to support structured logging in Sidekiq, we either need to split this data out or convert the exporter to produce structured logs. Since Sidekiq job processing is fundamentally different information from Web server traffic, it seems cleaner to move the metrics traffic into a separate file, where they can be parsed by a different filter if needed. Relates to #20060
2018-04-02Rename allow_private_networks to allow_local_networkDouwe Maan
2018-04-02Raise more descriptive errors when URLs are blockedDouwe Maan
2018-04-02Merge branch 'sh-cleanup-crlf-gitmodules' into 'master'Douwe Maan
Handle CR-LFs properly in .gitmodules file Closes #2262 See merge request gitlab-org/gitlab-ce!18117
2018-04-02Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński
Pipeline variables expression in only/except configuration Closes #37397 See merge request gitlab-org/gitlab-ce!17316
2018-04-02Merge branch '44291-usage-ping-for-kubernetes-integration' into 'master'Kamil Trzciński
Resolve "Usage ping for Kubernetes integration" Closes #44291 See merge request gitlab-org/gitlab-ce!17922
2018-03-31Handle CR-LFs properly in .gitmodules fileStan Hu
Any submodule lines that had a CR-LF ending would be ignored by the parser. Closes gitlab-org/gitlab-ce#2262
2018-03-30Extend API for exporting a project with direct upload URLFrancisco Javier López
2018-03-30Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern
Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
2018-03-30Merge branch '42593-restore-rake-task' into 'master'Douwe Maan
Tweak restore rake task to provide an option to set alternate temporary backup directory Closes #42593 See merge request gitlab-org/gitlab-ce!17516
2018-03-30Add more testsBalasankar "Balu" C
2018-03-30Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)
2018-03-30Make rubocop happyBalasankar "Balu" C
2018-03-30Add basic testsBalasankar "Balu" C
2018-03-30Move existing dirs to a temp location while restoreBalasankar "Balu" C
Instead of renaming existing storage directories to a timestamped format, create a timestamped directory in a temporary location and move the individual files and folders inside storage directories to it. This helps us with nested storage directories.
2018-03-29Merge branch 'master' into 44291-usage-ping-for-kubernetes-integrationMatija Čupić
2018-03-29Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon
Conflicts: app/models/ci/build.rb
2018-03-29Merge branch 'fix/gb/fix-background-pipeline-stages-migration' into 'master'Kamil Trzciński
Fix background pipeline stages migration Closes #44135 See merge request gitlab-org/gitlab-ce!18076
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-29Do not use STI mechanisms when migrating pipeline stagesGrzegorz Bizon
2018-03-29Gitlab-workhorse still needs RepoPath on Git HTTPJacob Vosmaer (GitLab)
2018-03-28Merge branch '44649-reference-parsing-conflicting-with-auto-linking' into ↵Douwe Maan
'master' Resolve "Reference parsing conflicting with auto-linking" Closes #44649 See merge request gitlab-org/gitlab-ce!18045
2018-03-28Merge branch 'fix-workhorse-test' into 'master'Sean McGivern
Make all workhorse gitaly calls opt-out, take 2 See merge request gitlab-org/gitlab-ce!18043
2018-03-28Merge branch 'zj-remote-repo-exists' into 'master'Sean McGivern
Test if remote repository exists before cloning Closes #43929 and gitaly#1084 See merge request gitlab-org/gitlab-ce!18017
2018-03-28Fix auto-linking with escaped HTML entitiesSean McGivern
We displayed the correct text as the link text (without double-encoding), but didn't do the same for the actual link target, so any link containing an ampersand would break when auto-linked.
2018-03-28Make all workhorse gitaly calls opt-out, take 2Jacob Vosmaer
2018-03-28New migration helper for finding custom indexesBob Van Landuyt
This will use the same query as `\di` to find an index on postgresql.
2018-03-28Remove permanent redirectsBob Van Landuyt
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
2018-03-28Remove Ci::Build#timeoutTomasz Maczukin
2018-03-28Update tests - remove unneeded changeTomasz Maczukin
2018-03-28Show timeout information on job's pageTomasz Maczukin
2018-03-28Revert "Merge branch 'workhorse-gitaly-mandatory' into 'master'"Sean McGivern
This reverts merge request !18002
2018-03-28Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)
2018-03-28Merge branch 'dm-refs-contains-sha-encoding' into 'master'Sean McGivern
Fix listing commit branch/tags that contain special characters Closes #43212 See merge request gitlab-org/gitlab-ce!18023