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

feat: create from React component #25168

Merged
merged 16 commits into from Dec 19, 2022

Commits on Dec 5, 2022

  1. feat: server logic for create from React component (#24881)

    Co-authored-by: Ryan Manuel <ryanm@cypress.io>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people committed Dec 5, 2022
    Copy the full SHA
    8a7053e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix: add default export detection (#24954)

    Co-authored-by: astone123 <adams@cypress.io>
    ZachJW34 and astone123 committed Dec 6, 2022
    Copy the full SHA
    2d9c4fa View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge branch 'develop' of github.com:cypress-io/cypress into feature/…

    …create-from-react-component
    astone123 committed Dec 9, 2022
    Copy the full SHA
    35237fd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. merge in develop

    lmiller1990 committed Dec 13, 2022
    Copy the full SHA
    3770e32 View commit details
    Browse the repository at this point in the history
  2. update cache

    lmiller1990 committed Dec 13, 2022
    Copy the full SHA
    a45a607 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    862ed89 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Copy the full SHA
    f054bdc View commit details
    Browse the repository at this point in the history
  2. feat: create from React component UI (#24982)

    * feat: WIP server logic for create from React component
    
    * feat: add more tests; error handling
    
    * feat: WIP create from React UI
    
    * feat: PR feedback [run CI]
    
    * feat: try committing snapshot cache changes [run ci]
    
    * feat: try re-generating snapshot [run ci]
    
    * fix build
    
    * regenerate cache on darwin
    
    * update caches
    
    * Revert "feat: try re-generating snapshot [run ci]"
    
    This reverts commit d763e1f.
    
    * fix typing error
    
    * types
    
    * fix test
    
    * chore: try using react-docgen@6.0.0-alpha.3
    
    * update test
    
    * regen linux snapshot
    
    * update snapshots for darwin
    
    * re-gen linux snapshot
    
    * yarn install
    
    * update snapshots
    
    * update snapshot metadata
    
    * update snapshots due to babel deps changing slightly
    
    * make react docgen a dep
    
    * update tests
    
    * revert
    
    * snapshots again??
    
    * revert
    
    * update
    
    * update
    
    * try change snapshot
    
    * change snap
    
    * update snap
    
    * feat: remove unnecessary ts-ignore
    
    * feat: add more test cases
    
    * feat: create CodegenActions; other minor refactors
    
    * feat: continue UI work
    
    * feat: ignore config and Cypress-related files
    
    * feat: PR feedback
    
    * update Vue component link
    
    * merge in default export work
    
    * consolidate graphql queries
    
    * other misc feedback
    
    * use network-only policy to fetch files; include cypress/ dir for code gen candidates; fix type error
    
    * add basic e2e test
    
    * fix app integration tests
    
    * refactor and fix app component and webpack dev server tests
    
    * add error state; fix unit tests [skip ci]
    
    * simplify generator show logic [skip ci]
    
    * more testing
    
    * fix types
    
    * style updates [skip ci]
    
    * fix error state [skip ci]
    
    * fix list padding [skip ci]
    
    * use slots (#25079)
    
    * add more tests; fix unit tests
    
    * fix types
    
    * fix test describe
    
    * add percy snapshots for new list
    
    * update trouble rendering banner link [skip ci]
    
    * use collapsible component
    
    * use button for component list items
    
    * fix tests
    
    * build binaries
    
    * revert changes to circle config
    
    * remove eslintignore and extra loading div [skip ci] because we know it will fail
    
    * revert changes to framework glob patterns [skip ci]
    
    Co-authored-by: Ryan Manuel <ryanm@cypress.io>
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    3 people committed Dec 14, 2022
    Copy the full SHA
    f61688c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    30a5a31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bff9d3f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:cypress-io/cypress into feature/…

    …create-from-react-component
    astone123 committed Dec 14, 2022
    Copy the full SHA
    86ebf5c View commit details
    Browse the repository at this point in the history
  6. build binaries [run ci]

    astone123 committed Dec 14, 2022
    Copy the full SHA
    6b4aca5 View commit details
    Browse the repository at this point in the history
  7. 4
    Copy the full SHA
    aeb7803 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. regen windows snapshot

    ZachJW34 committed Dec 15, 2022
    5
    Copy the full SHA
    ca6be7a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge branch 'develop' of github.com:cypress-io/cypress into feature/…

    …create-from-react-component
    astone123 committed Dec 16, 2022
    5
    Copy the full SHA
    7f14a32 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. update snaps

    lmiller1990 committed Dec 19, 2022
    5
    Copy the full SHA
    13a2007 View commit details
    Browse the repository at this point in the history