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-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-08Fix specs 2Felipe Artur
2017-05-08Fix SpecsFelipe Artur
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-05Merge commit '3a2b60f7' from 'master'Grzegorz Bizon
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
2017-05-03Fix lazy error handling of cron parserDosuken shinya
2017-05-02Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon
2017-05-01Fix Rubocop offense in environments policy classGrzegorz Bizon
2017-04-24Merge branch 'tc-realtime-every-pipeline-on-mr' into 'master' Kamil Trzciński
2017-04-24Simplify specs and remove unnecessary attributesToon Claes
2017-04-24Refactor ExpirePipelineCacheWorker#performToon Claes
2017-04-24Use a better performing query to find all MRs for pipelineToon Claes
2017-04-24Properly expire cache for **all** MRs of a pipelineToon Claes
2017-04-21Improve helpers in pipeline model specsGrzegorz Bizon
2017-04-21Fix missing pipeline duration for blocked pipelinesGrzegorz Bizon
2017-04-13Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon
2017-04-12Use build policy to determine if user can play buildGrzegorz Bizon
2017-04-12Extract build play specs and extend test examplesGrzegorz Bizon
2017-04-07Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`Bob Van Landuyt
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