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
2018-01-07Merge branch ↵Kamil Trzciński
'39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled' into 'master' Resolve "Redirect to GCP page if users try to create a cluster but the account is not enabled" Closes #39957 and #41410 See merge request gitlab-org/gitlab-ce!15665
2018-01-07Fix check_gcp_project_billing_worker_spec.rbKamil Trzciński
2018-01-07Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master'Kamil Trzciński
Fix restoring associations with import/export Closes #41646 See merge request gitlab-org/gitlab-ce!16221
2018-01-07Refactor GCP session token exchange schemeMatija Čupić
2018-01-07Separate let and subject line in specMatija Čupić
2018-01-07Fix error 500 when viewing commit and merge request diffsStan Hu
Due to the refactoring in !16082, `Blob#batch` no longer falls back to a default `blob_size_limit`. Since `Repository#batch_blobs` was using a default `nil` value, this would cause issues in the `Blob#find_by_rugged` method. This fix here is to be consistent and use a non-nil default value in `Repository#batch_blobs`. The problem was masked in development and tests because Gitaly is always enabled by default for all features. Closes #41735
2018-01-06Merge branch 'master' into ↵Matija Čupić
39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
2018-01-06Store OAuth token in Redis for worker to pick upMatija Čupić
2018-01-06Use token from redis in gcp project billing workerMatija Čupić
2018-01-06Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński
Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
2018-01-06Merge branch '41249-clearing-the-cache' into 'master'Kamil Trzciński
Resolve "Clearing the cache" Closes #41249 See merge request gitlab-org/gitlab-ce!16067
2018-01-06Protected branch is now created for default branch on importTiago Botelho
2018-01-06Bump import/export version in test project exportGrzegorz Bizon
2018-01-06Merge branch 'master' into fix/gb/fix-import-export-restoring-associationsGrzegorz Bizon
* master: (114 commits)
2018-01-06Use anchor instead of form for reset caches buttonMatija Čupić
2018-01-06Pass timeout to RepositoryService.FetchRemote Gitaly RPC callsAlejandro Rodríguez
2018-01-05Merge branch 'gitaly-multi-action-prep' into 'master'Rémy Coutable
Move git operations for multi_action into Gitlab::Git Closes gitaly#872 See merge request gitlab-org/gitlab-ce!16215
2018-01-05Merge branch 'master' into ↵Matija Čupić
39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
2018-01-05Incorporate RemoteService.FetchInternalRemote Gitaly RPCAlejandro Rodríguez
2018-01-05Merge branch 'fix-cluster-migration-spec' into 'master'Robert Speicher
Prevent cluster migration spec from interfering with later specs See merge request gitlab-org/gitlab-ce!16255
2018-01-05Change reset_cache action from get to postMatija Čupić
2018-01-05Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez
2018-01-05Prevent cluster migration spec from interfering with later specsSean McGivern
If a later spec tries to set a field that is added to any of these models by a later migration than the GCP clusters migration, it will fail because the model's columns are cached. We should always refer to models in migration specs by either their class in the migration, or the table directly, using the `table` helper.
2018-01-05Resolve "Helpful and instructing Empty state for multi file editor"Tim Zallmann
2018-01-05Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić
2018-01-05Changes after reviewFilipa Lacerda
2018-01-05Merge branch 'dm-copy-mermaid-as-gfm' into 'master'Jacob Schatz
Copy Mermaid graphs as GFM Closes #41211 See merge request gitlab-org/gitlab-ce!16046
2018-01-05Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)
2018-01-05Merge branch 'ce-backport=reorder-issues' into 'master'Sean McGivern
CE Backport of reordering issues in epics See merge request gitlab-org/gitlab-ce!16247
2018-01-05Run background migrations with a minimum intervalYorick Peterse
This adds a minimum interval to BackgroundMigrationWorker, ensuring background migrations of the same class only run once every 5 minutes. This prevents a thundering herd problem where scheduled migrations all run at once due to their delays having been expired (e.g. as the result of a queue being paused for a long time). If a job was recently executed it's rescheduled with a delay that equals the remaining time of the job's lease. This means that if the lease expires in two minutes we only need to wait two minutes, instead of five. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/41624
2018-01-05API: get participants from merge_requests & issuesBrent Greeff
2018-01-05Merge branch 'jprovazn-rebase' into 'master'Filipa Lacerda
Backport 'Rebase' feature from EE to CE Closes #40301 See merge request gitlab-org/gitlab-ce!16071
2018-01-05Merge branch 'remove-project-repo' into 'master'Sean McGivern
Remove the Project#repo method See merge request gitlab-org/gitlab-ce!16238
2018-01-05Copy Mermaid graphs as GFMDouwe Maan
2018-01-05Assert on correctly restoring pipelines after an importGrzegorz Bizon
2018-01-05Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets
Expose project_id on /api/v4/pages/domains See merge request gitlab-org/gitlab-ce!16200
2018-01-05Fix import/export project tree saver specsGrzegorz Bizon
2018-01-05Merge branch 'backport-issue_3413' into 'master'Sean McGivern
[EE-backport] Add group boards API endpoint See merge request gitlab-org/gitlab-ce!16194
2018-01-05Merge branch 'ce-4348-show-dast-results-in-the-mr-widget' into 'master'Tim Zallmann
Backport of methods and components added in EE See merge request gitlab-org/gitlab-ce!16208
2018-01-05Assign stage and pipeline to a status when importingGrzegorz Bizon
2018-01-05Merge branch 'jivl-fix-import-project-url-bug' into 'master'Tim Zallmann
Fix import project url not updating project name Closes #40607 See merge request gitlab-org/gitlab-ce!16120
2018-01-05Merge branch 'winh-modal-target-id' into 'master'Filipa Lacerda
Add id to modal.vue to support data-toggle="modal" Closes #41584 See merge request gitlab-org/gitlab-ce!16189
2018-01-05Refactor matchers for background migrationsJarka Kadlecová
2018-01-05Merge branch 'refactor-cluster-show-page-conservative' into 'master'Filipa Lacerda
Refactor cluster show page Closes #41335 See merge request gitlab-org/gitlab-ce!16089
2018-01-05Add id to modal.vue to support data-toggle="modal"Winnie Hellmann
2018-01-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (24 commits) Allow local tests to use a modified Gitaly Update check.md add deprecation and removal issue to docs Add status attribute to runner api entity Fix typos in a code comment Just try to detect and assign once Modify `LDAP::Person` to return username value based on attributes Create Kubernetes based on Application Templates Fix a bug where charlock_holmes was used needlessly to encode strings Ignore the Migration/Datetime cop in a migration that fix a column type to datetime_with_timezone Use `__` instead of `s__` when context is not required Enclose props in quotes Update some Gitaly annotations in Gitlab::Shell Prepare Gitlab::Git::Repository#rebase for Gitaly migration add missing changelog refactor spec, add docs deprecate check integrity task add lock specs add locks chek remove max-depth flag so it works with subgroups ...
2018-01-05Allow local tests to use a modified GitalyJacob Vosmaer (GitLab)
2018-01-05Fix specsJacob Vosmaer
2018-01-05Merge branch '40228-verify-integrity-of-repositories' into 'master'Sean McGivern
Resolve "Verify integrity of repositories" Closes #40228 See merge request gitlab-org/gitlab-ce!15931
2018-01-05Merge branch 'zj-blob-batch' into 'master'Douwe Maan
Reroute batch blobs to single blob RPC See merge request gitlab-org/gitlab-ce!16082