Commit Graph

142 Commits

Author SHA1 Message Date
Shohei Ueda 697e1b0bf9
ci: fix labels of github-actions 2020-06-19 00:23:24 +09:00
dependabot[bot] 0b3975d690
ci: bump codecov/codecov-action from v1 to v1.0.7 (#358)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...f532c3a1452359a7f96c37efc741537b80555c74)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-19 00:20:23 +09:00
Shohei Ueda 38bf1d20d0
ci: add package-ecosystem github-actions 2020-06-19 00:12:10 +09:00
Shohei Ueda 926e28de4a
ci: Add ubuntu-20.04 (#355) 2020-06-13 17:53:43 +09:00
Shohei Ueda 75e0d6c01d
chore: Add CODEOWNERS 2020-06-09 11:25:45 +09:00
dependabot-preview[bot] f0d93788f5
ci: Update Dependabot config file (#345)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 08:07:08 +09:00
Shohei Ueda 0f35b33b73
docs: update url 2020-05-28 16:14:25 +09:00
peaceiris 16b12f7dfe
chore: Please follow the issue templates 2020-05-21 22:58:48 +09:00
peaceiris 07082d9e3b
chore: Enhance style 2020-05-09 22:17:38 +09:00
Shohei Ueda 312bc2c8e4
ci: remove pull_request.types
cf. https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
> By default, a workflow only runs when a pull_request's activity type is opened, synchronize, or reopened.
2020-05-08 22:42:11 +09:00
Shohei Ueda 0b128ac232
ci: Enhance test workflow (#301)
- Add ubuntu-16.04
- Bump actions/upload-artifact from v1 to v2
- Fix coverage artifact name
2020-05-03 13:33:05 +09:00
Shohei Ueda 55117bdfe7
ci: Add ubuntu-16.04 2020-05-03 13:17:01 +09:00
peaceiris 271b8c5d4e
ci: Add Label Commenter Action
https://github.com/peaceiris/actions-label-commenter
2020-04-30 02:42:58 +09:00
peaceiris 2aa39a0fb5
chore: Ported issue template
from https://github.com/peaceiris/actions-gh-pages
2020-04-30 02:07:56 +09:00
Shohei Ueda 9d657ea2ca
ci: Add npm i -g npm 2020-04-18 11:30:41 +09:00
Shohei Ueda 85093b6a03
ci: remove unused steps 2020-04-18 11:27:17 +09:00
Shohei Ueda 260f1b862c
ci: delete Stale workflow 2020-04-17 06:23:22 +09:00
peaceiris 4c53abd8fe Revert "ci: add push event" [skip ci]
This reverts commit 336da8a2f2.
2020-04-08 02:00:29 +09:00
Shohei Ueda 336da8a2f2
ci: add push event 2020-04-08 01:55:37 +09:00
Shohei Ueda 02db58a779
ci: delete CODEOWNERS 2020-04-07 12:27:00 +09:00
Shohei Ueda abb5843560
ci: Add dependabot for auto-merging 2020-04-07 12:20:07 +09:00
Shohei Ueda c34a46e748
ci: comment out push event [skip ci] 2020-03-30 22:23:40 +09:00
Shohei Ueda b5b805beb9
chore: remove extra line [skip ci] (#239) 2020-03-30 22:23:08 +09:00
Shohei Ueda b71ad2d014
ci: Add workflow for developing container (#231)
* ci: Add workflow for developing container
* ci: Add CI tasks to Makefile
* chore: Add RUNNER_TEMP to Dockerfile
* deps: Bump git from 2.25.0 to 2.26.0
2020-03-27 19:07:48 +09:00
Shohei Ueda 3d71d2403d
ci: update script link [skip ci] 2020-03-09 20:23:44 +09:00
Shohei Ueda 61f1757c8c
deps: bump hub 2.14.1 to 2.14.2 2020-03-07 19:33:15 +09:00
Shohei Ueda 7e8dab4a15
ci: use github/hub install script [skip ci]
https://github.com/github/hub/issues/2249
https://github.com/github/hub/pull/2453
https://github.com/actions/virtual-environments/issues/36
2020-01-26 20:31:36 +09:00
Shohei Ueda de65f3e128
ci: remove operations-per-run 2020-01-25 12:00:51 +09:00
Shohei Ueda 4fb2901627
style: remove extra whitespace [skip ci] 2020-01-24 00:20:16 +09:00
Shohei Ueda 7a50ddc694
ci: Add Hugo version dump step 2020-01-24 00:17:39 +09:00
Shohei Ueda 94ce32ea1b
ci: Add codecov/codecov-action@v1 (#136)
ci: Comment out coverallsapp/github-action@v1.0.1
2020-01-21 01:04:46 +09:00
Shohei Ueda b6a7551978
ci: Add operations-per-run 1 2020-01-19 15:37:28 +09:00
Shohei Ueda 386980e22b
test: Add integration testing (#131)
* docs: Update description
* deps: Add nock
* chore: Add resolveJsonModule
* test: Add integration testing
* chore: Add @typescript-eslint/eslint-plugin
* refactor: Fix lint errors
* chore: Add eslint-plugin-jest
* refactor: Fix lint errors
* test: Add remove working files
* ci: Comment out cache steps
2020-01-18 10:29:06 +09:00
Shohei Ueda 66bce0558a
test: Enable Coveralls (#129) 2020-01-18 02:48:31 +09:00
Shohei Ueda d226d51229
ci: Comment out push event [skip ci] 2020-01-18 02:18:31 +09:00
Shohei Ueda 37cc539052
ci: Add action test workflow 2020-01-18 02:16:00 +09:00
peaceiris 9d8553d36d ci: Add release workflow [skip ci] 2020-01-18 01:40:06 +09:00
peaceiris 7d9bfa0c1d ci: Enhance tag creation 2020-01-18 01:39:09 +09:00
Shohei Ueda 7dc067063b
chore: Disable branch execution (#125) 2020-01-18 00:44:07 +09:00
Shohei Ueda f21cef4446
chore: fix tag push 2019-12-14 21:27:59 +09:00
Shohei Ueda 236e039b5f
chore: update actions/checkout to v2 2019-12-14 17:46:47 +09:00
Shohei Ueda 2f904a6aa6
chore: enhance workflow 2019-12-14 17:42:59 +09:00
Shohei Ueda 2b3acb31e4
chore: Add message 2019-12-10 13:50:09 +09:00
Shohei Ueda f14d276121
chore: Enhance syntax 2019-12-09 18:58:26 +09:00
Shohei Ueda 9eb8f9e108
Update purge-readme-image-cache.yml 2019-12-09 10:38:30 +09:00
peaceiris 69200f8579 gha: Remove push trigger 2019-12-08 17:46:26 +09:00
peaceiris 3cf50c6d11 gha: Add push trigger 2019-12-08 17:45:29 +09:00
peaceiris 900499cd1c gha: Remove push trigger 2019-12-08 17:27:29 +09:00
peaceiris da7c321b3b gha: Add workflow to purge readme image cache 2019-12-08 17:21:16 +09:00
Shohei Ueda 739a95f1e7
gha: Enhance workflows (#102)
* gha: Add Pull Request to stale target
* gha: Add ncc check step (Close #98 )
* src: Rename showVersion()
* test: Add not to be cases
* Remove old comment
* gha: Add update major tag workflow (Close #97 )
2019-12-08 15:45:59 +09:00
peaceiris 3e0ab3eb25 gha: Pin version actions/upload-artifact to v1 2019-12-05 19:42:03 +09:00
Shohei Ueda c5ea31b9d7
Create stale.yml 2019-12-05 17:06:35 +09:00
Shohei Ueda 638f751056
Update test.yml (#96) 2019-11-27 22:05:49 +09:00
Shohei Ueda d04830441a
Delete feature_request.md 2019-11-27 21:52:43 +09:00
Shohei Ueda 5dc353210f Update issue templates 2019-11-27 21:52:09 +09:00
peaceiris 007cfe211d gha: Remove matrix exclude 2019-11-17 20:07:23 +09:00
peaceiris 1d2fa2a9c3 gha: Add matrix exclude 2019-11-17 20:05:12 +09:00
Shohei Ueda 10b88ee9bf
gha: Add cache step (#87) 2019-11-17 19:59:01 +09:00
Shohei Ueda 535d0e0aa9
gha: update (#85) 2019-11-13 17:05:13 +09:00
Shohei Ueda 0de12a826f
gha: update to macos-latest 2019-11-07 08:17:43 +09:00
peaceiris 9aa9bf7c5a gha: Add paths-ignore to pull_request 2019-11-03 13:57:52 +09:00
Shohei Ueda 3be578e3c5
Update test.yml 2019-11-03 13:29:31 +09:00
peaceiris 0101f0a550 github: Remove FUNDING.yml 2019-10-29 03:26:27 +09:00
Shohei Ueda c31a671975 Update issue templates 2019-10-29 03:23:41 +09:00
peaceiris 78c603eb60 github: Add issue template config
https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2019-10-29 03:17:06 +09:00
Shohei Ueda bbc02a7bb6 Update issue templates 2019-10-29 03:11:09 +09:00
peaceiris 3fe8ef06d5 github: Add CODEOWNERS 2019-10-24 06:03:40 +09:00
Shohei Ueda 3e55082b3f
gha: Use setup-node (#58)
* config: Add .nvmrc
* gha: Add setup-node step
* gha: Add step to read .nvmrc

Close #55
2019-10-09 00:20:05 +09:00
peaceiris cd3751ce70 gha: enhance trigger 2019-10-01 20:10:45 +09:00
peaceiris a1adb3bb7b gha: remove paths 2019-09-23 14:35:33 +09:00
peaceiris 6d819cab4c gha: fix pull_request trigger 2019-09-23 11:33:57 +09:00
Shohei Ueda a6d33f08ac
config: enhance tsconfig.json (#44)
* config: enhance tsconfig.json (Set sourceMap and removeComments to true)
* gha: Add pull_request trigger, close #43
* config: Add waring emoji
2019-09-23 10:58:19 +09:00
Shohei Ueda 71663ea875
gha: use paths instead of paths-ignore (#41)
* gha: use paths instead of paths-ignore
* docs: update from 3 sec to 4 sec
* ci: update husky post-commit hook
2019-09-22 15:45:20 +09:00
Shohei Ueda b10091c0dc
Enhance: workflow (#38)
* gha: Add paths-ignore
* docs: enhance
2019-09-22 09:37:17 +09:00
Shohei Ueda dc8541739a
Feat: Support macOS and Windows, migrate JavaScript to TypeScript (#32)
- Support macOS and Windows (Close #24 )
- Refactoring
  - Error handling
  - TypeScript
- Prettier (Close #29 )
- GHA: Add upload-artifact step for test coverage
- deps: Install husky
2019-09-21 10:41:21 +09:00
Shohei Ueda d46d0aa12e
Refactor: Get the latest version from Homebrew (#28)
Refactoring

* feat: Add reject to Promise
* feat: Add printing inputs
* feat: Add error handling to getLatestVersion()
* feat: show version of Hugo, Go, and Git (Close #23)
* refactor: Get the latest version from Homebrew (Close #26)
* refactor: enhance error message of promise reject

Enhancement for workflow

* gha: Add deps (test-prod job needs test job)
* gha: Fix matrix testing
* gha: comment out Build production step
* gha: remove Dump step

Update README

* docs: update readme
2019-09-18 04:11:47 +09:00
Shohei Ueda 68358aa004
Migrate javascript action (#21) 2019-09-16 08:27:57 +09:00
peaceiris ded0a1ada3 gha: update workflow trigger 2019-09-15 05:27:30 +09:00
peaceiris d8740dd53b gha: add hadolint job to check Dockerfile 2019-09-08 21:18:27 +09:00
Shohei Ueda 03083c655e
Release v0.58.0 (#17)
* upgrade: Hugo to v0.58.0
* fix: push workflow
* remove: tag filter from push workflow
* upgrade: base image golang to 1.13.0

- https://gohugo.io/news/0.58.0-relnotes/
- https://discourse.gohugo.io/t/hugo-benchmarks-go-1-12-vs-go-1-13/20572
2019-09-05 01:43:34 +09:00
peaceiris 3439246b4a fix: FUNDING.yml 2019-09-04 22:24:58 +09:00
Shohei Ueda 55565fc0f6
Release v0.57.2 (#14)
* enhance: GitHub Actions

* upgrade: hugo to v0.57.2

* enhance: Pull Request template
2019-08-20 00:52:44 +09:00
Shohei Ueda 79fb16c8e4
Release: v0.57.1 (#13)
* upgrade: hugo to v0.57.1

* enhance: .github/PULL_REQUEST_TEMPLATE.md
2019-08-16 20:45:05 +09:00
peaceiris d08dcd0297 fix: CI 2019-08-16 00:29:52 +09:00
peaceiris 1daa8a255f enhance: test job 2019-08-16 00:08:44 +09:00
peaceiris 46fbb349ce add: CI filters 2019-08-15 23:48:21 +09:00
Shohei Ueda d079faea7e
enhance: GitHub Actions settings (#11) 2019-08-15 21:26:43 +09:00
Shohei Ueda b9842008ed
enhance: GitHub Actions settings (#10) 2019-08-15 21:19:55 +09:00
Shohei Ueda 021efbc871
add: filter to prevent CI when branch are deleted (#9) 2019-08-15 20:43:36 +09:00
Shohei Ueda b8232e8a2c
Release v0.57.0 (#8)
* migrate: GitHub Actions beta v2 (HCL to YAML)

* add: Pull Request template

* upgrade: actions

* enhance: GitHub Actions config

* update: readme

* remove: patreon image
2019-08-15 20:26:15 +09:00
Shohei Ueda 439a9e3bd9
Create FUNDING.yml 2019-05-25 09:53:46 +09:00
peaceiris 292438bb12 add: action 2019-05-22 05:57:34 +09:00