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

208 Commits

Author SHA1 Message Date
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
Sergio
5ed64c92fd Change statistic style on large screens 2024-12-20 18:20:28 +02:00
Sergio
6d08d75ac3 Make statistics grid smaller on mobile 2024-12-20 18:13:15 +02:00
Sergio
dc38b84e87 Bug fixes for the previous UI improvements (I tested properly this time) 2024-12-20 17:49:21 +02:00
Sergio
09b6880295 Various frontend improvements 2024-12-20 17:35:39 +02:00
Sergio
4f1075b2b2 Add error message to API response 2024-12-20 17:00:41 +02:00
dependabot[bot]
566b02ca4c Bump nanoid from 3.3.7 to 3.3.8 in /docs (#49)
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
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8 due to a security vulnerability.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 15:49:40 +02:00
Sergio
c84270603f Readd theme-color meta tag and make it work properly 2024-12-08 20:59:47 +02:00
Sergio
4aa28f2cc5 Remove incorrect theme-color meta property 2024-12-08 19:33:50 +02:00
Sergio
eadda5f776 Add servers option (no-op at the moment) 2024-12-07 17:18:36 +02:00
Sergio
622b156eed Add agent mode, fix config version bug 2024-12-07 17:08:34 +02:00
Sergio
dca19b5ae2 Whoops wrong server versioning 2024-12-07 17:02:21 +02:00
Sergio
f6ac43aac0 Change API versioning to match Cup version 2024-12-07 16:30:07 +02:00
Sergio
e5e60c4abc Add requirement for version key to new config 2024-12-07 16:28:06 +02:00
Sergio
33a72c8c0d Change config, add schema 2024-12-07 16:21:01 +02:00
Sergio
e544ef6ca5 Slightly optimize version regex 2024-12-06 17:47:31 +02:00
Sergio
afc34a0847 Update gitignore 2024-12-05 21:28:42 +02:00
Sergio
ce08e00bb4 Replace reference regex with homemade logic. Can we go faster? 2024-12-05 21:07:13 +02:00
Sergio
6a77b85141 Remove used async keyword from 2 functions in Image 2024-12-05 20:23:07 +02:00
Sergio
215e88ae0f Switch to serde for config parsing 2024-12-05 20:22:26 +02:00
Sergio
178acfb2f6 Add debug option to CLI 2024-12-05 18:13:53 +02:00
Sergio
59894343de Add error message when user doesn't specify command 2024-12-04 20:00:42 +02:00
Sergio
61bc60493f This is the last time I promise 2024-12-04 19:52:51 +02:00
Sergio
be7d55d126 Remove some more clone usage 2024-12-04 19:45:12 +02:00
Sergio
36a3a13c04 Remove some clone usage 2024-12-04 19:44:04 +02:00
Sergio
d85fadfb39 Test split 2024-11-21 19:26:17 +02:00
Sergio
0f95be26dc Remove usage of panic 2024-11-17 19:54:07 +02:00
Sergio
0b7e064980 Update sort_update_vec function, fix lints and enable testing in CI 2024-11-16 14:58:16 +02:00
Sergio
9e9bb78db7 Fix broken tests 2024-11-16 13:14:52 +02:00
Sergio
88d346b480 Support checking for version updates for images that aren't available locally 2024-11-16 13:05:46 +02:00
Sergio
4519c534a1 Move usage of get_images_from_docker_daemon to get_updates 2024-11-16 12:38:00 +02:00
Sergio
6b83f51749 Improve a little code section in registry.rs 2024-11-16 12:25:10 +02:00
Sergio
0c3f293fa8 Clippy 2024-11-15 13:31:42 +02:00
Sergio
d94abecf35 Nearly complete versioning support. Fixed old bugs where not all tags were fetched. 2024-11-15 13:21:30 +02:00
Sergio
06b0d65b41 idk how to spell
Some checks failed
CI / build-binary (push) Has been cancelled
CI / build-image (push) Has been cancelled
2024-11-02 11:20:27 +02:00
Sergio
c11b5e6432 OMG WE CAN DO SEMVER FOR THE CLI AND THE RESULTS LOOK CORRECT 2024-11-01 21:39:15 +02:00
Sergio
022dc0b2cb Merge branch 'main' into v3 2024-10-27 20:25:06 +02:00
Sergio
3772ec29eb Update nightly.yml
Some checks failed
CI / build-binary (push) Has been cancelled
CI / build-image (push) Has been cancelled
2024-10-27 20:24:52 +02:00
Sergio
51609da4ff Merge remote-tracking branch 'origin/main' into v3 2024-10-27 18:15:47 +02:00
Sergio
3ed79e69bd Add semver regex and function to match tags (preparing to implement semver checking) 2024-10-27 18:09:26 +02:00
Sergio
078a51c4fa Fix CSS bug and tweak some stuff 2024-10-25 17:51:33 +03:00
Sergio
8d70d7ae4d Fixed CSS bugs, formatted code 2024-10-25 17:09:54 +03:00
Sergio
018239632e Update nightly.yml
Some checks failed
CI / build-binary (push) Has been cancelled
CI / build-image (push) Has been cancelled
2024-10-25 17:03:05 +03:00
Sergio
6d45409928 Add copy pull command button to image info 2024-10-25 16:59:42 +03:00
Sergio
186f44c65a Update nightly.yml 2024-10-25 16:34:36 +03:00
Sergio
bcfb9ef27a Update frontend 2024-10-25 16:26:28 +03:00