Revant Nandgaonkar
Revant Nandgaonkar
get-monorepo `bench get-monorepo `: - clone `repo-url` into `local-dir` - sym-link `apps` from `local-dir` to `frappe-bench/apps` - install apps from into `frappe-bench/env` - store info about install in `frappe-bench/monorepo.json` Add...
- Testing Backend will replace database backend for tests. - Store Data in memory or file(s) as JSON. Other related project exist https://github.com/flosse/json-file-store/blob/master/Store.es6.js - frappe.db operations can be done on...
Complete Feature, can be merged. First create Administrator or any user App should have config.js with following to enableLogin : ``` var config = {}; config.requestLogging = true; config.session =...
node-sass 4.9.0 sqlite3 4.0.0 on nodejs v10.0.0
- Frappe Framework v13 uses NodeJS v14 - Frappe Framework v14 uses NodeJS v16
``` --context=git://github.com/frappe/frappe_docker.git --context-sub-path=images/worker --build-arg=FRAPPE_REPO=https://github.com/frappe/frappe --build-arg=ERPNEXT_REPO=https://github.com/frappe/erpnext --build-arg=BENCH_REPO=https://github.com/frappe/bench --build-arg=FRAPPE_VERSION=v13.25.0 --build-arg=ERPNEXT_VERSION=v13.25.1 --build-arg=PYTHON_VERSION=3.9 --target=erpnext ```
- build frappe image(s) - build erpnext image(s) based on frappe image(s) - use the ERPNext images to install site with frappe PR. Thoughts?
The package currently has package-lock.json and yarn.lock in master branch. Only one should be chosen.
- [ ] refactor code, improve nested code blocks, add sub-commands - [ ] `easy-install.py deploy`, production setup, also migrate. - [ ] `easy-install.py develop`, development setup - [ ]...
> Please provide enough information so that others can review your pull request: > Explain the **details** for making this change. What existing problem does the pull request solve?