aboutsummaryrefslogtreecommitdiff
path: root/src/tools/docker-run-to-docker-compose-converter (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11feat(i18n): get locales on build (#880)Gravatar Corentin THOMASSET 6-12/+0
2024-02-05feat(i18n): added vi tools translations (#876)Gravatar David Nguyen 1-0/+4
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools
2024-02-05feat(i18n): added zh tools translations (#874)Gravatar QingFeng 1-0/+4
2024-02-01feat(i18n): added missing locale files in tools (#863)Gravatar Corentin THOMASSET 4-0/+0
2024-02-01refactor(i18n): added locales per tool (#861)Gravatar Corentin THOMASSET 2-2/+7
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 1-10/+11
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 1-1/+0
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 1-37/+44
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 1-2/+2
2023-04-19refactor(clean): removed useless br tagsGravatar Corentin Thomasset 1-8/+5
2023-04-19refactor(ui): getting ride of naive ui buttonsGravatar Corentin Thomasset 1-1/+1
2023-04-06refactor(docker-run-converter): improve error handlingGravatar Corentin Thomasset 1-13/+12
2023-04-06refactor(docker-run-converter): improved converter Gravatar cgoIT 1-2/+48
* fix(docker-run-to-docker-compose-converter): use different version of converter which suppports more options and is mor failsafe * chore(docker-run-to-docker-compose-converter): add pnpm-lock.yaml again which was accidently removed in last commit * chore(docker-run-to-docker-compose-converter): add fixed version of composerize-ts
2023-03-27feat(new-tool): add a docker run to docker compose converter (#291)Gravatar cgoIT 3-0/+54
* Integrate composerize (https://github.com/magicmark/composerize) into it-tools * Fix Prettier errors * Fix Prettier errors * Fix code according to suggestions * Added syntax highlighting to TextareaCopyable component, some ui adjustments in docker-run-to-docker-compose-converter.vue