Commit graph

198 commits

Author SHA1 Message Date
Stephan Lüscher 12cdc3cb83
doc(ansible): update missing documentation 2024-05-15 20:52:32 +00:00
Stephan Lüscher b3bb179430
refactor(nicegui): move filepicker to utils 2024-05-15 20:44:41 +00:00
Stephan Lüscher 83f047f2d6
feat(nicegui): show list of all images stored in container registry (#43) 2024-05-15 20:43:48 +00:00
Stephan Lüscher b40e0dd4a1
chore(devcontainer): add connection from devcontainer to docker registry (#43) 2024-05-13 08:41:12 +00:00
Stephan Lüscher 7f3910039b
Merge pull request #44 from ublue-os/tepene/42_async-ansible-tasks
fix(ansible): make long running tasks asynchronous to avoid timeouts (#42)
2024-05-11 19:28:46 +02:00
Stephan Lüscher a3f0aab6f4
chore(ansible): exclude collections from ansible-lint 2024-05-11 17:24:45 +00:00
Stephan Lüscher ba1eb2bc79
fix(ansible): make long running tasks asynchronous (#42) 2024-05-11 17:23:27 +00:00
Stephan Lüscher b27332d148
Merge pull request #40 from ublue-os/tepene/adapt-just-to-gui-setup
fix(just): adapt to decisions made during gui implementation
2024-05-10 22:23:02 +02:00
Stephan Lüscher 79ede2d431
fix(just): adapt to decisions made during gui implementation 2024-05-10 20:20:35 +00:00
Stephan Lüscher 4df5d1667e
docs: add and enhance documentation for gui, setup and usage (#34) 2024-05-10 22:04:43 +02:00
dependabot[bot] 5f950fbe81
chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /anvil
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 14:04:00 +00:00
Stephan Lüscher 4f2130bcce
feat: add graphical user interface (#34) 2024-05-10 16:03:05 +02:00
Stephan Lüscher c3ed45a21b
Merge pull request #33 from ublue-os/maintenance
chore: add github templates, git cleanup task and a style correction in the docs
2024-05-04 08:00:04 +02:00
Stephan Lüscher b873620efa
style(main): make example shorter 2024-05-04 05:58:20 +00:00
Stephan Lüscher 183d1c66fc
chore(devcontainer): vscode tasks for git cleanup 2024-05-04 05:57:44 +00:00
Stephan Lüscher deff486eaf
chore(main): include bug and feature request github issue templates 2024-05-04 05:57:03 +00:00
Stephan Lüscher e2115bf739
Merge pull request #31 from ublue-os/tepene/ansible-vars
feat(main): configure input variables via environment variable file
2024-05-03 16:28:33 +02:00
Stephan Lüscher ee776eefc9
doc(main): configuration variables and overall usage 2024-05-03 14:23:27 +00:00
Stephan Lüscher b9b5c7f117
feat(just): update recipes names and allow for input variable files (#13) 2024-05-03 14:22:38 +00:00
Stephan Lüscher cb4d82c7cf
feat(ansible): allow for input variable files to configure forge behavior (#13) 2024-05-03 14:21:06 +00:00
Stephan Lüscher 7ae5826f4a
feat(devcontainer): add just command syntax highlighting 2024-05-03 14:20:11 +00:00
Stephan Lüscher f077f79a0a
fix(devcontainer): missing line comment symbol 2024-05-03 14:19:29 +00:00
Stephan Lüscher 9b80382a4b
chore(devcontainer): update spell-check dictionary 2024-05-03 14:04:38 +00:00
Stephan Lüscher a2a37bd54c
feat(ansible): add role for variable debugging 2024-05-03 14:03:46 +00:00
Stephan Lüscher 9f1d816d57
Merge pull request #27 from ublue-os/tepene/playbook-clone-build
feat: ansible playbooks for clone, build & push (#13)
2024-05-01 20:58:05 +02:00
Stephan Lüscher c007e2b505
feat(main): add just configuration file 2024-05-01 18:54:06 +00:00
Stephan Lüscher 2874825341
feat(ansible): playbooks to build and clone projects (#13) 2024-05-01 16:29:19 +00:00
Stephan Lüscher bc75217fb1
chore(devcontainer): update spell-check dictionary 2024-05-01 16:28:51 +00:00
Stephan Lüscher f7572aa4b7
feat(ansible): give feedback on elapsed time per task and make output human readable 2024-05-01 16:27:32 +00:00
Stephan Lüscher 8d0fe541b0
feat(main): install ansible collections 2024-05-01 16:26:23 +00:00
Stephan Lüscher a88568658c
fix(devcontainer): missing ansible extension configuration 2024-05-01 16:24:38 +00:00
Stephan Lüscher 5a2b90db5b
doc(main): add info about ansible 2024-05-01 08:46:57 +00:00
Stephan Lüscher 101652eb31
feat(main): keep ansible running
this allows us to run any playbook after the
setup is done
2024-05-01 08:30:11 +00:00
Stephan Lüscher b0470d1610
Merge pull request #26 from ublue-os/check-podman-socket
feat(main): improve usage
2024-04-30 21:00:06 +02:00
Stephan Lüscher e2e382324b
feat(main): show container info in setup 2024-04-30 18:53:53 +00:00
Stephan Lüscher 842a6a1bdd
chore: update gitmessage template 2024-04-30 18:53:23 +00:00
Stephan Lüscher d677d7b305
chore(ci): streamline ci configuration with bluefin project 2024-04-30 18:47:22 +00:00
Stephan Lüscher d93122baf1
fix(main): use full podman.sock path not only user id 2024-04-30 09:19:31 +00:00
Stephan Lüscher 8a8b396e8d
refactor: change order of pre-requisites checks 2024-04-30 08:51:39 +00:00
Stephan Lüscher 4698b47ed3
fix: add hint for missing jq installation 2024-04-30 08:50:44 +00:00
Stephan Lüscher c691ebaeac
feat: check if user use unprivileged port 80 2024-04-30 08:50:23 +00:00
Stephan Lüscher d855d03eb9
feat(main): check if podman is installed 2024-04-30 08:49:32 +00:00
Stephan Lüscher 9cc3b51edf
Merge pull request #23 from ublue-os/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2024-04-29 13:13:31 +02:00
dependabot[bot] 70e29ae188
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 11:12:58 +00:00
Stephan Lüscher 7f6fe0ce6b
Merge pull request #22 from ublue-os/dependabot/github_actions/google-github-actions/release-please-action-4
chore(deps): bump google-github-actions/release-please-action from 3 to 4
2024-04-29 13:12:36 +02:00
Stephan Lüscher 80888e7b6d
Merge pull request #24 from ublue-os/dependabot/github_actions/webiny/action-conventional-commits-1.3.0
chore(deps): bump webiny/action-conventional-commits from 1.1.0 to 1.3.0
2024-04-29 13:12:05 +02:00
dependabot[bot] bd002d5612
chore(deps): bump webiny/action-conventional-commits from 1.1.0 to 1.3.0
Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.1.0 to 1.3.0.
- [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: webiny/action-conventional-commits
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 11:09:30 +00:00
dependabot[bot] 6f72c5013e
chore(deps): bump google-github-actions/release-please-action
Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3 to 4.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/release-please-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: google-github-actions/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 11:09:25 +00:00
Stephan Lüscher e7491fbfc8
Merge pull request #21 from ublue-os/traefik
feat: rewrite pod configuration and setup
2024-04-29 13:09:07 +02:00
Stephan Lüscher 3a9b6d162f
doc(main): update info about reverse-proxy change 2024-04-29 11:03:50 +00:00