aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAge
* feat(gui): runbooks that run (#2233)Ellie Huxtable2024-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add initial runbooks frontend * fix buttons, scroll, add shell support to editor * work * some tweaks * wip - run crate * functioning executable blocks * handle resizing, killing ptys * clear properly on stop * move terminal to its own component, handle lifecycle better * fix all build issues * ffs codespelll * update lockfile * clippy is needy once more * only build pty stuff on mac/linux * vendor pty handling into desktop * update lockfile
* chore(ci): do not run current ci for ui (#2189)Ellie Huxtable2024-06-24
|
* chore: update to cargo-dist 0.16, enable attestations (#2156)Ellie Huxtable2024-06-18
|
* chore: setup dependabot for the ui (#2128)Ellie Huxtable2024-06-13
| | | | | * chore: setup dependabot for the ui * cargo update the backend too
* chore(build): compile protobufs with protox (#2122)Remo Senekowitsch2024-06-12
| | | | | | | | | | | | | | | | | | | * chore(build): compile protobufs with protox protox is a pure-rust implementation of the protobuf compiler. Therefore, it can be managed by cargo. This removes the implicit dependency on protoc being available in the environment for the build. * fix(build): replace copypasta in build script The paths passed to `compile` aren't actually used by the build. `skip_protoc_run` prevents that. That's why a clean build succeeds even with this mistake. However, the paths are passed to a `cargo:rerun-if-changed` directive. So this mistake would've caused a failed incremental build if the protobuf definitions were changed.
* chore: add installer e2e tests (#2110)Ellie Huxtable2024-06-10
| | | | | * chore: add installer e2e tests * only run if edited or main
* chore: switch to cargo dist for releases (#2085)Ellie Huxtable2024-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: switch to cargo dist for releases From https://axo.dev cargo-dist handles building releases far better than we can, and do so for several large projects now. We will need to change our install script to use the cargo-dist installer. Historically, we have used the system package manager wherever possible. Once switched to the new installer, this will no longer be the case. If the user wishes to use their package manager, and Atuin is maintained there, then they can choose to do so. This way, we can ensure that users are running a known build, can easily uninstall (just delete the atuin dir), easily update, etc. Builds will use our lockfile, and can have their checksum verified. Later, I'd like to introduce build signing. As Axo are focused on release engineering, they will likely have resolved many more issues than we have - libc versions, etc. I'm not particularly happy with our response of "just use your package manager", as many users seem to have difficulty there. It's unclear what our installer has done, as this behaviour varies massively across systems. It's also unclear how some package maintainers may have patched things I'm hoping that some better release tooling will lead to more confidence in the process, and therefore more frequent releases. Uninstall clarity: #111, #372, #640, #1485, #1546, #2049, #1529 * config * add protobuf * test build * use native arm mac * lol * add toolchain * use 1.78, 2vcpu * nix flake update * 1.77
* chore(ci): don't run "Update Nix Deps" CI on forks (#2070)Xavier Vello2024-06-03
|
* feat: add background daemon (#2006)Ellie Huxtable2024-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init daemon crate * wip * minimal functioning daemon, needs cleanup for sure * better errors * add signal cleanup * logging * things * add sync worker * move daemon crate * 30s -> 5mins * make clippy happy * fix stuff maybe? * fmt * trim packages * rate limit fix * more protoc huh * this makes no sense, why linux why * can it install literally just curl * windows in ci is slow, and all the newer things will not work there. disable the daemon feature and it will build * add daemon feature * maybe this * ok wut where is protoc * try setting protoc * hm * try copying protoc * remove optional * add cross config * idk nix * does nix want this? * some random pkg I found does this * uh oh * hack, be gone! * update contributing
* fix(ci): release workflow (#1978)Ellie Huxtable2024-04-24
|
* chore(release): prepare for release v18.2.0 (#1950)Ellie Huxtable2024-04-15
| | | | | * chore(release): prepare for release v18.2.0 * disable codespell for the changelog
* feat(gui): add base structure (#1935)Ellie Huxtable2024-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial * ui things * cargo * update, add history refresh button * history page a bit better, add initial dotfiles page * re-org layout * bye squigglies * add dotfiles ui, show aliases * add default shell detection * put stats in a little drawer, alias import changes * use new table for aliases, add alias deleting * support adding aliases * close drawer when added, no alias autocomplete * clippy, format * attempt to ensure gdk is installed ok * sudo * no linux things on mac ffs * I forgot we build for windows too... end of day * remove tauri backend from workspace
* chore(ci): Add codespell support (config, workflow) and make it fix some ↵Yaroslav Halchenko2024-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | typos (#1916) * Add github action to codespell main on push and PRs * Add rudimentary codespell config * ignore crate, inbetween etc * [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w || :", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ * [DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
* chore: add section to issue form (#1873)Ellie Huxtable2024-03-13
|
* chore: require atuin doctor in issue form (#1872)Ellie Huxtable2024-03-13
|
* chore: add issue form (#1871)Ellie Huxtable2024-03-13
|
* chore(ci): setup nextest (#1848)Ellie Huxtable2024-03-10
|
* chore(ci): add cross-compile job for illumos (#1830)Rain2024-03-06
| | | | | I also tried getting FreeBSD to work, but didn't get too far sadly. I don't have the time to debug this so I just put in a comment for now. (With my changes, Atuin works great on FreeBSD as well.)
* feat(nushell): add nushell completion generation (#1791)Remmy Cat Stock2024-02-29
|
* feat(nix): add update action (#1779)Patrick Jackson2024-02-26
|
* chore(ci): run rust build/test/check on 3 platforms (#1675)Ellie Huxtable2024-02-05
| | | | | | | * chore(ci): run rust build/test/check on 3 platforms * need to properly test windows * do not need to strip here, and windows has a suffix anyway
* chore(ci): re-enable test cache, add separate check step (#1663)Ellie Huxtable2024-02-01
|
* chore(ci): use github m1 for release builds (#1658)Ellie Huxtable2024-01-30
|
* docs: Create pull_request_template.md (#1632)Ellie Huxtable2024-01-26
|
* chore: update funding (#1543)Ellie Huxtable2024-01-10
|
* fix: disable musl deb building (#1525)Ellie Huxtable2024-01-09
| | | | | | It never worked, and broke release building. I don't think we need musl debs, but if so ensure they don't break install scripts Resolve #1500
* chore: remove issue template (#1444)Ellie Huxtable2023-12-12
|
* chore(repo): remove issue config (#1433)Ellie Huxtable2023-12-10
|
* chore: don't group deps (#1424)Ellie Huxtable2023-12-09
|
* chore: run dependabot weekly, not daily (#1423)Ellie Huxtable2023-12-09
| | | | | * chore: run dependabot weekly, not daily * group it all
* update support template (#1340)Ellie Huxtable2023-10-26
|
* Fix cargo deb usage (#1337)Ellie Huxtable2023-10-26
| | | | | v2.0.0 of cargo deb added the revision number. I'd rather not change the output name of our file, so force cargo-deb to stick to the "old" behaviour
* Revert "Revert "Revert "Use github runners for unit tests (for now) (#1279)" ↵Ellie Huxtable2023-10-25
| | | | | (#1294)" (#1295)" (#1325) This reverts commit 089cb6847c41b555b3a69ad1970f9449a77df491.
* Checkout repo so the manifest publish step can read git (#1314)Ellie Huxtable2023-10-19
|
* use the short sha to tag images (#1313)Ellie Huxtable2023-10-19
|
* Use ubuntu for x86, oopsEllie Huxtable2023-10-19
|
* Fix eventsEllie Huxtable2023-10-19
|
* Switch to Actuated for docker builds (#1312)Ellie Huxtable2023-10-19
|
* Revert "Revert "Use github runners for unit tests (for now) (#1279)" ↵Ellie Huxtable2023-10-08
| | | | | (#1294)" (#1295) This reverts commit 10541134693ba710261832c309fae67036c6e892.
* Revert "Use github runners for unit tests (for now) (#1279)" (#1294)Ellie Huxtable2023-10-08
| | | This reverts commit 0abbcd6941fb27d9dd7ac3443c78c06607660d33.
* Use github runners for unit tests (for now) (#1279)Ellie Huxtable2023-10-02
| | | | | | | My self hosted runner is much faster, but my house was hit by lightning and the internet is down. I'm a few thousand miles away atm so won't be able to sort it for a while. Tests broken by _nature_.
* Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278)Ellie Huxtable2023-10-02
| | | This reverts commit ab8a48b2e01c33597b96bd05e66aa53413d1fe29.
* Re-enable `linux/arm64` platform in CI docker build (#1276)rriski2023-10-02
| | | This was previously enabled in #616 and then reverted in #730.
* Fix support templateEllie Huxtable2023-09-28
|
* Update support.yml (#1268)Ellie Huxtable2023-09-28
|
* Update support.ymlEllie Huxtable2023-09-28
|
* Add support template (#1267)Ellie Huxtable2023-09-28
|
* Correct issue templatesEllie Huxtable2023-09-28
|
* Adjust issue templatesEllie Huxtable2023-09-28
|
* Create support.mdEllie Huxtable2023-09-28
| | | I'm testing some structuring out