Results 14 issues of erezmus

There doesn't seem to be any documentation about how to use the sometimes rule. I've also tried to look at the code but can't really work it out. In laravel...

docs
next

Hi, I'm currently using the plugin to generate my css from an scss file imported in the main js file as such: `import './../styles/main.scss'` Running the rollup command with the...

enhancement
needs-triage

As preparation for splitting databases after the switch to new reviewer, add migration so that: * [ ] Foreign Key constraint between `audit_log.user_id` and `user.id` is removed * [ ]...

Follow up from #2237. At the moment we are using the `app/assets/newrelic.js`. It might be that it needs updating or that we switch to using the node.js agent. To test...

Client-Side

The migration for #2275 had a syntax error but it didn't cause the CI to go red. from pipeline.log ``` error: Error while running migrations: CREATE TABLE survey_response ( [2019-07-11T10:07:31.978Z]...

Bug
Testing

Follow up from #2199: When blur event is triggered, it calls the internal `handleBlur` method, which updates the state for the `touched` data, whether it has changed or not. This...

Client-Side
Investigation

Follow up from (#2009) We currently are having random unexplained failures in the pipelines and the logs don't seem to give enough information as to the reason. Proposal is to...

Testing
Tech Debt

When running on a docker container, the /bin/sh is the main process with PID 1. According to docker documentation (https://docs.docker.com/engine/reference/run/#foreground) > Note: A process running as PID 1 inside a...

Server-Side
Tech Debt

Tidy up and improve the docs/testing/README.md section on browser tests

Testing
Tech Debt
Documentation

When starting pubsweet server, the cli script in pubsweet/cli/server.js spawns a new node process using pubsweet/src/startup/start.js as entry point. We need the cli script to listen to SIGTERM and on...