Skip to content

Commit

Permalink
add new jdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed May 19, 2020
1 parent 45932e5 commit 3024043
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: sudo sh test-integration/01-generate-app-sample.sh $JHI_APP $JHI_ARG
- name: 'INSTALL DEPENDENCIES of generated app'
run: sudo sh test-integration/02-install-dependencies-app-sample.sh $JHI_APP
- name: 'GENERATE bar SERVER SERVICE'
run: sudo sh test-integration/03-generate-component-sample.sh $JHI_APP service bar
- name: 'GENERATE foo SERVER CONTROLLER'
run: sudo sh test-integration/03-generate-component-sample.sh $JHI_APP controller foo
# - name: 'GENERATE bar SERVER SERVICE'
# run: sudo sh test-integration/03-generate-component-sample.sh $JHI_APP service bar
# - name: 'GENERATE foo SERVER CONTROLLER'
# run: sudo sh test-integration/03-generate-component-sample.sh $JHI_APP controller foo
- name: 'RUN UNIT TESTS of generated app'
run: sudo sh test-integration/04-run-generated-unit-tests-of-sample.sh $JHI_APP
- name: 'RUN E2E TESTS of generated app'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ relationship ManyToMany {
Category{product(title)} to Product{category}
}


paginate Customer, Product, Category with pagination
paginate Address with pagination
paginate Product with infinite-scroll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ relationship ManyToOne {
Activity {demetrauser} to DemetraUser
}


relationship ManyToMany {

DemetraUser {
Expand All @@ -85,6 +84,7 @@ relationship ManyToMany {
},
}


relationship OneToMany {

DemetraUser {
Expand Down

0 comments on commit 3024043

Please sign in to comment.