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 (Expand)Author
2017-04-07Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt
2017-04-07Wrap updating of cache after pipeline transition in class methodBob Van Landuyt
2017-04-07Update project build status cache when transitioningBob Van Landuyt
2017-04-07Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt
2017-04-07Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński
2017-04-07Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin
2017-04-07Use Etag caching for pipelines jsonToon Claes
2017-04-06Merge remote-tracking branch 'origin/master' into optimise-pipelinesKamil Trzcinski
2017-04-06Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin
2017-04-06Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński
2017-04-06Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński
2017-04-06Fix token test by specifying a static tokenLin Jen-Shin
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06We no longer has has_command? methodLin Jen-Shin
2017-04-06Check branch access when user triggers manual actionGrzegorz Bizon
2017-04-06Improve specs related to CI/CD job environmentGrzegorz Bizon
2017-04-06Improve trigger_schedule.rbShinya Maeda
2017-04-06Use parenthesis for respond_to :refShinya Maeda
2017-04-06Define next_time as let in trigger_schedule_specShinya Maeda
2017-04-06Remove next_run_at: nil from trigger_schedule_specShinya Maeda
2017-04-06Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda
2017-04-06Rename cron_nightly_build to nightlyShinya Maeda
2017-04-06Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda
2017-04-06Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda
2017-04-06Commentout check_cron_frequencyShinya Maeda
2017-04-06Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda
2017-04-06Fixed failed testsShinya Maeda
2017-04-06Add validatorShinya Maeda
2017-04-06Move real_next_run to helperShinya Maeda
2017-04-06Brush up 2Shinya Maeda
2017-04-06Brush upShinya Maeda
2017-04-06real_next_run (WIP)Shinya Maeda
2017-04-06Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda
2017-04-06Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda
2017-04-06basic componentsShinya Maeda
2017-04-06Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda
2017-04-06Add missing tests and update test descriptionLin Jen-Shin
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
2017-04-05Add tests for relations and scopes, and settingLin Jen-Shin
2017-04-04Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
2017-04-03Quiet pipeline emailsSean McGivern
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho
2017-03-16Don't try to load status when there is no commitBob Van Landuyt
2017-03-16Update the pipeline cache when updating a pipeline-statusBob Van Landuyt
2017-03-16Add a wrapper for pipeline statusesBob Van Landuyt
2017-03-10Merge branch 'fix/gb/passed-with-warnings-status-on-mysql' into 'master' Kamil Trzciński
2017-03-08Adjust specs for core pipeline detailed statusesGrzegorz Bizon
2017-03-08Fix `passed with warnings` stage status on MySQLGrzegorz Bizon