Jakub Jirutka
5e4e8d1152
Don't create config dir for server in default location if not needed ( #406 )
...
...respect ATUIN_CONFIG_DIR.
The current behaviour is problematic when running atuin server as a
system service with config dir in /etc/atuin.
2022-05-13 06:07:46 +01:00
dependabot[bot]
25afb5b2ed
Bump serde_json from 1.0.80 to 1.0.81 ( #387 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 09:01:06 +01:00
dependabot[bot]
7a394b0115
Bump serde from 1.0.136 to 1.0.137 ( #375 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 07:59:12 +01:00
dependabot[bot]
12440c1cb1
Bump serde_json from 1.0.79 to 1.0.80 ( #376 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 07:42:09 +01:00
Jakub Panek
93ab4e7842
ignore JetBrains IDEs, tidy-up imports ( #348 )
...
* ignore JB IDEs
* tidy-up imports
* add rustfmt config
2022-04-28 18:53:59 +01:00
Ellie Huxtable
796644e24e
Add created_at column to users ( #354 )
2022-04-26 22:27:51 +01:00
Ellie Huxtable
f8233bcb63
SQLx cannot run this migration OK ( #353 )
...
And also correct a typo
2022-04-26 18:17:56 +01:00
Ellie Huxtable
8ac6571bc6
Remove all select * from the server queries ( #347 )
...
It's not ideal as we should be explicit about what is being queried!
A part one for sorting this all out :)
2022-04-26 10:37:16 +01:00
Ellie Huxtable
4030de4bea
Add btree index on history table ( #345 )
...
This speeds up a whole bunch of our queries by a *lot* :)
2022-04-26 09:32:59 +01:00
dependabot[bot]
b692e0cee0
Bump tower-http from 0.2.5 to 0.3.0 ( #343 )
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.5...tower-http-0.3.0 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 08:11:57 +01:00
Conrad Ludgate
7f5310a1aa
history list ( #340 )
2022-04-25 07:13:30 +01:00
Ellie Huxtable
2fd9651dea
Release v0.9.1 ( #338 )
...
a050faa
Use `--locked` flag for CI builds (#337 )
8737474
Update Cargo.lock (#336 )
eab1dbf
sql builder (#333 )
Fixed to include an updated lockfile that was missed in the last release
Thank you for the rapid report @orhun!
2022-04-23 21:49:11 +01:00
Ellie Huxtable
22a7d8866b
Release v0.9.0 ( #334 )
...
89549b3
Bump uuid from 0.8.2 to 1.0.0 (#311 )
831cc98
Fix typos in the docs. (#171 )
7436e4f
feature-flags (#328 )
508d4f4
History filter (#329 )
02c70de
refactor (#327 )
a9d1ece
Added docker-compose.yml (#325 )
b8bdd83
Bump clap from 3.1.10 to 3.1.11 (#323 )
52a3d0c
Bump tracing from 0.1.33 to 0.1.34 (#324 )
79597b0
Bump clap_complete from 3.1.1 to 3.1.2 (#316 )
5aca611
Allow for larger commands (#321 )
9085485
tracing (#315 )
98d70fb
treat popos as ubuntu (#319 )
d57f549
refactor commands for better separation (#313 )
24e2971
Fix SQL cache query (#318 )
fe05d86
Fix delete trigger (#317 )
48747e3
A few minor tweaks (#314 )
ed4e07d
Use the count cache (#312 )
6e11b8e
Bump clap from 3.1.9 to 3.1.10 (#309 )
44e417d
Bump axum from 0.5.1 to 0.5.3 (#310 )
b98a378
Add count trigger (#308 )
7fe523a
Bump sqlx from 0.5.11 to 0.5.13 (#305 )
c5ab2a4
Bump clap from 3.1.8 to 3.1.9 (#306 )
55f66c8
Bump cli-table from 0.4.6 to 0.4.7 (#297 )
69279d2
Bump config from 0.13.0 to 0.13.1 (#303 )
d94cdae
README: add MacPorts installation instructions (#302 )
f4240aa
Initial implementation of calendar API (#298 )
3c5fbc5
provide better error messages (#300 )
bc45bab
remove default db uri (#299 )
4897f4a
Bump rmp-serde from 0.15.5 to 1.0.0 (#264 )
5b2e828
Bump directories from 3.0.2 to 4.0.1 (#246 )
016386c
Bump urlencoding from 1.3.3 to 2.1.0 (#208 )
a95018c
goodbye warp, hello axum (#296 )
3b7ed7c
fix env config parsing (#295 )
2022-04-23 18:24:53 +01:00
dependabot[bot]
89549b367b
Bump uuid from 0.8.2 to 1.0.0 ( #311 )
...
* Bump uuid from 0.8.2 to 1.0.0
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 0.8.2 to 1.0.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* patch
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
2022-04-22 21:38:37 +01:00
Conrad Ludgate
02c70deecb
refactor ( #327 )
2022-04-22 19:24:38 +01:00
Ellie Huxtable
5aca6114d4
Allow for larger commands ( #321 )
...
Followup: Limit command length client side too
2022-04-21 18:54:58 +01:00
Conrad Ludgate
9085485a4f
tracing ( #315 )
...
* enable tracing on server
* fmt
* instrument handlers
2022-04-21 18:07:33 +01:00
Ellie Huxtable
24e2971787
Fix SQL cache query ( #318 )
...
I just deployed the older version and it was falling back on the full
count. Turns out this is because it won't upcast from INT4 to INT8
automatically, and it has to be manual
At some point the underlying total should be changed to int8, but also I
highly doubt anyone will have enough shell history to fill an int4 lol
2022-04-21 09:19:54 +01:00
Ellie Huxtable
fe05d86bfa
Fix delete trigger ( #317 )
...
I've tested this again by deleting my full history and re-syncing, all
good.
2022-04-21 09:12:51 +01:00
Ellie Huxtable
ed4e07d2e6
Use the count cache ( #312 )
...
* Use the count cache
By default read from the count cache - if there is no value there, then
do a full COUNT. The cache will be filled when the user posts up some
more history
* clean up server db error handling
Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
2022-04-21 08:03:39 +01:00
Ellie Huxtable
b98a378861
Add count trigger ( #308 )
...
This can be used in a later PR to optimise our database usage
significantly. Avoiding COUNT will be fantastic for our CPU usage, and
therefore sync times.
2022-04-19 18:19:21 +01:00
Ellie Huxtable
f4240aa62b
Initial implementation of calendar API ( #298 )
...
This can be used in the future for sync so that we can be more
intelligent with what we're doing, and only sync up what's needed
I'd like to eventually replace this with something more like a merkle
tree, hence the hash field I've exposed, but that can come later
Although this does include a much larger number of count queries, it
should also be significantly more cache-able. I'll follow up with that
later, and also follow up with using this for sync :)
2022-04-13 18:29:18 +01:00
Conrad Ludgate
3c5fbc5734
provide better error messages ( #300 )
2022-04-13 18:08:49 +01:00
Conrad Ludgate
bc45bab273
remove default db uri ( #299 )
2022-04-13 18:08:21 +01:00
Conrad Ludgate
a95018cc90
goodbye warp, hello axum ( #296 )
2022-04-12 23:06:19 +01:00
Conrad Ludgate
3b7ed7caff
fix env config parsing ( #295 )
...
* fix env config parsing
* fmt
2022-04-12 21:47:07 +01:00
Ellie Huxtable
ac0d29f6dc
Release v0.8.1 ( #291 )
...
f861893
Update to clap 3.1.x (#289 )
e8f7aac
Add compact mode (#288 )
1e04c4c
Add rust-version to Cargo.toml (#287 )
222e52b
Update Dockerfile
fae118a
Improve fuzzy search (#279 )
7cde55a
Add code of conduct (#281 )
d270798
Update config-rs (#280 )
3248883
Update README.md
7f58741
Fix `history list --cwd` errors (#278 )
e117b62
Update fish bindings. (#265 )
4223ac6
Restore bash 4.2 compatibility, only add hook once (#271 )
7651f89
Add support for blesh (#267 )
c2dd332
fix: get install.sh working on UbuntuWSL (#260 )
84403a3
Bump reqwest from 0.11.7 to 0.11.9 (#261 )
5005cf7
Bump serde_json from 1.0.73 to 1.0.75 (#262 )
7fa3e1c
Do not crash if the history timestamp is in the future (#250 )
8d21506
use sqlite grouping rather than subquery (#181 )
d36ff13
Replace dpkg with apt (#248 )
2022-04-12 09:32:19 +01:00
Ellie Huxtable
d270798277
Update config-rs ( #280 )
...
* Update config-rs
Also fix our call to current_dir
This should resolve #195
Thanks @conradludgate for the upstream fix!
* Format
2022-03-17 21:26:57 +00:00
Lucas Burns
7f587418da
Fix history list --cwd
errors ( #278 )
2022-03-13 19:53:49 +00:00
dependabot[bot]
5005cf70c3
Bump serde_json from 1.0.73 to 1.0.75 ( #262 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.73 to 1.0.75.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.75 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 23:01:09 +00:00
Ellie
88b2651ba4
Release 0.8.0 ( #245 )
2021-12-17 19:00:08 +00:00
dependabot[bot]
6daaeb22b0
Bump serde_json from 1.0.64 to 1.0.72 ( #219 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.64 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.72 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-11 00:23:54 +00:00
Ellie
6a38f17ead
Release v0.7.2 ( #222 )
...
* Release v0.7.2
* Update CHANGELOG.md
2021-12-08 12:25:49 +00:00
Conrad Ludgate
6e8ec8689d
chore: improve build times ( #213 )
2021-11-21 14:34:04 +00:00
dependabot[bot]
e2c0605207
Bump rmp-serde from 0.15.4 to 0.15.5 ( #149 )
...
Bumps [rmp-serde](https://github.com/3Hren/msgpack-rust ) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/3Hren/msgpack-rust/releases )
- [Commits](https://github.com/3Hren/msgpack-rust/commits )
---
updated-dependencies:
- dependency-name: rmp-serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 11:51:44 +00:00
dependabot[bot]
d579b55d16
Bump rand from 0.8.3 to 0.8.4 ( #152 )
...
Bumps [rand](https://github.com/rust-random/rand ) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/0.8.3...0.8.4 )
---
updated-dependencies:
- dependency-name: rand
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-17 11:51:30 +00:00
dependabot[bot]
f0130571a6
Bump indicatif from 0.16.0 to 0.16.2 ( #140 )
...
Bumps [indicatif](https://github.com/mitsuhiko/indicatif ) from 0.16.0 to 0.16.2.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases )
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.16.0...0.16.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 10:43:55 +01:00
dependabot[bot]
4d52c5e872
Bump urlencoding from 1.3.1 to 1.3.3 ( #133 )
...
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding ) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/kornelski/rust_urlencoding/releases )
- [Commits](https://github.com/kornelski/rust_urlencoding/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 19:45:10 +01:00
dependabot[bot]
87c9f61e27
Bump serde from 1.0.125 to 1.0.126 ( #124 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.125 to 1.0.126.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.126 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 22:34:48 +01:00
dependabot[bot]
9303f48216
Bump urlencoding from 1.1.1 to 1.3.1 ( #125 )
...
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding ) from 1.1.1 to 1.3.1.
- [Release notes](https://github.com/kornelski/rust_urlencoding/releases )
- [Commits](https://github.com/kornelski/rust_urlencoding/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 22:33:32 +01:00
Ellie Huxtable
4286f65b01
Release v0.7.1 ( #108 )
2021-05-10 21:31:41 +00:00
Ellie Huxtable
d3059af815
Release v0.7.0 ( #103 )
...
* Release v0.7.0
- Update all the crate versions
- Update the demo gif
- Write a changelog
- Adjust the title of the search screen (has the old name still)
- Adjust the colours of the quick-jump numbers (sadly invisible on some
colour schemes as dark grey :/)
* Update README, default config file, docs
* Link usernames
* Trigger release workflow upon release creation, as well as tags
2021-05-10 21:28:07 +01:00
Conrad Ludgate
de2e34ac50
some changes 🤷 ( #83 )
...
* make everything a cow
* fmt + clippy
2021-05-09 21:17:24 +01:00
dependabot[bot]
7c87624d8a
Bump indicatif from 0.15.0 to 0.16.0 ( #45 )
...
Bumps [indicatif](https://github.com/mitsuhiko/indicatif ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases )
- [Commits](https://github.com/mitsuhiko/indicatif/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 09:58:25 +01:00
Conrad Ludgate
1c59f85ea8
remove dyn Reply ( #48 )
...
* cleanup reply types
* cleanup error api
* small update
* improve api some more
* fmt
2021-05-07 21:06:56 +01:00
Ellie Huxtable
0610ae197f
Pre release polishing ( #42 )
...
* Improve readme
* Add demo gif
* Update readme
* Add mac build
* Amend release config
* Update gif
2021-04-26 13:25:57 +00:00
Ellie Huxtable
156893d774
Update docs, unify on SQLx, bugfixes ( #40 )
...
* Begin moving to sqlx for local too
* Stupid scanners should just have a nice cup of tea
Random internet shit searching for /.env or whatever
* Remove diesel and rusqlite fully
2021-04-25 17:21:52 +00:00
Ellie Huxtable
4210e8de5a
Add to Cargo.toml
2021-04-21 21:32:21 +01:00
Ellie Huxtable
d63b0110ea
Bump to 0.6.1
...
Includes latest bugfixes and performance improvements
atuin@0.6.1
atuin-client@0.6.1
atuin-common@0.6.1
atuin-server@0.6.1
2021-04-21 21:28:10 +01:00
Ellie Huxtable
4a50ce3666
Bugfixes, show time ago, perf improvements
...
Also allow unique listing and more ergonomic cwd usage
2021-04-21 21:26:44 +01:00
Ellie Huxtable
ead33664bd
Release 0.6.0
...
atuin@0.6.0
atuin-client@0.6.0
atuin-common@0.6.0
atuin-server@0.6.0
Generated by cargo-workspaces
2021-04-20 22:01:46 +01:00
Ellie Huxtable
053ac5eacb
Update versions to match
2021-04-20 21:59:54 +01:00
Ellie Huxtable
a21737e2b7
Use cargo workspaces ( #37 )
...
* Switch to Cargo workspaces
Breaking things into "client", "server" and "common" makes managing the
codebase much easier!
client - anything running on a user's machine for adding history
server - handles storing/syncing history and running a HTTP server
common - request/response API definitions, common utils, etc
* Update dockerfile
2021-04-20 20:53:07 +00:00