Commit Graph

38 Commits (master)

Author SHA1 Message Date
Simon d4165327df
remove apt cache 6 days ago
Simon 87e3814751
fix locked files caching 6 days ago
Simon 200f5ed5a2
add apt caching, better structuring 6 days ago
Simon 7a265231bc
cache pip 6 days ago
Simon d3103ccc30
install missing system dependencies 6 days ago
Simon cfa0cabd41
add unit tests workflow 6 days ago
Simon 873e7d1e8d
add gcc to runner 6 days ago
Simon 91f9351502
limit action run on path glob 6 days ago
Simon 4a49d70b17 Merge branch 'master' into testing 6 days ago
Simon ca1864843a
fix install repo dependencies 6 days ago
Simon 819d166296
update actions version 6 days ago
Simon c7ebbaa207
remove redundant 1 week ago
Simon a2000b253b
Update FRONTEND-MIGRATION.yml 1 week ago
Simon 6e9ae583c9
add Frontend Migration template 1 week ago
lamusmaser 6721d01fa6
Fix `textarea` type from `shell` to `Shell`. (#594) 6 months ago
Simon e893dc3b24
clean up workflow 10 months ago
simon 87d68a3e5c
add PR template 1 year ago
simon b16c00f480
update issue templates 1 year ago
simon 0b300e7e12
replace all old wiki links to new docs 1 year ago
simon 188eb9fc41
update feature request desc 1 year ago
simon 4db3775eba
manage new feature expectations 1 year ago
Simon 7e67ed02aa
fix checkbox label 2 years ago
simon 55c9721b51 rename to *common errors*, better issue template 2 years ago
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.
2 years ago
Kevin Gibbons b4fe9a784f
add github workflow to enforce linting of JS files (#348) 2 years ago
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
2 years ago
simon a7aead728c
add roadmap link to FR template 2 years ago
simon 3d1561de75
better wording feature request help 2 years ago
simon 3df6eceb20
add issue templates 2 years ago
simon 13018192f3
remove default funding sources 2 years ago
simon 36d0f08efb add FUNDING.yml 2 years ago
simon 1d3d3b13ed
reduce max-complexity to 10 2 years ago
simon c57d6c73cc
remove bandit, too many false positive 2 years ago
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
3 years ago
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
3 years ago
simon aa1b9f4d3b pending refactor 3 years ago
simon f8222855f0 customizing linting settings 3 years ago
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
3 years ago