Skip to content
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 1 commit into from
Nov 17, 2018
Merged

Conversation

mccurdyc
Copy link
Owner

No description provided.

Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
@mccurdyc mccurdyc merged commit 32fa243 into develop Nov 17, 2018
@mccurdyc mccurdyc deleted the mccurdyc/add-circle-ci branch November 17, 2018 16:47
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant