summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Expand)Author
2022-05-06Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183)Martin Nordholts
2022-04-20bug_report.md template: Explicitly ask for stepsMartin Nordholts
2022-04-20bug_report.md template: Mention some already reported bugsMartin Nordholts
2021-12-30Set minimum supported rust version to 1.51Mahdi Dibaiee
2021-11-28CICD: Add check for accidental inclusion of GPL:ed codeMartin Nordholts
2021-10-04CICD: Make the 'cargo fmt' check a toplevel job (#1883)Martin Nordholts
2021-10-03Bump MSRV to 1.46Martin Nordholts
2021-10-02Add bash completion to deb packageKuan-Yi Li
2021-09-07Add regression testing for the custom assets functionality (#1829)Martin Nordholts
2021-09-03CICD: Put documentation testing in its own job (#1831)Martin Nordholts
2021-08-29CICD: Sort build matrix by targetMartin Nordholts
2021-08-29CICD: Remove disabled windows-2019 i686-pc-windows-gnu from build matrixMartin Nordholts
2021-08-29CICD: Swap target and os in matrix job nameMartin Nordholts
2021-08-28Add PowerShell completion file (#1826)Rashil Gandhi
2021-08-26Replace deprecated 'error-chain' with 'thiserror' (#1820)Martin Nordholts
2021-08-22Add statically linked binaries for ARMDavid Peter
2021-08-22Use Ubuntu 20.04 instead of 18.04David Peter
2021-08-21style: trim excess whitespacea1346054
2021-08-19CICD: Add 'cargo fmt' checkMartin Nordholts
2021-08-17Make 'build-assets' an optional capability for applicationMartin Nordholts
2021-08-08Cargo.toml: Introduce 'quick-build-application' featureMartin Nordholts
2021-08-02CICD: Pass --locked to all cargo commandsMartin Nordholts
2021-07-26Add Enselic in FUNDING.ymlDavid Peter
2021-07-25Add custom FUNDING.ymlDavid Peter
2021-07-05CICD: sync with pastel, minor changesDavid Peter
2021-06-28Add bash completionVille Skyttä
2021-05-12Upgrade to GitHub-native Dependabotdependabot-preview[bot]
2021-05-12CI: check docs (#1612)Marco Ieni
2021-03-08CICD: Remove explicit allow of clippy::match_bool since MSRV 1.45 bumpMartin Nordholts
2021-03-07Update dependencies, MSRV: 1.45David Peter
2021-03-01Update bug report issue template (--diagnostic option)David Peter
2021-02-28CICD: Add workflow_dispatch to enable manual buildsMartin Nordholts
2021-02-22CICD: Don't run jobs twice in PRsMartin Nordholts
2021-02-21CICD: Build step namingDavid Peter
2021-02-21CICD: Improved job namesDavid Peter
2021-02-21CICD: Remove code coverage computationDavid Peter
2021-02-18CICD: Build: Rename 'Check is release' step to 'Check for release'Martin Nordholts
2021-02-18CICD: Build: Add separate 'Calculate test options' stepMartin Nordholts
2021-02-18CICD: Build: Check IS_RELEASE in separate stepMartin Nordholts
2021-02-18CICD: Build: Remove unused ${{ matrix.job.cargo-options }} expansionsMartin Nordholts
2021-02-16CICD: Build: Use package-specific staging dirMartin Nordholts
2021-02-16CICD: Build: Introduce and use new 'Strip release bin' stepMartin Nordholts
2021-01-11CICD: Build: Move PKG_* vars to 'Package' stepMartin Nordholts
2021-01-11CICD: Build: Move DPKG_* vars to 'Debian package' stepMartin Nordholts
2021-01-11CICD: Build: Split out dir creation into the individual package stepsMartin Nordholts
2021-01-11Fix typo in bug report templateKeith Hall
2021-01-10CICD: Build: Split up into separate 'Debian package' stepMartin Nordholts
2021-01-10Explicitly allow clippy::match_bool until we bump MSRVMartin Nordholts
2021-01-10CICD: simply use 'sed' to extract crate informationsharkdp
2021-01-10Use cache for faster installsharkdp