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
2017-06-05Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon
* master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: db/schema.rb spec/spec_helper.rb
2017-06-05Additional Metrics testsPawel Chojnacki
2017-06-05Towards Reviewable prometheusPawel Chojnacki
2017-06-05Calculate previous migration version in specs supportGrzegorz Bizon
This makes it possible to test migration on the schema this migration was written for, without a need to specify a previous schema version manually.
2017-06-05Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński
Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
2017-06-03Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master'Douwe Maan
Allow manual bypass of auto_sign_in_with_provider Closes #3786 See merge request !11884
2017-06-02Merge branch '33139-lint-our-factories' into 'master'Grzegorz Bizon
Lint our factories creation in addition to their build Closes #33139 See merge request !11823
2017-06-02Allow manual bypass of auto_sign_in_with_providerMaxime Besson
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Lint our factories creation in addition to their buildRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02added tests for collapsingPhil Hughes
2017-06-02Merge branch '28080-system-checks' into 'master'Sean McGivern
SystemCheck library for executing checks from a rake task See merge request !9173
2017-06-02Make sure that environment was created before deployingLin Jen-Shin
2017-06-01Fix other use of CreateDeploymentService and makeLin Jen-Shin
it a bit more robust against missing options, which we did guard on for some cases.
2017-06-01Merge branch 'notebook-katex-fixes' into 'master'Filipa Lacerda
Fixes multi-line math in notebooks Closes #30900 and #33074 See merge request !11789
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto
2017-05-31Improve Specs and some fixesGabriel Mazetto
2017-05-31Added specs for SystemCheck and custom matcherGabriel Mazetto
2017-05-30added testsPhil Hughes
2017-05-30Add Prometheus client testsPawel Chojnacki
2017-05-26Fix counters cache invalidation for Issues and Merge RequestsValery Sizov
2017-05-26Add pipeline stages post deployment migrationGrzegorz Bizon
2017-05-26Add migrations helpers to simplify writing migration specsGrzegorz Bizon
2017-05-25Merge branch ↵Robert Speicher
'32762-gitaly-should-be-recompiled-when-gitaly_server_version-changes' into 'master' Recompile test env Gitaly when `GITALY_SERVER_VERSION` fails Closes #32762 See merge request !11664
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Fix terminals support for Kubernetes serviceKamil Trzcinski
It was broken, because we introduced a default namespace, which was not used by terminal methods.
2017-05-25Re-download and recompile Gitaly in tests if the version changedAlejandro Rodríguez
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-24use full caps RSS instead of rssAlexis Reigel
2017-05-24atom links with rss token instead of private tokenAlexis Reigel
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-19Refactor to more robust implementationMichael Kozono
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
2017-05-18Merge branch '31562-fix-test_env-set_repo_refs-rspec-profile' into 'master'Robert Speicher
Resolve "TestEnv#set_repo_refs fails to update refs sometimes" Closes #31562 See merge request !11253
2017-05-18Merge branch 'gitaly-local-branches' into 'master'Douwe Maan
Incorporate Gitaly's local_branches operation into repo code Closes #27379 See merge request !10059
2017-05-18Shorten the last two commit SHA, because CONSISTENCYRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18If TestEnv#set_repo_refs fails, clean test repos and retryRémy Coutable
Sometimes, new references are not retrieved when a `git fetch` is called in a bare repos. The easiest solution is to cleanup the test repos and retry in this case. This only happens when a new ref is added to TestEnv::BRANCH_SHA or TestEnv::FORKED_BRANCH_SHA. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Factorize TestEvent#copy_repoRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-17Merge branch 'ability_to_cancel_attaching_file' into 'master' Douwe Maan
Add an ability to cancel attaching file and redesign attaching files UI Closes #15611, #24270, and #28905 See merge request !9431
2017-05-16Clean import of shared examples for protected branches/tagsAlejandro Rodríguez
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-05-15Merge branch '31902-namespace-recent-searches-to-project' into 'master' Annabel Dunstone Gray
Scope recent searches to project Closes #31902 See merge request !11142
2017-05-15Scope recent searches to projectEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
2017-05-15Merge branch 'gitaly-reuse-stubs' into 'master' Robert Speicher
Reuse gRPC stubs instead of channels Closes #31991 and gitaly#187 See merge request !11244
2017-05-15Add script to regenerate seed_repo.rb for Gitlab::Git testsJacob Vosmaer (GitLab)
2017-05-15Log gitaly output during testingJacob Vosmaer
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
2017-05-13Wait for requests after each Spinach scenario instead of featureDouwe Maan
2017-05-12Avoid comma t the end of hashPawel Chojnacki
2017-05-12Custom queries for prometheusPawel Chojnacki
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient