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
2019-03-15Merge branch 'ce-reduce-diff-with-ee-in-migration-spec' into 'master'Lin Jen-Shin
[CE] Reduce differences with EE in a migration spec See merge request gitlab-org/gitlab-ce!26162
2019-03-14Reduce differences with EE in a migration specRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-14Remove factories from MigrateUserProjectView specSean McGivern
2019-03-14Remove factories from user activities migration specSean McGivern
2019-03-14Remove factories from MigrateOldArtifacts specSean McGivern
2019-03-14Remove factories from AddHeadPipelineForEachMergeRequest specSean McGivern
2019-03-12Remove factories from IssuesMovedToIdForeignKey specSean McGivern
2019-03-12Remove factories from projects cleanup specSean McGivern
2019-03-12Remove factories from CalculateConvDevIndexPercentages specSean McGivern
2019-03-12Remove factories from AddForeignKeysToTodos specSean McGivern
2019-03-12Remove factories from MovePersonalSnippetsFiles specSean McGivern
2019-03-06Revert "Merge branch '54924-clean-up-data' into 'master'"Robert Speicher
This reverts commit c9ecc71ab91b0b55f9aba632f9e7b305191a458c, reversing changes made to c3c8dbf8fa4090bb090071d320a31857eb709d3d.
2019-03-01Clean up `noteable_id` for notes on commitsHeinrich Lee Yu
This was incorrectly set by a bug in: https://gitlab.com/gitlab-org/gitlab-ce/issues/54924
2019-02-08Merge branch '57397-fixes-technical-debt-for-cluster-domain' into 'master'Grzegorz Bizon
Fixes technical debt issues for cluster domain Closes #57397 See merge request gitlab-org/gitlab-ce!25010
2019-02-07Fixes technical debt issues for cluster domainMayra Cabrera
- Avoid using direct code on spec migration - Removes milestone and point to issue, to avoid making fake promises Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57397
2019-02-07Fix migration failureJames Lopez
2019-02-04Addresses backend/db review commentsMayra Cabrera
- Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
2019-02-04Use a single sql statement for ADO queryMayra Cabrera
Since cluster_projects table does not have a lot of records, currently it has 11,638, it seems better to use a single sql statement to update all the records
2019-02-04Moves domain setting to Cluster settingMayra Cabrera
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
2019-02-04Fix template labelsFelipe Artur
2019-01-31Fix tree restorer visibility levelJames Lopez
2019-01-25Sidekiq queue migration for HashedStorage::MigratorWorkerGabriel Mazetto
Migrate jobs from `storage_migrator` to `hashed_storage:hashed_storage_migrator`.
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-22Refactored AfterRenameService to reduce couplingGabriel Mazetto
We still rely on the Dirty API for project rename (before/after) values, but we don't access the dirty api from the service class anymore. The previous value is now part of the initialization, which makes it easier to test and the behavior is clearer. The same was done with the `rename_repo` on the Storage classes, we now provide before and after values as part of the method signature.
2019-01-18Merge branch 'docs-fix-migrations-readme' into 'master'Robert Speicher
Improvements for spec migration readme See merge request gitlab-org/gitlab-ce!24440
2019-01-18Reorders migrations readme fileMayra Cabrera
The document is now split in two sections: - Testing an ActiveRecord migration - Testing an non-ActiveRecord migration Both sections have an example
2019-01-17Cleanup legacy artifact background migrationShinya Maeda
Add migration and spec commit 3cc12e1268a6865f524d8fab1804f018312fdf5a Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:34:31 2019 +0900 Add changelog to this change commit 5006fc96e38db514956a35f53ae8ee536548a2e9 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:32:56 2019 +0900 Remove partial index from ci_builds artifact_file ok Update schema commit 3c956bdc02b195bc67d0327bf3748a631ea5466d Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:41:27 2019 +0900 Add frozen_string_literal: true commit 8c827cd616890160e6e8908843403a6f20c03236 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:40:06 2019 +0900 Set batch size 100 commit aeee559777d3bdeadfd2b9bb61d460f2dc1fa8a6 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jan 4 18:33:05 2019 +0900 Cleanup legacy artifact background migration
2019-01-15Fix RSpec/FactoriesInMigrationSpecs in two filesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
2018-12-21Rename `ClusterPlatformConfigureWorker`George Tsiolis
2018-12-13Add name, author and sha to releasesAlessio Caiazza
This commit adds a name to each release, defaulting it to tag name, keeps track of the SHA when a new release is created and tracks the current user as release author.
2018-12-07Populate MR metrics with events table information (migration)Oswaldo Ferreira
2018-12-04Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into ↵Grzegorz Bizon
fix/gb/encrypt-runners-tokens * commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81': (101 commits)
2018-11-30Merge branch '6861-group-level-project-templates-ce' into 'master'Phil Hughes
Backport from gitlab-org/gitlab-ee!6878 See merge request gitlab-org/gitlab-ce!23391
2018-11-29Merge commit '6852680584a1b22788f451457a6042eabf862a73' into ↵Grzegorz Bizon
fix/gb/encrypt-runners-tokens * commit '6852680584a1b22788f451457a6042eabf862a73': (57 commits)
2018-11-29Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares
[master] Resolve "Reflected XSS in OAuth Authorize window due to redirect_uri allowing arbitrary protocols" See merge request gitlab/gitlabhq!2572
2018-11-29Merge branch 'security-stored-xss-for-environments' into 'master'Cindy Pallares
[master] Stored XSS for Environments Closes #2727 See merge request gitlab/gitlabhq!2594
2018-11-28Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon
* master: (243 commits) Conflicts: db/schema.rb lib/gitlab/import_export/import_export.yml
2018-11-28Backport changes from spec/migrations/clean_up_for_members_spec.rbRubén Dávila
2018-11-28Backport from gitlab-org/gitlab-ee!6878Rubén Dávila
2018-11-28Always run CleanUp before writing the git configToon Claes
2018-11-28Run repository cleanup on failureToon Claes
2018-11-28Retry the failing projectsToon Claes
2018-11-28Move code to a BackgroundMigrationToon Claes
And run in intervals.
2018-11-28Make it only run the associated migrationToon Claes
2018-11-28Migration to write fullpath in all repository configsToon Claes
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16027 it was added to write `gitlab.fullpath` in the git config of all repositories. But this only writes them on move or migrate to hashed storage. This adds a migration that writes the fullpath to all the repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41776
2018-11-23Adjust batch size for migrating runners tokenGrzegorz Bizon
2018-11-23Reduce Sidekiq signature of scheduled tokens migrationGrzegorz Bizon
2018-11-23Add test case for scheduling runners tokens migrationGrzegorz Bizon
2018-11-07Add migration to steal FillStoreUploadToon Claes