-
Notifications
You must be signed in to change notification settings - Fork 1
WIP Update kitconcept.solr with FHNW improvements #314
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
base: main
Are you sure you want to change the base?
Changes from all commits
4047d43
6e12a15
e2627af
54a9242
80b6b2f
e4f0374
b083292
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Update kitconcept.solr with FHNW improvements @reebalazs |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <configure | ||
| xmlns="http://namespaces.zope.org/zope" | ||
| xmlns:genericsetup="http://namespaces.zope.org/genericsetup" | ||
| > | ||
| <genericsetup:upgradeSteps | ||
| profile="kitconcept.intranet:default" | ||
| source="20260122001" | ||
| destination="20260128001" | ||
| > | ||
| <genericsetup:upgradeDepends | ||
| title="Update Solr configuration." | ||
| import_steps="plone.app.registry" | ||
| /> | ||
| </genericsetup:upgradeSteps> | ||
| </configure> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,12 +19,12 @@ | |
| "build:deps": "pnpm --filter @plone/registry --filter @plone/components build", | ||
| "i18n": "pnpm --filter @kitconcept/intranet i18n", | ||
| "test": "pnpm --filter @kitconcept/intranet exec vitest --passWithNoTests", | ||
| "lint": "VOLTOCONFIG=$(pwd)/volto.config.js eslint --max-warnings=0 'packages/**/src/**/*.{js,jsx,ts,tsx}'", | ||
| "lint:fix": "VOLTOCONFIG=$(pwd)/volto.config.js eslint --fix 'packages/**/src/**/*.{js,jsx,ts,tsx}'", | ||
| "prettier": "prettier --check 'packages/**/src/**/*.{js,jsx,ts,tsx}'", | ||
| "prettier:fix": "prettier --write 'packages/**/src/**/*.{js,jsx,ts,tsx}' ", | ||
| "stylelint": "stylelint 'packages/**/src/**/*.{css,scss,less}' --allow-empty-input", | ||
| "stylelint:fix": "stylelint 'packages/**/src/**/*.{css,scss,less}' --fix --allow-empty-input", | ||
| "lint": "VOLTOCONFIG=$(pwd)/volto.config.js eslint --max-warnings=0 'packages/**/src/**/*.{js,jsx,ts,tsx}' --ignore-pattern 'packages/volto-solr/**'", | ||
| "lint:fix": "VOLTOCONFIG=$(pwd)/volto.config.js eslint --fix 'packages/**/src/**/*.{js,jsx,ts,tsx}' --ignore-pattern 'packages/volto-solr/**'", | ||
| "prettier": "prettier --check 'packages/**/src/**/*.{js,jsx,ts,tsx}' '!packages/volto-solr/**'", | ||
| "prettier:fix": "prettier --write 'packages/**/src/**/*.{js,jsx,ts,tsx}' '!packages/volto-solr/**'", | ||
| "stylelint": "stylelint 'packages/**/src/**/*.{css,scss,less}' '!packages/volto-solr/**' --allow-empty-input", | ||
| "stylelint:fix": "stylelint 'packages/**/src/**/*.{css,scss,less}' '!packages/volto-solr/**' --fix --allow-empty-input", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @reekitconcept We should add this permanently in frontend/.eslintignore instead of here. I'm not sure if we have something similar for prettier and stylelint.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree - we use the same from fhnw for eslint. Re prettier and stylelint: I'm not sure what's best. |
||
| "dry-release": "pnpm --filter volto-intranet dry-release", | ||
| "release": "pnpm --filter volto-intranet release", | ||
| "release-major-alpha": "pnpm --filter volto-intranet release-major-alpha", | ||
|
|
@@ -73,4 +73,4 @@ | |
| ] | ||
| }, | ||
| "packageManager": "pnpm@10.20.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Update kitconcept.solr with FHNW improvements @reebalazs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Update kitconcept.solr with FHNW improvements @reebalazs |
Uh oh!
There was an error while loading. Please reload this page.