m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 17:43:37 -05:00
Commit Graph

203 Commits

Author SHA1 Message Date
Sergio
4d691dd5fa Serialize current and local values to avoid having to recompute them when fetching API data. Also fixes the bug where the versions aren't displayed in the CLI output for remote servers 2025-02-21 17:09:00 +02:00
Sergio
685219ea62 Add option to refresh all servers 2025-02-21 17:05:32 +02:00
Sergio
756462cd7c Make local images collapsible 2025-02-21 16:35:15 +02:00
Sergio
f020ac0906 Fix clippy lint (this code has been there since... forever, why hasn't this been detected) 2025-02-21 16:02:03 +02:00
Sergio
4b03a48d88 Tiny web UI changes 2025-02-19 20:31:57 +02:00
Sergio
ba1cfac64b Add base path to docs (nothing changes, I just want to override it) 2025-02-18 18:06:19 +02:00
Sergio
05d4c7c630 I think you can guess 2025-02-18 17:47:14 +02:00
Sergio
cf22ec300f Fix a few more clippy lints 2025-02-18 16:58:25 +02:00
Sergio
5b428dbf67 Fix some clippy lints 2025-02-18 16:57:08 +02:00
Sergio
787a730ab5 Update colors 2025-02-15 16:08:55 +02:00
Sergio
925989fd80 Redesign UI a bit 2025-02-15 14:38:58 +02:00
Sergio
5656003058 Fix small bug in API 2025-02-15 13:02:33 +02:00
Sergio
f79d7ff03a Switch to Lucide Icons 2025-02-15 12:50:59 +02:00
Sergio
550fb955a3 Refactor logging, create context for passing around between functions instead of config 2025-02-14 19:24:35 +02:00
Sergio
6ae95bf83b Update API and improve CLI output 2025-02-14 18:28:18 +02:00
Sergio
2262df0355 Fix typo in homepage 2025-02-14 18:27:29 +02:00
Sergio
1beb7dc020 Add docs for multiple servers 2025-02-07 17:44:46 +02:00
Sergio
a0de565367 Update docs about JSON CLI output, fix small typo on homepage 2025-02-07 17:32:19 +02:00
Sergio
0314ef2f05 Add multiple server support to Liquid UI, CSS fixes 2025-02-07 17:25:06 +02:00
Sergio
f1c8a45122 Remove unused components in docs, fix errors, improve docs workflow 2025-02-02 15:00:41 +02:00
Sergio
ce3f8176f1 Skip deploying docs for branches other than main 2025-02-02 14:52:36 +02:00
Sergio
8b520182ed Update docs actions (attempt 1) 2025-02-02 14:48:40 +02:00
Sergio
e8fee79d20 Merge branch 'main' into v3 2025-02-02 14:45:37 +02:00
Sergio
24f160803a Add docs about integrations 2025-02-02 14:33:14 +02:00
Sergio
2ef77c9a55 Fix mobile dialog not taking screen width 2025-02-01 13:53:15 +02:00
Sergio
a5bbdd0e33 Upgrade docs 2025-02-01 13:41:21 +02:00
Sergio
b5aa0309ee Tiny improvement to version handling, add a new debug log 2025-02-01 10:28:17 +02:00
Sergio
4bbb53cd67 Show unknown when image tag does not exist 2025-01-15 17:09:19 +02:00
Sergio
3ac6fb57e9 Fix crash when checking a remote tag and it is the latest available 2025-01-15 16:44:26 +02:00
Kamil Essekkat
b12acba745 Add note about non-root with docker compose to docs (#56)
Some checks failed
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled
2025-01-10 16:05:58 +02:00
Sergio
ead74dadd6 Update docs
Some checks failed
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled
2025-01-05 13:48:04 +02:00
Sergio
6e6afdb757 Update docs (#55) 2025-01-05 13:46:42 +02:00
Sergio
0c10134829 Fix #55 2025-01-05 13:42:15 +02:00
Sergio
c0c7f7c0e9 Finished basic functionality for multiple servers in the backend.
No special CLI or Liquid support yet and also no refresh support
2025-01-03 16:10:17 +02:00
Sergio
aeeffaccba Get updates from multiple servers (part one: get the data) 2025-01-02 20:11:31 +02:00
Sergio
a1711b7ac8 Fix workflows
Some checks failed
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled
https://github.com/cross-rs/cross/issues/1561
2025-01-02 15:09:35 +02:00
Sergio
9d628e3ab2 Implement refresh schedule 2025-01-02 14:37:33 +02:00
Sergio
d3b18a6587 Update schema 2025-01-02 14:07:10 +02:00
Sergio
76a812f52f Update tailwind CSS safelist 2025-01-02 13:23:26 +02:00
Sergio
fe779c9c4e Probably meaningless change of some Option<&String>s to Option<&str>s 2025-01-02 13:00:32 +02:00
Sergio
84609d5189 Various small changes and optimizations related to timekeeping, logging and JSON handling. Binary size shrunk by 0.2 MB! 2025-01-02 12:48:35 +02:00
Sergio
ded441cf75 Add support for connecting with both unix and http docker sockets. Hasn't been tested yet. 2025-01-02 12:47:52 +02:00
Sergio
0a8295fff4 Improve semver version handling (decrease false positives)
Some checks are pending
Deploy github pages / build (push) Waiting to run
Deploy github pages / deploy (push) Blocked by required conditions
2025-01-01 15:25:49 +02:00
Sergio
9c8e6ccdea Work on liquid a bit, format code 2025-01-01 14:29:17 +02:00
Sergio
f1e1bcbf1c update docs 2025-01-01 12:51:19 +02:00
James Bogosian
d26f57758a Fix typo in docs
Some checks failed
CI / build-binary (push) Has been cancelled
CI / build-image (push) Has been cancelled
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled
2024-12-26 16:04:11 +02:00
Sergio
31f7bfbbcb Start updating docs
Some checks failed
Deploy github pages / build (push) Has been cancelled
Deploy github pages / deploy (push) Has been cancelled
2024-12-20 21:20:50 +02:00
Sergio
15eb553e50 Update "try it out" command 2024-12-20 20:33:03 +02:00
Sergio
359147770f Create basic homepage and format docs 2024-12-20 19:24:22 +02:00
Sergio
0a4e302322 Maybe I shouldn't have removed that h-full 2024-12-20 18:26:27 +02:00