-
Notifications
You must be signed in to change notification settings - Fork 5
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
Develop #31
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
* change query to just be GitHub query string * adding go with -cover flag always enabled * dep was acting weird, had to temporarily remove. also working switch of go binary * updating documentation * pull request template * cleaning up dead code * remove fake target
* created a clean and setup script to make setting up and cleaning up environment easier * working on local external results directory for housing external projects and their test results * use a GitHub access token instead of SSH for authentication with GitHub * update setup script to copy sample config to execution config * updated README describing make run
* Develop (#11) * Add Go Cover Flag and GitHub Raw Query String (#3) * change query to just be GitHub query string * adding go with -cover flag always enabled * dep was acting weird, had to temporarily remove. also working switch of go binary * updating documentation * pull request template * cleaning up dead code * remove fake target * WIP - 10-10-2018 Improvements to Setup/Cleanup (#4) * created a clean and setup script to make setting up and cleaning up environment easier * working on local external results directory for housing external projects and their test results * use a GitHub access token instead of SSH for authentication with GitHub * update setup script to copy sample config to execution config * updated README describing make run * fix README formatting * fixed README formatting * WIP; extracting testing as the external command to be run; make neighbor more dynamic * remove go-cover documentation * remove go-cover-specific code, documentation and scripts * remove go-cover-specific code, documentation and scripts
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
* removing some dep stuff * adding gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * wip; working on migrating to gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update gitignore with new external projects working directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
* fix parsing of external command to consider commands with " in them Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * some preliminary testing for parsing external commands Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * styling Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * preliminary tests passgits Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * improve tests a bit Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
* WIP; running in parallel * concurrent processing Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * run external command in parallel Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * remove the explicit setting of GOMAXPROCS Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP; working on explicit cancellation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * explicit cancellation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * exit the program with a 130 exit code. this feels hacky Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
…mand key Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
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.
No description provided.