summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-01Update bug report issue template (--diagnostic option)David Peter
2021-03-01Bump nix from 0.19.1 to 0.20.0dependabot-preview[bot]
Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01Bump path_abs from 0.5.0 to 0.5.1dependabot-preview[bot]
Bumps [path_abs](https://github.com/vitiral/path_abs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/vitiral/path_abs/releases) - [Commits](https://github.com/vitiral/path_abs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01Bump assets/syntaxes/02_Extra/Julia from `e2b1cb5` to `45a1b6f`dependabot-preview[bot]
Bumps [assets/syntaxes/02_Extra/Julia](https://github.com/JuliaEditorSupport/Julia-sublime) from `e2b1cb5` to `45a1b6f`. - [Release notes](https://github.com/JuliaEditorSupport/Julia-sublime/releases) - [Commits](https://github.com/JuliaEditorSupport/Julia-sublime/compare/e2b1cb549d57368b7b22e79430a1d5f47555e802...45a1b6fe6cc37a2b614ae199d85c702b8711e22a) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01Bump assets/syntaxes/02_Extra/Lean from `49d1853` to `824213d`dependabot-preview[bot]
Bumps [assets/syntaxes/02_Extra/Lean](https://github.com/leanprover/vscode-lean) from `49d1853` to `824213d`. - [Release notes](https://github.com/leanprover/vscode-lean/releases) - [Commits](https://github.com/leanprover/vscode-lean/compare/49d185361a9943f440d8efe389259a3374ade905...824213de37245140d75cdcffb3fbd6f61f73a97c) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01Bump assets/themes/zenburn from `7f6fb86` to `702023d`dependabot-preview[bot]
Bumps [assets/themes/zenburn](https://github.com/colinta/zenburn) from `7f6fb86` to `702023d`. - [Release notes](https://github.com/colinta/zenburn/releases) - [Commits](https://github.com/colinta/zenburn/compare/7f6fb86e0dcdd06d3c5181ad1cbe94c970834143...702023d80d9f845a5847eefc4c81c2d4dbbdac59) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-28Add new unreleased sectionDavid Peter
2021-02-28Use tempfiles for clircle testsv0.18.0Niklas Mohrin
2021-02-28Change circle detection to use new more conservative method and run in main ↵Niklas Mohrin
loop instead of before the loop
2021-02-28Update syntaxes and themesDavid Peter
2021-02-28Bump version to v0.18.0David Peter
2021-02-28integration_tests: Use tempdir() in config_location_when_generatingMartin Nordholts
For cleaner code. Use the tempdir() function since that is recommended by the crate docs: https://docs.rs/tempfile/3.2.0/tempfile/index.html
2021-02-28integration_tests.rs: Add test config_location_when_generatingMartin Nordholts
As a complement to #1556 to prevent #1550 from coming back. The test purposefully fails if ca60937c2e is reverted.
2021-02-28CICD: Add workflow_dispatch to enable manual buildsMartin Nordholts
Which is useful when you want to test a fix without creating a PR for it.
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
Do not ignore `BAT_CONFIG_PATH` if it doesn't exist. Both when generating a new config file with `--generate-config-file` and when attempting to read the config. Also, provide a better error message in case the file can not be created. closes #1550
2021-02-28Update CHANGELOGDavid Peter
2021-02-28Improve Monokai Extended JSON key color with a patchKeith Hall
2021-02-27Add section about integration with fzfDavid Peter
see #448
2021-02-22CICD: Don't run jobs twice in PRsMartin Nordholts
Without this change, creating a PR triggers all jobs to run twice. Once due to a push event and once due to a pull_request event. Change to only trigger jobs due to push when pushing a tag or to the master branch, to avoid duplicate jobs for each PR.
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
To get a name that sounds like proper English.
2021-02-18CICD: Build: Add separate 'Calculate test options' stepMartin Nordholts
And move it down to right before it is needed, to reduce its scope. For #1474
2021-02-18CICD: Build: Check IS_RELEASE in separate stepMartin Nordholts
And move it closer to where it is actually needed, to reduce its scope. For #1474
2021-02-18CICD: Build: Remove unused ${{ matrix.job.cargo-options }} expansionsMartin Nordholts
2021-02-16Fix broken resolv.conf highlightingDavid Peter
closes #1510 The change in `create_highlighted_versions.py` fixes a "unknown theme "'1337'" warning. The single quotes were wrong. `bat` was always falling back to the default theme, so let's use that for now.
2021-02-16CICD: Build: Use package-specific staging dirMartin Nordholts
A common staging dir confuses more than it helps, so let each package step take care of its own staging dir. For #1474
2021-02-16Highlight *.pac files as JavaScriptDavid Peter
closes #1515
2021-02-16Fix clippy suggestionDavid Peter
2021-02-16Use less binary specified in bat config for --diagnosticEthan P
2021-02-16Make less version check accept a path to the less binaryEthan P
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
* Update dependencies; replace unmaintained * Fix errors * Revert dependency changes * Revert git2 to 0.13.15 Co-authored-by: David Peter <mail@david-peter.de>
2021-02-16CICD: Build: Introduce and use new 'Strip release bin' stepMartin Nordholts
So that we don't have to duplicate that logic in both 'Debian package' and 'Package' steps. For #1474
2021-02-15WordingDavid Peter
2021-02-15README.md: Warn about buggy snap packagesMartin Nordholts
As discussed in #1519, the batcat snap package is too problematic for official endorsement, so withdraw recommendation from README.me (and remove section from CHANGELOG.md since a release with it has not been made yet).
2021-02-15Add support for env vars and manpage refs with dots to Manpage syntaxKeith Hall
2021-02-07Bump assets/syntaxes/02_Extra/Svelte from `aee0676` to `c71f129`dependabot-preview[bot]
Bumps [assets/syntaxes/02_Extra/Svelte](https://github.com/corneliusio/svelte-sublime) from `aee0676` to `c71f129`. - [Release notes](https://github.com/corneliusio/svelte-sublime/releases) - [Commits](https://github.com/corneliusio/svelte-sublime/compare/aee0676f379c0503f9c557e24aa2816575e0a4d1...c71f1290b061c79c027b5eb002ed06aa6d874ffe) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07Bump assets/themes/onehalf from `8992311` to `141c775`dependabot-preview[bot]
Bumps [assets/themes/onehalf](https://github.com/sonph/onehalf) from `8992311` to `141c775`. - [Release notes](https://github.com/sonph/onehalf/releases) - [Commits](https://github.com/sonph/onehalf/compare/89923117bc49dd1e0c6b7fdd34bc6dc4d425fe1f...141c775ace6b71992305f144a8ab68e9a8ca4a25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07Bump assets/syntaxes/02_Extra/CMake from `21e9698` to `7d6231c`dependabot-preview[bot]
Bumps [assets/syntaxes/02_Extra/CMake](https://github.com/zyxar/Sublime-CMakeLists) from `21e9698` to `7d6231c`. - [Release notes](https://github.com/zyxar/Sublime-CMakeLists/releases) - [Commits](https://github.com/zyxar/Sublime-CMakeLists/compare/21e96989d604d64f12d518f4f17fc71fa3cdc505...7d6231c934e097f51d329c900f9dd9dd9286e125) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07Bump assets/syntaxes/02_Extra/Lean from `7e99440` to `49d1853`dependabot-preview[bot]
Bumps [assets/syntaxes/02_Extra/Lean](https://github.com/leanprover/vscode-lean) from `7e99440` to `49d1853`. - [Release notes](https://github.com/leanprover/vscode-lean/releases) - [Commits](https://github.com/leanprover/vscode-lean/compare/7e99440b33c834b11deda67144a6a7ce5a666f0e...49d185361a9943f440d8efe389259a3374ade905) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07Bump serde from 1.0.118 to 1.0.123dependabot-preview[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.123. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.123) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07Bump predicates from 1.0.6 to 1.0.7dependabot-preview[bot]
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11CICD: Build: Move PKG_* vars to 'Package' stepMartin Nordholts
For improved modularization of CICD script. For #1474
2021-01-11CICD: Build: Move DPKG_* vars to 'Debian package' stepMartin Nordholts
For cleaner CICD script. Note that we can't use outputs defined in our own step, so also change to shell vars intead. For #1474
2021-01-11CICD: Build: Split out dir creation into the individual package stepsMartin Nordholts
It's cleaner because we can reuse helper vars and create the dirs closer in time to when they are needed. For #1474
2021-01-11get_pager(): Simplify use_less_instead expressionMartin Nordholts
2021-01-11CHANGELOG.md: Add entry for #1413Martin Nordholts
2021-01-11Fix #1413 Can't use `bat` at all! (Error: Use of bat as a pager is ↵Martin Nordholts
disallowed...) Fixed by implementing the proposal by sharkdp: * Allow PAGER=bat, but ignore the setting in bat and simply default to less. Unless of course, BAT_PAGER or --pager is used to overwrite the value of PAGER. * Disallow the usage of bat within BAT_PAGER and --pager.
2021-01-11Remove deprecated PrettyPrinter methodssharkdp