Skip to content

Commit

Permalink
V3.0.0 (#22)
Browse files Browse the repository at this point in the history
* 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
gulien authored Feb 23, 2018
1 parent 0ba8c11 commit effd1c2
Show file tree
Hide file tree
Showing 456 changed files with 24,027 additions and 6,747 deletions.
2 changes: 0 additions & 2 deletions .assets/tests/.env

This file was deleted.

14 changes: 0 additions & 14 deletions .assets/tests/expected_result.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .assets/tests/template.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .assets/tests/template_many.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .assets/tests/values.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .assets/tests/wrong_template.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .assets/tests/wrong_values.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find below useful information about how to contribute to the Orbit project.
### Install from sources

1. Fork this repository
2. Clone it to your local Go environment (requires *Go* >= 1.9)
2. Clone it to your local Go environment (requires *Go* >= 1.10)
5. Install the latest Orbit release
6. Install dependencies by running `orbit run install`

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.9
- "1.10"
- tip

matrix:
Expand Down
49 changes: 31 additions & 18 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
[[constraint]]
name = "github.com/Masterminds/sprig"
version = "2.13.0"

[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Julien Neuhart
Copyright (c) 2018 Julien Neuhart

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit effd1c2

Please sign in to comment.