Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to build on the remote host | Philipp Herzog | 2022-11-18 | 5 | -69/+158 |
| | |||||
* | Merge pull request #182 from serokell/philtaken/checks-unique-names | Philipp Herzog | 2022-11-14 | 1 | -2/+2 |
|\ | | | | | More unique names for the checks generated by deploy-rs | ||||
| * | More unique names for the checks generated by deploy-rs | Philipp Herzog | 2022-11-11 | 1 | -2/+2 |
|/ | | | | Closes #162 | ||||
* | Merge pull request #181 from serokell/philtaken/rollback_exit_code | Philipp Herzog | 2022-11-11 | 1 | -1/+3 |
|\ | | | | | Introduce non-zero exit code for rollbacks | ||||
| * | Introduce non-zero exit code for rollbacks | Philipp Herzog | 2022-11-11 | 1 | -1/+3 |
|/ | | | | Closes #179 | ||||
* | Merge pull request #168 from rycee/runCommand | Alexander Bantyev | 2022-08-05 | 1 | -3/+3 |
|\ | | | | | Replace runCommandNoCC by runCommand | ||||
| * | Fetch system from `stdenv.hostPlatform` | Robert Helgesson | 2022-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The top-level `system` attribute has been deprecated for quite a while. See https://github.com/NixOS/nixpkgs/commit/4246d6ce21d2d8d33e2d30f42b3d9d446c5dc143 | ||||
| * | Replace runCommandNoCC by runCommand | Robert Helgesson | 2022-08-04 | 1 | -2/+2 |
|/ | | | | | | | The `runCommand` function has been using `stdenvNoCC` for quite a while and `runCommandNoCC` is correspondingly deprecated. See https://github.com/NixOS/nixpkgs/commit/9feb144c8cc4f4b71a9c23b2f7fd6b2ea55649e5 | ||||
* | Merge pull request #159 from xvello/nix28 | Alexander Bantyev | 2022-05-26 | 1 | -3/+5 |
|\ | | | | | Update flake to support nix 2.8 | ||||
| * | Update flake to support nix 2.8 | Xavier Vello | 2022-05-14 | 1 | -3/+5 |
|/ | | | | | | | | | nix 2.7 renamed defaultApp and defaultPackage. Both the old and new names are supported in 2.7, but 2.8 has removed support for the old names, breaking the nix run invocation. Old names are kept in this PR to keep compatibility with nix 2.6, but could be removed if support of this version is not needed anymore. | ||||
* | Merge pull request #157 from Atry/patch-1 | Alexander Bantyev | 2022-05-09 | 1 | -1/+1 |
|\ | | | | | Fix a typo | ||||
| * | Fix a typo | Yang, Bo | 2022-05-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #149 from serokell/automatic-update | Alexander Bantyev | 2022-03-28 | 1 | -9/+9 |
|\ | | | | | Automatically update flake.lock to the latest version | ||||
| * | Automatically update flake.lock to the latest version | Flake Update Bot | 2022-03-28 | 1 | -9/+9 |
|/ | | | | | | flake-compat b7547d3eed (2022-01-03) -> 64a525ee38 (2022-03-25) nixpkgs 7f65e4abd5 (2022-01-29) -> 30d3d79b7d (2022-03-25) utils 846b2ae0fc (2022-01-20) -> 0f8662f131 (2022-03-26) | ||||
* | Merge pull request #134 from serokell/automatic-update | Alexander Bantyev | 2022-02-02 | 1 | -9/+9 |
|\ | | | | | Automatically update flake.lock to the latest version | ||||
| * | Automatically update flake.lock to the latest version | Flake Update Bot | 2022-02-02 | 1 | -9/+9 |
|/ | | | | | | flake-compat 12c64ca55c (2021-08-02) -> b7547d3eed (2022-01-03) nixpkgs e0ce3c683a (2021-09-19) -> 7f65e4abd5 (2022-01-29) utils 7e5bf3925f (2021-09-13) -> 846b2ae0fc (2022-01-20) | ||||
* | Merge pull request #148 from afontaine/afontaine/add-doas-support | Alexander Bantyev | 2022-01-29 | 4 | -1/+20 |
|\ | | | | | Add custom sudo command support | ||||
| * | Add custom sudo command support | Andrew Fontaine | 2022-01-28 | 4 | -1/+20 |
|/ | | | | This is useful for nodes that utilize `doas` instead of `sudo`. | ||||
* | chore: replace .license files with dep5 config | 06kellyjac | 2022-01-13 | 9 | -24/+4 |
| | |||||
* | chore: link LICENSES/MPL-2.0.txt to root LICENSE | 06kellyjac | 2022-01-13 | 1 | -312/+1 |
| | |||||
* | optimize release build for size | Timothy DeHerrera | 2022-01-13 | 2 | -59/+19 |
| | |||||
* | Merge pull request #146 from eyeinsky/master | Alexander Bantyev | 2022-01-12 | 1 | -1/+1 |
|\ | | | | | Fix typo | ||||
| * | Fix typo | Markus Läll | 2022-01-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #138 from input-output-hk/await-thread | notgne2 | 2021-12-04 | 1 | -1/+5 |
|\ | | | | | ensure spawned thread exits before main | ||||
| * | ensure spawned thread exits before main | Timothy DeHerrera | 2021-11-18 | 1 | -1/+5 |
|/ | |||||
* | Fix darwin build | Alexander Bantyev | 2021-09-28 | 1 | -4/+4 |
| | | | | | | | Frameworks are libraries used at runtime, so should be in buildInputs and not nativeBuildInputs. Closes https://github.com/serokell/deploy-rs/issues/132 | ||||
* | Merge pull request #131 from pjjw/aarch64-darwin | Alexander Bantyev | 2021-09-27 | 1 | -1/+1 |
|\ | | | | | add aarch64-darwin to built systems | ||||
| * | add aarch64-darwin to built systems | Peter Woodman | 2021-09-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #129 from serokell/update | Alexander Bantyev | 2021-09-23 | 2 | -10/+10 |
|\ | | | | | flake.lock: Update | ||||
| * | flake.lock: Update | Alexander Bantyev | 2021-09-23 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flake lock file changes: • Updated input 'flake-compat': 'github:edolstra/flake-compat/99f1c2157fba4bfe6211a321fd0ee43199025dbf' (2020-11-26) → 'github:edolstra/flake-compat/12c64ca55c1014cdc1b16ed5a804aa8576601ff2' (2021-08-02) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/d8eb97e3801bde96491535f40483d550b57605b9' (2021-06-06) → 'github:NixOS/nixpkgs/e0ce3c683ae677cf5aab597d645520cddd13392b' (2021-09-19) • Updated input 'utils': 'github:numtide/flake-utils/7d706970d94bc5559077eb1a6600afddcd25a7c8' (2021-05-31) → 'github:numtide/flake-utils/7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19' (2021-09-13) | ||||
| * | Use nix-unstable command | Alexander Bantyev | 2021-09-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #125 from blaggacao/master | Alexander Bantyev | 2021-09-23 | 1 | -0/+1 |
|\ \ | |/ |/| | fix: ignore direnv files | ||||
| * | fix: ignore direnv files | David Arnold | 2021-08-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #128 from lovesegfault/no-naersk | Alexander Bantyev | 2021-09-23 | 2 | -30/+8 |
|\ \ | |/ |/| | flake: replace naersk with buildRustPackage | ||||
| * | flake: replace naersk with buildRustPackage | Bernardo Meurer | 2021-09-15 | 2 | -30/+8 |
|/ | |||||
* | General code cleanup | notgne2 | 2021-08-12 | 5 | -130/+117 |
| | |||||
* | Merge pull request #104 from nrdxp/as-lib | Alexander Bantyev | 2021-08-04 | 5 | -681/+692 |
|\ | | | | | Use as library | ||||
| * | Merge branch 'master' into as-lib | Alexander Bantyev | 2021-08-04 | 2 | -1/+16 |
| |\ | |/ |/| | |||||
* | | Merge pull request #108 from serokell/notgne2/add-envrc | notgne2 | 2021-08-04 | 2 | -1/+16 |
|\ \ | | | | | | | Add .envrc and fix devShell to work with more tools | ||||
| * | | Add .envrc and fix devShell to work with more tools | notgne2 | 2021-08-04 | 2 | -1/+16 |
|/ / | |||||
| * | fix ambiguous crate ref | Timothy DeHerrera | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | optionally take args as input | Timothy DeHerrera | 2021-07-29 | 2 | -4/+7 |
| | | |||||
| * | make cli opts public | Timothy DeHerrera | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | update tokio | Timothy DeHerrera | 2021-07-29 | 2 | -14/+12 |
| | | |||||
| * | export cli run in lib | Timothy DeHerrera | 2021-07-14 | 3 | -667/+677 |
|/ | |||||
* | Merge pull request #97 from blaggacao/patch-1 | Alexander Bantyev | 2021-07-08 | 1 | -1/+1 |
|\ | | | | | fix: add meta.description | ||||
| * | fix: add meta.description | David Arnold | 2021-06-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #96 from serokell/balsoft/eval-only-once | Alexander Bantyev | 2021-07-02 | 2 | -10/+48 |
|\ \ | |/ |/| | Evaluate only once, and then only realise | ||||
| * | Evaluate only once, and then only realise | Alexander Bantyev | 2021-07-02 | 1 | -9/+47 |
| | | |||||
| * | Add rustfmt and rust-analyzer to devShell | Alexander Bantyev | 2021-06-25 | 1 | -1/+1 |
|/ |