-
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
add preliminary ci with circleci #21
Merged
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
Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
mccurdyc
pushed a commit
that referenced
this pull request
Nov 18, 2018
* 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 * Extract Test-Specific External Command (#13) * 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 * minor cleanup Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * updating documentation and external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * working on parsing * add preliminary ci with circleci (#21) Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * fix broken validation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#22] - Add go modules (#23) * 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> * update circle with gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
mccurdyc
pushed a commit
that referenced
this pull request
Dec 18, 2018
* 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 * Extract Test-Specific External Command (#13) * 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 * minor cleanup Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * updating documentation and external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * working on parsing * add preliminary ci with circleci (#21) Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * fix broken validation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#22] - Add go modules (#23) * 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> * update circle with gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update README with go version requirement Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#15] - Fix External Command Parsing (#20) * 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>
mccurdyc
pushed a commit
that referenced
this pull request
Dec 19, 2018
* 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 * Extract Test-Specific External Command (#13) * 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 * minor cleanup Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * updating documentation and external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * working on parsing * add preliminary ci with circleci (#21) Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * fix broken validation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#22] - Add go modules (#23) * 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> * update circle with gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update README with go version requirement Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#15] - Fix External Command Parsing (#20) * 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> * [Issue#17] - Concurrent Execution of External Command (#26) * 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>
mccurdyc
pushed a commit
that referenced
this pull request
Jan 28, 2019
* 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 * Extract Test-Specific External Command (#13) * 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 * minor cleanup Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * updating documentation and external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * working on parsing * add preliminary ci with circleci (#21) Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * fix broken validation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#22] - Add go modules (#23) * 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> * update circle with gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update README with go version requirement Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#15] - Fix External Command Parsing (#20) * 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> * [Issue#17] - Concurrent Execution of External Command (#26) * 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> * update sample config with a working query and an updated external command key Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update documentation; remove unnecessary steps Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * add 'clean' target for removing external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * PWD->pwd Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update example makefile to put built binaries in bin/ Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP: working with static values Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP; working on 'neighborfying' the 'command' Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP; working 'neighborfied'. still need to clean up Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * _examples: adding open-pull-request example Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * neighbor: fixing bug with path to config Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
mccurdyc
pushed a commit
that referenced
this pull request
Feb 25, 2019
* 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 * Extract Test-Specific External Command (#13) * 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 * minor cleanup Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * updating documentation and external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * working on parsing * add preliminary ci with circleci (#21) Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * fix broken validation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#22] - Add go modules (#23) * 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> * update circle with gomodules Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update README with go version requirement Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * [Issue#15] - Fix External Command Parsing (#20) * 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> * [Issue#17] - Concurrent Execution of External Command (#26) * 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> * update sample config with a working query and an updated external command key Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * update documentation; remove unnecessary steps Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * add 'clean' target for removing external results directory Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP; working on Background section Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * WIP on documentation Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * usage section in README Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * more cleanup of README 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.