Faris Ansari
4ea74b24cf
fix: Run build command for apps
4 anos atrás
Faris Ansari
d290f41abd
fix: Support for built assets downloading
4 anos atrás
Faris Ansari
f0f43e01c0
fix: Ability to build only specified files
Command:
node esbuild --files frappe/desk.bundle.js
Update only changed keys in assets.json instead of overwriting
4 anos atrás
Faris Ansari
9f4edaedbb
fix: bench build command
- Add --apps option
- Add --production option
- Add --apps option for bench watch command
- Add --skip_frappe in esbuild
4 anos atrás
Faris Ansari
474dc5b47a
fix: Fallback for show_language_picker
4 anos atrás
Faris Ansari
81d13607dd
fix: Fallback value for bundled asset
4 anos atrás
Faris Ansari
b175490849
fix: Update assets_json instead of overwriting
When you run build for specific apps, it should remove the entries of other apps
4 anos atrás
Faris Ansari
f02ae58105
fix: Remove unused file
4 anos atrás
Faris Ansari
0f0f90fe56
fix: index file
4 anos atrás
Faris Ansari
ad116c385a
fix: Exit redis after setting value so that process can exit
4 anos atrás
Faris Ansari
b22a4ddb08
fix: Rename esbuild/index -> esbuild
4 anos atrás
Faris Ansari
adc236e35d
feat: Notify build events to browser
- Update assets_json directly from node
- Show error overlay or success message
- Open file in editor from error overlay
4 anos atrás
Faris Ansari
86c0f7f9d6
fix: Use yargs for cli argument parsing
4 anos atrás
Faris Ansari
b2cddf73d7
fix: Wrap html templates in template literals
4 anos atrás
Faris Ansari
e72bb135e1
fix: Asset URLs
Helpers to get asset path
Python: frappe.utils.jinja_globals.bundled_asset
JS: frappe.assets.bundled_asset
4 anos atrás
Faris Ansari
9a00ce43ea
fix: Support bundled asset for email css
4 anos atrás
Faris Ansari
aac5423600
Merge remote-tracking branch 'upstream/develop' into esbuild
4 anos atrás
Faris Ansari
4c64f04b88
fix: Support for bundled asset in frappe.require
4 anos atrás
Faris Ansari
dd69f1ab43
fix: Hash based file naming
- For better HTTP caching and cache busting
- assets.json is created under [app]/dist folder which contains the map
of input file and output file name, this is used to get the correct path for
bundled assets
4 anos atrás
Mohammad Hasnain Mohsin Rajan
3e78995594
ci: Use different service name for push and pull request events ( #13030 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 anos atrás
Suraj Shetty
90dde099df
ci: Remove coverage step from workflow
4 anos atrás
Faris Ansari
3b1cb347ef
fix: Include website.bundle.scss when compiling Website Theme
4 anos atrás
mergify[bot]
416fc39330
Merge pull request #13024 from hasnain2808/file-uploader
fix: Decode uri before importing file via weblink
4 anos atrás
hasnain2808
9a8d1fb43f
fix: decode uri before importing file via weblink
4 anos atrás
mergify[bot]
d9e229bc14
Merge pull request #12999 from ankush/add_sourceurl
feat(DX): sourceURL for injected javascript
4 anos atrás
mergify[bot]
a3632a4a50
Merge pull request #13014 from resilient-tech/fix-checkbox-disp
fix: disabled checkbox should be disabled
4 anos atrás
mergify[bot]
d947cf2404
Merge pull request #13015 from Alchez/fix-six-imports
refactor: fix py3 datatypes and remove references to six in oauth
4 anos atrás
Rohan Bansal
dade7ed216
refactor: fix py3 datatypes and remove references to six in oauth
4 anos atrás
mergify[bot]
ab9000b355
Merge pull request #13012 from hasnain2808/fix-focus
fix: focus jumps to first field
4 anos atrás
Sagar Vora
c7591d51c4
fix: disabled checkbox should be disabled
4 anos atrás
hasnain2808
f25a6c5fee
fix: focus jumps to first field
4 anos atrás
Suraj Shetty
0e015fdcb6
Merge pull request #13004 from frappe/dependabot/npm_and_yarn/redis-3.1.1
4 anos atrás
Suraj Shetty
d9b4e664a7
Merge pull request #13006 from surajshetty3416/fix-rtl-for-new-design
4 anos atrás
mergify[bot]
c9f8a4991e
Merge pull request #12997 from revant/improve-oauth2
refactor: improve oauthlib implementation
4 anos atrás
dependabot[bot]
43285fd2d8
chore(deps): bump redis from 2.8.0 to 3.1.1
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 2.8.0 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v.2.8.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 anos atrás
Frappe Bot
d30596b15e
refactor: Delete Qunit test files
Since it is no longer used
4 anos atrás
Frappe Bot
07d3f6bd06
refactor: Remove unused files
4 anos atrás
Suraj Shetty
a5bb043be4
fix: RTL stylesheet URL
4 anos atrás
mergify[bot]
2b95170a53
Merge pull request #13001 from surajshetty3416/fix-kanban
fix(kanban): Freeze screen till the background request is complete
4 anos atrás
Suraj Shetty
b60bcdcac3
chore: Bump develop branch version to v14 ( #13003 )
4 anos atrás
Revant Nandgaonkar
c4a9238549
fix: remove six imports and use py3 defaults
4 anos atrás
Suraj Shetty
e7832b3198
fix: Freeze screen till the background request is complete
4 anos atrás
Faris Ansari
e20355c798
fix: Common sass_options
4 anos atrás
Faris Ansari
62bd7858d7
fix: Rename html plugin
4 anos atrás
Revant Nandgaonkar
72fbcac70c
fix: sider issues
4 anos atrás
Revant Nandgaonkar
4e8b00ba1f
feat: OAuth 2 openid-configuration and introspect_token endpoint
4 anos atrás
Revant Nandgaonkar
bb483d59af
test: oauth2 pkce and openid
4 anos atrás
Revant Nandgaonkar
1f54b8b973
fix: sider issues
4 anos atrás
Revant Nandgaonkar
96d6971ee4
refactor: improve oauthlib implementation
implement openid provider
implement PKCE
improve errors
4 anos atrás
Ankush Menat
8dd925743c
feat(DX): sourceURL for injected javascript
Adds sourceURL to injected javascript code, this helps in debugging
injected javascript using client script or doctype specific javascript.
`no-docs`
4 anos atrás