2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00
Commit Graph

798 Commits

Author SHA1 Message Date
Lev Vereshchagin
13265fe926 Revert "Show tests/.env"
This reverts commit 4bc3bdebaf.
2021-12-14 15:26:44 +03:00
Lev Vereshchagin
4bc3bdebaf Show tests/.env 2021-12-14 15:25:58 +03:00
Lev Vereshchagin
7d5f65c775 Print configuration before running tests 2021-12-13 20:22:18 +03:00
Lev Vereshchagin
2979f4644f Rollback 2021-12-13 20:21:15 +03:00
Lev Vereshchagin
5b3046fb69 Use reusable workflows 2021-12-13 20:16:28 +03:00
Lev Vereshchagin
76d2b9ccea Add release helm job 2021-12-13 20:07:07 +03:00
Lev Vereshchagin
2efc6b7e2b Add triggers to main workflow 2021-12-13 20:04:28 +03:00
Lev Vereshchagin
630870129c Add build bench workflow 2021-12-13 20:04:02 +03:00
Lev Vereshchagin
3e7adbf361 Setup and remove .env on tests 2021-12-13 20:03:40 +03:00
Lev Vereshchagin
163942bd1a Update CI 2021-12-13 19:42:04 +03:00
Lev Vereshchagin
a0c498aae4 Update get-latest-tags 2021-12-13 19:41:58 +03:00
Lev Vereshchagin
eaefb4817f Update compose 2021-12-13 19:39:48 +03:00
Lev Vereshchagin
5408c586e8 Fix image names 2021-12-13 19:39:45 +03:00
Lev Vereshchagin
666fa9a61f Update tests 2021-12-13 19:37:03 +03:00
Lev Vereshchagin
3251b093a4 Update installation (overrides) 2021-12-13 19:36:54 +03:00
Lev Vereshchagin
f48d632441 Update .env files 2021-12-13 19:36:40 +03:00
Lev Vereshchagin
f3496eee15 Update gitignore 2021-12-13 19:33:43 +03:00
Lev Vereshchagin
922d6bee78 Update gitignore 2021-12-13 19:32:52 +03:00
Lev Vereshchagin
f5ba386a38 Update dockerignore 2021-12-13 19:28:26 +03:00
Lev Vereshchagin
bbbdf3d540 Fix develop frappe-nginx build on linux/arm64 2021-12-13 19:27:56 +03:00
Lev Vereshchagin
11e276b0e9 Update frappe-socketio 2021-12-13 19:26:45 +03:00
Lev Vereshchagin
3f65e95127 Remove old erpnext images 2021-12-13 19:26:03 +03:00
Lev Vereshchagin
b62b3758a7 Update frappe-nginx, erpnext-nginx 2021-12-13 19:25:40 +03:00
Lev Vereshchagin
b0b176c144 Update frappe-worker 2021-12-13 19:24:15 +03:00
Lev Vereshchagin
bf95cfa0c9 Fix groups in bake file 2021-12-13 19:23:54 +03:00
Lev Vereshchagin
b6acbe024b Rename docker-compose.yml to compose.yml to avoid conflicting on docker buildx bake 2021-12-13 19:22:15 +03:00
Lev Vereshchagin
7c6b304174 Update bake file and break everything 2021-12-13 19:20:44 +03:00
Lev Vereshchagin
085ca1e5d5 Rename bench-build target to bench in bake file 2021-12-13 19:17:00 +03:00
vrslev
e665b014ca chore(deps): Update pre-commit hooks 2021-12-11 10:44:51 +03:00
Lev
6b93efdf3c
chore: Rename LICENSE.md to LICENSE (#608) 2021-12-10 16:25:57 +05:30
Lev
407ac2f836
ci: Remove greetings workflow (#610)
It is quite annoying, not very useful and takes 30–50 seconds to finish
2021-12-10 16:24:48 +05:30
Lev
db7823a2e2
chore(lint): Take hooks configs out so linting works without pre-commit too (#609) 2021-12-10 12:31:44 +03:00
Lev
3171f212ab
Merge pull request #607 from vrslev/run-pre-commit
chore: Run pre-commit
2021-12-10 12:26:45 +03:00
Lev Vereshchagin
0b861de117 chore(lint): Run shfmt 2021-12-10 11:56:18 +03:00
Lev Vereshchagin
be7c6254f8 chore(lint): Run codespell 2021-12-10 11:54:51 +03:00
Lev Vereshchagin
1c9c4bd780 chore(lint): Change exclude in codespell hook 2021-12-10 11:54:27 +03:00
Lev Vereshchagin
fb07581595 chore(lint): Run prettier 2021-12-10 11:53:43 +03:00
Lev Vereshchagin
8b4dfce4f0 chore(lint): Run isort 2021-12-10 11:53:00 +03:00
Lev Vereshchagin
f8b7b7af05 chore(lint): Run black 2021-12-10 11:52:40 +03:00
Lev Vereshchagin
c4772bc5b5 chore(lint): Run pyupgrade 2021-12-10 11:51:47 +03:00
Lev Vereshchagin
3e4e66769b chore(lint): Run end-of-file-fixer 2021-12-10 11:51:11 +03:00
Lev Vereshchagin
9f0d602c72 chore(lint): Fix trailing-whitespace 2021-12-10 11:50:39 +03:00
Lev
2ac2b7ce43
chore: Use pre-commit framework (#604)
* Add pre-commit, prettier configs and editorconfig

* Remove `check-toml` hook

* Add isort config

* Add codespell config

* Update hooks

* Remove prettierignore

* Add shellcheck config

* Add lint workflow

* Add pre-commit autoupdate workflow

* Remove path constraints from lint workflow

* Fix CI

* Add guide to CONTRIBUTING.md

* Fix (probably) shfmt

* Fix (probably) shfmt

* Fix (probably) shfmt
2021-12-10 11:48:00 +03:00
Revant Nandgaonkar
65f6228be8
fix: update devcontainer mariadb (#605) 2021-12-06 17:55:24 +05:30
Lev
e629dd313e
chore: Fix pwd url and move pwd.yml away from tests directory (#603) 2021-12-05 18:56:21 +03:00
Lev
399414bcab
fix: Remove --log.level=DEBUG from traefik command to reduce log verbosity (#600) 2021-12-05 16:49:02 +05:30
Lev
6378473c43
fix(bench): Set BENCH_DEVELOPER env var in bashrc instead of Dockerfile (#598) 2021-12-05 16:45:50 +05:30
Lev
442c767338
ci(lint): Specify paths that trigger workflow (#601) 2021-12-05 12:44:34 +03:00
Lev
a48ae2d12e
ci: Move greetings.yml to appropriate folder (#599) 2021-12-05 12:24:09 +03:00
Lev
81ec8da94f
feat: Upgrade mariadb and use command instead of copying config file (#597) 2021-12-05 14:32:08 +05:30