Commit Graph

24 Commits

Author SHA1 Message Date
lamusmaser 6721d01fa6
Fix `textarea` type from `shell` to `Shell`. (#594) 2023-11-17 09:12:02 +07:00
Simon e893dc3b24
clean up workflow 2023-07-31 23:53:06 +07:00
simon 87d68a3e5c
add PR template 2023-04-01 12:24:24 +07:00
simon b16c00f480
update issue templates 2023-04-01 12:17:00 +07:00
simon 0b300e7e12
replace all old wiki links to new docs 2023-03-31 23:46:49 +07:00
simon 188eb9fc41
update feature request desc 2023-01-27 09:57:10 +07:00
simon 4db3775eba
manage new feature expectations 2023-01-27 09:55:11 +07:00
Simon 7e67ed02aa
fix checkbox label 2022-11-20 15:45:55 +07:00
simon 55c9721b51 rename to *common errors*, better issue template 2022-11-10 10:05:14 +07:00
lamusmaser e4c5529412
Update Github Actions to use `deploy.sh` and remove individual calls for testing functions. (#351)
* Remove individual calls for testing functions.
Call `deploy.sh validate` for linting checks.

* Increment actions versions to remove deprecation errors.
Add `requests` to `pip install` line.

* Specify Python version with `actions/setup-python` call.
2022-10-27 13:30:24 +07:00
Kevin Gibbons b4fe9a784f
add github workflow to enforce linting of JS files (#348) 2022-10-27 13:27:30 +07:00
Kevin Gibbons 39902cb1c6
Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2022-10-26 09:43:58 +07:00
simon a7aead728c
add roadmap link to FR template 2022-09-06 21:22:30 +07:00
simon 3d1561de75
better wording feature request help 2022-08-14 21:55:23 +07:00
simon 3df6eceb20
add issue templates 2022-08-14 19:43:00 +07:00
simon 13018192f3
remove default funding sources 2022-07-30 21:17:12 +07:00
simon 36d0f08efb add FUNDING.yml 2022-07-30 21:08:57 +07:00
simon 1d3d3b13ed
reduce max-complexity to 10 2022-03-26 18:36:10 +07:00
simon c57d6c73cc
remove bandit, too many false positive 2022-01-22 17:52:13 +07:00
simon 023b5a4aba Reducing max-complexity to 12 after code refactor #25
* Added helper function in deploy.sh to run same tests as github actions locally
2021-09-22 12:03:52 +07:00
Christian Clauss fd50058431
GitHub Actions: Make black, flake8, and isort mandatory tests (#25)
* GitHub Actions: Make black, flake8, and isort mandatory tests

* fixup! black --diff
2021-09-22 12:00:33 +07:00
simon aa1b9f4d3b pending refactor 2021-09-21 16:53:05 +07:00
simon f8222855f0 customizing linting settings 2021-09-21 16:46:18 +07:00
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +07:00