1. 04 4月, 2019 1 次提交
    • P
      Fix vue render error for IDE status bar · bd1122ee
      Paul Slaughter 提交于
      **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.
      bd1122ee
  2. 20 11月, 2018 1 次提交
  3. 17 11月, 2018 1 次提交
  4. 07 11月, 2018 1 次提交
  5. 29 10月, 2018 1 次提交
  6. 12 9月, 2018 1 次提交
  7. 13 6月, 2018 1 次提交
  8. 11 6月, 2018 1 次提交
  9. 30 5月, 2018 1 次提交
  10. 29 5月, 2018 3 次提交
  11. 26 5月, 2018 4 次提交
  12. 25 5月, 2018 2 次提交
  13. 24 5月, 2018 5 次提交