summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2022-01-13Merge pull request #5567 from TDT-AG/pr/20211202-github-issue-templatesFlorian Eckert
[RFC] github: add issue templates file
2022-01-10github: add issue templates fileFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-11-16CI: only run GitHub pages on the official repositoryGiovanni Giacobbi
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
2021-10-09CI: add formal testsPaul Spooren
Migrate the same formal tests used in packages.git Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-09CI: test build LuCI packagesPaul Spooren
While all LuCI packages should always build fine, this allows others to directly install those packages within test setups. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: enable jekyll for docs for overview READMEPaul Spooren
the overview README contains links for the client and server side API, it's a markdown file and therefore requires jekyll to run. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: use GITHUB_TOKEN for page deploymentPaul Spooren
The token is set automatically when running on the master branch, no personal access token is required. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: automatically update jsapi docsPaul Spooren
Use a GitHub Action to keep the docs updated, the current onces are 14 month old and outdated. Use latest jsdoc package Add full URL to LuCI.html file in README.md Ignore generated HTML files via .gitignore Signed-off-by: Paul Spooren <mail@aparcar.org>