Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Axios Http into generated Vue Webapp #1588

Merged
merged 1 commit into from
May 9, 2022
Merged

Add Axios Http into generated Vue Webapp #1588

merged 1 commit into from
May 9, 2022

Conversation

matthieuRioual
Copy link
Contributor

@codecov
Copy link

codecov bot commented May 4, 2022

Codecov Report

Merging #1588 (8447768) into main (6b535a1) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 8447768 differs from pull request most recent head 03970d4. Consider uploading reports for the commit 03970d4 to get more accurate results

@@             Coverage Diff              @@
##                main     #1588    +/-   ##
============================================
  Coverage     100.00%   100.00%            
+ Complexity      1655      1626    -29     
============================================
  Files            355       340    -15     
  Lines           5836      5705   -131     
  Branches         141       129    -12     
============================================
- Hits            5836      5705   -131     
Impacted Files Coverage Δ
...ter/lite/generator/client/vue/core/domain/Vue.java 100.00% <100.00%> (ø)
...rator/client/vue/core/domain/VueDomainService.java 100.00% <100.00%> (ø)
...rc/main/webapp/app/common/secondary/RestHistory.ts 100.00% <0.00%> (ø)
...n/java/tech/jhipster/lite/error/domain/Assert.java 100.00% <0.00%> (ø)
...va/tech/jhipster/lite/common/domain/JsonUtils.java 100.00% <0.00%> (ø)
.../generator/client/angular/core/domain/Angular.java 100.00% <0.00%> (ø)
...generator/history/domain/GeneratorHistoryData.java 100.00% <0.00%> (ø)
...enerator/history/domain/GeneratorHistoryValue.java 100.00% <0.00%> (ø)
...history/infrastructure/primary/dto/HistoryDTO.java 100.00% <0.00%> (ø)
...istory/infrastructure/primary/HistoryResource.java 100.00% <0.00%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b535a1...03970d4. Read the comment docs.

Copy link
Member

@pascalgrimaud pascalgrimaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • remove the useless additional file
  • squash all the commits

@@ -12,7 +13,8 @@
"devDependencies": {
"@pinia/testing": "0.0.11",
"@rushstack/eslint-patch": "1.1.3",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/sinon": "^10.0.11",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove ^, always use fixed version

@pascalgrimaud
Copy link
Member

some conflicts to resolve too

@pascalgrimaud
Copy link
Member

Plz, as mentioned above, remove the useless additional file: kuregreg, then squash and rebase to resolve conflict

@Operation(summary = "Add JWT to Vue+Pinia application", description = "Add JWT to Vue+Pinia application")
@ApiResponse(responseCode = "500", description = "An error occurred while adding JWT to your vue application")
@PostMapping("/jwt")
@GeneratorStep(id = GeneratorAction.VUE_STYLED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not valid

"vue-tsc": "0.34.11"
}
}
"name": "jhlite-dependencies",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why changing indentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants