Evgeni Golov
Evgeni Golov
/packit build
``` ModuleNotFoundError: Module not found: Error: Can't resolve 'react-bootstrap' in '/usr/lib/node_modules/react-ellipsis-with-tooltip/dist' ``` Mhh, react-bootstrap is a peerDependency of react-ellipsis-with-tooltip, and our packaging doesn't pull those in.
not yet :)
https://github.com/theforeman/foreman/pull/10601 - let's see if adding react-bootstrap helps. Edit: ``` [webpack-cli] ModuleNotFoundError: Module not found: Error: Can't resolve 'react-router' in '/usr/lib/node_modules/connected-react-router/esm' ``` Well, at least it's a different error now?...
@MariaAga okay, now that #10601 has built on packit: please pull in the react-router and react-bootstrap changes I did into package.json. I have no idea if it also needs to...
/packit build
green packit! :green_apple:
> Ubuntu 22.04: TODO (OS repo has NodeJS 12 so we use nodesource; 14 at the moment) NodeJS 18.20.6 with NPM 10.8.2
```console # hammer job-invocation create --job-template "Run Command - Script Default" --inputs 'command=sleep 120' --search-query "name = $(hostname -f)" --async Job invocation 5 created # foreman-maintain backup online /var/tmp/b Starting...
```console # PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager shell < lol.py /pulp/api/v3/tasks/018ff1cc-1924-7108-9b17-0b7adc330e9b/ # pulp task list --state running [ { "pulp_href": "/pulp/api/v3/tasks/018ff1cc-1924-7108-9b17-0b7adc330e9b/", "pulp_created": "2024-06-07T08:23:55.941268Z", "pulp_last_updated": "2024-06-07T08:23:55.941279Z", "state": "running", "name": "pulpcore.app.tasks.test.sleep", "logging_cid": "lol", "created_by": "/pulp/api/v3/users/1/",...