Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Merge 09/12 merges to master into feat-kv-commands #580

Merged
merged 44 commits into from
Sep 12, 2019

Conversation

gabbifish
Copy link
Contributor

This PR merges master back into feat-kv-commands. It includes Avery's changes from worker_dot_dev to worker_dev.

Remove link to docs for installation because they link back to wrangler README
Update kv namespaces configuration documentation
Add environment documentation to readme
Rename to node test and add web test
When you run `wrangler build` it will try to install the `npm`
dependencies of the user's project and, in development mode, the
one from `wranglerjs`. This can lead to races if two build were launch
at the same time. To avoid that we use a file lock and make wrangler
wait if it's already locked. However, it turns out that wrangler will
not wait and run `npm install` regardless.

This change avoids running multiple `wrangler build` at the same time
during our unit tests.
Guard test against potential races
Change 'this command will fail' to 'this command may act unexpectedly
Copy link
Contributor

@ashleymichal ashleymichal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix env. docs links

README.md Outdated Show resolved Hide resolved
@gabbifish gabbifish merged commit d33ce50 into feat-kv-commands Sep 12, 2019
@delete-merged-branch delete-merged-branch bot deleted the gabbi/merge-master branch September 12, 2019 23:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants