nukosuke
nukosuke
| Emacs | 27.0.50 build 10| |:--|:--| | Elixir | 1.8.1-otp-21 | | `M-x alchemist-version` | Alchemist version: 1.8.2 | When I run `alchemist-mix` (C-C a x), I got some...
This PR replace TravisCI with GitHub Actions because [the build history](https://travis-ci.org/github/vic/params/builds) shows CI is no longer executed since 2y ago. ### changes - Add Elixir CI workflow for Actions (build.yml)...
travis-ci.org has been shut down last year and the [build history](https://www.travis-ci.org/github/pbojinov/request-ip/builds) shows that it no longer execute build job since 4y ago. So, these changes migrate CI from Travis to...
use `` instead. FYI: https://github.com/react-bootstrap/react-bootstrap/commit/cb43f73ecfdd2e2c9c33b757208c812a8ce032cc
- depends on https://github.com/nukosuke/go-zendesk/pull/225 - TODO - Impl - [x] Create - [x] Read - [x] Update - [x] Delete - Testing - [ ] Unit test - [ ]...
- related to #221 - Add webhook resource, docs and example. - No test code yet ## manual test build ``` ~/workspace/github.com/nukosuke/terraform-provider-zendesk/examples feature/webhook ─────────────────────────────────────────────────────────────────────────────────────────────────── api 03:19:34 ❯ make...
travis.org will be shutting down and `.com` is not suitable for our use case. now we have unix tests and acceptance tests on travis. They should be migrated to GitHub...
- [x] Use new plugin SDK - [x] Upgrade dependencies - [x] [email protected] - [ ] Acceptance test for new resources - [ ] target - [ ] organization -...
``` client.NewClient(nil) // nil set UA to "go-zendesk" by default ``` Set UA to `http.Client`'s header before it creates zendesk API client. The value of `User-Agent` header should be `terraform-provider-zendesk/x.y.z`.