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-06-20Remove implicit dependency on `gitlab_sign_in` assigning `@user`Robert Speicher
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-04-21Use `:empty_project` where possible in top-level feature specsRobert Speicher
2017-03-22Add helpers for pipeline user link & user avatarToon Claes
2017-03-22Show pipeline creator & created_at in headingToon Claes
2017-03-05Merge branch 'format-timeago-date' into 'master' Jacob Schatz
2017-02-20fixed specs + docsdimitrieh
2017-02-13Fixed timeago specsPhil Hughes
2016-12-16Fix broken testFilipa Lacerda
2016-12-04change the date label to match the date usedBM5k
2016-11-04Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin
2016-11-01Make specs a bit fasterValery Sizov
2016-10-24Add a test for showing correct pipelineLin Jen-Shin
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2016-01-26Add specs for build created using generic commit statusGrzegorz Bizon
2015-12-17Fix feature specs: we always show the build status if ci_commit is presentKamil Trzcinski
2015-12-14Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon
2015-12-14Do not display ci build status if builds enabled but no `.gitlab-ci.yml`Grzegorz Bizon
2015-12-14Improve gitlab ci commits specs (refactoring)Grzegorz Bizon
2015-12-14Suppress warning about missing `.gitlab-ci.yml` if builds are disabledGrzegorz Bizon
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-05CI details cleanupKamil Trzcinski
2015-10-14Fix retry and cancel for buildKamil Trzcinski
2015-10-12Implement Commit Status APIKamil Trzcinski
2015-10-06Refactor commit/build tests and fix CI cancelDmitriy Zaporozhets