Eyal Mor

Results 40 issues of Eyal Mor

Currently, creates binary release names automatically. As an example: We have found that the installation name isn't also clear to all Mac-OSX users. That means that going through the installation...

documentation
good first issue
DevX

Original Author: @dkirillov ## Summary The `readConfigFile` function is able to read both YAML and JSON file. Using a switch-statement it picks the correct class to unmarshal data with. This...

DevX

## Summary Spinnaker will accept a request to create a pipeline, even when the pipeline's application doesn't exist. The pipeline is inaccessible until the application is created. `shore` could catch...

DevX
save

### Pre Requisites * [x] Put an X between the brackets on this line if you have done all of the following: * Checked the FAQs on the message board...

save

## Summary Original Author: @dkirillov A shore project example should be added to `examples/` directory. Or, an exist or all existing example projects modified to use the `shore-config` and one...

enhancement
DevX

## Summary Original Author: @dkirillov `shore project init` should provide a `shore.yml`. This shore config could have multiple profiles - either included or commented out - to show off the...

enhancement
DevX
Shore-CLI
init

## Summary Original Author: @dkirillov `shore test-remote` command should now use the E2E config specified in the shore config. Specifically, in the shore config it is stored under the following...

enhancement
DevX
E2E
Shore-CLI

## Summary Original Author: @dkirillov `shore save` command should now use the render config specified in the shore config. (Save renders and publishes the pipeline - so the same `render.yml`...

enhancement
DevX
Shore-CLI
save

## Summary Original Author: @dkirillov `shore exec` command should now use the exec config specified in the shore config. Specifically, in the shore config it is stored under the following...

enhancement
DevX
Shore-CLI
exec

## Summary Original Author: @dkirillov `shore render` command should now use the render config specified in the shore config. Specifically, in the shore config it is stored under the following...

enhancement
DevX
Shore-CLI
Renderer-JSONNET