-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip on payload * Adding a new way to give data sources: payload * Refactoring tests + improving code coverage * Updating both Travais and AppVeyor configuration file to use Golang 1.10 * Fixing Travis configuration file: now using Golang 1.10 instead of 1.1 * Improving code coverage * now automatically detecting the default shell on posix/windows * adding private attribut to an Orbit command * fixing debug funcmap + reducing logs from generator * updating documentation + some comments * fixing some typo in README.md * fixing typo in README.md * fixing typo in README.md * redefining Orbit command as task: * fixing typo in README.md * fixing orbit.yml: now using tasks section * removing useless tests in context_test.go * fixing some wording * improving README + updating LICENSE * improving README.md
- Loading branch information
Showing
456 changed files
with
24,027 additions
and
6,747 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: go | ||
|
||
go: | ||
- 1.9 | ||
- "1.10" | ||
- tip | ||
|
||
matrix: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.