-
Notifications
You must be signed in to change notification settings - Fork 397
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
base: main
Are you sure you want to change the base?
Interactive namespace selection #1285
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11ac703 - Browse repository at this point
Copy the full SHA 11ac703View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a75e480 - Browse repository at this point
Copy the full SHA a75e480View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb0ffea - Browse repository at this point
Copy the full SHA fb0ffeaView commit details -
Merge pull request digitalocean#1239 from joshuaauerbachwatson/revers…
…e-merge-main Merge main into feature/serverless
Configuration menu - View commit details
-
Copy full SHA for a8e75d1 - Browse repository at this point
Copy the full SHA a8e75d1View commit details
Commits on Sep 27, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 908c9ce - Browse repository at this point
Copy the full SHA 908c9ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fc885 - Browse repository at this point
Copy the full SHA 22fc885View commit details -
Merge pull request digitalocean#1253 from joshuaauerbachwatson/latest…
…-main Merge latest `main` changes into `feature/serverless`
Configuration menu - View commit details
-
Copy full SHA for 083868e - Browse repository at this point
Copy the full SHA 083868eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 068350a - Browse repository at this point
Copy the full SHA 068350aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7ca75fc - Browse repository at this point
Copy the full SHA 7ca75fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5d710 - Browse repository at this point
Copy the full SHA 0c5d710View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a2361 - Browse repository at this point
Copy the full SHA c5a2361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343ac51 - Browse repository at this point
Copy the full SHA 343ac51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a26142 - Browse repository at this point
Copy the full SHA 8a26142View commit details
Commits on Sep 28, 2022
-
Remove accidental re-introduction of --beta flag
I believe this happened in merge conflict resolution during the recent rebase.
Configuration menu - View commit details
-
Copy full SHA for 407f28a - Browse repository at this point
Copy the full SHA 407f28aView commit details
Commits on Sep 29, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for bd979f2 - Browse repository at this point
Copy the full SHA bd979f2View commit details -
Merge pull request digitalocean#1252 from joshuaauerbachwatson/functi…
…on-list-no-plugin Finish eliminating plugin usage in 'doctl sls functions' + testing improvements
Configuration menu - View commit details
-
Copy full SHA for f2687c4 - Browse repository at this point
Copy the full SHA f2687c4View commit details
Commits on Oct 11, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 64028da - Browse repository at this point
Copy the full SHA 64028daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b22684 - Browse repository at this point
Copy the full SHA 5b22684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142fe8d - Browse repository at this point
Copy the full SHA 142fe8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51dccc - Browse repository at this point
Copy the full SHA b51dcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e3ebd - Browse repository at this point
Copy the full SHA f3e3ebdView commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 046ee83 - Browse repository at this point
Copy the full SHA 046ee83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bfb84 - Browse repository at this point
Copy the full SHA 72bfb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f36ad - Browse repository at this point
Copy the full SHA 37f36adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd13f1 - Browse repository at this point
Copy the full SHA ecd13f1View commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a04b853 - Browse repository at this point
Copy the full SHA a04b853View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4abffc - Browse repository at this point
Copy the full SHA d4abffcView commit details -
Merge pull request digitalocean#1277 from ddebarros/add-activations-list
Re-writes activations list command subtree in Go
Configuration menu - View commit details
-
Copy full SHA for ca6267a - Browse repository at this point
Copy the full SHA ca6267aView commit details
Commits on Oct 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for caa607b - Browse repository at this point
Copy the full SHA caa607bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b761a8 - Browse repository at this point
Copy the full SHA 2b761a8View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88f1753 - Browse repository at this point
Copy the full SHA 88f1753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5acfef5 - Browse repository at this point
Copy the full SHA 5acfef5View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 056c480 - Browse repository at this point
Copy the full SHA 056c480View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98354d - Browse repository at this point
Copy the full SHA e98354dView commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d25febf - Browse repository at this point
Copy the full SHA d25febfView commit details
Commits on Nov 1, 2022
-
Merge branch 'main' of https://github.com/digitalocean/doctl into int…
…eractive-namespace-selection
Configuration menu - View commit details
-
Copy full SHA for f8ac4ca - Browse repository at this point
Copy the full SHA f8ac4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9c47d - Browse repository at this point
Copy the full SHA 9a9c47dView commit details