gitlab-org--gitlab-foss/app/assets
Paul Slaughter bd1122ee2f
Fix vue render error for IDE status bar
**What?**

A Vue warning that `ide_status_bar` sent a `Boolean` to a `String`
property (`img-src).

**What was the fix?**

Previously, `latestPipeline` could be one of the following values:

|          |        |
|----------|--------|
| `null`   | The pipeline hasn't loaded yet |
| `false`  | The pipeline has loaded, but nothing was returned. |
| `Object` | The piepline has loaded. |

Giving a semantic meaning to different falsey values hurts
maintainability. This commit fixes the above problem by removing the
`false` value and introducing a `hasLoadedPipeline` state property.
2019-04-04 10:00:44 -05:00
..
images Remove executable permission on images 2019-03-30 21:43:59 -07:00
javascripts Fix vue render error for IDE status bar 2019-04-04 10:00:44 -05:00
stylesheets Merge branch 'revert-4e045cd5' into 'master' 2019-04-04 13:57:42 +00:00