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
AgeCommit message (Collapse)Author
2017-04-03Refactoring Projects::ImportServiceDouglas Barbosa Alexandre
2017-04-03Fix GitHub pull request formatter specDouglas Barbosa Alexandre
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-04-03Merge branch 'style-proc-cop' into 'master' Rémy Coutable
Enable Style/Proc cop for rubocop See merge request !10382
2017-04-03Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan
#22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780
2017-04-03Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern
Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280
2017-04-03Merge branch 'workhorse-gitaly-repository' into 'master' Robert Speicher
Pass Gitaly 'Repository' messages to workhorse for Git HTTP Closes gitaly#148 See merge request !10343
2017-04-03Merge branch '29541-fix-github-importer-deleted-fork' into 'master' Robert Speicher
Fix GitHub importer for PRs of deleted forked repositories Closes #29541 See merge request !9992
2017-04-03Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan
Fix race condition where a namespace would be deleted before a project was deleted Closes #30334 and #30306 See merge request !10389
2017-04-03Merge branch 'bvl-cleanup-repos' into 'master' Robert Speicher
Fix warning when trying to clone repo that already existed See merge request !10367
2017-04-03Introduce "polling_interval_multiplier" as application settingAdam Niedzielski
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
2017-04-03Merge branch '30211-fix-transient-failure' into 'master' Sean McGivern
Fix a transient failure caused by FFaker Closes #30211 See merge request !10404
2017-04-03Pass Gitaly Repository messages to workhorseJacob Vosmaer
2017-04-03Merge branch '30264-fix-vue-pagination' into 'master' Fatih Acet
Fixes method not replacing URL parameters correctly Closes #30264 See merge request !10351
2017-04-03Merge branch '29669-redirect-referer-params' into 'master' Rémy Coutable
Fix redirection after login when the referer have params Closes #29669 See merge request !10397
2017-04-03Fix specsGabriel Mazetto
2017-04-03Improve specs examplesGabriel Mazetto
2017-04-03Fix specsGabriel Mazetto
2017-04-03One more change to the branch names to preserve metadataGabriel Mazetto
2017-04-03Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre
2017-04-03Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto
2017-04-03Change order of specsFilipa Lacerda
2017-04-03Clean history after every test that changes historyFilipa Lacerda
2017-04-03Clean history state after each testFilipa Lacerda
2017-04-03Fixes method not replacing URL parameters correctlyFilipa Lacerda
2017-04-03Fix a transient failure caused by FFakerRémy Coutable
The error occurs when the Ffaker-generate title or description of issue3 contains git, e.g. fugit in this case. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-02Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher
Use gitaly commit is ancestor See merge request !9864
2017-04-02Fix redirection after login when the referer have paramsmhasbini
2017-04-02Delete users asynchronouslyStan Hu
2017-04-02Fix race condition where a namespace would be deleted before a project was ↵Stan Hu
deleted When deleting a user, the following sequence could happen: 1. Project `mygroup/myproject` is scheduled for deletion 2. The group `mygroup` is deleted 3. Sidekiq worker runs to delete `mygroup/myproject`, but the namespace and routes have been destroyed. Closes #30334
2017-04-02Fix symlink icon in project treemhasbini
2017-04-02Fix warning when cloning repo that already existsBob Van Landuyt
fixes the warning: fatal: destination path '~/gitlab-ce/gitlab/tmp/tests/gitlab-test-fork_bare' already exists and is not an empty directory.
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-04-02Fix Spinach and Capybara dependenciesStan Hu
Closes #30347
2017-04-01Merge branch '30236-fix-capybara-timeouts' into 'master' Douwe Maan
Increase Capybara's timeout Closes #30236 See merge request !10337
2017-03-31Merge branch ↵Douwe Maan
'25556-prevent-users-from-disconnecting-gitlab-account-from-cas' into 'master' Prevent users from disconnecting gitlab account from CAS Closes #25556 See merge request !10282
2017-03-31Prevent users from disconnecting gitlab account from CASTiago Botelho
2017-03-31Refactor SearchController#showDongqing Hu
2017-03-31Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Eager-load the Capybara server to prevent timeoutsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Increase Capybara's timeoutRémy Coutable
Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Add metrics button to Environment Overview pageKushal Pandya
2017-03-31Handle parsing OpenBSD ps output properly to display sidekiqSebastian Reitenbach
infos on admin->monitoring->background
2017-03-31Allow users to import GitHub projects to subgroupsDouglas Barbosa Alexandre
2017-03-30Don't clean up the gitlab-test-fork_bare repoNick Thomas
2017-03-30Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher
Support >1 path in Gitlab::Git::Repository#log See merge request !10291
2017-03-30Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker
- Migration in Repository#is_ancestor?
2017-03-30group links select2 infinite scrollLuke "Jared" Bennett
2017-03-30Merge branch 'rs-empty-project-misc' into 'master' Rémy Coutable
Use `:empty_project` in worker, view, task, serializer, policy, migration, and mailer specs See merge request !10272
2017-03-30Merge branch 'tc-cleanup-application-settings-spec' into 'master' Sean McGivern
Cleanup application settings spec See merge request !10189