summaryrefslogtreecommitdiff
path: root/spec/models/generic_commit_status_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+7
|
* Add URL validations for generic commit statusesGrzegorz Bizon2017-01-181-0/+7
|
* Add specs for a new external build detailed statusGrzegorz Bizon2017-01-171-4/+22
|
* Add some missing tests for detailed status methodsbuild-statusesGrzegorz Bizon2016-12-141-2/+14
|
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-5/+5
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
| | | | Also removes the note from the development/testing.md guide
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-34/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate modelsStan Hu2016-01-061-0/+1
|
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+33
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+39