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
2017-12-07Use relative _path helper URLs in the GitLab UIEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
2017-09-12Fixed the URL + renamed to Job FailedTim 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-05Failed Jobs tab only shows 10 job traces for performanceJames Edwards-Jones
2017-05-05Build failures summary page for pipelinesJames Edwards-Jones
2017-03-07Avoid calling Build#trace_with_state for performanceTakuya Noguchi
2017-02-27Fix CSS classesAlex Sanford
2017-02-13Fix current build arrowEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27939
2016-11-22Improve name of build log state data attributeGrzegorz Bizon
2016-11-22Include build trace status in data attribute alwaysGrzegorz Bizon
2016-11-04Removed inline JS and added new affix declarationLuke Bennett
Tidied up UX Corrected naming convention issues with removing inline JS @deckar01 saves the day! Simplified `toggleSidebar` and `hideSidebar` Review changes Merge conflicts and update autoscroll button
2016-10-18Remove unnecessary retried check & fix test failuresAnnabel Dunstone Gray
2016-10-18Move sidebar build class into helperAnnabel Dunstone Gray
2015-11-05CI details cleanupKamil Trzcinski
- Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
2015-10-06Fix ci build routing and few testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-05Fix next round of testsKamil Trzcinski
2015-09-29Refactor CI helpersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>