Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 1 | -1/+8 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -3/+4 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix updaing commit status with optional attributes | Grzegorz Bizon | 2017-03-01 | 1 | -4/+5 |
| | | | | | Passing different optional attributes in case of updating an existing commit status should not create a new commit status with the same name. | ||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Make it possible to pass coverage value to commit status API | wendy0402 | 2017-02-14 | 1 | -1/+3 |
| | |||||
* | Respond with validation errors in commit status APIfix/external-status-badge-links | Grzegorz Bizon | 2017-01-18 | 1 | -0/+2 |
| | | | | | | If validation errors are present, include validation errors in the commit status API payload, instead of depending on state machine errors caused by invalid record. | ||||
* | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -1/+3 |
| | |||||
* | Don't convert data which already is the target typeapi-no-convert | Robert Schilling | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Don't use Hash#slice since it's not supported in Ruby 2.1fix-ruby-2-1-failures | Rémy Coutable | 2016-10-20 | 1 | -3/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Grapify the commit status APIgrapify-commit-statuses-api | Robert Schilling | 2016-10-19 | 1 | -26/+27 |
| | |||||
* | Fix an error where we were unable to create a CommitStatus for running statefix-commit-status | Kamil Trzcinski | 2016-09-12 | 1 | -26/+28 |
| | |||||
* | Reverse ref and sha in args and rename pipeline to pipeline_for | Lin Jen-Shin | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | Replace parse_boolean with to_boolean | Robert Schilling | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Track a user who created a pipeline | Kamil Trzcinski | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Rename all ci_commit[s] in application code to pipeline[s] | Kamil Trzcinski | 2016-06-03 | 1 | -5/+5 |
| | |||||
* | Fix other places where we still use commit attribute of Build | Kamil Trzcinski | 2016-06-03 | 1 | -3/+3 |
| | |||||
* | Use pipelines in context of Project | Kamil Trzcinski | 2016-06-03 | 1 | -2/+2 |
| | |||||
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Fix a few places where autoloading would fail | Rémy Coutable | 2016-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | - Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -6/+13 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -4/+10 |
| | |||||
* | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Check if commit exists first in commit status API | Grzegorz Bizon | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | Return empty array when commit has no statuses in API | Grzegorz Bizon | 2016-02-29 | 1 | -4/+6 |
| | | | | | | | This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 | ||||
* | 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. | ||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Fix broken tests | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Update rendering | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -2/+3 |
| | |||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -10/+10 |
| | |||||
* | Add author to statuses | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix commit status POST URL | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+79 |