summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-012-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix exposing legacy stages in pipeline entityGrzegorz Bizon2017-06-011-3/+3
| * | | | | | | | | | | | | | Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon2017-06-015-7/+9
| * | | | | | | | | | | | | | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-018-23/+23
| * | | | | | | | | | | | | | Expose pipeline stage seeds from pipeline instanceGrzegorz Bizon2017-05-312-5/+18
| * | | | | | | | | | | | | | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-315-26/+34
| * | | | | | | | | | | | | | Refine pipeline stages seeds classGrzegorz Bizon2017-05-315-86/+121
| * | | | | | | | | | | | | | Add stage seed class that represents attributesGrzegorz Bizon2017-05-303-2/+86
| * | | | | | | | | | | | | | Remove legacy method from create build serviceGrzegorz Bizon2017-05-302-8/+5
| * | | | | | | | | | | | | | Expose stage model attributes from pipeline objectGrzegorz Bizon2017-05-303-2/+26
| * | | | | | | | | | | | | | Rename pipeline service that creates stages and jobsGrzegorz Bizon2017-05-302-2/+2
| * | | | | | | | | | | | | | Implement CI/CD config attributes for persisted stagesGrzegorz Bizon2017-05-303-4/+53
* | | | | | | | | | | | | | | Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil TrzciƄski2017-06-0713-2/+292
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge commit '6ac1caa01a4c059f5bcb7c9da2e83001e5469f73' into feature/gb/migra...feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-06204-1836/+4140
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix reverting builds stage ref migration on MySQLGrzegorz Bizon2017-06-062-2/+1
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Migrate stages only with correct foreign referencesGrzegorz Bizon2017-06-063-4/+23
| * | | | | | | | | | | | | Create index on pipeline stages after migrating stagesGrzegorz Bizon2017-06-061-0/+0
| * | | | | | | | | | | | | Improve indexes and refs in pipeline stages migrationsGrzegorz Bizon2017-06-065-43/+31
| * | | | | | | | | | | | | Fix typo in build stages reference migrationGrzegorz Bizon2017-06-061-1/+1
| * | | | | | | | | | | | | Improve order of columns in pipeline stages tableGrzegorz Bizon2017-06-061-1/+1
| * | | | | | | | | | | | | Make pipeline stages ref migration more readableGrzegorz Bizon2017-06-061-3/+5
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Use the latest migration version as a schema versionGrzegorz Bizon2017-06-051-1/+1
| * | | | | | | | | | | | Remove stage index concurrently on migration rollbackGrzegorz Bizon2017-06-051-1/+1
| * | | | | | | | | | | | Disable timeouts in foreign keys for stages migrationGrzegorz Bizon2017-06-051-0/+2
| * | | | | | | | | | | | Remove obsolete stages/build before adding foreign keysGrzegorz Bizon2017-06-051-0/+16
| * | | | | | | | | | | | Create indexes on pipeline stages before migrationGrzegorz Bizon2017-06-051-0/+0
| * | | | | | | | | | | | Migrate stage_id only it job does not have it alreadyGrzegorz Bizon2017-06-051-1/+3
| * | | | | | | | | | | | Migrate pipeline stages only when not migrated alreadyGrzegorz Bizon2017-06-051-3/+3
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-051053-6751/+20984
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Calculate previous migration version in specs supportGrzegorz Bizon2017-06-054-5/+15
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Use stage_id column in code that needs to know about itGrzegorz Bizon2017-06-012-1/+3
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Reorder pipeline stages-related migrationsGrzegorz Bizon2017-05-265-8/+10
| * | | | | | | | | Create foreign keys for pipeline stages in migrationGrzegorz Bizon2017-05-262-1/+20
| * | | | | | | | | Migrate build stage reference in a separate migrationGrzegorz Bizon2017-05-265-11/+78
| * | | | | | | | | Add stage_id column to ci_builds in a separate migrationGrzegorz Bizon2017-05-262-2/+9
| * | | | | | | | | Use a separate migration to create pipeline stages indexGrzegorz Bizon2017-05-262-10/+15
| * | | | | | | | | Add pipeline stages post deployment migrationGrzegorz Bizon2017-05-267-11/+95
| * | | | | | | | | Add migrations helpers to simplify writing migration specsGrzegorz Bizon2017-05-263-20/+18
| * | | | | | | | | Make migration specs by using migrator in around hookGrzegorz Bizon2017-05-262-3/+16
| * | | | | | | | | Simplify migrations for specific database schemaGrzegorz Bizon2017-05-256-162/+29
| * | | | | | | | | Add PoC of ActiveRecord migration testingGrzegorz Bizon2017-05-254-0/+188
* | | | | | | | | | Merge branch 'docs/private-registry' into 'master'Sean Packham2017-06-071-16/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add more info on private Registry docsdocs/private-registryAchilleas Pipinellis2017-06-061-16/+54
* | | | | | | | | | | Merge branch 'docs/expiring-artifacts' into 'master'Sean Packham2017-06-072-9/+53
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Add more info on artifacts expiry datedocs/expiring-artifactsAchilleas Pipinellis2017-06-062-9/+53
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-0728-239/+707
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Do not cleanup temp directory as this apparently causes silent rspec failures...Pawel Chojnacki2017-06-072-15/+4
| * | | | | | | | | | Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by d...Pawel Chojnacki2017-06-062-1/+13
| * | | | | | | | | | Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki2017-06-024-20/+4
| * | | | | | | | | | Make production settings fixture use Gitlab::CurrentSettings.current_applicat...Pawel Chojnacki2017-06-023-24/+17