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

use new project and starterProject git specification #3867

Merged

Commits on Sep 8, 2020

  1. implement new project and starterProject git spec

    * fix starter project overriding devfile
     - The devfile is first downloaded and parsed in memory
     - Starter project is donwloaded into the current directory
     - Devfile is saved to the current directory
    * perms 0644 for devfile is ok - nosec G306
    * fix: not able to create component from local devfile
    * fix: allow use of existing devfile
    * fix: odo create in a directory with existing devfile
    * fix: spinner not ended properly
    * create and use ParseFromDataAndValidate
    * show warning when someone uses revision
    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5289147 View commit details
    Browse the repository at this point in the history
  2. remove events from parent

    Events were removed from parent in Devfile spec.
    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f115f9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6819c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    596cc4b View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5997ce6 View commit details
    Browse the repository at this point in the history
  6. update vendor (go mod vendor)

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a846685 View commit details
    Browse the repository at this point in the history
  7. fix tests devfile

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    822b02e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dfc99e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c97c478 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2f099f View commit details
    Browse the repository at this point in the history
  11. fix: integration tests

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    05852b1 View commit details
    Browse the repository at this point in the history
  12. update registry locations

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a8dd878 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    087a526 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd366d2 View commit details
    Browse the repository at this point in the history
  15. fix: revision warning

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    79dff39 View commit details
    Browse the repository at this point in the history
  16. fix: typos

    kadel committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9aefc97 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2d1687 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    509d91e View commit details
    Browse the repository at this point in the history