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

Interactive namespace selection #1285

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Sep 7, 2022

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

Commits on Sep 12, 2022

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

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    fb0ffea View commit details
    Browse the repository at this point in the history
  2. Merge pull request digitalocean#1239 from joshuaauerbachwatson/revers…

    …e-merge-main
    
    Merge main into feature/serverless
    joshuaauerbachwatson authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a8e75d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Add doctl serverless trigger support (for scheduled functions) (digit…

    …alocean#1232)
    
    * Add support for triggers
    
    * Add lastRun field to trigger list output
    
    * Hide commands we won't be supporting in EA day 1
    
    * Bump deployer version to pick up bug fix
    
    * Fix error handling in services related to triggers
    
    Many calls were not checking for errors.
    
    * Switch to latest API
    
    Change both the triggers command (native to doctl) and the deployer
    version (which affects the semantics of deploy/undeploy).
    
    * Pick up latest deployer (triggers bug fix)
    
    * Remove support for prototype API and clean up code
    
    * Fix unit tests
    
    * Fix misleading comment
    
    * Remove added complexity due to successive change
    
    * Add filtering by function when listing triggers
    
    * Fix omitted code in DeleteTrigger
    
    * Guard triggers get/list with status check
    
    Otherwise, the credentials read fails with a cryptic error instead of
    an informative one when you are not connected to a namespace.
    joshuaauerbachwatson authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    908c9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22fc885 View commit details
    Browse the repository at this point in the history
  3. Merge pull request digitalocean#1253 from joshuaauerbachwatson/latest…

    …-main
    
    Merge latest `main` changes into `feature/serverless`
    joshuaauerbachwatson authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    083868e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    068350a View commit details
    Browse the repository at this point in the history
  5. Eliminate plugin usage in 'doctl sls fn list'

    This completes the elimination of plugin usage in doctl sls fn and the
    functions.go source file.
    joshuaauerbachwatson committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7ca75fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c5d710 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5a2361 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343ac51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a26142 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Remove accidental re-introduction of --beta flag

    I believe this happened in merge conflict resolution during the recent
    rebase.
    joshuaauerbachwatson committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    407f28a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Bump min nim version to incorporate small bug fix

    Affects what happens when a failure occurs in the middle of deleting
    functions and triggers together.
    joshuaauerbachwatson committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd979f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request digitalocean#1252 from joshuaauerbachwatson/functi…

    …on-list-no-plugin
    
    Finish eliminating plugin usage in 'doctl sls functions' + testing improvements
    joshuaauerbachwatson authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f2687c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Avoid plugin in serverless activations [ get | result ] (digitalocean…

    …#1270)
    
    * WIP for converting activations to direct OW flows
    
    * Finish recoding 'activations get' in native doctl
    
    Tests still to come
    
    * Convert the support for sls actv result
    
    Tests not converted yet
    
    * Generate latet mocks
    
    * Fix some comments
    
    * Use more realistic timestampes
    
    * Revise tests for new paths.  Still no output check
    
    * Tests are now doing meaningful output comparison
    
    Fixed some bugs found once tests were really effective
    joshuaauerbachwatson authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    64028da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b22684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    142fe8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b51dccc View commit details
    Browse the repository at this point in the history
  5. re-generates mocks

    ddebarros committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f3e3ebd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    046ee83 View commit details
    Browse the repository at this point in the history
  2. Updates test

    ddebarros committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    72bfb84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f36ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecd13f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    a04b853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4abffc View commit details
    Browse the repository at this point in the history
  3. Merge pull request digitalocean#1277 from ddebarros/add-activations-list

    Re-writes activations list command subtree in Go
    ddebarros authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ca6267a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    88f1753 View commit details
    Browse the repository at this point in the history
  2. Updates tests

    ddebarros committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5acfef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    056c480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e98354d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Nov 1, 2022

  1. Merge branch 'main' of https://github.com/digitalocean/doctl into int…

    …eractive-namespace-selection
    ddebarros committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f8ac4ca View commit details
    Browse the repository at this point in the history
  2. Updates interactive check

    ddebarros committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9a9c47d View commit details
    Browse the repository at this point in the history