2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 17:24:43 +00:00
Commit Graph

940 Commits

Author SHA1 Message Date
Lev Vereshchagin
9bd8aa3f6f Update example env versions 2022-02-25 13:11:31 +03:00
Lev Vereshchagin
e5360be50e Cache pip deps on build 2022-02-25 13:11:20 +03:00
Lev Vereshchagin
29d4a46897 Don't pin boto stubs requirement 2022-02-25 13:05:23 +03:00
Lev Vereshchagin
9e5890ad39 Move gevent installation in Frappe step 2022-02-25 12:54:29 +03:00
Lev Vereshchagin
8a416bbad9 Refactor push-backup 2022-02-25 12:48:12 +03:00
Lev Vereshchagin
f6751483fd Update file keys in push-backups: from abs path to <site>/<file> 2022-02-25 12:37:06 +03:00
Lev Vereshchagin
b74038ca63 Fix typing issues in push-backup 2022-02-25 12:20:39 +03:00
Lev Vereshchagin
d5bda7e336 Remove debug print in push-backup 2022-02-25 11:50:02 +03:00
Lev Vereshchagin
cea5f5a9ed Make pretend bench catch unknown commands (closes #666) 2022-02-23 12:30:59 +03:00
Lev Vereshchagin
eff864a68d Merge branch 'main' into beautify 2022-02-20 19:03:09 +03:00
Revant Nandgaonkar
c2d57c8ce0
Beautify changes by @revant (#20)
* feat: add gevent to worker image

* feat: real_ip configuration for nginx

* Return `healthcheck.sh` just for tests

Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
2022-02-20 18:59:26 +03:00
dependabot[bot]
66fca59f74
chore(deps): bump docker/bake-action from 1.6.0 to 1.7.0 (#665)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 09:05:23 +03:00
Revant Nandgaonkar
3e424fb522
docs: backup and push (#19) 2022-02-13 20:55:41 +03:00
Babuuu
3ba01027de
Change mysql.user to mysql.global_priv -> for MariaDB 10.4+ (#650)
Co-authored-by: meradoch <meradoch@notdeadeyes.notdeadeyes>
2022-02-12 17:39:15 +05:30
Lev Vereshchagin
096c5afb02 Add pip to dependabot config 2022-02-08 16:10:29 +03:00
Lev Vereshchagin
4f07e8ee6a Update workflow names 2022-02-08 16:10:20 +03:00
Lev Vereshchagin
7e562d7855 Refactor test 2022-02-08 15:49:14 +03:00
Lev Vereshchagin
b2f63640ee Remove postgres healthcheck (it gets overriden by mariadb) 2022-02-08 15:48:58 +03:00
Lev Vereshchagin
d83a40154e Run pre-commit on docs 2022-02-08 14:45:07 +03:00
Lev Vereshchagin
c83bf6abca Set -T flag in docker compose exec only if not tty 2022-02-08 13:04:01 +03:00
Lev Vereshchagin
290aafb140 Fix docker compose in tests when not running on TTY 2022-02-08 12:32:44 +03:00
Lev Vereshchagin
2e39a8f7ce Merge 'main' 2022-02-08 12:32:28 +03:00
Lev
8e34d092f8
Fix pre-commit config (#657)
* Fix pre-commit config

* Lint settings.json
2022-02-08 12:27:54 +03:00
Lev Vereshchagin
af1621c750 Merge branch 'main' into beautify 2022-02-08 12:20:37 +03:00
Lev Vereshchagin
e1e7833f47 Fix redis depends_on 2022-02-08 12:17:16 +03:00
Lev Vereshchagin
e3e478e353 Add missing descriptions to envs in example.env 2022-02-08 12:17:09 +03:00
Lev
b3237635f6
Merge pull request #9 from revant/beautify-docs
@revant’s changes
2022-02-08 12:16:24 +03:00
Lev
05853825d8
build: Change bench target names and move CI to separate workflow (#655)
* Change bench target names and move CI to separate workflow

* Fix file detection
2022-02-08 11:35:52 +03:00
Revant Nandgaonkar
e0a5b37d56 fix: custom domain labels to frontend container/service 2022-02-06 22:10:15 +05:30
Revant Nandgaonkar
c615e4a41b fix: do not expose port 80 for old images 2022-02-06 21:57:53 +05:30
github-actions[bot]
b02191f3f8
chore(deps): Update pre-commit hooks (#652)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-02-06 21:43:22 +05:30
Vaibhav Chopra
55a4dc9269
Update settings.json (#648)
removes a squiggly line whenever doing imports like 
```
from frappe.model.document import Document
```
2022-02-02 17:25:19 +05:30
github-actions[bot]
7404bcadee
chore(deps): Update pre-commit hooks (#644)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-01-31 12:13:43 +03:00
Revant Nandgaonkar
b8b703572b docs: fix patch code from images 2022-01-14 11:49:23 +05:30
Revant Nandgaonkar
1365662cbb docs: fix add custom domain 2022-01-14 10:55:23 +05:30
Nicolás Bottini
18a16372b2
Update references to $ERPNEXT_VERSION (#631)
* Update references to $ERPNEXT_VERSION

Documentation is making references to an unexisting $VERSION variable. I'm updating it to $ERPNEXT_VERSION.

* Update site-operations.md to use $FRAPPE_VERSION 

Fix references to $ERPNEXT_VERSION when using frappe/frappe-worker so now it uses $FRAPPE_VERSION
2022-01-12 12:41:50 +05:30
Revant Nandgaonkar
8f814e5f5d docs: move wiki articles to docs 2022-01-10 14:10:25 +05:30
Robproject
42bfd485f8
Change erpnext-python volumes description (#628) 2022-01-07 14:05:04 +05:30
github-actions[bot]
52f91b318c
chore(deps): Update pre-commit hooks (#625)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2022-01-05 18:45:56 +03:00
github-actions[bot]
a46a97dc81
chore(deps): Update pre-commit hooks (#623)
Co-authored-by: vrslev <vrslev@users.noreply.github.com>
2021-12-30 09:59:56 +03:00
Revant Nandgaonkar
73f3d453c4 ci: fix tests as per changes to compose.yaml 2021-12-28 11:46:53 +05:30
vrslev
d573ba8769 chore(deps): Update pre-commit hooks 2021-12-26 13:15:30 +03:00
Revant Nandgaonkar
e8b1c137fb docs: add link to site operations from docker swarm 2021-12-26 13:52:09 +05:30
Revant Nandgaonkar
25aa226d8f docs: README and docs 2021-12-26 13:38:51 +05:30
Lev Vereshchagin
23b0ff6454 Merge remote-tracking branch 'upstream/main' into beautify 2021-12-24 13:45:39 +03:00
vrslev
4daa31e1cf chore(deps): Update pre-commit hooks 2021-12-24 13:45:18 +03:00
Lev Vereshchagin
46dcc993b1 Merge remote-tracking branch 'upstream/main' into beautify 2021-12-22 17:06:40 +03:00
Lev Vereshchagin
b675085c75 Don't install svg-sprite and sass node modules in nginx image on linux/arm64 (https://github.com/frappe/frappe/pull/15275) 2021-12-22 17:03:05 +03:00
Lev Vereshchagin
d20860f8b9 Update erpnext and frappe versions in example.env 2021-12-22 16:52:26 +03:00
Lev Vereshchagin
ffb00311e0 Fix app name in custom app example 2021-12-22 16:47:50 +03:00