Commit graph

32176 commits

Author SHA1 Message Date
Faris Ansari
e20355c798 fix: Common sass_options 2021-04-27 11:24:19 +05:30
Faris Ansari
62bd7858d7 fix: Rename html plugin 2021-04-27 10:52:02 +05:30
Faris Ansari
09f5e904a9 fix: Pretty CLI Output 2021-04-24 20:05:10 +05:30
Faris Ansari
d81340e04b fix: Build files with a single esbuild call 2021-04-24 17:43:14 +05:30
Faris Ansari
2f10daf562 Merge remote-tracking branch 'upstream/develop' into esbuild 2021-04-24 16:43:06 +05:30
Faris Ansari
34c6d099b1 fix: Update all /assets urls with new urls 2021-04-24 16:24:08 +05:30
Faris Ansari
0076e99ae1 fix: more features
- basic watch mode
- Node paths include all app node_modules and app folders
- rename output directory to "dist"
- output files in flat directories: dist/js and dist/css
2021-04-24 16:19:31 +05:30
Faris Ansari
18763076f4 fix: localforage import 2021-04-24 14:42:55 +05:30
Faris Ansari
c119f9ab3c fix: libs.bundle.js
- Separate file to import jquery and bootstrap
- Remove separate jquery bundle from app as well as web
- Load jquery from node_modules
2021-04-24 14:42:43 +05:30
Faris Ansari
835494028d fix: Code field bug 2021-04-24 14:35:12 +05:30
Faris Ansari
16ee80e7cb fix: Convert to standard keydown handler 2021-04-24 14:34:43 +05:30
Faris Ansari
16a10e2717 fix: Lazy load jSignature
- Promisify frappe.require
2021-04-24 14:34:17 +05:30
Faris Ansari
8ad0472046 fix: Better error handling in frappe.utils.eval 2021-04-24 14:33:18 +05:30
mergify[bot]
be2b6688b4
Merge pull request #12983 from resilient-tech/fix-whitelist-class-methods
chore: frappe.whitelist for doc methods
2021-04-24 08:46:56 +00:00
walstanb
796d241bb1 chore: frappe.whitelist for doc methods 2021-04-24 13:48:40 +05:30
Saqib
2c7136761e
fix: Currency labels in grids (#12974) 2021-04-23 20:35:55 +05:30
rohitwaghchaure
669fead799
fix: Default values were not triggering change event (#12975) 2021-04-23 20:03:41 +05:30
mergify[bot]
321537cbd0
Merge pull request #12972 from revant/docs-docker-readme
docs: add docker repo link in README
2021-04-23 10:55:24 +00:00
Revant Nandgaonkar
f911b2d9ce docs: add docker repo link in README 2021-04-23 15:11:00 +05:30
mergify[bot]
85cbdf7683
Merge pull request #12895 from revant/feat-auth-hooks
feat(hooks): auth hooks
2021-04-23 06:33:27 +00:00
mergify[bot]
02ef8f737f
Merge pull request #12960 from shariquerik/hide-grid-buttons-fix
fix: Conditionally hide grid Add Row & Add Multiple buttons
2021-04-23 05:17:03 +00:00
Ankush Menat
5881c5dbec
ci(semgrep): add more rules, r/python.correctness (#12876)
* ci(semgrep): add more rules, r/python.correctness

- Added file for defining rules as per frappe data model:
frappe_correctness.yml
- Add rule for SQLi, with WARNING only for now
- Add rule file for UX
- WARNING | INFO do not fail the build now

* ci(semgrep): on_cancel, on_submit correctness rule

* ci(semgrep): split workflow in steps

* ci(semgrep): catch line breaks in _()

* chore: fix sider issue
2021-04-23 09:04:34 +05:30
Faris Ansari
24f4502b26 fix: Chart import 2021-04-23 08:07:58 +05:30
Faris Ansari
63771417a2 fix: style, script, assets_url jinja helpers
Jinja helpers to load js, css assets
2021-04-23 08:07:47 +05:30
Faris Ansari
b0329faa7a chore: Add git blame ignore revs file
Ignore the commit which replaces use of Class.extend with native class
in git blames
2021-04-23 06:22:28 +05:30
Faris Ansari
a879f1235a fix: Convert module.less to module.scss 2021-04-23 06:19:16 +05:30
Faris Ansari
fe20515c23 refactor: Replace Class.extend with native class 2021-04-23 06:17:47 +05:30
Faris Ansari
d694753b17
Merge pull request #12967 from netchampfaris/bs4-node-string
fix: Use node.string to extract style and script
2021-04-22 23:56:22 +05:30
Faris Ansari
c3b087643b fix: Use node.string to extract style and script
- node.text stopped working in beautifulsoup 4.9.x
2021-04-22 23:31:51 +05:30
Faris Ansari
9725c3ccbe
Merge pull request #12880 from netchampfaris/refactor-jinja-hook 2021-04-22 17:32:35 +05:30
Faris Ansari
87f3038272 fix: remove hardcoding 2021-04-22 17:31:34 +05:30
Faris Ansari
aaa165c784 fix: Show upgrade message in patch
- Will only be shown if the old style "jenv" hook is being used
2021-04-22 17:02:02 +05:30
Faris Ansari
6cb64934a8
Merge branch 'develop' into refactor-jinja-hook 2021-04-22 16:26:37 +05:30
Suraj Shetty
64c0905369
Merge pull request #12959 from surajshetty3416/fix-change-triggers 2021-04-22 16:20:15 +05:30
gavin
f25be5484a
Merge pull request #12564 from CaseSolvedUK/build-priority-v13
fix: Build priority on computers with low resources
2021-04-22 16:16:11 +05:30
Suraj Shetty
2aeef023f5
Merge branch 'develop' into fix-change-triggers 2021-04-22 16:00:05 +05:30
Suraj Shetty
1ef4a58aa8 fix: Override get_model_value for table multiselect 2021-04-22 15:59:33 +05:30
Suraj Shetty
3f756cd066
Merge branch 'develop' into hide-grid-buttons-fix 2021-04-22 15:54:37 +05:30
Mohammad Hasnain Mohsin Rajan
d61f5afcdd
ci: Set COVERALLS_SERVICE_NAME as github (#12961)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-22 15:53:52 +05:30
gavin
b5d9d9dbe7
Merge pull request #12958 from resilient-tech/perf-backups
perf: low priority for backup processes
2021-04-22 15:46:53 +05:30
Suraj Shetty
162f191b77 fix(control): Check if same value is set to avoid unnecessary change trigger 2021-04-22 14:21:05 +05:30
shariquerik
b4fa6d56df refactor: Using toggle instead of addClass-removeClass 2021-04-22 13:34:45 +05:30
Sagar Vora
ab3be339fd fix: remove unsused variables 2021-04-22 12:56:21 +05:30
Sagar Vora
9d3be5160f perf: low priority for backup processes 2021-04-22 12:45:46 +05:30
shariquerik
165607565e fix: Hide grid Add Row & Add Multiple buttons when document grid is not editable 2021-04-22 12:43:30 +05:30
gavin
edf92d4450
fix(cli): Trigger Scheduler Event (#12955)
* Triggers events via Scheduled Job Type's execute method
* Exits with code 1 if no event with that name found or process
termination
* Added feedback if event not found
2021-04-22 12:41:31 +05:30
Anand Chitipothu
1a30e11b5f
fix: Invalid HTML generated by the base template (#12953)
Closes #12952
2021-04-22 09:01:59 +05:30
Faris Ansari
3b54dac489 fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30
Faris Ansari
3c824bb92f refactor: Use hooks to load email css files
Previously email.css files were explicitly picked from hardcoded path
like public/css/email.css for all apps
2021-04-22 07:01:36 +05:30
Faris Ansari
4172e1ff97 fix: Compile ts, css, scss, sass, less, styl files
- add support for multiple file types
2021-04-22 07:01:36 +05:30