huridocs/uwazi

View on GitHub
add migrations to apply reindex #23682
Joao-vi authored b4de38a7
complete00:03:28
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.yml.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-10-17T13:29:49.602392 #1]  WARN -- : Skipping app/react/UI/Icon/export-csv.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:29:49.602425 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:29:49.603415 #1]  WARN -- : Skipping app/react/UI/Icon/save-and-next.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:29:49.603443 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:29:50.863654 #1]  WARN -- : Skipping app/react/PDF/PDFJS.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:29:50.863682 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:03.614131 #1]  WARN -- : Skipping app/react/Permissions/actions/specs/actions.spec.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:03.614169 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:03.935453 #1]  WARN -- : Skipping app/react/Metadata/components/ImageViewer.tsx due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:03.935493 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:06.415275 #1]  WARN -- : Skipping app/react/V2/Components/PDFViewer/pdfjs.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:06.415307 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:09.359922 #1]  WARN -- : Skipping e2e/suite2/tableView.test.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:09.359951 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-10-17T13:30:22.762527 #1]  WARN -- : Skipping ./app/react/UI/Icon/export-csv.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:22.762575 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:22.772603 #1]  WARN -- : Skipping ./app/react/UI/Icon/save-and-next.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:22.772930 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:30:26.362250 #1]  WARN -- : Skipping app/react/PDF/PDFJS.js due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:30:26.362313 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:31:05.461398 #1]  WARN -- : Skipping ./app/react/Permissions/actions/specs/actions.spec.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:31:05.461657 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:31:06.041315 #1]  WARN -- : Skipping ./app/react/Metadata/components/ImageViewer.tsx due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:31:06.041451 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:31:11.894342 #1]  WARN -- : Skipping ./app/react/V2/Components/PDFViewer/pdfjs.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:31:11.894378 #1]  WARN -- : Response status: 422
W, [2024-10-17T13:31:20.041371 #1]  WARN -- : Skipping ./e2e/suite2/tableView.test.ts due to CC::Parser::Client::HTTPError
W, [2024-10-17T13:31:20.041632 #1]  WARN -- : Response status: 422
7
eslint
eslint engine documentation
View output
Module not supported: storybook
Error: Failed to load plugin 'storybook' declared in '--config': Cannot find module 'eslint-plugin-storybook'
Require stack:
- /code/__placeholder__.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.resolve (node:internal/modules/cjs/helpers:108:19)
    at Object.resolve (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2337:46)
    at ConfigArrayFactory._loadPlugin (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3404:33)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._loadExtendedPluginConfig (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3224:29)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._loadExtends (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3145:29)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._normalizeObjectConfigDataBody (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3086:25) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/code/__placeholder__.js' ],
  messageTemplate: 'plugin-missing',
  messageData: {
    pluginName: 'eslint-plugin-storybook',
    resolvePluginsRelativeTo: '/code',
    importerName: '--config'
  }
}
Module not supported: plugin:storybook/recommended
Failed to load config "plugin:storybook/recommended" to extend from.
WARN: Skipping app/react/UI/Icon/export-csv.js: it appears to be minified
WARN: Skipping app/react/UI/Icon/save-and-next.js: it appears to be minified
Ignoring the following rules that rely on module resolution:
	 * import/extensions
	 * import/named
	 * import/namespace
	 * import/no-absolute-path
	 * import/no-cycle
	 * import/no-duplicates
	 * import/no-extraneous-dependencies
	 * import/no-named-as-default
	 * import/no-named-as-default-member
	 * import/no-restricted-paths
	 * import/no-unresolved
	 * node/no-hide-code-modules
	 * node/no-missing-require
Ignoring the following settings that rely on module resolution:
	 * import/resolver
Skipping the following modules that rely on module resolution:
	 * plugin:storybook/recommended
	 * storybook