This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup install:dev command * Update package-lock.json * Update lock files * Add all packages to lerna * Convert to ES6 modules * Move devDependencies to root and unify linting * Fix origin-js webpack config * Add eslint files * Update lock files * Update packages.json files * Remove webpack serving from origin-js * Fixes to deployment dockerfiles * Update lock files * Build and package fixes * Stream build output * Update lock files * Add production env var * Add universal lint to TravisCI * Remove JS formatting from origin-js in favour of universal * Set node version in linting test * Appease linter * Temporarily remove caching from TravisCI * Revert "Temporarily remove caching from TravisCI" This reverts commit 6d9fc7c. * CI test * CI test * Only install devDependencies of root for linter * CI test * Add common dependency install * Fix scoping * Fix Travis error * Comment out DApp tests * Cleanup origin-dapp tests * Update lock files * Upgrade babel polyfill * Rearrange dependencies * Fix test issue * Cleanup docs and deploy script * Remove deployment doc * Cleanup old style secrets * Fix syntax of .travis.yml * Update linting * Cleanup linting * Add missing plugin * Add missing package * Fix ipfs-proxy test * Fix test errors * Fix tests * Add missing package * Update lock files * Remove website Docker compose setup * Cleanup old messaging ipfs container * Remove screenshot * Update Docker Compose config * Fixes for origin-box * Add comment * Add lint command to discovery * Fix faucet dependencies * Move contributing file to top level * Documentation cleanup * Update origin-box docs * Docs update * More tests * Appease linter * Fixes for notifications * Notifications container and updates * Container tweaks * Update lock files * Tweak doc * Tweak container copy * Test including built contracts * Revert "Test including built contracts" This reverts commit 285a190. * Change webpack config * Update lock files * Add build step to event-listener containers * Update lock files * Make listener happy with ES6 export * Mount host dist for origin-js into event-listener * Container fixes * Update origin-js readme * Alter event-listener startup command in origin-box * Fix broken event-listener dockerfile * Toggle production NODE_ENV for dapp * Fix event-listener container * Container tweaks and commenting * Add contributing text to root readme * Change file casing * Fix linting * Fix babel references * Update README.md files * Add build and dev option to origin-messaging and update to babel 7 * Remove origin-dapp from .eslintignore * Add scoping to npm run dev command * Update messaging containers for new comands * Update lock files * Development event-listener fixes * Add VAPID key generation if not provided * Fix VAPID key generation * Remove install script * Clean up networks for postgresql * Container fixes and CORS support for origin-discovery * Remove extra semicolon * Package upgrades * Update lock files * Remove unnecessary var * Update lock files * Lock file regen * Update lock files * Make linter happy * Fix tests * Fix dev start command * Revert GraphQL upgrade due to test failure * Fix origin-discovery lock file * Fix fs calls * Change to `npm start` * Fix babel references
- Loading branch information