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 (Collapse)Author
2018-10-28Add failure reason for execution timeoutShinya Maeda
2018-10-22Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon
Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
2018-10-19Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda
2018-10-18Drop `allow_overflow` option in `TimeHelper.duration_in_numbers`Shinya Maeda
2018-10-02Rename failure reason to stale_scheduleShinya Maeda
2018-10-02Add unschedule action to status buildShinya Maeda
2018-10-02Fix coding style offenceShinya Maeda
2018-10-02Allow remaining time of scheduled jobs to overflow one dayWinnie Hellmann
2018-10-02Fix URL to empty state graphic of scheduled jobsWinnie Hellmann
2018-10-02Fix Status::Build::Scheduled. Add spec for the class.Shinya Maeda
2018-10-02Add schedule_expired to failed statusShinya Maeda
2018-10-02Check the precense of scheduled_at in Status::BuildShinya Maeda
2018-10-02Fix stuck job worker. Fix sidekiq queue namespaceShinya Maeda
2018-10-02Introduce enqueue_scheduled eventShinya Maeda
2018-10-02Update pipelines and stages status as wellShinya Maeda
2018-10-02Add a new status to ci_builds.statusShinya Maeda
2018-10-02Rename delayed to scheduledShinya Maeda
2018-10-02Support new syntaxShinya Maeda
2018-10-02Squashed commit of the following:Shinya Maeda
commit 9d9594ba20097dc4598f7eb42a9f9d78d73eae54 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 20:18:31 2018 +0900 Cancel scheduled jobs commit f31c7172e07a9eb03b58c1e62eaa18cda4064aa6 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 11:18:42 2018 +0900 Add Ci::BuildSchedule commit fb6b3ca638f40f9e1ee38b1fdd892bda4f6fede7 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Sep 12 20:02:50 2018 +0900 Scheduled jobs
2018-09-07Introduce class methods so CE constants can be easily overridden on EEMayra Cabrera
2018-08-09Removes <br> sent from backend on tooltips in jobsFilipa Lacerda
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
2018-08-01Improve error messageKamil Trzciński
2018-08-01Improve Ci::Status::Build specsKamil Trzciński
2018-08-01Add `runner_unsupported` CI failureKamil Trzciński
2018-04-12Merge branch 'fix/gb/fix-pipeline-statuses-illustrations' into 'master'Marin Jankovski
Fix empty state for build that does not have a trace Closes #45204 See merge request gitlab-org/gitlab-ce!18278
2018-04-11Add a test for job empty state with missing traceGrzegorz Bizon
2018-04-11Revert adding `Empty` extended status to avoid N+1 queriesGrzegorz Bizon
2018-04-11Extend specs for detailed build extended statusesGrzegorz Bizon
2018-04-11Fix empty state for build that doesn ot have a traceGrzegorz Bizon
It also adds a fallback that covers other edge cases that might surface later.
2018-04-09Fixes illustration for when job log was erasedFilipa Lacerda
2018-04-06Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński
# Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-05Put Erased empty state at the beginningMatija Čupić
2018-04-05Rename success to erased empty state specMatija Čupić
2018-04-04Fix job setup in success empty state specsMatija Čupić
2018-04-04Add success CI Build empty state statusMatija Čupić
2018-03-29Move action button titles to respective statusesMatija Čupić
2018-03-28Move the empty state extended status to be the beginningMatija Čupić
2018-03-28Separate the manual empty state from the action empty stateMatija Čupić
2018-03-28Move action link to build extended status illustrationMatija Čupić
2018-03-28Move illustration to build specific statusesMatija Čupić
2018-01-16Fix running manual action tooltipGrzegorz Bizon
2017-11-06Fixed Status Warning IconTim Zallmann
2017-10-30Update Action IconsTim Zallmann
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-05Refine inheritance model of extended CI/CD statusesGrzegorz Bizon
2017-05-05Introduce generic manual action extended status classGrzegorz Bizon
2017-05-05Use update build policy instead of new play policyGrzegorz Bizon
2017-05-01Extend action tooltop to show info about abilitiesGrzegorz Bizon