Commit Graph

50 Commits

Author SHA1 Message Date
EdJoPaTo
8e5a57bd8e ci(rust): improve workflow 2021-10-24 03:21:43 +02:00
EdJoPaTo
9f463b70d1 ci(coverage): create code coverage 2021-10-24 03:21:43 +02:00
EdJoPaTo
0659a5ae6f refactor(lint): adapt to future lints 2021-10-24 03:21:43 +02:00
EdJoPaTo
b201b73345 build: v0.7.0 2021-08-09 08:18:05 +02:00
EdJoPaTo
8dc7d0d40b ci(rust): improve workflow 2021-08-09 08:09:14 +02:00
EdJoPaTo
00bde7473d ci(dependabot): improve config 2021-08-09 07:57:33 +02:00
EdJoPaTo
b1c87ee597 build(cargo): improve metadata 2021-08-09 07:56:59 +02:00
EdJoPaTo
c886ee542e build(cargo): update tui to 0.16 2021-08-09 07:54:44 +02:00
EdJoPaTo
de79f19b82 refactor: simpify string repeat 2021-06-13 09:29:23 +02:00
EdJoPaTo
127c3c2345 ci(rust): improve clippy arguments 2021-06-13 09:26:51 +02:00
EdJoPaTo
5f62e19f54 chore(cargo): reorder Cargo.toml 2021-06-13 09:25:10 +02:00
EdJoPaTo
f8408d666d ci(actions): check weekly for still working dependencies 2021-05-25 19:32:12 +02:00
EdJoPaTo
7b0a1ca240 ci(actions): also allow non-clippy unknown-lints 2021-05-13 11:23:14 +02:00
EdJoPaTo
8e1f0438e5 ci(actions): use matrix specific clippy args 2021-05-13 11:20:33 +02:00
EdJoPaTo
cc12c96c36 ci(actions): only warn on not yet specified lints 2021-05-13 10:30:38 +02:00
EdJoPaTo
0cafdbb6e4 ci(actions): improve rust workflow 2021-05-13 10:17:02 +02:00
EdJoPaTo
b268c7c3eb ci(dependabot): improve config 2021-05-13 10:11:36 +02:00
EdJoPaTo
15fbc26617 refactor(clippy): adapt to new lints 2021-05-13 09:24:54 +02:00
EdJoPaTo
45083fc332 refactor: prefer turbofish 2021-05-13 09:18:42 +02:00
EdJoPaTo
3aa5060d31 chore: v0.6.0 2021-05-03 10:58:08 +02:00
EdJoPaTo
be51a568d0 chore(cargo): update to tui v0.15 2021-05-03 10:57:15 +02:00
EdJoPaTo
d64e262db6 chore: v0.5.0 2021-05-01 14:22:07 +02:00
Joey Ezechiëls
8c43147be8 Improve API (#3)
* Introduce TreeItem::{child, child_mut}() accessors
* Add docstrings for TreeState::{open, close}()
2021-05-01 14:18:37 +02:00
EdJoPaTo
fef66b4b5b ci(actions): do release build 2021-04-30 11:20:13 +02:00
EdJoPaTo
1bdca46b4b ci(actions): improve rust workflow 2021-04-30 11:09:48 +02:00
EdJoPaTo
8344fe213a chore(license): also specify license as a file 2021-04-08 21:55:58 +02:00
EdJoPaTo
cf31797e86 refactor: impl method returns Self 2021-04-01 09:05:05 +02:00
EdJoPaTo
d5798982d1 ci(actions): libraries dont have lock files 2021-03-03 18:23:38 +01:00
EdJoPaTo
156da663f3 ci(actions): dont try to check windows
tests are done with terminion which is -nix only
2021-03-03 18:14:38 +01:00
EdJoPaTo
c627c8a07a ci(actions): improve rust workflow
- use cargo action over run

- run clippy and test on all OS

- remove caches
  caches dont improve speed that much (about a minute better?)
  and might lead to side effects (happened)
2021-03-03 18:08:43 +01:00
EdJoPaTo
39b76af827 ci(dependabot): improve commit message prefix 2021-03-03 18:06:14 +01:00
EdJoPaTo
9069bd7486 chore: v0.4.0 2021-02-13 09:53:37 +01:00
EdJoPaTo
075eb052a3 feat: add TreeState get_offset() 2021-02-13 09:49:35 +01:00
EdJoPaTo
5e5ef7972a chore(dependabot): improve config 2021-02-13 09:49:00 +01:00
EdJoPaTo
2237106124 chore(actions): update 2021-02-13 09:48:13 +01:00
EdJoPaTo
3f5e936337 chore: v0.3.0 2021-01-04 11:57:05 +01:00
EdJoPaTo
c0fc1be040 chore(cargo): update tui to 0.14
BREAKING CHANGE: requires tui 0.14
2021-01-04 11:56:48 +01:00
EdJoPaTo
0951d51545 chore(dependabot): activate 2021-01-04 11:33:06 +01:00
EdJoPaTo
6be2a9d190 chore(cargo): use include instead of exclude 2021-01-03 18:51:09 +01:00
EdJoPaTo
e3ac2554c3 refactor: let rust elide lifetimes 2020-12-31 17:55:44 +01:00
EdJoPaTo
0c36bb0c5a chore: v0.2.0 2020-11-15 17:27:58 +01:00
EdJoPaTo
3158b4d09b chore(tui): update tui to 0.13 2020-11-15 17:26:48 +01:00
EdJoPaTo
5265bf1d1e fix: use getter for all_opened
dont allow access to struct field
2020-10-31 21:31:54 +01:00
EdJoPaTo
b585b9dde9 style: remove some superfluous comments 2020-10-31 21:17:13 +01:00
EdJoPaTo
7e4709c67e chore: add meta stuff 2020-10-31 20:54:55 +01:00
EdJoPaTo
db61972cec fix: reduce indentation 2020-10-31 20:30:24 +01:00
EdJoPaTo
3513446bd8 chore(workflow): only build on x86 linux 2020-10-31 04:33:20 +01:00
EdJoPaTo
52e309ba5b chore(workflow): lib has no lock file 2020-10-31 04:14:22 +01:00
EdJoPaTo
8ef835538c chore(workflow): add github action 2020-10-30 16:33:53 +01:00
EdJoPaTo
b539806734 Initial commit 2020-10-30 16:30:07 +01:00