summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/popen_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Avoid process deadlock in popen by consuming input pipessh-fix-stderr-pipe-consumptionStan Hu2018-07-121-0/+13
| | | | | | | | | A process that spews a lot of output to stderr or stdout could stall out due to the pipe buffer being full. As described in https://bugs.ruby-lang.org/issues/9082, we can use the trick used in Ruby's capture3 function to read the pipes in separate threads. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6895
* Use Process::Status rather than an integerLin Jen-Shin2018-01-261-1/+1
| | | | However keep backward compatibility
* Fail static-analysis if there's output to stderrLin Jen-Shin2018-01-261-2/+14
| | | | TODO: fix offenders
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-1/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Speed up operations performed by gitlab-shellStan Hu2017-07-031-1/+12
|
* Use 'git update-ref' for safer web commitsJacob Vosmaer2016-09-021-0/+9
|
* Enable Style/UnneededCapitalW Rubocop coprubocop/enable-unneeded-capital-w-copGrzegorz Bizon2016-06-301-3/+3
|
* Tag lib specsDouwe Maan2015-12-091-1/+1
|
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
| * Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-1/+1
| |
* | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-2/+0
| |
* | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-6/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Make the Gitlab::Popen path argument optionalJacob Vosmaer2014-02-251-0/+9
|
* Change Gitlab::Popen to use arrays for commandsJacob Vosmaer2014-02-251-2/+9
|
* keep same dir structure for specs as in lib/Dmitriy Zaporozhets2013-04-031-0/+29