Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
commit fabric8-services/fabric8-wit@35fda85
Author: Konrad Kleine [email protected]
Date: Fri Aug 10 14:13:37 2018 +0200
Fix migration test (fabric8-services/fabric8-wit#2229)
Last two migration tests were using the wrong index in order to update the work item DB.
commit fabric8-services/fabric8-wit@7e2a8fd
Author: Konrad Kleine [email protected]
Date: Fri Aug 10 14:44:16 2018 +0200
Use create from model function when importing WIT from YAML (fabric8-services/fabric8-wit#2230)
This caused some new fields in the WIT not to be respected by the creator.
commit fabric8-services/fabric8-wit@fe430b1
Author: Konrad Kleine [email protected]
Date: Sat Aug 11 22:56:33 2018 +0200
Add golden files for all work item link types of all space templates (fabric8-services/fabric8-wit#2232)
This adds a golden file for the payload and response of all work item link types defined in all space templates.
commit fabric8-services/fabric8-wit@a84f6a1
Author: Konrad Kleine [email protected]
Date: Mon Aug 13 10:38:16 2018 +0200
Add forward and reverse link type description (fabric8-services/fabric8-wit#2231)
This lets us have a forward and reverse description in link types to give helpful text inside the drop down for link types in the UI.
commit fabric8-services/fabric8-wit@0ea68b4
Author: Konrad Kleine [email protected]
Date: Mon Aug 13 11:14:45 2018 +0200
Added cico_run_e2e_tests.sh (fabric8-services/fabric8-wit#2235)
We want to have end to end tests checking our PRs and in fabric8-services/fabric8-wit#2197 @rgarg1 is working on how this.
It makes sense to run the end to end tests as a standalone job because the tests can be slow and can output messages that we don't want to see inside of our unit or integration tests.
This change adds a
cico_run_e2e_tests.sh
file that fails all the time and outputs a message. Once the file https://github.com/openshiftio/openshiftio-cico-jobs/blob/master/devtools-ci-index.yaml is adjusted to pick up run the end to end tests using this file, then @rgarg1 can adjust his PR to execute the tests in this.sh
file.