1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-07 20:23:03 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
pat-s
ca6bd6c5eb feat: build cli binaries for releases 2025-02-23 19:01:38 +01:00
pat-s
0777784539 chore: remove binary builds, only keep containers 2025-02-19 23:44:06 +01:00
pat-s
cecfb22099 refactor: mocking (#38)
- `mockery` can now be run in one call instead of multiple ones
- Use the recommended "packages" approach which will be the new default moving forward
- Enforce consistent naming of mock files
- Remove warnings when invoking `mockery`
- Get rid of *many* linter warnings 🎉️

Reviewed-on: https://codeberg.org/crowci/crow/pulls/38
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2025-02-15 10:23:47 +00:00
pat-s
8df67bd9a8 refactor: web/ linter config (#39)
- remove prettier subconfig for web/
- use central prettier config
- address raw-text eslint warnings
- remove unneeded format-check (done by prettier)

Reviewed-on: https://codeberg.org/crowci/crow/pulls/39
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2025-02-14 23:35:17 +00:00
pat-s
2ee62c8c5e chore: set GOOS and GOARCH as env vars in Dockerfiles to correct arch builds 2025-02-05 22:09:22 +01:00
pat-s
32f8795301 ci: lint step with golang alpine image (#19)
Reviewed-on: https://codeberg.org/crowci/crow/pulls/19
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2025-02-04 12:22:38 +00:00
pat-s
ccf6051cab chore: add TAG argument to image just rules 2025-02-01 12:15:56 +01:00
pat-s
7673d5253f refactor: migrate import paths from github to codeberg 2025-01-31 14:57:57 +01:00
pat-s
b835a9ec7c docs: add various "usage" pages (#7)
- add full codeberg pages support
- add new architecture diagram

Reviewed-on: https://codeberg.org/crowci/crow/pulls/7
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2025-01-30 09:28:56 +00:00
pat-s
fbc90dfd52 chore: update justfile rules to work with codeberg 2025-01-25 13:23:08 +01:00
pat-s
5d8498de5a chore: add justfile rule to publish to codeberg pages 2025-01-21 23:25:18 +01:00
pat-s
1bc3f56a3c chore: process all files with prettier in fmt rule 2025-01-20 17:16:56 +01:00
pat-s
5797d2c420 chore: editorconfig fixes 2025-01-20 15:34:57 +01:00
pat-s
db61cd3f23 refactor: recreate all mocks 2025-01-19 20:51:22 +01:00
pat-s
68a29b43ea chore: build ui before packaging server 2025-01-19 19:45:53 +01:00
pat-s
bfb72f4d89 chore: add generate justfile rule 2025-01-19 16:22:32 +01:00
Patrick Schratz
f262ab5c08 refactor: add CROW_ vars (#21) 2025-01-19 13:01:18 +01:00
pat-s
199ae10732 chore: add lint-ui rule 2025-01-19 00:53:01 +01:00
pat-s
2f24ad77a4 fix: image-server-alpine justfile rule 2025-01-18 17:37:04 +01:00
Patrick Schratz
35903bfa8c refactor: use alpine-golang images (#10) 2025-01-17 17:04:10 +01:00
Patrick Schratz
8357992e13 refactor: make -> just (#6) 2025-01-17 01:06:12 +01:00
Patrick Schratz
5e0dc2688f refactor: use own import paths (#5) 2025-01-17 00:36:19 +01:00
Patrick Schratz
406d9416db ci: various pipeline improvements (#4) 2025-01-16 00:37:15 +01:00
pat-s
6f25706bdd feat: make cli builds work 2025-01-15 23:35:32 +01:00
Patrick Schratz
1ff8cd9d47 ci: get checks passing with just (#3) 2025-01-15 16:50:32 +01:00
pat-s
a961b762e9 chore: working server and agent images 2025-01-14 17:57:01 +01:00
pat-s
7c7a35b04c chore: add justfile and translate some rules 2025-01-14 16:20:06 +01:00