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

Rebase from dspv1 main, Add v2undeploy command to Makefile #401

Merged
merged 39 commits into from
Oct 17, 2023

Commits on Sep 20, 2023

  1. Fix typo in README

    rkpattnaik780 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a8df43f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a183fa View commit details
    Browse the repository at this point in the history
  3. Add gh workflow to auto add issues to proj.

    Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
    HumairAK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7a06342 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendatahub-io#352 from HumairAK/add_to_proj_action

    Add gh workflow to auto add issues to proj.
    HumairAK authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1a8be83 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Merge pull request opendatahub-io#364 from hbelmiro/issue-318

    Improved logs for deep comparisons in equalities.go
    openshift-merge-robot authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8d99f77 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Added descriptions

    hbelmiro committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a5ce575 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request opendatahub-io#360 from hbelmiro/issue-200

    Added descriptive comments to DSPASpec
    openshift-ci[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2fd3baa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Add DSP overview to readme

    This adds a basic high level overview of what DSP is to the README
    accorvin committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9763b1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#383 from accorvin/add-overview

    Add DSP overview to readme
    openshift-ci[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    aa2e0c9 View commit details
    Browse the repository at this point in the history
  3. Update 1.5 compatibility doc.

    Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
    HumairAK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fe74d65 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendatahub-io#386 from HumairAK/compatibility_doc…

    …_1.5
    
    Update 1.5 compatibility doc.
    openshift-ci[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ec1cb48 View commit details
    Browse the repository at this point in the history
  5. Update DSPO to 1.5

    dsp-developers committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6b7490a View commit details
    Browse the repository at this point in the history
  6. Added argument to configure log levels for the operator and defined `…

    …info` as default.
    
    Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
    hbelmiro committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c180c67 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#388 from dsp-developers/compatibili…

    …ty-doc-generate-1.5
    
    Update DSP version compatibility doc.
    HumairAK authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5e305f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge pull request opendatahub-io#385 from hbelmiro/issue-319

    Added argument to configure log levels for the operator and defined `…
    openshift-ci[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2098860 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Upgrade to Go 1.19

    gmfrasca committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5c786ad View commit details
    Browse the repository at this point in the history
  2. Update precommit toolchain image ref

    - New image built to use go1.19
    gmfrasca committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    829f640 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    f21aa88 View commit details
    Browse the repository at this point in the history
  2. Update ioutil.ReadDir to os.ReadDir in testutil

    - io/ioutil is Deprecated as of Go 1.19, os now provides same
      functionality
    gmfrasca committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    66951c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9925810 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add ApplyAll function

    gmfrasca committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    611b415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88004d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b4c1cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2856b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb86f6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45ddc2c View commit details
    Browse the repository at this point in the history
  7. Restructure components manifest directories with conditions

    - Some components have conditions (only deploy if XYZ option set), so
      seperate these specific manifests from rest of the 'default ones
      for that component
    gmfrasca committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3f5e09f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4f0ece View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fcbb14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55774dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bbd0aec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1aa8bb7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3892ba5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e21369a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bb82a91 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5594994 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4b3f15 View commit details
    Browse the repository at this point in the history
  18. Code formatting cleanliness updates

    - Fix duplicate key in v2/kustomization.yaml
    - Fix end-of-file newlines
    gmfrasca committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9700595 View commit details
    Browse the repository at this point in the history