8000 Tags · luminartech/dev-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: luminartech/dev-tools

Tags

0.12.3

Toggle 0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add additional args to `configure_vscode_for_bazel.py` (#100)

With `--additional-debug-arg`/`--additional-compile-commands-arg` the
user can specify their flavor of `--config=debug` or a configuration for
the `compile_commands.json` generation.

0.12.2

Toggle 0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: detect `.bash` suffix as bash file (#99)

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ignore non-executable files in `check_shellscript_set_options.py` (

#98)

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement generating `compile_commands.json` in configure_vscode_for_…

…bazel.py (#97)

Co-authored-by: Markus Hofbauer <markus.hofbauer@luminartech.com>

0.11.3

Toggle 0.11.3's commit message
Release v0.11.3

0.11.2

Toggle 0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix version patch and print result (#86)

0.11.1

Toggle 0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set project version during release pipeline (#85)

Right now the version in the pyproject.toml is outdated, probably
because it is unused at the
moment. This resets the version and uses the release pipeline to set the
version from the tag. This
prepares python package releases from our release pipeline.

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add gh action to create releases (#83)

Now it should be enough to push a sem-ver tag to trigger a new release

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend check-shellscript-set-options hook to any shebang (#79)

#77 the hook doesn't respect shebangs that utilize `/usr/bin/env` yet.

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add sh handling to check-shellscript-set-options (#77)

In a shell (not bash) script, I get `Illegal option -o pipefail` when
trying to `set -euxo pipefail`. `set -eux` works, though. Let's enforce
that.

---------

Co-authored-by: Lukas <6685542+lukasoyen@users.noreply.github.com>
Co-authored-by: Markus Hofbauer <markus.hofbauer@luminartech.com>
0