Commit graph

50 commits

Author SHA1 Message Date
e29b962423
Add command to delete albums 2024-11-24 02:01:48 +01:00
fb78298166
Add a command to list albums 2024-11-24 01:32:17 +01:00
af1af8dce1
Add a libraries command and scan subcommand 2024-11-17 15:31:12 +01:00
2eb4e391c2 Merge branch 'actions-refactor' into 'main'
Continue actions refactoring

See merge request kernald/immich-tools!22
2024-11-08 15:33:08 +00:00
eb53590049
Continue actions refactoring 2024-11-08 16:31:29 +01:00
f176efdbea Merge branch 'verbosity-flag' into 'main'
Add a verbose/quiet pair of flags

See merge request kernald/immich-tools!21
2024-11-06 06:10:01 +00:00
8726a1c6bf
Add a verbose/quiet pair of flags 2024-11-06 17:08:16 +11:00
782cde2663 Merge branch 'tests' into 'main'
Add some tests

See merge request kernald/immich-tools!20
2024-11-06 03:38:31 +00:00
c525f63660
Add some tests 2024-11-06 14:36:46 +11:00
bc46df634d Merge branch 'actions-refactor' into 'main'
PoC of refactoring actions

See merge request kernald/immich-tools!19
2024-11-06 00:08:01 +00:00
e630997ff5
PoC of refactoring actions 2024-11-06 11:05:49 +11:00
6ee741fd5f Merge branch 'context' into 'main'
Use a context struct

See merge request kernald/immich-tools!18
2024-11-05 22:25:00 +00:00
a0d9bfa97b
Use a context struct 2024-11-06 09:23:39 +11:00
60208331ba Merge branch 'release-0.2.0' into 'main'
chore: Release immich-tools version 0.2.0

See merge request kernald/immich-tools!17
2024-11-05 05:07:54 +00:00
a19ca50d35
chore: Release immich-tools version 0.2.0 2024-11-05 16:05:28 +11:00
6dae7c4cd0 Merge branch 'cargo-release' into 'main'
Add cargo-release

See merge request kernald/immich-tools!16
2024-11-05 04:57:06 +00:00
d7001c11aa
Add cargo-release 2024-11-05 15:55:38 +11:00
794a5195ec Merge branch 'delete-offline-assets' into 'main'
Delete offline assets

See merge request kernald/immich-tools!15
2024-11-05 03:30:12 +00:00
cbac065486
Add new features to the README 2024-11-05 14:28:43 +11:00
ebe22cfc10
Add a command to delete assets 2024-11-05 14:27:37 +11:00
af5990796e Merge branch 'assets-list' into 'main'
Add an assets list command

See merge request kernald/immich-tools!14
2024-11-05 02:42:22 +00:00
c026375ce1
Add an assets list command 2024-11-05 13:40:52 +11:00
866fe29b05 Merge branch 'albums-utils' into 'main'
Add utilities around albums and assets

See merge request kernald/immich-tools!13
2024-11-05 01:43:57 +00:00
a8796b2728
Add utilities around albums and assets 2024-11-05 12:42:42 +11:00
845783c93a Merge branch 'missing-args-context' into 'main'
Add some context on missing arguments

See merge request kernald/immich-tools!12
2024-11-04 22:31:48 +00:00
840db8e612
Add some context on missing arguments 2024-11-05 09:30:25 +11:00
d37ab08728 Merge branch 'clean-deps' into 'main'
Clean unused dependencies

See merge request kernald/immich-tools!11
2024-11-04 22:21:12 +00:00
eee05a8943
Clean unused dependencies 2024-11-05 09:19:22 +11:00
89b914e7da Merge branch 'server-features' into 'main'
Add a subcommand to check server features

See merge request kernald/immich-tools!10
2024-11-04 04:11:16 +00:00
0cd998a7a6 Add a subcommand to check server features 2024-11-04 15:09:18 +11:00
e0856c69e7 Merge branch 'immich-api-1.119.1' into 'main'
Update Immich API bindings to 1.119.1

See merge request kernald/immich-tools!9
2024-11-04 02:56:01 +00:00
c141153ad1 Update Immich API bindings to 1.119.1 2024-11-04 13:54:20 +11:00
bcae3b3cb9 Merge branch 'better-error' into 'main'
Validate client configuration before running commands

See merge request kernald/immich-tools!8
2024-10-30 07:04:39 +00:00
febcadc3ba Validate client configuration before running commands 2024-10-30 18:03:08 +11:00
0b296f9fcf Merge branch 'config-file' into 'main'
Add support for a configuration file

See merge request kernald/immich-tools!7
2024-10-30 06:48:38 +00:00
b9664b43c8 Add support for a configuration file 2024-10-30 17:46:14 +11:00
a34dbb7fd3 Merge branch 'readme' into 'main'
Document the Immich bindings

See merge request kernald/immich-tools!6
2024-10-28 05:45:28 +00:00
c6479b5af1 Document the Immich bindings 2024-10-28 16:44:06 +11:00
b1329dfc75 Merge branch 'prepare-release' into 'main'
Add some metadata

See merge request kernald/immich-tools!5
2024-10-28 05:25:29 +00:00
26610cdb66 Add some metadata 2024-10-28 16:24:11 +11:00
8f4c125389 Merge branch 'license' into 'main'
Add LICENSE

See merge request kernald/immich-tools!4
2024-10-28 05:03:41 +00:00
2200b01ca0 Add LICENSE 2024-10-28 05:02:36 +00:00
9f0a038cd9 Merge branch 'missing-dob' into 'main'
Add a command dumping missing date of births

See merge request kernald/immich-tools!3
2024-10-28 04:28:55 +00:00
dfac23a225 Add a command dumping missing date of births 2024-10-28 15:27:35 +11:00
dfce1f94ad Merge branch 'dob-sync' into 'main'
Add a command to synchronise date of births

See merge request kernald/immich-tools!2
2024-10-28 03:58:57 +00:00
bc09979a62 Add a command to synchronise date of births 2024-10-28 14:54:49 +11:00
5eb1e3bba4 Merge branch 'ci' into 'main'
Set-up CI

See merge request kernald/immich-tools!1
2024-10-28 03:50:51 +00:00
79da30e23f Set-up CI 2024-10-28 14:47:53 +11:00
46338adca4 Set up a client and basic command infrastructure 2024-10-24 11:55:16 +11:00
56a22203ef
Initial commit 2024-10-23 20:36:36 +11:00