gitlab-org--gitlab-foss/app/assets/javascripts/ide
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
..
components Fix vue render error for IDE status bar 2019-04-04 10:00:44 -05:00
lib Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce into feature/webide_escaping 2019-04-03 11:38:46 +00:00
services Extended Web IDE API to get MRs for a certain branch in a project 2019-03-04 18:10:55 +01:00
stores Fix vue render error for IDE status bar 2019-04-04 10:00:44 -05:00
constants.js Replaced part of diff file properties with diff viewer 2019-02-15 17:56:50 +00:00
eventhub.js
ide_router.js Upgraded various Vue packages 2019-01-09 09:05:16 +00:00
index.js Fixes diff web worker not loading in staging 2019-02-08 14:06:24 +00:00
utils.js