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-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
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
2016-11-29fix started_at checkJames Lopez
2016-11-25use an empty total time when the build has not started yet so the UI knowsJames Lopez
2016-11-22fixed bug to do with calculating durationsJames Lopez
2016-11-17added custom date helper and spec and fixed some unrelated spec failuresJames Lopez
2016-11-17get all stages to use serlalizers - apart from plan - WIPJames Lopez
2016-11-17WIP - refactored events to use build serializer, related spec passingJames Lopez
2016-11-17WIP - refactoring URL builder and events presenter into serializersJames Lopez