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
2018-11-16Fix typo pipline to pipelinejumpyoshim
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
2018-04-27Add sha filter to list pipelinesJames Ramsay
2017-06-16Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rbStan Hu
2017-05-02Improve pipelines_finder.rbShinya Maeda
2017-05-02Avoid using sampleShinya Maeda
2017-05-02Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda
2017-05-02Improve api/pipelines_spec.rbShinya Maeda
2017-05-02Add another pipeline for spec statusShinya Maeda
2017-05-02Add space before bracketShinya Maeda
2017-05-02Improve pipelines_finder_spec.rbShinya Maeda
2017-05-02Ci::Pipeline to project.pipelinesShinya Maeda
2017-05-02Fix improper method name and spec descriptionShinya Maeda
2017-05-02Fix created_at to user_id in specShinya Maeda
2017-05-02Change sort spec descriptionShinya Maeda
2017-05-02Allow only indexed columns in #order_and_sort. Remove present (Because unnece...Shinya Maeda
2017-05-02Normalize wordingShinya Maeda
2017-05-02Finish pipelines_specShinya Maeda
2017-05-02Use eq instead of match_array for comparison of arrayShinya Maeda
2017-05-02No need 'a'Shinya Maeda
2017-05-02Add name(User)Shinya Maeda
2017-05-02Change name to usernameShinya Maeda
2017-05-02Use ActiveRecord for comparisonShinya Maeda
2017-05-02Add tag trueShinya Maeda
2017-05-02Check if any master existsShinya Maeda
2017-05-02include to all(eq()). Test status, not scope.Shinya Maeda
2017-05-02%[] to %w[]Shinya Maeda
2017-05-02%w() to %[]Shinya Maeda
2017-05-02Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda
2017-05-02Fixed the following.Shinya Maeda
2017-05-02Fix created_at test case because of sorting failureShinya Maeda
2017-05-02Fix rubocop offences and rspec failuresShinya Maeda
2017-05-02Add specs. Plus, minor fixes.Shinya Maeda
2017-02-17Adds Pending and Finished tabs to pipelines pageFilipa Lacerda
2017-01-26Use `:empty_project` where possible in finder specsRobert Speicher
2016-09-09Improve PipelinesFinder spec so that it does not depend on hard-coded databas...Stan Hu
2016-09-07Use PipelinesFinder in Pipelines APIZ.J. van de Weg