Skip to content

Tags: di-dao/bob

Tags

0.8.2-nix-shell-3

Toggle 0.8.2-nix-shell-3's commit message
Merge branch 'main' into nix-shell

0.8.2-nix-shell-2

Toggle 0.8.2-nix-shell-2's commit message
pipe nix-shell env through buil;d task

0.8.2-nix-shell

Toggle 0.8.2-nix-shell's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
propagate nix-build & nix-shell errors to user (benchkram#365)

* propagte nix errors to user
* update readme logo link

0.8.2

Toggle 0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build cache restore (benchkram#329)

* restructure file deletion
* extract files which are not part of invalidFiles

---------

Co-authored-by: equanox <matthias@benchkram.de>
Co-authored-by: Matthias Nösner <Equanox@users.noreply.github.com>

0.8.2-rc2

Toggle 0.8.2-rc2's commit message
cleanup

0.8.2-rc

Toggle 0.8.2-rc's commit message
Switch to debug stmt

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Lazily initialize docker registry client (benchkram#328)

* Lazily attempt to initialize docker registry client

* Exit early if connection to docker daemon fails
* Fix mutex bugs
* Fix image buildinfo getting "stuck" and requiring killing of the process
* change execution order

---------

Co-authored-by: equanox <matthias@benchkram.de>

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotreloading (benchkram#294)

* add inspect buildinfo cmd; add content file hash to buildinfo file
* add file hash to artifact metadata
* verify of hash of file contents upon target verification
* check file by file when extracting the artifact or invalidating targets
* ignore node_modules/.cache
* remove file hash content on artifact meta
* if child task has changed check the target of the task
* fix symlink when it has changed file pointer after build
* assure input hash comparison is similar to input hash during build
* fix path for invalid file cleanup
* prevent missuse of cleanup
* Fix symlink path bug
* add input hash versioning

---------

Co-authored-by: equanox <matthias@benchkram.de>
Co-authored-by: Tasos Papalyras <tasos@rdnt.dev>

0.8.0-rc2

Toggle 0.8.0-rc2's commit message
readd usage of takID and secure deleetion

0.8.0-rc1

Toggle 0.8.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (benchkram#312)

* Bump github.com/stretchr/testify from 1.8.0 to 1.8.2

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.0...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update flake.nix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Nösner <Equanox@users.noreply.github.com>