-
Notifications
You must be signed in to change notification settings - Fork 2
Update/migrate webpacker to js bundeling #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
9095046
Phase 1: Swap Bundlers - Webpacker to jsbundling
lodewiges c47d506
Phase 2: update all javascript
lodewiges 391300e
Fixed a lot of build errors
lodewiges 126e986
FIx code rabbit issues and try to get icons and js working
lodewiges bceb892
fix more coderabbit issues
lodewiges c75fe9e
install yarn add @babel/runtime
lodewiges b27ccc9
Fix more coderabbit issue en get js working
lodewiges 5b533ed
Fix lint
lodewiges 0d710d6
Fix lint part 2
lodewiges 4e44d0c
icon configaration
lodewiges 71e6fd0
Merge branch 'staging' into update/migrateWebpackerToJSBundeling
lodewiges 11df487
Merge branch 'staging' into update/migrateWebpackerToJSBundeling
lodewiges 68d7a75
Update link_to to use Turbo
lodewiges 90b3a07
reinstall sass-lint
lodewiges 272eacb
move all templates to axios
lodewiges 8f603f7
make sass-lint a dev dependency
lodewiges 548e00f
implement axios in all javascript files
lodewiges 8d1eac3
implement code rabbit suggestion
lodewiges c524ed8
fix lint
lodewiges d9e67fe
some improvement in sidecase handeling & fix icons
lodewiges fea24e9
fix errror handleing pricelists
lodewiges dabc815
implement code rabbit sugestion
lodewiges b0cafbb
fix csrf issues
lodewiges fbe619f
fix lint
lodewiges df29d77
migrateeslint loader to eslint webpacker plugin
lodewiges 7a5b9c9
generate config eslint webpack plugin
lodewiges 79deaea
Migration to postcss-preset-env
lodewiges d8a48aa
migrate sass-lint to stylelint
lodewiges 0cd15a3
Fix all stylelint errors
lodewiges 6b9f087
improve eslint errors
lodewiges 60366ad
add a code rabbit sugestion
lodewiges 9f3c275
this hopefully solves the eslint error
lodewiges 27c656d
Merge branch 'staging' into update/migrateWebpackerToJSBundeling
lodewiges b1cf039
improve eslint.config.mjs
lodewiges dfab8eb
fix icons in vue
lodewiges 5c58837
remove loose mode
lodewiges 508c2af
fix edit order error
lodewiges ff085d7
fix 2 small issues
lodewiges 572669d
force LF endings
lodewiges 8a42923
change manual factuur sugestion text
lodewiges 2c52590
Merge branch 'staging' into update/migrateWebpackerToJSBundeling
lodewiges 5d7cf07
update yarn.lock
lodewiges 097bc3d
fix order structure
lodewiges daf6367
remove axios price_list.js
lodewiges e8af0a0
remove axios user.vue
lodewiges e437cd2
revert more cahnges pricelist.js
lodewiges f276172
reintroduce vue csrf tokens
lodewiges 77e65a9
revert to puld way off cors
lodewiges eab76c9
fix some small bugs
lodewiges 99521b0
change everything to use orignal syntac
lodewiges d06ebd6
change way to load bootstrap
lodewiges b7ee84a
lint error
lodewiges bcfbf3a
remove unneeded change
lodewiges 5afa6ab
fix alot of bugs
lodewiges a4be573
fix test and lint
lodewiges 2b762ae
small typo fix
lodewiges d12cb43
Merge branch 'staging' into update/migrateWebpackerToJSBundeling
lodewiges 1f3f528
fix lint errror
lodewiges File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,3 @@ | ||
| defaults | ||
| > 0.2% | ||
| not dead | ||
| not op_mini all |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "extends": [ | ||
| "stylelint-config-standard-scss", | ||
| "stylelint-config-recess-order" | ||
| ], | ||
| "rules": { | ||
| "selector-no-qualifying-type": [true, { | ||
| "ignore" : ["attribute", "class", "id"] | ||
| }] | ||
| }, | ||
| "overrides": [ | ||
| { | ||
| "files": ["**/*.vue"], | ||
| "customSyntax": "postcss-html" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| web: env RUBY_DEBUG_OPEN=true bin/rails server -b 0.0.0.0 | ||
| js: NODE_ENV=development yarn watch | ||
| css: yarn build:css --watch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,2 @@ | ||
| //= link_tree ../images | ||
| //= link_directory ../javascripts .js | ||
| //= link_directory ../stylesheets .css | ||
| //= link_tree ../builds |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.