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

V3.0.0 #22

Merged
merged 21 commits into from
Feb 23, 2018
Merged

V3.0.0 #22

merged 21 commits into from
Feb 23, 2018

Conversation

gulien
Copy link
Owner

@gulien gulien commented Feb 21, 2018

  • Now, Orbit command = task: in an orbit.yml file, the commands section is replaced by tasks
  • Removing -t --template and -c --config flags in favor of -f --file flag
  • Removing -v --values, -e --env and -r --raw flags in favor of -p --payload flag
  • The new flag -p --payload handles many data sources: YAML files, TOML files, JSON files, .env files and raw data
  • Data sources can be specified from an orbit-payload.yml file in addition to the -p --payload flag
  • Data from data sources are available in a template though {{ .Orbit.key.data }}
  • Adding a new attribute for a task: private. It allows to hide the task from the list of available tasks when running orbit run
  • Automatically detects the current shell: prefixing commands with /bin/sh -c, cmd.exe /c etc. is now useless
  • Updating tests
  • Updating Travis and AppVeyor configuration files to use Go 1.10
  • Updating README.md

@codecov
Copy link

codecov bot commented Feb 21, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@0ba8c11). Click here to learn what that means.
The diff coverage is 93.12%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage          ?   93.08%           
=========================================
  Files             ?        7           
  Lines             ?      217           
  Branches          ?        0           
=========================================
  Hits              ?      202           
  Misses            ?        7           
  Partials          ?        8
Impacted Files Coverage Δ
helpers/helpers.go 100% <ø> (ø)
generator/funcmap.go 100% <100%> (ø)
runner/runner.go 94.33% <88.46%> (ø)
context/decoder.go 92.59% <92.59%> (ø)
context/context.go 89.47% <92.85%> (ø)
generator/generator.go 89.47% <93.75%> (ø)
context/payload.go 95.65% <95.65%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ba8c11...b5266e4. Read the comment docs.

@gulien gulien merged commit effd1c2 into master Feb 23, 2018
@gulien gulien deleted the v3.0.0-dev branch February 23, 2018 12:35
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