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: Cloud CLI for adding projects #7620

Merged
merged 58 commits into from
Aug 22, 2023
Merged

feat: Cloud CLI for adding projects #7620

merged 58 commits into from
Aug 22, 2023

Commits on Apr 27, 2023

  1. wip

    Ken Payne committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c5c7476 View commit details
    Browse the repository at this point in the history
  2. first pass

    Ken Payne committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f4414e3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cloud' into kgpayne/issue7412

    Ken Payne committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7028745 View commit details
    Browse the repository at this point in the history
  4. await response

    Ken Payne committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3aaf5e8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'cloud' into kgpayne/issue7412

    Ken Payne committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c510bbe View commit details
    Browse the repository at this point in the history
  2. tests and pr feedback

    Ken Payne committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c473da8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. tidy up

    Ken Payne committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4e89668 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cloud' into kgpayne/issue7412

    Ken Payne committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3a391f3 View commit details
    Browse the repository at this point in the history
  3. Update src/cloud-cli/meltano/cloud/cli/project.py

    Co-authored-by: Edgar R. M. <edgar@meltano.com>
    Ken Payne and edgarrmondragon committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3693eab View commit details
    Browse the repository at this point in the history
  4. Update src/cloud-cli/tests/cli/test_project.py

    Co-authored-by: Edgar R. M. <edgar@meltano.com>
    Ken Payne and edgarrmondragon committed May 4, 2023
    Configuration menu
    Copy the full SHA
    938f616 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge branch 'cloud' into kgpayne/issue7412

    Ken Payne committed May 5, 2023
    Configuration menu
    Copy the full SHA
    26bfa27 View commit details
    Browse the repository at this point in the history
  2. poetry update

    Ken Payne committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ca3341b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge branch 'cloud' into kgpayne/issue7412

    Ken Payne committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f2edfc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    cf67cfd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Project add command

    cjohnhanson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e35b699 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    49f4639 View commit details
    Browse the repository at this point in the history
  2. Use yaspin

    cjohnhanson committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a2fa7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770919e View commit details
    Browse the repository at this point in the history
  4. Add -> create

    cjohnhanson committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    30c655f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861dcbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb616a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add -> create in tests

    cjohnhanson committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dcf6816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3340adc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    93e74cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9280990 View commit details
    Browse the repository at this point in the history
  3. feat: Deploy project stack on creation (#7925)

    * Project add command
    
    * Use new provisioner API projects endpoint in project add command
    
    * Use yaspin
    
    * [pre-commit.ci] auto fixes from pre-commit.ci hooks
    
    for more information, see https://pre-commit.ci
    
    * Add -> create
    
    * Add -> create in tests
    
    * [pre-commit.ci] auto fixes from pre-commit.ci hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    cjohnhanson and pre-commit-ci[bot] committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8d68cbe View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. merge cloud

    cjohnhanson committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6fab957 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    7431f5e View commit details
    Browse the repository at this point in the history
  2. Update src/cloud-cli/meltano/cloud/cli/project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e073299 View commit details
    Browse the repository at this point in the history
  3. Update src/cloud-cli/meltano/cloud/cli/project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ab367b3 View commit details
    Browse the repository at this point in the history
  4. Update src/cloud-cli/meltano/cloud/cli/project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f443689 View commit details
    Browse the repository at this point in the history
  5. Update src/cloud-cli/meltano/cloud/cli/project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5be269f View commit details
    Browse the repository at this point in the history
  6. Update src/cloud-cli/tests/cli/test_project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6745784 View commit details
    Browse the repository at this point in the history
  7. Update src/cloud-cli/tests/cli/test_project.py

    Co-authored-by: Will Da Silva <will@willdasilva.xyz>
    cjohnhanson and WillDaSilva committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bbce161 View commit details
    Browse the repository at this point in the history
  8. merging cloud

    cjohnhanson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b00c218 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4b8503 View commit details
    Browse the repository at this point in the history
  10. project_name -> name

    cjohnhanson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8db1246 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b9e567 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b6d3d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    297bec9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    03dbb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec325d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    11b9119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daaa92a View commit details
    Browse the repository at this point in the history
  3. Update src/meltano/cloud/cli/project.py

    Co-authored-by: Edgar R. M. <edgar@meltano.com>
    cjohnhanson and edgarrmondragon committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ec7bfe6 View commit details
    Browse the repository at this point in the history
  4. Update src/meltano/cloud/cli/project.py

    Co-authored-by: Edgar R. M. <edgar@meltano.com>
    cjohnhanson and edgarrmondragon committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cbdb557 View commit details
    Browse the repository at this point in the history
  5. Update src/meltano/cloud/cli/project.py

    Co-authored-by: Edgar R. M. <edgar@meltano.com>
    cjohnhanson and edgarrmondragon committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    537e2e5 View commit details
    Browse the repository at this point in the history
  6. PR feedback

    cjohnhanson committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e4a7d56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f13e507 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f511f1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f199c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    9f7554b View commit details
    Browse the repository at this point in the history
  2. re-add signed request

    cjohnhanson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4e8ae89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96444ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2172f13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9e79f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    da30a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421362b View commit details
    Browse the repository at this point in the history