Commit Graph

782 Commits

Author SHA1 Message Date
Kamal Nasser 84c2f77f07
add apps: ListRegions, Get/ListTiers, Get/ListInstanceSizes (#383) 2020-10-20 17:39:25 -04:00
Steven Normore 5dd2a06b9c
apps: add service spec internal_ports (#390) 2020-10-20 10:20:59 -04:00
Andrew Starr-Bochicchio 31c4081a9e
Prep v1.48.0 release. (#389) 2020-10-16 10:36:01 -04:00
Varsha Varadarajan b8bad19f5b
kubernetes - change docr integration api routes (#388)
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-10-16 10:02:23 -04:00
Steven Normore d481795ead
apps: pull in recent updates to jobs and domains (#386)
* apps: pull in recent updates to jobs and domains

* apps: prefix InstanceSize with App in apps.gen.go

* apps: add cors policy fields
2020-10-16 09:56:38 -04:00
Ben Tranter a52f2ac77b
Prepare to releave v1.47.0 (#387) 2020-10-14 20:22:54 -04:00
Ben Tranter 81c724977b
Merge pull request #384 from varshavaradarajan/doks-docr-integration
kubernetes - add registry related doks apis
2020-10-14 19:12:09 -04:00
Ben Tranter 78967a6386
Merge branch 'main' into doks-docr-integration 2020-10-14 19:01:59 -04:00
Ben Tranter d2ebcb6f97
Merge pull request #385 from devil-cyber/devil-cyber
Fixed some typo in apps.gen.go and databases.go file or issue #376
2020-10-08 10:59:14 -04:00
Ben Tranter 855576c2f3
Merge branch 'main' into devil-cyber 2020-10-08 10:28:48 -04:00
Manikant Singh 939c570e3f Fixed some typo in apps.gen.go and databases.go file or issue #376 2020-10-08 06:48:42 +05:30
Ivan Lemeshev 02e18c05b8
Add GetKubeConfigWithExpiry (#334) (#382)
* Add GetKubeConfigWithExpiry (#334)

* Add expiry_seconds assert in test (#334)

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-10-07 16:01:38 -04:00
Varsha Varadarajan 61766301d1 kubernetes - add registry related doks apis 2020-10-07 11:51:47 -07:00
Ben Tranter 92b141294f
Merge pull request #381 from sidsbrmnn/main
Fix golint issues #377
2020-10-07 13:31:24 -04:00
Siddharth Subramanian 35fd7c1180
Revert struct field rename
Signed-off-by: Siddharth Subramanian <sidsbrmnn@gmail.com>
2020-10-07 22:08:59 +05:30
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