You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/07/30 10:10:01 UTC

[GitHub] [cloudstack] davidjumani opened a new pull request #5263: ui: Fix failing UI

davidjumani opened a new pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263


   ### Description
   
   Fixes the error when building the UI
   
   ```
   
   ⇒  npm run serve                                        
   > cloudstack-ui@1.0.0 serve /home/shwstppr/lab/shapeblue/cloudstack/ui
   > vue-cli-service lint --no-fix && vue-cli-service serve
   error: 'originalPage' is assigned a value but never used (no-unused-vars) at src/utils/plugins.js:59:9:
     57 |         action = null,
     58 |         bulkAction = false,
   > 59 |         originalPage = null
        |         ^
     60 |       } = options
     61 | 
     62 |       store.dispatch('AddHeaderNotice', {
   error: Parsing error: Unexpected token
     810 | 
     811 |         return resolve(false)
   > 812 |       })
         |        ^
     813 |     },
     814 |     execSubmit (e) {
     815 |       e.preventDefault() at src/views/AutogenView.vue:1191:7:
     1189 | 
     1190 |         return resolve(false)
   > 1191 |       })
          |       ^
     1192 |     },
     1193 |     execSubmit (e) {
     1194 |       e.preventDefault()
   error: 'actions' is not defined (no-undef) at tests/unit/views/compute/MigrateWizard.spec.js:616:18:
     614 | 
     615 |         setTimeout(() => {
   > 616 |           expect(actions.AddAsyncJob).toHaveBeenCalled()
         |                  ^
     617 |           expect(mocks.$pollJob).toHaveBeenCalled()
     618 |           expect(wrapper.emitted()['close-action'][0]).toEqual([])
     619 | 
   3 errors found.
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! cloudstack-ui@1.0.0 serve: `vue-cli-service lint --no-fix && vue-cli-service serve`
   npm ERR! Exit status 1
   npm ERR! 
   npm ERR! Failed at the cloudstack-ui@1.0.0 serve script.
   npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
   ```
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [x] Major
   - [ ] Minor
   - [ ] Trivial
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263#issuecomment-889793051






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263#issuecomment-889794459


   Looks like my forward merge created the boo-boo


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] Pearl1594 commented on pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263#issuecomment-889792724


   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] davidjumani commented on pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
davidjumani commented on pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263#issuecomment-889789238


   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd merged pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on pull request #5263: ui: Fix failing UI

Posted by GitBox <gi...@apache.org>.
shwstppr commented on pull request #5263:
URL: https://github.com/apache/cloudstack/pull/5263#issuecomment-889792704


   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org