| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewer | Dylan Griffith | 2018-02-07 | 1 | -4/+1 |
| | | | | | | | | | - Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method. | ||||
| * | move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb` | Maxim Rydkin | 2017-09-12 | 1 | -2/+2 |
| | | |||||
| * | Remove deprecated legacy CI project status badge | Grzegorz Bizon | 2017-03-01 | 1 | -47/+0 |
| | | |||||
| * | Remove Ci::ApplicationController | Takuya Noguchi | 2016-10-10 | 3 | -9/+2 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Expose jobs to view | Katarzyna Kobierska | 2016-09-30 | 1 | -0/+1 |
| | | |||||
| * | Code refactor | Katarzyna Kobierska | 2016-09-07 | 1 | -4/+2 |
| | | |||||
| * | Code refactoring | Katarzyna Kobierska | 2016-09-07 | 1 | -6/+3 |
| | | |||||
| * | Fix rubocop errors | Katarzyna Kobierska | 2016-09-07 | 1 | -1/+1 |
| | | |||||
| * | Change class method name | Katarzyna Kobierska | 2016-09-07 | 1 | -2/+2 |
| | | |||||
| * | Add class method to encapsulate exception | Katarzyna Kobierska | 2016-09-07 | 1 | -3/+3 |
| | | |||||
| * | Enable Style/SpaceAfterColon Rubocop cops | Grzegorz Bizon | 2016-06-29 | 1 | -1/+1 |
| | | |||||
| * | Redirect to root path when visiting `/ci`fix/nomethod-error-on-ci | Grzegorz Bizon | 2016-03-29 | 1 | -0/+4 |
| | | |||||
| * | Add definition of before action that has been moved | Grzegorz Bizon | 2016-03-25 | 1 | -1/+5 |
| | | | | | Closes #14528 | ||||
| * | Do not require authentication for CI status badgefix/deprecated-ci-badge-permissions | Grzegorz Bizon | 2016-03-01 | 1 | -1/+0 |
| | | | | | | This changes only deprecated CI badge that we keep for backwards compatibility. See !3030#note_4041498. | ||||
| * | Fix deprecated CI build status badge permissions | Grzegorz Bizon | 2016-03-01 | 1 | -0/+3 |
| | | |||||
| * | Render 404 if there is no project for old CI status badge | Grzegorz Bizon | 2016-02-11 | 1 | -0/+1 |
| | | |||||
| * | Add deprecation warning for old CI status badge action | Grzegorz Bizon | 2016-02-11 | 1 | -1/+4 |
| | | | | | | We keep this only for backwards compatibility with projects that have been migrated from GitLab CI. New project badge will go elsewhere. | ||||
| * | Clean Ci::ApplicationController from unused permission related code | Kamil Trzcinski | 2016-02-03 | 2 | -50/+2 |
| | | |||||
| * | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions. | ||||
| * | Allow subsequent validations in CI Linterfix/ci-linter-sequence-validations | Grzegorz Bizon | 2016-01-11 | 1 | -2/+4 |
| | | | | | Closes #5851 | ||||
| * | Make CI Lint form synchronousfix/ci-lint | Grzegorz Bizon | 2015-12-22 | 1 | -1/+3 |
| | | | | | | | | | | | | This removes `remote: true` from CI Lint form, making it synchronous form. This also removes some complexity related to displaying lint messages. View also has been updated, removed deprecated Bootstrap 2 tags. Improved design. Closes #4206 | ||||
| * | Add runners token | Kamil Trzcinski | 2015-12-11 | 2 | -8/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 11 | -247/+7 |
| | | |||||
| * | Don't rescue Exception, but StandardErrorci-yaml-validation | Kamil Trzcinski | 2015-11-19 | 1 | -2/+2 |
| | | |||||
| * | Remove deprecated dumped yaml file generated from previous job definitionsci-deprecate-dumped-yaml | Kamil Trzcinski | 2015-11-10 | 1 | -4/+0 |
| | | |||||
| * | Remove deprecated CI events from project settings page | Dmitriy Zaporozhets | 2015-10-28 | 2 | -23/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix broken Runners admin page | Kamil Trzcinski | 2015-10-23 | 1 | -0/+1 |
| | | |||||
| * | Allow developer to manage builds | Kamil Trzcinski | 2015-10-23 | 1 | -8/+0 |
| | | |||||
| * | Merge branch 'redirect-ci-dash' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | Temporary bring /ci page page with help information Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1630 | ||||
| | * | Temporary bring /ci page page with help information | Dmitriy Zaporozhets | 2015-10-17 | 1 | -3/+3 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Redirect old CI project route to GitLab project | Dmitriy Zaporozhets | 2015-10-17 | 1 | -0/+5 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Show warning if build doesn't have runners with specified tags or runners ↵ | Kamil Trzcinski | 2015-10-14 | 1 | -2/+2 |
| | | | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> | ||||
| * | Fix tests and few CI features | Dmitriy Zaporozhets | 2015-10-07 | 1 | -0/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Move CI services to project settings area | Dmitriy Zaporozhets | 2015-10-07 | 1 | -59/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove Ci::Commit and Ci::Build controllerscleanup-ci-pages | Dmitriy Zaporozhets | 2015-10-07 | 2 | -84/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove Continuous Integration from project menu | Dmitriy Zaporozhets | 2015-10-07 | 1 | -20/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix ci build routing and few testsci-build-page | Dmitriy Zaporozhets | 2015-10-06 | 1 | -2/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Refactor commit/build tests and fix CI cancel | Dmitriy Zaporozhets | 2015-10-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Cleanup CI code after refactoring and fix several 500 errors | Dmitriy Zaporozhets | 2015-10-06 | 2 | -41/+5 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix broken grouping sql clause when rendering commits for CI | Kamil Trzcinski | 2015-10-06 | 1 | -2/+3 |
| | | |||||
| * | Fix graphical glitches | Kamil Trzcinski | 2015-10-05 | 1 | -3/+5 |
| | | |||||
| * | Merge branch 'rs-remove-ci-disable' | Kamil Trzcinski | 2015-10-05 | 2 | -15/+2 |
| |\ | | | | | | | See merge request !1512 | ||||
| | * | Remove the option to disable CIrs-remove-ci-disable | Robert Speicher | 2015-10-05 | 2 | -15/+2 |
| | | | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b | ||||
| * | | Merge branch 'refactor-build-service' into 'master' | Kamil Trzciński | 2015-10-05 | 3 | -5/+6 |
| |\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Ci::Commit and Ci::Build to have all builds for same :sha on single page This makes Ci::Commit to have only :sha and simplifies routing to have only :sha in path. The :ref and :push_data is now parameter of Ci::Build. All commit related data (git author, message and .gitlab-ci.yml) is read directly from repository. All code related for creating builds is moved to CreateBuildsService. Status deduction is rewritten to make if more efficient and easier to integrate with Commit Status API. This is partially working, tests are not yet touched. This slightly changes view of Commit:  @dzaporozhets What do you think? See merge request !1502 | ||||
| | * | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 1 | -1/+1 |
| | | | |||||
| | * | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 3 | -5/+6 |
| | | | |||||
| * | | Move CI web hooks page to project settings area | Dmitriy Zaporozhets | 2015-10-05 | 1 | -53/+0 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix rubocop warnings in app | Guilherme Garnier | 2015-10-03 | 1 | -1/+1 |
| | | |||||
| * | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -1/+4 |
| | | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc. | ||||
| * | Move CI project settings page to CE project settings areamove-ci-settings | Dmitriy Zaporozhets | 2015-09-29 | 1 | -31/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
