Commit Graph

134 Commits

Author SHA1 Message Date
Cotes Chung 1c330f403c
chore(gh-actions): add style-lint on CI 2022-10-22 03:26:22 +08:00
Petr Ruzicka d9d7848f03
style(linter): fix linter issues 2022-10-15 21:23:21 +08:00
Cotes Chung 827f84c7e8
chore: move CN funding to GitHub 2022-10-01 00:45:39 +08:00
Cotes Chung 8bcdd87891
chore(docs, cd): correct workflow name in tutorial 2022-09-25 01:58:54 +08:00
Galen Rice 21c8c2b70d
docs: switch the reference of `deploy.sh` to `test.sh` 2022-09-07 22:53:11 +08:00
Galen Rice 43323abdfe
chore(ci, cd): build and deploy via _gh-actions_ directly
New actions available in GitHub allow for building and deploying the site
completely from the actions workflow with minimal code.
The deploy.sh script is no longer necessary with these changes.
2022-09-07 22:53:11 +08:00
Cotes Chung b58cab1c07
docs: update contributing guidelines 2022-03-13 16:50:12 +08:00
Cotes Chung f0a2e2f4e1
chore(gh-actions): resume the trigger branch 2022-03-12 22:29:15 +08:00
Cotes Chung c57238975a
docs: update bug report template 2022-03-12 22:27:39 +08:00
Cotes Chung 00ad357033
ci: update matrix environment 2022-03-04 23:58:13 +08:00
Cotes Chung 887859dd32
docs: update contributing guidelines 2022-03-03 02:46:28 +08:00
Cotes Chung dd264e793c
ci(gh-actions): add `commitlint` for PR 2022-03-01 23:26:07 +08:00
Cotes Chung 51688ccc9f Correct the branches that triggers `gh-action` 2022-02-04 06:47:03 +08:00
Cotes Chung b27258899b Clear references to deleted folder `docs` 2022-02-04 06:23:09 +08:00
Cotes Chung 44acea2f5d Add content to the contributing guidelines 2022-01-04 06:48:41 +08:00
Cotes Chung b85cb39388 Replace the demo website URL with a permalink 2022-01-02 16:17:32 +08:00
Cotes Chung 19debc4add Switch donation method from BMC to Kofi 2021-12-05 16:29:46 +08:00
Cotes Chung 80fd684577 Improve the issue templates 2021-10-04 18:04:15 +08:00
Cotes Chung 80980465d7 Correct grammar and spelling in docs & issue templates
Also improve the Markdown code style
2021-10-04 17:53:07 +08:00
Cotes Chung 38f20e8119 Update issue template 2021-09-29 22:36:47 +08:00
Cotes Chung b460d03c3b Merge the test tool into the deploy tool 2021-09-29 22:18:38 +08:00
Cotes Chung 20f2ff4b23 Update bot's reply message 2021-07-20 02:51:46 +08:00
Cotes Chung 899609a291 Switch to another issue bot 2021-07-20 02:26:03 +08:00
FieryThunder f0a2113a9f Fix typo of the issue template (#359) 2021-07-07 01:56:23 +08:00
Cotes Chung d5e08b05ab Remove PR filter from workflow
GitHub does not allow to run workflows on PR from first-time contributors.
see: <https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks>
2021-05-19 13:50:19 +08:00
mattpopovich b14e97a92d Small typo fix 2021-04-12 12:38:39 +08:00
Cotes Chung 4973a61e39 Update ruby setup actions (fix #306)
No longer tracking Gemfile.lock
2021-04-01 04:17:18 +08:00
Cotes Chung 042cec33d8 Update docs
- Remove ToC
- Remove JetBrains logo from readme
- Update funding options
2021-03-28 13:48:49 +08:00
Cotes Chung 6688e27787 Improve the pattern of issue bot 2021-03-04 21:52:19 +08:00
Cotes Chung 3400568b09 Change the bundle cache path on gh-actions
ubuntu-latest changed from 18.04 TLS to 20.04 LTS causes a file path change to the `ffi` gem, invalidating the gh-actions cache file, and causes the build to fail.

See: <https://github.com/ffi/ffi/issues/769>
2021-03-04 15:02:06 +08:00
Cotes Chung 82b3d061af Update the condition of issues intercept 2021-02-22 15:59:08 +08:00
Cotes Chung fc94a8e36b Migration from BMC to Ko-fi 2021-02-22 15:55:54 +08:00
Cotes Chung da976ce088 Allow the PRs from dependabot 2021-01-17 22:23:34 +08:00
Henk van Achterberg ca2194770c Update pages-deploy.yml.hook (#229)
This change will make the baseurl configuration/testing work. Previous version failed. Posts should have /index.html as suffix in my experience.
2020-12-30 22:22:42 +08:00
Cotes Chung 813443b206 Improve GitHub stuff
- Add more events to the issue interceptor
- Reduce issue label
2020-12-28 02:33:06 +08:00
Cotes Chung 87ba30a393 Hire a new bot to deal with the issues 2020-12-17 14:33:52 +08:00
Cotes Chung 9d59461632 Reduce the frequency of error reporting
The project maintainer determines whether it is a bug
2020-12-13 20:36:26 +08:00
Cotes Chung 8d4c555638 Fix gh-actions cache not being hit issue (#191) 2020-12-07 00:10:15 +08:00
Cotes Chung 36c4f32b17 Fix yaml syntax of workflow 2020-12-02 18:40:06 +08:00
Cotes Chung 6a326dc8e0 Improve the interceptor action
Avoid secondary runs
2020-11-30 22:04:52 +08:00
Cotes Chung f2efae8b01 Improve the issue/pr interceptor 2020-11-28 21:48:59 +08:00
Cotes Chung 9482249999 Update issue template 2020-11-23 23:16:45 +08:00
Cotes Chung b985965bc9 Fix bundle-install failed on gh-actions.
`--local` option of bundle-install:
  if an appropriate platform-specific gem exists on rubygems.org it will not be found.

see: <https://bundler.io/v2.1/man/bundle-install.1.html>
2020-11-23 02:03:15 +08:00
Cotes Chung 08354cc4f5 Fix the test tool and CD hook 2020-11-20 15:59:35 +08:00
Cotes Chung ea56a900a0 Update the docs for discarded tools 2020-11-19 21:47:46 +08:00
Cotes Chung 8fa1f3b497 Clean up the discarded shell scripts 2020-11-19 21:47:46 +08:00
Cotes Chung aac29d43e5 Auto close the irregular issues
also fix the token key of issue-cleaner
2020-11-17 17:29:58 +08:00
Cotes Chung d314c02a13 Drop the deprecating command `set-env` in actions workflow.
replace with environment files
2020-10-08 02:42:57 +08:00
Cotes Chung 67d962d707 Fix the bundle cache path for CD hook. 2020-10-03 16:45:17 +08:00
Cotes Chung 2cf5a58adf Install `yq` by APT on ubuntu of gh-actions.
`brew intall` on Ubuntu is too slow (about 1 min)
2020-09-17 13:54:12 +08:00
Cotes Chung d0d1e02763 Improve the CD workflow and enhance the related tools. 2020-09-17 01:28:44 +08:00
Honnix 643c8177be Use yq to process YAML content (#130)
Use yq to process YAML content.
2020-09-17 01:20:04 +08:00
Cotes Chung 31656e8cda Add more details to the bug-issue template. 2020-08-30 14:41:10 +08:00
Cotes Chung 31ac709e04 Stop CI on branch 'production'. 2020-08-21 01:40:56 +08:00
Cotes Chung 60a8a2fa41 Improve markdown code style. 2020-08-21 00:45:56 +08:00
Cotes Chung ab0adc36cf Update the PR issue template. 2020-08-14 01:42:35 +08:00
Cotes Chung db06610fd6 Update the docs. 2020-08-11 05:58:59 +08:00
Cotes Chung 628d4de095 Merge branch 'feature/build-by-gh-actions' into develop 2020-08-03 02:19:13 +08:00
Cotes Chung 48b3df2ea7 Added new tools and workflow. 2020-08-03 02:05:15 +08:00
Cotes Chung 6ef97f1fad Fixed CI workflow. 2020-07-30 02:48:08 +08:00
Cotes Chung 4dd4915bed Update issues template 2020-07-26 18:30:12 +08:00
Cotes Chung a227ae386d Updated the contribution guide. 2020-07-26 17:06:33 +08:00
Cotes Chung 32bd36f016 Updated the CI/CD scripts. 2020-07-25 23:08:37 +08:00
Cotes Chung 733bb0fbfa Updated the PR template. 2020-07-14 12:03:23 +08:00
Cotes Chung 313c44f238 Update Docs. 2020-07-12 01:30:55 +08:00
Cotes Chung 9a1eab2635 Improved the issue templates. 2020-06-24 20:46:24 +08:00
Cotes Chung b22da94134 Updated the docs.
- Updated the build badge on ReadMe.
- Improved the PR template.
2020-06-09 20:37:42 +08:00
Cotes Chung 4476a7d755 Improved the community docs.
- Added the PR template & code of conduct
- Improved the issue templates.
2020-06-08 22:54:40 +08:00
Cotes Chung d1963af964 Update workflow. 2020-06-06 04:01:17 +08:00
mattpopovich ef3860004e Small grammar fix 2020-06-01 16:38:31 +08:00
Cotes Chung abdf73fff4 Added issues cleaner. 2020-05-30 19:21:09 +08:00
Cotes Chung 74921c6570 Update contributing guidelines. 2020-04-23 22:11:50 +08:00
Cotes Chung 99aadd61c1 Replace python with bash. 2020-04-23 22:11:50 +08:00
Cotes Chung 4e4e71dff2 Update the CI config. 2020-04-08 02:12:25 +08:00
Cotes Chung e383f80e5e Updated contribution guidelines. 2020-03-03 19:18:01 +08:00
Cotes Chung 073c6a2f61 Update github action config. 2020-03-02 01:32:20 +08:00
Cotes Chung f353c7a97b Update issues template. [skip travis] 2020-02-23 23:28:21 +08:00
Cotes Chung d587ba5d23 Update workflow config. [skip travis] 2020-02-23 23:27:58 +08:00
Cotes Chung 2746c9d96f Optimize workflow. 2020-02-04 04:55:09 +08:00
Cotes Chung c30bfd5649 Move the CI to Github Actions. 2020-02-04 04:55:09 +08:00
Cotes Chung b0d6513b7c Updated README and tutorial.
Formatted README.
2020-01-14 02:57:31 +08:00
Cotes Chung 12bacea674 Create issue templates 2020-01-14 02:57:31 +08:00
Cotes Chung a812ded9cd Updated Docs. 2020-01-14 02:57:31 +08:00
Cotes Chung cc63bdb72e Added the funding button. 2019-12-31 20:39:48 +08:00