-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Version 1.0.0 #429
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added discord RPC * added discord RPC * added rpc to update every ~15s in app level * added initial set activity
* Add javascript-obfuscator package to task-runner This commit adds the javascript-obfuscator as a dev dependency to the task-runner package so the built output can be obfuscated. * Add Obfuscation to Build Pipeline This commit modifies the task-runner package.json to add obfucation to the build pipeline. The build script is updated to run two sub commands: build:babel and build:obfuscate. The main export file of the package is changed to point to the obfuscated code instead of the built code. Obfuscation options are added to a separate config file so the cli command remains clean. * Add Task Runner Built package This commit adds a new packages that will contain the built, obfuscated code of the task-runner. This package functions exactly the same as the task-runner package, but is safe to include in built packages since no unobfuscated source is contained in it. This package is meant purely as a proxy and no source code nor development should occur here. The task-runner package is updated to change the obfuscated output to this package. The frontend can then depend on this package so the packed app will contain only obfuscated task-runner code. * Switch to use task-runner-built package This commit updates the frontend project to rely on the task-runner-built package. This allows the packed source to include the obfuscated code instead of the full source code. * Obfuscate lib folder This commit updates the frontend package to obfuscate the lib folder. The javascript obfuscator is used for all files in the lib folder and the obfuscated code is moved to a dist/ folder. The main file is updated to use the obfuscated code and the build script is updated to obfuscate code as well as bundle the react side. NOTE: When running in dev mode, the unobfuscated version is used. * Update Electron Builder Config This commit updates the electron builder config to export the `dist/` folder instead of the `lib/` folder. This allows the packed app to run properly. * Add empty lint script This commit adds a missing empty lint script to the task-runner-built package. Linting is not needed in this package since it only contains obfuscated code, but the top level lint script will still attempt to run the lint script in this package.
* state discrepencies * rm console log * rm console log * fixed remove all discrepancy * fix test
* added colored log messages, and reverted restock loop back due to multiple checkout session being needed * fix tests * pr changes
* captcha session updates * split sessions now managed between YT and captcha pairs * added insecure content on cap win * Apply suggestions from code review Change to camelcase `inUse` and rm some unnecessary code * pr changes * rm dist folder, whoops...
* added parse access token * reduced wait time in polling for shipping rates * fixed fsr * added creatable select for site * finished custom shopify impl. * fix some tests * added edit row custom shopify support * test cases fixed * prevent extraneous log messages from showing up * code cleanup + destructuring * lint fix * small changes * some small changes/optimizations * variant matching fixed * default option chosen * added srr custom shopify support
walmat
added a commit
that referenced
this pull request
May 10, 2019
* version bump * auth screen resized * Discord RPC (#421) * added discord RPC * added discord RPC * added rpc to update every ~15s in app level * added initial set activity * Obfuscate Source Code (#428) * Add javascript-obfuscator package to task-runner This commit adds the javascript-obfuscator as a dev dependency to the task-runner package so the built output can be obfuscated. * Add Obfuscation to Build Pipeline This commit modifies the task-runner package.json to add obfucation to the build pipeline. The build script is updated to run two sub commands: build:babel and build:obfuscate. The main export file of the package is changed to point to the obfuscated code instead of the built code. Obfuscation options are added to a separate config file so the cli command remains clean. * Add Task Runner Built package This commit adds a new packages that will contain the built, obfuscated code of the task-runner. This package functions exactly the same as the task-runner package, but is safe to include in built packages since no unobfuscated source is contained in it. This package is meant purely as a proxy and no source code nor development should occur here. The task-runner package is updated to change the obfuscated output to this package. The frontend can then depend on this package so the packed app will contain only obfuscated task-runner code. * Switch to use task-runner-built package This commit updates the frontend project to rely on the task-runner-built package. This allows the packed source to include the obfuscated code instead of the full source code. * Obfuscate lib folder This commit updates the frontend package to obfuscate the lib folder. The javascript obfuscator is used for all files in the lib folder and the obfuscated code is moved to a dist/ folder. The main file is updated to use the obfuscated code and the build script is updated to obfuscate code as well as bundle the react side. NOTE: When running in dev mode, the unobfuscated version is used. * Update Electron Builder Config This commit updates the electron builder config to export the `dist/` folder instead of the `lib/` folder. This allows the packed app to run properly. * Add empty lint script This commit adds a missing empty lint script to the task-runner-built package. Linting is not needed in this package since it only contains obfuscated code, but the top level lint script will still attempt to run the lint script in this package. * Fix State Discrepancies (#425) * state discrepencies * rm console log * rm console log * fixed remove all discrepancy * fix test * Colored Log Output Messages (#426) * added colored log messages, and reverted restock loop back due to multiple checkout session being needed * fix tests * pr changes * version 1.0.0 * update rpc file * Captcha Sessions (#430) * captcha session updates * split sessions now managed between YT and captcha pairs * added insecure content on cap win * Apply suggestions from code review Change to camelcase `inUse` and rm some unnecessary code * pr changes * rm dist folder, whoops... * Implement Custom Shopify (#427) * added parse access token * reduced wait time in polling for shipping rates * fixed fsr * added creatable select for site * finished custom shopify impl. * fix some tests * added edit row custom shopify support * test cases fixed * prevent extraneous log messages from showing up * code cleanup + destructuring * lint fix * small changes * some small changes/optimizations * variant matching fixed * default option chosen * added srr custom shopify support * update channel * colored log fixes, + sass compilation
walmat
added a commit
that referenced
this pull request
May 10, 2019
* version bump * auth screen resized * Discord RPC (#421) * added discord RPC * added discord RPC * added rpc to update every ~15s in app level * added initial set activity * Obfuscate Source Code (#428) * Add javascript-obfuscator package to task-runner This commit adds the javascript-obfuscator as a dev dependency to the task-runner package so the built output can be obfuscated. * Add Obfuscation to Build Pipeline This commit modifies the task-runner package.json to add obfucation to the build pipeline. The build script is updated to run two sub commands: build:babel and build:obfuscate. The main export file of the package is changed to point to the obfuscated code instead of the built code. Obfuscation options are added to a separate config file so the cli command remains clean. * Add Task Runner Built package This commit adds a new packages that will contain the built, obfuscated code of the task-runner. This package functions exactly the same as the task-runner package, but is safe to include in built packages since no unobfuscated source is contained in it. This package is meant purely as a proxy and no source code nor development should occur here. The task-runner package is updated to change the obfuscated output to this package. The frontend can then depend on this package so the packed app will contain only obfuscated task-runner code. * Switch to use task-runner-built package This commit updates the frontend project to rely on the task-runner-built package. This allows the packed source to include the obfuscated code instead of the full source code. * Obfuscate lib folder This commit updates the frontend package to obfuscate the lib folder. The javascript obfuscator is used for all files in the lib folder and the obfuscated code is moved to a dist/ folder. The main file is updated to use the obfuscated code and the build script is updated to obfuscate code as well as bundle the react side. NOTE: When running in dev mode, the unobfuscated version is used. * Update Electron Builder Config This commit updates the electron builder config to export the `dist/` folder instead of the `lib/` folder. This allows the packed app to run properly. * Add empty lint script This commit adds a missing empty lint script to the task-runner-built package. Linting is not needed in this package since it only contains obfuscated code, but the top level lint script will still attempt to run the lint script in this package. * Fix State Discrepancies (#425) * state discrepencies * rm console log * rm console log * fixed remove all discrepancy * fix test * Colored Log Output Messages (#426) * added colored log messages, and reverted restock loop back due to multiple checkout session being needed * fix tests * pr changes * version 1.0.0 * update rpc file * Captcha Sessions (#430) * captcha session updates * split sessions now managed between YT and captcha pairs * added insecure content on cap win * Apply suggestions from code review Change to camelcase `inUse` and rm some unnecessary code * pr changes * rm dist folder, whoops... * Implement Custom Shopify (#427) * added parse access token * reduced wait time in polling for shipping rates * fixed fsr * added creatable select for site * finished custom shopify impl. * fix some tests * added edit row custom shopify support * test cases fixed * prevent extraneous log messages from showing up * code cleanup + destructuring * lint fix * small changes * some small changes/optimizations * variant matching fixed * default option chosen * added srr custom shopify support * update channel * colored log fixes, + sass compilation
pr1sm
pushed a commit
that referenced
this pull request
May 10, 2019
* update rpc file * fixed payment successful color message + cleanup * working on the wrong branch :/ * Release Version 1.0.0 (#429) * version bump * auth screen resized * Discord RPC (#421) * added discord RPC * added discord RPC * added rpc to update every ~15s in app level * added initial set activity * Obfuscate Source Code (#428) * Add javascript-obfuscator package to task-runner This commit adds the javascript-obfuscator as a dev dependency to the task-runner package so the built output can be obfuscated. * Add Obfuscation to Build Pipeline This commit modifies the task-runner package.json to add obfucation to the build pipeline. The build script is updated to run two sub commands: build:babel and build:obfuscate. The main export file of the package is changed to point to the obfuscated code instead of the built code. Obfuscation options are added to a separate config file so the cli command remains clean. * Add Task Runner Built package This commit adds a new packages that will contain the built, obfuscated code of the task-runner. This package functions exactly the same as the task-runner package, but is safe to include in built packages since no unobfuscated source is contained in it. This package is meant purely as a proxy and no source code nor development should occur here. The task-runner package is updated to change the obfuscated output to this package. The frontend can then depend on this package so the packed app will contain only obfuscated task-runner code. * Switch to use task-runner-built package This commit updates the frontend project to rely on the task-runner-built package. This allows the packed source to include the obfuscated code instead of the full source code. * Obfuscate lib folder This commit updates the frontend package to obfuscate the lib folder. The javascript obfuscator is used for all files in the lib folder and the obfuscated code is moved to a dist/ folder. The main file is updated to use the obfuscated code and the build script is updated to obfuscate code as well as bundle the react side. NOTE: When running in dev mode, the unobfuscated version is used. * Update Electron Builder Config This commit updates the electron builder config to export the `dist/` folder instead of the `lib/` folder. This allows the packed app to run properly. * Add empty lint script This commit adds a missing empty lint script to the task-runner-built package. Linting is not needed in this package since it only contains obfuscated code, but the top level lint script will still attempt to run the lint script in this package. * Fix State Discrepancies (#425) * state discrepencies * rm console log * rm console log * fixed remove all discrepancy * fix test * Colored Log Output Messages (#426) * added colored log messages, and reverted restock loop back due to multiple checkout session being needed * fix tests * pr changes * version 1.0.0 * update rpc file * Captcha Sessions (#430) * captcha session updates * split sessions now managed between YT and captcha pairs * added insecure content on cap win * Apply suggestions from code review Change to camelcase `inUse` and rm some unnecessary code * pr changes * rm dist folder, whoops... * Implement Custom Shopify (#427) * added parse access token * reduced wait time in polling for shipping rates * fixed fsr * added creatable select for site * finished custom shopify impl. * fix some tests * added edit row custom shopify support * test cases fixed * prevent extraneous log messages from showing up * code cleanup + destructuring * lint fix * small changes * some small changes/optimizations * variant matching fixed * default option chosen * added srr custom shopify support * update channel * colored log fixes, + sass compilation * fixed dsm restocks + proxy swapping bugs * added proper delay for dsm restock mode * rm getter for checkoutType * pr changes * added more checks for api mode * pr changes * changed version for dev mode to not display electron version fixes #417
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
name: Release Version 1.0.0
about: We made it.
Changes
output
messagesChecks