Commit Graph

617 Commits

Author SHA1 Message Date
Siddharth Subramanian 8f6a22230b
Fix golint issues #377
Signed-off-by: Siddharth Subramanian <sidsbrmnn@gmail.com>
2020-10-07 11:15:22 +05:30
Ben Tranter 7ca5525843
Merge pull request #380 from DonRenando/main
refactor: Cyclomatic complexity issue
2020-10-06 17:41:58 -04:00
Renan Husson 3df06c0df5
refactor: Cyclomatic complexity issue 2020-10-06 22:45:05 +02:00
Ben Tranter b82227ae5a
Merge pull request #379 from mycodeself/run-gofmt
Run gofmt to fix some issues in codebase
2020-10-06 15:23:48 -04:00
mycodeself 41c43af26d Run gofmt to fix some issues in codebase 2020-10-06 21:01:41 +02:00
Ben Tranter b6eed8828d
Merge pull request #374 from bentranter/release-1.46.0
Prepare to release v1.46.0
2020-10-05 15:20:02 -04:00
Ben Tranter fc62561f19
Prepare to release v1.46.0 2020-10-05 14:59:54 -04:00
Ben Tranter 670ebb34c8
Merge pull request #373 from anitgandhi/lb-add-size-slug
load balancers: add new size slug field
2020-10-05 14:56:28 -04:00
Anit Gandhi 683a859d49 load balancers: add new size slug field 2020-10-02 14:07:46 -07:00
Ben Tranter bf5565cae5
Merge pull request #371 from eddiezane/ez/update-new-from-token
Use StaticTokenSource with NewFromToken
2020-10-01 11:09:35 -04:00
Ben Tranter 685330fad8
Merge branch 'main' into ez/update-new-from-token 2020-10-01 11:05:48 -04:00
Ben Tranter d9277146a6
Merge pull request #372 from gottwald/fix-test-fail-method
Fix bug in rate limit race test
2020-10-01 11:05:24 -04:00
Ingo Gottwald 5537b6007c Fix bug in rate limit race test
According to the Go testing package documentation FailNow must be called
from the goroutine running the test, not from other goroutines created
during the test.
A simple error without fatal seems to be sufficient for this test.
2020-10-01 11:04:11 +02:00
Eddie Zaneski 7c585cc14f
Use StaticTokenSource with NewFromToken
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-09-25 12:55:44 -04:00
Andrew Starr-Bochicchio 515b71ebbf
Prep v1.45.0 release. (#370)
* Prep v1.45.0 release.

* Bump date.
2020-09-25 11:04:53 -04:00
Kamal Nasser 83a9c66cad
update apps types to latest (#369) 2020-09-23 12:26:56 -04:00
Verónica López 979e4282bf
Merge pull request #368 from timoreimann/add-support-for-kubernetes-node-pool-taints
Kubernetes: add taints field to node pool create and update requests
2020-09-21 11:45:38 -04:00
Timo Reimann 1c8fe6b04d Kubernetes: add taints field to node pool create and update requests
This change adds support for persistent node pool taints, a feature in
DOKS to associate Kubernetes taints with current and future nodes of a
pool.
2020-09-21 16:54:42 +02:00
Kamal Nasser f65aa7a194
update apps types to latest (#367) 2020-09-21 10:34:00 -04:00
Andrew Starr-Bochicchio d924aa57a5
Prep v1.44.0 release. (#366) 2020-09-10 10:25:09 -04:00
Kamal Nasser 9a4df0b8e1
support aggregate deployment logs (#364) 2020-09-09 10:24:21 -04:00
Andrew Starr-Bochicchio e453101031
Prep v1.43.0 release. (#363) 2020-09-08 12:17:21 -04:00
Kamal Nasser c24fed1eaa
update apps types (#362) 2020-09-03 10:12:01 -04:00
Andrew Starr-Bochicchio 24aec12023
Prep v1.42.1 release. (#361) 2020-08-07 11:02:01 -04:00
Andrew Starr-Bochicchio 3714c56af9
domains: Allow for SRV records with port 0. (#360) 2020-08-06 17:17:54 -04:00
Andrew Starr-Bochicchio 4b6e056e0c
Prep v1.42.0 release. (#359) 2020-07-22 10:03:38 -04:00
Nan Zhong 67075e4235
apps: add support for following logs (#358) 2020-07-22 09:50:17 -04:00
Ryan Butler 738f7b0c43
invoices: add category to InvoiceItem (#357) 2020-07-21 12:11:09 -04:00
Andrew Starr-Bochicchio 845ee2c8f0
Prep v1.41.0 release. (#356) 2020-07-17 12:55:40 -04:00
Varsha Varadarajan d36624db38
kubernetes - add support for surge upgrades (#355) 2020-07-16 18:28:55 -04:00
Andrew Starr-Bochicchio c46bc28841
Prep v1.40.0 release. (#354) 2020-07-16 14:09:58 -04:00
Andrew Starr-Bochicchio 9eeba74d69 Wrap comment lines. 2020-07-15 16:54:15 -04:00
Kumar Saurabh c9f368fd99 Revert "update libraryVersion"
This reverts commit 8226e44dfd3587df3f977d926fc1773884b3670f.
2020-07-15 16:54:15 -04:00
Kumar Saurabh 8774a10301 Revert "Update CHANGELOG.md"
This reverts commit 6456799431320a2f9fd31ab7175bd34b832e0a6d.
2020-07-15 16:54:15 -04:00
Kumar Saurabh 8c8be91eb5 update libraryVersion 2020-07-15 16:54:15 -04:00
Kumar Saurabh c9d5c6b078 Update CHANGELOG.md 2020-07-15 16:54:15 -04:00
Kumar Saurabh d64cb4c8ab Ensure the response body is fully read and closed before we reconnect, so that we reuse the same TCPconnection. 2020-07-15 16:54:15 -04:00
Julien Pivotto a51159bebb
Make Rate limits thread safe (#347)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-07-14 18:41:16 -04:00
Julien Pivotto ce1a90fde7
Make readme exemple compile (#349)
After my PR was merged I realised that it did not compile

🤦

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-07-14 16:11:53 -04:00
Julien Pivotto 6e49639328
README: Simplify droplet list (#344)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-07-14 16:03:08 -04:00
Nan Zhong 628e39385f
Prep v1.39.0 release (#348) 2020-07-14 15:40:47 -04:00
Nan Zhong e4e119fd17
Merge pull request #346 from digitalocean/apps-fix-get-logs
apps: fix get logs endpoint not passing in log type
2020-07-11 08:23:04 -04:00
Nan Zhong 5dda20ea1b apps: fix get logs endpoint not passing in log type 2020-07-10 20:41:20 -04:00
Nan Zhong 1dc3c098f4
apps: add initial implementation for app platform endpoints (#345)
* apps: add support for app platform endpoints

* apps: add tests for apps service

* apps: cleanup deprecated logs field

* apps: update with latest generated app spec
2020-07-10 15:33:32 -04:00
Hilary Holz 688886f47f convert master to main 2020-06-29 11:51:16 -07:00
Hilary (hilz) Holz 5aa02aff94
Merge pull request #342 from andrewsomething/asb/prep-v1.38.0
Prep v1.38.0 release.
2020-06-22 08:47:48 -07:00
Andrew Starr-Bochicchio cbaa63a71b Prep v1.38.0 release. 2020-06-18 10:58:46 -04:00
Dhruv Kela 8aac4cd600
Install 1-click applications on a Kubernetes cluster (#341)
* added k8s install

* added message

* added testcase

* updated test

* updated name

* typo

* returning whole response

* Added new line

* removed dependency

Co-authored-by: dkela <dkela@digitalocean.com>
2020-06-18 10:54:13 -04:00
Verónica López c107de7498
Merge pull request #340 from viola/master
Add RecordsByType, RecordsByName and RecordsByTypeAndName to the DomainsService
2020-06-09 11:43:30 -04:00
Wioletta Holownia 9b58e0f867
Merge pull request #2 from viola/domains-records-filters
Add RecordsByType, RecordsByName and RecordsByTypeAndName to DomainsService
2020-06-09 11:32:54 -04:00