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-09Remove the User#is_admin? methodblackst0ne
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński
2017-04-07Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan
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 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch '30056-rename-milestones-empty' into 'master'Robert Speicher
2017-04-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
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-07Removed `Milestone#is_empty?`Jacopo
2017-04-07Use Etag caching for pipelines jsonToon Claes
2017-04-07Merge branch 'optimise-pipelines' into 'master' Douwe Maan
2017-04-07Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
2017-04-06Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones
2017-04-06Merge remote-tracking branch 'origin/master' into optimise-pipelinesKamil Trzcinski
2017-04-06Merge branch 'master' into new-resolvable-discussionDouwe Maan
2017-04-06Fix tests and reviewKamil Trzcinski
2017-04-06Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan
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 '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan
2017-04-06adds relevant testsTiago Botelho
2017-04-06Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński
2017-04-06Make sure that's canceledLin Jen-Shin
2017-04-06Fix token test by specifying a static tokenLin Jen-Shin
2017-04-06Implement review comments from @DouweM for !10467.Timothy Andrew
2017-04-06Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...Grzegorz Bizon
2017-04-06Fix typoLin Jen-Shin
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan
2017-04-06Fix indexes in container repositories tableGrzegorz Bizon
2017-04-06We no longer has has_command? methodLin Jen-Shin
2017-04-06Merge branch 'use-gitaly-find-ref-name' into 'master' Sean McGivern
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