* add uid into big data passing midpath and update uid replacement to also replace with Tekton uid variable
* use taskrun name as midpath
* regenerate tests
* fix tests
* fix tests
* fix lint
* fix tests
* update midpath from uid to original pipelinerun
* fix lint
* replace original pipelinerun name in api to make metadata writer to work. Also add big data passing format to pipeline annotations
* update sdk loop logic to pass workspaces to sub-pipelines
* fix tests
* further big_data_passing fixes after PR #166
* further big_data_passing fixes after PR #166
* address comments from reviewers
* Address comments form Tomcli
- Regenerate all "Golden" YAML files with PipelineRun
- Dynamically generate E2E test cases from "Golden" YAML files
- Add e2e_test target to Makefile
- Generate new "Golden" log files from Tekton pipeline run
- Fix PendingDeprecationWarning: dsl.ContainerOp....` will be removed in future releases
Use `dsl.ContainerOp.container....` instead.
- Fix UserWarning: Missing type name was inferred as ...
Resolves#28