feature/1.0.0 #4

Merged
local_admin merged 16 commits from feature/1.0.0 into develop 2025-03-03 10:01:16 +00:00
Owner
No description provided.
add files required for dev environnment setup
create action.yml with mise install step for debian and redhat based system
change name from action.yml to ction.yaml to fix no such file or directory error
test: 🚧 - change targeted git branch for test
Some checks are pending
/ test (push) Waiting to run
07d8506999
change targeted branch from main fo feature/1.0.0 to test before initial release
fix: 🐛 - remove sudo form script
Some checks are pending
/ test (push) Waiting to run
6ecfd473e3
remove sudo bc its not in container
fix: 🐛 - remove sudo form line 22
Some checks are pending
/ test (push) Waiting to run
04306b6644
remove sudo from l 22 bc i forgot in the previous commit
fix: 🐛 - remove sudo from l.20
Some checks failed
/ test (push) Has been cancelled
62005c9fc2
refactor: - cobine conditionl and put mise activate outside conditionl
Some checks are pending
/ test (push) Waiting to run
df77447762
use if...elif instead of two if and put mise activate after the conditional, it has to be run in any case
add alias taskk and podmanSock task
change "alias docker=podman" command by "mise tasks run alias --yes;mise tasks run podmanSock --yes"
fix(mise-install): 🔧 - put shims directory in PATH instead of mise activate
Some checks are pending
/ test (push) Waiting to run
d7ec3b3bb9
put ~/.local/share/mise/shims in path instead of $(mise activate --shims bash)
remove mise activate bc its not working and set mise settings experimental=true to use mise en feature
add env section with PATH variaable that enable mise shims
rplace devcontainer.json "postStartCommand": "mise tasks run alias --yes;mise tasks run podmanSock --yes" by "postStartCommand": "podman system service -t 0 unix:///var/run/docker.sock". Removing  task.podmanSock from mise.toml
test(unit_tests): 🦺 - change tools and add ci step for unit_test
Some checks failed
/ test (push) Has been cancelled
ed05e71e04
change tools to python = "latest" and pipx = "1.5.0", add unit test in ci.yml to check tools installation
local_admin deleted branch feature/1.0.0 2025-03-03 10:01:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: actions/mise-setup#4
No description provided.