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

Tekton Backwards Compatibility & Code Sharing #2160

Merged
merged 3 commits into from
May 3, 2020

Commits on Apr 24, 2020

  1. [common]

    - extract go generation logic to shared package
    - extract common model-annotator
    - support for omitempty in the shared generator and model-annotator logic
    - added required indentation style for Makefile in the .editorconfig
    
    [tekton-annotator]
    - replace tekton-annotator with shared model-annotator
    
    [tekton-generator]
    - generate separate tekton schema for versions using different go source dependency version
    - use shared go generation logic for tekton generators
    - use go vendor directory for tekton generators
    - skip building the generator binary for tekton, instead only run the code
    
    [tekton-model]
    - split tekton model by version into v1alpha1 and v1beta1
    - remove the generated *Schema class for tekton
    Fabian-K committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    12ce385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6075e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    24720d5 View commit details
    Browse the repository at this point in the history