-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
explicitly reset terminal state after getting pwd: #3
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
dimroc
force-pushed
the
bugs/restore-terminal-echo-on-ctrlcpassword
branch
from
December 11, 2017 16:45
a9b280b
to
de642aa
Compare
jordanbonilla
pushed a commit
that referenced
this pull request
Feb 15, 2018
…o-on-ctrlcpassword explicitly reset terminal state after getting pwd
dimroc
added a commit
that referenced
this pull request
Sep 8, 2018
* Add Zeppelin plugin for Solium * Make UptimeSLA use SafeMath * Generate SAID in Coordinator contract * Upgrade notify for go 1.11 * node operator should be able to duplicate old jobs * Keep currentUrl on RECEIVE_CREATE_SUCCESS * Create JobRun,BridgeType now returns object in JSONAPI format * Notifications better discerns types * add a test case for running a web job with gui * Create JobSpec responds in JSONAPI * CLI correctly renders Create JSONAPI format * Notifications now respect CreateJobSpec JSONAPI * Update integration tests and examples to use JobSpec JSONAPI
rupurt
added a commit
that referenced
this pull request
Apr 8, 2019
Switch from SailsJS to Express + TypeORM
j16r
added a commit
that referenced
this pull request
Jun 8, 2019
rupurt
pushed a commit
that referenced
this pull request
Jan 22, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
rupurt
pushed a commit
that referenced
this pull request
Jan 23, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
rupurt
pushed a commit
that referenced
this pull request
Jan 23, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
rupurt
pushed a commit
that referenced
this pull request
Jan 29, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
rupurt
pushed a commit
that referenced
this pull request
Jan 31, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
rupurt
pushed a commit
that referenced
this pull request
Jan 31, 2020
…lue-is-getting-out-of-chart Volatility Y value is getting out of chart
zeuslawyer
added a commit
that referenced
this pull request
Jul 25, 2022
Attempt #3...assuming commit signing works... This change fixes the README that supplies the descriptions to the NPM package documenation for CL contracts. This change also adds helpful information to new contributors.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 4, 2023
* Reapply: s_router is private * Create libraries folder, move Functions->FunctionsRequest & FunctionsResponse types in * Revert HasRouter back to Routable, add natspec * Separate Functions library Buffer import from CBOR * Functions library, using before all * (doc): Add more comments to Functions Request library * Document and clean up FunctionsClient * Geth wrappers * Add more ToS allowlist events * s_router -> i_router * RouterBase: timelock to uint64, remove doubled Paused getter, if statement revert style * Remove unused OCR hooks * make flags index var name more clear & add comment about internal function modifiers * Regenerate geth wrappers * Various size reducing measures * Save * Use ^v0.8.0 in openzeppelin-solidity/v4.8.0 * merge function base and router * Router config as typed struct * (test): Update tests * Use structs as getter return * Pull juelsPerGas into helper function * Add OracleWithdrawAll * Change multiline comments to single * Disable timelock propose and set in anticipation of MCM change * Regenerate geth wrappers * Add estimated cost to RequestStart * Fix foundry test * (test): Amend go integration test for Router constructor --------- Co-authored-by: Rens Rooimans <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 24, 2024
* WIP#1 * WIP#2 * WIP#3 * WIP#4 * WIP#5 * WIP#6 * wIP#7 - overrides and validations for vrfv2 * wIP#8 - overrides and validations for vrfv2lus * WIP#9 - adjust vrfv2/plus default configs * fix test config test, add logger to it * smoke tests should work now * fix replace, fix workflow * try to remove newlines from base64 * update ctf version, fix line wrap * use newer version of ctf, fix log poller and workflow issues * expand selected networks to array * fix vrfv2 smoke test, mask baseb4 override * define base64 override before masking it * a couple of masks more * set some content for BASE64_CONFIG_OVERRIDE so that it's masked * remove masks that break toml config * experiment with base64 #1 * fix ocr2 smoke test * fix lints * baseb4 experiment #2 * base64 experiment #3 * hardcode some image * exp#5 * fail config test on purpose * fix lints * run all smoke tests * add missing test config to ocr2 test * add missing loki_url * remove old config files, set config override for remote runner * fix compile errors * fix lint * make the vrfv2plus name in test matrix unique * fix loki env config, adjust vrfv2 and vrfv2plus tests and configs * add TOML-specific overriding of CL image/version in k8s * fixed automation load test * couple small fixes to how helm is created * remove multiple config files, store all config versions in single product-specific toml file * go.mod * restore deleted test, fix vrfv2 smoke tests * fix vrfv2plus config validation * properly fix vrfv2plus smoke test * fix loki basic auth passing * add add-mask again to base64 * remove obsolete configs, use latest ctf, adjust tomls * try another base64 hiding * go.sum * fix loki compile issue * try base64 env var with _SECRET suffix * try yet another variable name * restore old env var name * another obscuring attempt * another attempt * use newer CTF version, check what env vars are forwaded to k8s * go.sum * updated to latest ctf * try on demand autonation test with base64 input * modify all other test workflows so that they use TOML config * update reamdes, example envs and some more workflows * uncomment solana tests * update to latest ctf * update to latest ctf * go.mod * add MustCopy() method to TestConfig, fix failing vrvf2plus test * fix duration usages * fix lints * added examples of full configs for each product * use latest ctf * simplify some examples, correct client compatibility workflow * go.mod * copy TOML configs before executing test binary in compatibility job * use bash not sh to run the script, add missing patterns * chmod script and run it * add debug * print vars before checking their number * another debug attempt * try double quotes * store script and run that * fix script formatting * fix correct script 🤦 * fix zip command * fix upload artifact path * add some debug * update tracing readme, use latest ctf * latest ctf * lastest ctf * check what is the config missing * add missing pyrscope enabled var * remove debug * don't notify Adam if eth client compatibility test fail * latest ctf, faster eth2 chain by default * latest ctf, slots per epoch = 2 * go.sum * move convert_to_toml_array() bash function to a file and import it in GHA workflows instead of constantly defining before using * provide default configs to live testnet tests that use test binary * pass network config between jobs correctly * set .root_dir for live testnet job * try passing * try with defined output * define correct output for build-tests job * fix value name * debug * 2x base64 * try with shorter variable * add network config to dynamic config * include shared function * embed toml configs when build tag is present * test passing shared functions as outputs * update action version * remove newline from base64 * newer gha * fix log poller path, adjust client compatibility test to not copy tomls * debug * once more * do not use shared function * use correct network toml key for sepolia * fix dynamic toml * fix tomls * fix sepolia endpoint, uncomment slack notifications * remove outputs shared function from clients compatibility tests * fix alfajores once and for all * use newer gha to build tests * don't fail if there's no embedded config * remove tests we don't need anymore * use commit from main version of GHA repository instead of branch commit for build tests action * simplify config overriding * fix go.mod * remove ApplyOverride() and fix compile issue * fix lint * try base64 value extraction * try anothe approach * yet another attempt * yet another attempt 2 * fix base64 from input * one more time with final config * last test * make automation-ondemand test more secure, remove debug from on-demand-vrfv2-performance-test.yml * uncommet test execution in vrfv2 performance workflow * use private eth networks instead of geth in vrf load tests * update TOML keys related to Loki and Grafana * by default use pow, not pos * go.mod * latest ctf * remove references to deleted performance test suite * don't require Loki config when using remote runner * latest ctf * add Load config and figure out overrides * append loki config to ocr soak test on demand job * embed test configs and create .root_dir, when building test image * define an interface for global test config * move interface to testconfig * set pyroscope env for cron * fix check for remote running * bump CTF * use interfaces in public methods instead of TestConfig * small adjustments * fix test env builder * fix automation config type cast * use latest ctf * add special handling for slice override for Automation * update examples * slightly adjust vrfv2 configs, remove default empty values * move creation of base64 config override env var in smoke tests to a GHA action * fix compile error * debug for ocr test, camelcase for base64 action, two new actions to reduce loc * checkout repo before accessing actions * remove unnecessary test config instance from ocr test * mask before using input, more ocr debug * remove debug, fix reading named configurations from base64 override * mask input before using merge base64 action * fix integration tests workflow * update default.toml, add action for live testnet tests * download test binary after creating base64 env var * fix missing log targets * comment out reporting part * reuse live testnets specific action * fix network names * use dynamic network key * fix automation tests (#11815) * fix automation benchmark test action * update default toml * try newer run tests action * another try * look for .root_dir even deeper * Update integration-tests/benchmark/keeper_test.go * Update integration-tests/test.Dockerfile --------- Co-authored-by: Bartek Tofel <[email protected]> * fix chain config for eth2 compatibility tests * replace in-workflow toml generation for CL version upgrade tests with GH action * make test timeout configurable in client compatbility tests * prepare base64 config for log poller matrix tests --------- Co-authored-by: Ilja Pavlovs <[email protected]> Co-authored-by: skudasov <[email protected]> Co-authored-by: Gheorghe Strimtu <[email protected]> Co-authored-by: Anirudh Warrier <[email protected]>
Tofel
added a commit
that referenced
this pull request
Aug 2, 2024
# This is the 1st commit message: update contract # This is the commit message #2: make scripts executable # This is the commit message #3: upload base too # This is the commit message #4: try again # This is the commit message #5: gather changesets, print products out of scope # This is the commit message #6: fix product finding # This is the commit message #7: try again # This is the commit message #8: debug # This is the commit message #9: debug 2 # This is the commit message #10: grab only modified or added changesets # This is the commit message #11: try again 1 # This is the commit message #12: remove early exit # This is the commit message #13: place changesets in a subfolder in final artifact # This is the commit message #14: validate whether everything was generated
Tofel
added a commit
that referenced
this pull request
Aug 2, 2024
# This is the 1st commit message: fetch whole repo # This is the commit message #2: add comment # This is the commit message #3: fix paths for validation # This is the commit message #4: try with functions # This is the commit message #5: fix spelling # This is the commit message #6: display failed UML generation once
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.
Issue is discussed here: https://groups.google.com/forum/#!topic/Golang-nuts/kTVAbtee9UA
Tracker Story: https://www.pivotaltracker.com/story/show/153524324