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

Fixes some errors with cypress relationships support. #16617

Merged
merged 5 commits into from
Oct 9, 2021

Conversation

mshima
Copy link
Member

@mshima mshima commented Oct 9, 2021

Follow up to #16504.

  • Fixes angular with infinite-scroll
  • Fixes many-to-many relationships for angular and react
  • Remove required one-to-many relationship test.

Still broken but not related to the feature request:

  • Vue with required many-to-many relationships (submit button is never enabled)
  • Reactive with sql. Edit entity with relationship but without any field fails to persist.

Closes #14103


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@mraible
Copy link
Contributor

mraible commented Oct 9, 2021

I'll add a bounty to fix the broken items too!

@mraible mraible added $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $200 https://www.jhipster.tech/bug-bounties/ labels Oct 9, 2021
@DanielFran DanielFran merged commit 2b031aa into jhipster:main Oct 9, 2021
@pascalgrimaud pascalgrimaud added this to the 7.4.0 milestone Oct 14, 2021
@mshima
Copy link
Member Author

mshima commented Oct 26, 2021

Follow-up PRs fixed 1 vue bug, 1 react bug, 1 reactive+sql generic bug and added workarounds for bugs that looks upstream bugs, 1 reactive + postgresql and one reactive + mariadb.

Cypress relationships is now enabled for every test case.

@mshima
Copy link
Member Author

mshima commented Oct 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ theme: angular theme: front $200 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add relationships support to cypress.
4 participants