vip-search-replace

Leverages @automattic/go-search-replace to perform text search and replace in SQL files.

MIT License

Downloads
5.5K
Stars
3
Committers
7

Bot releases are visible (Hide)

vip-search-replace - v1.0.4

Published by wpcomvip-bot almost 4 years ago

  • fix: Incorrect path is used for downloaded binary - @jblz #7
    • cd3232d 🐛 fix: Incorrect path is used for downloaded binary
vip-search-replace - v1.0.3

Published by wpcomvip-bot almost 4 years ago

  • return the original stream if no replacements are passed - @markowsiak #6
    • 70b5cb9 🐛 fix: return the original stream if no replacements are passed
    • c0a9b9b ♻️ chore: name the circleci jobs
    • 0f1ddeatest: use path.join instead of dirname, attempting to fix current-stretch issue
    • 1123cbb 🐛 fix: release on lts-stretch and check for outfile before deleting
    • 2f98495 🐛 fix: address PR comments for using debug and having more complete tests
vip-search-replace - v1.0.2

Published by wpcomvip-bot almost 4 years ago

  • Fix: circleci config to only let the bot release - @markowsiak #3
    • ab319c8 🐛 fix: circleci config to only let the bot release
  • add something extra to test the bot - @markowsiak #4
    • fa862fd 🐛 fix: add something extra to test the bot
  • make nlm release run when circle user isn't the bot - @markowsiak #5
    • 819920d 🐛 fix: make nlm release run when circle user isn't the bot
vip-search-replace - v1.0.1

Published by wpcomvip-bot almost 4 years ago

vip-search-replace - v1.0.0

Published by wpcomvip-bot almost 4 years ago

  • download the go binary needed for the customer computer - @markowsiak #1
    • 615f9a7 ♻️ chore: add LICENSE file
    • b5b4927 🐛 fix: download the go binary needed for the customer computer
    • 79b6e81 ♻️ chore: add circleci config
    • 0cbc08f 🐛 fix: removed unused var, remove unnecessary debug
    • 91de5d3 🐛 fix: actulaly define test job
    • 283accetest: fix cicle config
    • 40ec09ctest: add mock for spawn of child_process, fix tests
    • 4510f2c 🐛 fix: eslint warning, and stage index.js and install-go-binary.js
    • 4488bc9 ♻️ chore: update circle config to release on master branch (pr merges) on last test cycle
    • 0f2cd30 🐛 fix: bash for nlm release
    • 57619cd 🐛 fix: left an s in the circle config somehow 🤦‍♂️
    • 5ed5f6d 🐛 fix: probably don't need to send an exit 1 on no release flow for circle ci
    • c2e305d ♻️ chore: upgrade nlm to support circleci
    • de9db8bfeat: get the latest binary version from github instead of pinning it. Also add the binary to the global path where the library is installed.
    • 96b1daf ♻️ chore: ensure the binary is the same as after tests run in circle, or nlm will complain
    • 69a32a1test: commit an empty binary and truncate it after test execution
    • f277129test: remove stub for spawned go process and actually test it
    • f57fa4ctest: commmit sample sql input file
    • 26bd1bf ♻️ chore: try to debug why circle fails on the spawned process
    • b6eeaac ♻️ chore: debug on npm t
    • 374e1a5 ♻️ chore: circle didn't like that
    • 6467212test: commit in a binary exclusively for testing in ci
    • 51ec130 🐛 fix: only download a binary if we don't supply one (in tests)
    • 9209cb3 🐛 fix: envvars are always strings
    • dd1902b 🐛 fix: Add ./bin/ to binary path
    • 546566d ♻️ chore: commit in license header for get-test-binary
    • b6853bc 🐛 fix: Add README example
    • 9358635 📝 docs: added some contributing and testing guidelines in the readme
  • 909f040feat: add the initial offering form go-search-replace