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

adding @sap-ux/cf-deploy-config-inquirer #2436

Merged
merged 56 commits into from
Oct 16, 2024
Merged

Commits on Oct 4, 2024

  1. cf prompts app gen flow

    kjose90 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d07dc0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ea186 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. add overwrite logic

    kjose90 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    63cdbed View commit details
    Browse the repository at this point in the history
  2. add test

    kjose90 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7321e72 View commit details
    Browse the repository at this point in the history
  3. update tests and lint

    kjose90 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    29a5862 View commit details
    Browse the repository at this point in the history
  4. refactor prompt types

    kjose90 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cb6e1a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ab1b08d View commit details
    Browse the repository at this point in the history
  2. cf choice list

    kjose90 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    084eea0 View commit details
    Browse the repository at this point in the history
  3. fix choices

    kjose90 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    35f2a3a View commit details
    Browse the repository at this point in the history
  4. fix test

    kjose90 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    42a52d0 View commit details
    Browse the repository at this point in the history
  5. fix dest name

    kjose90 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6cb938d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3667fb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. added propmpts

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1b4f63e View commit details
    Browse the repository at this point in the history
  2. added propmpts

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fedb82a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee12de View commit details
    Browse the repository at this point in the history
  4. lint

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06098b9 View commit details
    Browse the repository at this point in the history
  5. read me

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    94fbe4d View commit details
    Browse the repository at this point in the history
  6. cf comments

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c19cbb3 View commit details
    Browse the repository at this point in the history
  7. adding changeset

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    85bb3cb View commit details
    Browse the repository at this point in the history
  8. add js docs

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cb8e94f View commit details
    Browse the repository at this point in the history
  9. change name to projectRoot

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2136a9c View commit details
    Browse the repository at this point in the history
  10. resolve conflict

    kjose90 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    86566e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebc7162 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    f9e788f View commit details
    Browse the repository at this point in the history
  2. remove cap reference

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dafa3a2 View commit details
    Browse the repository at this point in the history
  3. fix readme

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4e3ba6a View commit details
    Browse the repository at this point in the history
  4. resolve conflict

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3287b45 View commit details
    Browse the repository at this point in the history
  5. add tests

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4bad05a View commit details
    Browse the repository at this point in the history
  6. fix sonar issues

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3cfd6ff View commit details
    Browse the repository at this point in the history
  7. search autocomplete feature

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f264390 View commit details
    Browse the repository at this point in the history
  8. fix auto complete

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ffbc655 View commit details
    Browse the repository at this point in the history
  9. change name to destination

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a5e110b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb4fe05 View commit details
    Browse the repository at this point in the history
  11. adding comments

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    be1e253 View commit details
    Browse the repository at this point in the history
  12. resolve conflict

    kjose90 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    16cd1cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8c3aee View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    bb9a84b View commit details
    Browse the repository at this point in the history
  2. rename prompt names to cf

    kjose90 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f88290b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aea528 View commit details
    Browse the repository at this point in the history
  4. fix dest name message

    kjose90 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    08a95ac View commit details
    Browse the repository at this point in the history
  5. rename overwrite prompt

    kjose90 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    da446b8 View commit details
    Browse the repository at this point in the history
  6. altering types

    kjose90 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5e462bb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    24b9dec View commit details
    Browse the repository at this point in the history
  2. adding addBTPdestList Flag

    kjose90 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    32f068a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edd6b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7cb4e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. add log and test

    kjose90 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d1401d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b4efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    688d49c View commit details
    Browse the repository at this point in the history
  4. add validate tests

    kjose90 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    67aed00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91ca450 View commit details
    Browse the repository at this point in the history
  6. add log info

    kjose90 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    91340bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb688ac View commit details
    Browse the repository at this point in the history
  8. logging

    kjose90 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8b59f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. update logging

    kjose90 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe34619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09639f View commit details
    Browse the repository at this point in the history