Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for Ci::Build artifacts at database level | Paco Guzman | 2016-07-29 | 1 | -0/+16 |
| | |||||
* | Tests refactoring for trigger variables | Katarzyna Kobierska | 2016-07-26 | 1 | -1/+2 |
| | |||||
* | Use value of `yaml_variables` and `when` from config_processor if undefined | Kamil Trzcinski | 2016-07-19 | 1 | -0/+2 |
| | |||||
* | Improve manual actions code and add model, service and feature tests | Kamil Trzcinski | 2016-07-18 | 1 | -0/+5 |
| | | | | | | | | Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments | ||||
* | Store when and yaml variables in builds table | Kamil Trzcinski | 2016-07-16 | 1 | -0/+5 |
| | |||||
* | Adopt the rename from ci_commits to ci_pipelines | Lin Jen-Shin | 2016-06-15 | 1 | -0/+0 |
| | |||||
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 2 | -6/+6 |
| | |||||
* | Try to use `pipeline` where applicable | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Move all factory definitions to their own file | Robert Speicher | 2016-03-04 | 7 | -11/+2 |
| | |||||
* | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverage | Rémy Coutable | 2016-02-22 | 1 | -1/+5 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Fix build api specs after rebase | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Use DELETE verb for erasing a build content | Grzegorz Bizon | 2016-02-19 | 1 | -6/+5 |
| | | | | Also added API specs for that | ||||
* | Add artifacts trait to build factory in specs | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Refactorize `ci_runner` factory and `let` definitions in runners API spec | Tomasz Maczukin | 2016-02-19 | 1 | -6/+4 |
| | |||||
* | Fix builds scheduler when first build is allowed to fail | Grzegorz Bizon | 2016-02-18 | 1 | -0/+12 |
| | | | | | | | | Before this fix when there was only one relevant, previous build and it failed, but was allowed to fail, entire build had been marked as skipped. Closes #3192 | ||||
* | Add specs for build status helper class | Grzegorz Bizon | 2016-02-18 | 1 | -0/+8 |
| | |||||
* | Remove unmaintainable db schema comment from build factory | Grzegorz Bizon | 2016-02-04 | 1 | -27/+0 |
| | |||||
* | Improve CI API specs related to operations on build | Grzegorz Bizon | 2016-02-04 | 1 | -0/+15 |
| | | | | | Conflicts: spec/factories/ci/builds.rb | ||||
* | Merge branch 'master' into ci/api-triggers | Tomasz Maczukin | 2016-01-14 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (150 commits) fixes margin and padding Update mailroom/postfix documentation [ci skip] Fix css mess around git clone panel. Align it properly Fix missing padding for user/group pages Fix parse_gollum_tags matcher Update documentation on Banzai::Filter::GollumTagsFilter Add tests for the wiki pipeline Refactoring Banzai::Filter::GollumTagsFilter Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatter Remove GollumTagsPipeline Refactoring Gitlab::GithubImport::Importer Remove unnecessary brackets on WIKI_SLUG_ID route constraints Move js function to removing accents to vendor/assets/javascripts Update CHANGELOG Use the WikiPipeline when rendering the wiki markdown content Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTML Relax constraints for wiki slug Import GitHub wiki into GitLab Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatus Revert changes to how the notes are paginated in the API ... Conflicts: doc/api/README.md lib/api/entities.rb | ||||
| * | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-14 | 1 | -0/+22 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb | ||||
| * | | Remove hard-coded id from builds factory | Tomasz Maczukin | 2016-01-14 | 1 | -2/+1 |
| | | | |||||
| * | | Change :ci_build_canceled factory to :canceled trait | Tomasz Maczukin | 2016-01-13 | 1 | -4/+4 |
| | | | |||||
| * | | Fix :ci_build_with_trace factory | Tomasz Maczukin | 2016-01-11 | 1 | -1/+3 |
| | | | |||||
| * | | Add cancel/retry features to builds API | Tomasz Maczukin | 2015-12-30 | 1 | -0/+4 |
| | | | |||||
| * | | Add specs for build details/traces features in builds API | Tomasz Maczukin | 2015-12-30 | 1 | -0/+6 |
| | | | |||||
* | | | Merge branch 'master' into ci/api-triggers | Tomasz Maczukin | 2016-01-14 | 1 | -0/+22 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix version Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Modify builds API documentation style [ci skip] Modify :ci_variable factory Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add some fixes after review Remove blank line Update ./doc/api Change :variable_id to :key as resource ID in API Fix a typo in method description Add create feature to variables API Add missing 'not_found' checks in variables API Add delete feature to variables API Add update feature for variables API Add features for list and show details of variables in API Conflicts: doc/api/README.md lib/api/entities.rb | ||||
| * | | Modify :ci_variable factory | Tomasz Maczukin | 2016-01-13 | 1 | -5/+2 |
| | | | |||||
| * | | Add create feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -1/+1 |
| | | | |||||
| * | | Add features for list and show details of variables in API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+25 |
| |/ | |||||
* | | Fix ci_trigger_request factory | Tomasz Maczukin | 2016-01-05 | 1 | -1/+1 |
| | | |||||
* | | Add triggers feature to API | Tomasz Maczukin | 2016-01-04 | 1 | -0/+2 |
|/ | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 5 | -76/+6 |
| | |||||
* | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -6/+0 |
| | |||||
* | Specs for 'Merge When Build Succeeds' | Zeger-Jan van de Weg | 2015-12-02 | 1 | -11/+12 |
| | |||||
* | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -4/+8 |
| | | | | - Enable CI by default for all new projects | ||||
* | Fix testsshared_runners | Kamil Trzcinski | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+1 |
| | |||||
* | Make rubocop happy | Kamil Trzcinski | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Fix rest of tests | Kamil Trzcinski | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -5/+11 |
| | |||||
* | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 2 | -38/+9 |
| | |||||
* | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -12/+0 |
| | | | | | | | - 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. | ||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 2 | -1/+3 |
| | |||||
* | Refactor ci_admin_event and fix features/ci/events_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Fix: ci_*_build factory should be valid | Kamil Trzcinski | 2015-09-15 | 1 | -0/+2 |
| | |||||
* | rubocop satisfy | Valery Sizov | 2015-09-14 | 1 | -2/+2 |
| |