Commit graph

12 commits

Author SHA1 Message Date
Fatih Acet
5eb307a1e0 Merge branch 'cs-warn-on-failure' into 'master'
Warn on failure

## What does this MR do?

Adds styling and HTML for a `success_with_warnings` status in the MR widget. Unfinished as it needs some plumbing in the relevant CI controllers and models.

## Are there points in the code the reviewer needs to double check?

Not at the moment, though I think I'll probably need help getting this to work in the backend.

## What are the relevant issue numbers?

#17669 

## Screenshots (if relevant)

![Screen_Shot_2016-06-29_at_12.02.49_PM](/uploads/af4a915689633fe028f44bb34ae7a5b1/Screen_Shot_2016-06-29_at_12.02.49_PM.png)

## Does this MR meet the acceptance criteria?

- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

cc: @ayufan 

See merge request !5004
2016-07-20 18:57:01 +00:00
Kamil Trzcinski
6c339026a3 Fix a problem with processing a pipeline where stage only has manual actions 2016-07-20 16:42:28 +02:00
Connor Shea
b2a79554c3
Address feedback. 2016-07-19 12:31:24 -06:00
Connor Shea
b306a52114
Add with_warnings? method to Pipelines and add tests. 2016-07-19 12:31:24 -06:00
Kamil Trzcinski
60583bf9db Make manual actions to work with master code 2016-07-18 14:57:24 +02:00
Kamil Trzcinski
e00da96c88 Improve manual actions code and add model, service and feature tests
Manual actions are accessible from:
- Pipelines
- Builds
- Environments
- Deployments
2016-07-18 14:46:20 +02:00
Kamil Trzcinski
1556d4848d Track a user who created a pipeline 2016-07-15 17:42:27 +02:00
Robert Speicher
adc6ec4a9c Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
Grzegorz Bizon
2d495fce52 Remove reduntant method for building pipeline builds 2016-06-15 14:12:25 +02:00
Grzegorz Bizon
bf990fcda4 Return false in create_builds if not builds created
This fixes compatibility with trigger request create service.
2016-06-15 09:35:11 +02:00
Kamil Trzcinski
20c7144ed2 Rename all [ci_]commit to [ci_]pipeline in specs and features 2016-06-03 16:22:26 +02:00
Kamil Trzcinski
4d5f7aa008 Fix more places where we should rename ci_commit to pipeline 2016-06-03 14:46:17 +02:00
Renamed from spec/models/ci/commit_spec.rb (Browse further)