pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:JavaScript language:Java
Filter by
156M results
What
Added requests to requirements.txt.
Why
CI fails with ModuleNotFoundError: No module named requests .
What
Added build script to generate dist/index.js.
Why
CI fails because dist/index.js doesn t exist (config_mismatch).
What
Added build script to generate dist/index.js.
Why
CI fails because dist/index.js doesn t exist (config_mismatch).
This PR contains the following updates:
| Update | Change |
| --- | --- |
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
...
dependency
renovate
What
Added a beforeEach hook at the top level of test/db.test.js to truncate the User table before each test. This prevents
order‑dependent failures caused by leftover data from previous tests.
Why
...
This PR contains the following updates:
| :chart_with_upwards_trend: Change | :hammer_and_wrench: Synchronizing Repository | :link: Workflow |
| :-- | :-- | :-- |
| 1 files | Jahia/.github | Product - ...
chore
build runs and tests passes
close #12
What
Add a build script that copies server.js to server.js.bak and update the start script to run the build step before
executing the backup file.
Why
The CI was failing because it attempted to run ...
Summary
- Add a Cloudflare Workers deployment runbook with setup, deploy workflow, post-release checks, and troubleshooting.
- Archive the anti-patterns found during the first Workers publication, ...