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

Merge main into pipeline experiments #1661

Merged
merged 124 commits into from
Aug 10, 2023
Merged

Merge main into pipeline experiments #1661

merged 124 commits into from
Aug 10, 2023

Commits on Jun 26, 2023

  1. Bump yaml from 2.2.1 to 2.2.2 in /frontend (#1174)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.2.1...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Fernandez <[email protected]>
    dependabot[bot] and lucferbux authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b1de206 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix typo in triaging.md (#1446)

    Change "viusal chnages" to "visual changes"
    manaswinidas authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    20bab07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e318303 View commit details
    Browse the repository at this point in the history
  3. added cr

    Gkrumbach07 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    61413fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fce600 View commit details
    Browse the repository at this point in the history
  5. Refactor Custom Serving Runtime enablement (#1407)

    * Test serving runtime
    
    * Refactor custom serving runtimes enablement
    
    * Remove tensorflow from ootb
    
    * Add startup function to migrate disablement status for Custom Serving Runtime
    
    * Fix feedback
    
    * Delete unused annotations
    
    * Fix feedback
    
    * Remove templates from disablement list when deleted
    
    * Fix issue filtering serving runtimes
    lucferbux authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9da8645 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. added to kustomize

    Gkrumbach07 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e7f3931 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Add 'Edit Permissions' Kebab to Project Row (#1427)

    * Add 'Edit Permissions' Kebab to Project Row
    
    * chore: Some nitpick
    pnaik1 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2383288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463ec51 View commit details
    Browse the repository at this point in the history
  3. Bump aquasecurity/trivy-action from 0.10.0 to 0.11.2 (#1456)

    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.10.0 to 0.11.2.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@0.10.0...0.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c1463bd View commit details
    Browse the repository at this point in the history
  4. Add support for npm v9 (#1392)

    * Add support for npm v9
    
    * Bump readme required version
    lucferbux authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a51a350 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    b82b37f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded53b1 View commit details
    Browse the repository at this point in the history
  3. added useFetchState tests (#1090)

    * added useFetchState tests
    
    * made test hook generic
    
    * disable a11y on hook tests
    
    * upgraded to new test format
    Gkrumbach07 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4cd95da View commit details
    Browse the repository at this point in the history
  4. Add permissions for templates and serving runtimes (#1466)

    * Add permissions for templates and serving runtimes
    
    * Add wildcard to the verbs
    
    * Fix issue with migration of serving runtime enablement
    
    * Revert optional from partial spec
    lucferbux authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    da82270 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. base kustomization remove bases section and put elements under source… (

    #1460)
    
    * base kustomization remove bases section and put elements under sources. Also indent by two all elements under resources
    
    * removed bases from all other places, too
    shalberd authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d260598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6c6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e5a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d8d87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d92dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5138b90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3ae1bb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge pull request #1467 from lucferbux/update-deploy-instructions

    Update CONTRIBUTING to reflect latest changes in build and deployment
    openshift-merge-robot authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a214052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1479 from manaswinidas/odh-1381

    Make data connection for S3 model sources AWS-unspecific
    openshift-merge-robot authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e1817ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1482 from lucferbux/update-oauth-proxy

    Update oauth proxy to v4.10
    openshift-merge-robot authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3843c82 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c748e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5cff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump semver from 5.7.1 to 5.7.2 in /frontend

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7654ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b572c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1498 from alexcreasy/update-pr-template

    Update PR template to reflect new merging strategy
    openshift-merge-robot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fe57ee5 View commit details
    Browse the repository at this point in the history
  4. Bump semver from 5.7.1 to 5.7.2 in /backend

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dc3cb94 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1492 from lucferbux/odh-1458

    Revamp Model framework label text
    openshift-merge-robot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58d77f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    ebd8aa9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1505 from pnaik1/issue-1462

    Notebook Spawner reachable when disabled
    openshift-merge-robot authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c1848e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    0ac1dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ba306 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1518 from andrewballantyne/add-more-bug-deploy-types

    Improve the bug template to have more deploy type flexibility
    openshift-merge-robot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1187f5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9634ba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28791c3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1452 from uidoyen/odh-1248

    Improve performance of showing partial Pipelines and runs
    openshift-merge-robot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    225ba23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccabbac View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1442 from uidoyen/odh-1288

    replace EmptyState to Spinner component in Pipeline runs details tab
    openshift-merge-robot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c513169 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1497 from pnaik1/issue-1324

    If you delete a Pipeline, the run reference leads to a meaningful message
    openshift-merge-robot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4af4471 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1461 from mlassak/fix/incorrect-elyra-redirect

    Change Elyra public API endpoint to ensure a correct URL for redirect
    openshift-merge-robot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    672b772 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    3205c35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1496 from opendatahub-io/dependabot/npm_and_yarn/…

    …frontend/semver-5.7.2
    
    Bump semver from 5.7.1 to 5.7.2 in /frontend
    openshift-merge-robot authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d48157a View commit details
    Browse the repository at this point in the history
  3. Bump semver from 5.7.1 to 5.7.2

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    889c029 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1528 from christianvogt/groups-rbac

    when fetching groups, capture error 403 as rbac failure and cache result
    openshift-merge-robot authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fffdd02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    810400c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35fef96 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 in /frontend

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5597b16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1501 from opendatahub-io/dependabot/npm_and_yarn/…

    …semver-5.7.2
    
    Bump semver from 5.7.1 to 5.7.2
    openshift-merge-robot authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9597777 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1488 from opendatahub-io/dependabot/npm_and_yarn/…

    …frontend/tough-cookie-4.1.3
    
    Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend
    openshift-merge-robot authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    06094b7 View commit details
    Browse the repository at this point in the history
  4. Bump tough-cookie from 4.1.2 to 4.1.3

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6b3e874 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1536 from christianvogt/jest-perf

    improve run time of jest tests
    openshift-merge-robot authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    89d29ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92c33c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    350cc95 View commit details
    Browse the repository at this point in the history
  2. Fix default cron string

    manaswinidas committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d78faec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1489 from opendatahub-io/dependabot/npm_and_yarn/…

    …tough-cookie-4.1.3
    
    Bump tough-cookie from 4.1.2 to 4.1.3
    openshift-merge-robot authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ba52432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b06b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1539 from opendatahub-io/dependabot/npm_and_yarn/…

    …frontend/word-wrap-1.2.4
    
    Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
    openshift-merge-robot authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ea576ce View commit details
    Browse the repository at this point in the history
  6. Bump word-wrap from 1.2.3 to 1.2.4

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    560ad81 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1558 from manaswinidas/odh-1546

    Fix default cron string
    openshift-merge-robot authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0306ebb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update architecture.md with testing instructions

    Co-Authored-By: Andrew Ballantyne <[email protected]>
    Gkrumbach07 and andrewballantyne committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f3c2691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76188bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1563 from lucferbux/odh-1562

    Fix issue when doing first migration of Serving Runtime enablement
    openshift-merge-robot authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a1b119b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e14ca View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge pull request #1481 from Gkrumbach07/testing-arch

    Testing arch added to docs
    openshift-merge-robot authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c19babd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1538 from opendatahub-io/dependabot/npm_and_yarn/…

    …word-wrap-1.2.4
    
    Bump word-wrap from 1.2.3 to 1.2.4
    openshift-merge-robot authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f0da090 View commit details
    Browse the repository at this point in the history
  3. Bump word-wrap from 1.2.3 to 1.2.5 in /backend

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d2c0516 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge pull request #1570 from DaoDaoNoCode/upstream-issue-1544

    Show project deletion error correctly
    openshift-merge-robot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    50e3091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3567d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1457 from manaswinidas/odh-797

    Fix Incorrect ConsoleLinkKind type
    openshift-merge-robot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    db0074f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1490 from pnaik1/issue-1344

     Automation Beats Out Pipeline Auto-Selection
    openshift-merge-robot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    733b8e1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1502 from opendatahub-io/dependabot/npm_and_yarn/…

    …backend/semver-5.7.2
    
    Bump semver from 5.7.1 to 5.7.2 in /backend
    openshift-merge-robot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dc9ffc3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1572 from opendatahub-io/dependabot/npm_and_yarn/…

    …backend/word-wrap-1.2.5
    
    Bump word-wrap from 1.2.3 to 1.2.5 in /backend
    openshift-merge-robot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dfdd22e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    ea53266 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1556 from christianvogt/error-boundary

    create error boundaries for app and content
    openshift-merge-robot authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2992130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d902822 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    054014f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1585 from alexcreasy/disable-auto-open-browser

    Changes webpack-dev-server config to NOT open a browser automatically
    openshift-merge-robot authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0b4bb9f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1512 from manaswinidas/odh-1423

    Prevent No-Folder or root S3 model access
    openshift-merge-robot authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae1533a View commit details
    Browse the repository at this point in the history
  7. Deprecate kfdefApplication field in OdhApplications

    Once KfDefs are no longer supported, this functionality needs to be removed.
    andrewballantyne committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    636fda1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1592 from andrewballantyne/deprecate-kfdefapplica…

    …tions
    
    Deprecate kfdefApplication field in OdhApplications
    openshift-merge-robot authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0fbf122 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    307cb03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f43208 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1596 from pnaik1/issue-1507

    Elyra Pipelines Lack Proper Task Names
    openshift-merge-robot authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0f08705 View commit details
    Browse the repository at this point in the history
  4. Revert "added to kustomize"

    This reverts commit e7f3931.
    
    Revert "added cr"
    
    This reverts commit 61413fb.
    
    Revert "added accelerator profile crd"
    
    This reverts commit 7fce600.
    Gkrumbach07 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b8f4d47 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1609 from Gkrumbach07/revert-crd

    Revert adding CRD to main
    openshift-merge-robot authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ca901ab View commit details
    Browse the repository at this point in the history
  6. Add volume to change shared memory limit on notebook

    Signed-off-by: Harshad Reddy Nalla <[email protected]>
    harshad16 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    619b505 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbac90c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1594 from harshad16/add-shm-volume

    Add volume to change shared memory limit on notebook
    openshift-merge-robot authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8f60fd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. standard ose-oauth-proxy image in digest format as used in all other …

    …components, manifest list digest of v4.10 as of July 8 or so
    shalberd committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5ab7937 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1599 from shalberd/dashboard_deployment_recipe_st…

    …andard_v410_based_digest
    
    standard ose-oauth-proxy image in digest format as used in all other …
    openshift-merge-robot authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ea286d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1571 from christianvogt/jump-links

    fix jump links scroll behavior
    openshift-merge-robot authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ce510e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1557 from pnaik1/issue-1522

    Uploading a malformed pipeline yaml results in a blank page
    openshift-merge-robot authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3216f87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8daf822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd41ac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Bump actions/setup-node from 3.6.0 to 3.7.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.6.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2999c41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1603 from manaswinidas/fix-broken-links

    Fix docs and community link
    openshift-merge-robot authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2baee3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1553 from DaoDaoNoCode/upstream-issue-1493

    Gracefully handle image packages and software JSON parse error
    openshift-merge-robot authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f693c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3acf411 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ebe6a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a1bdde View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1624 from opendatahub-io/dependabot/github_action…

    …s/main/actions/setup-node-3.7.0
    
    Bump actions/setup-node from 3.6.0 to 3.7.0
    openshift-merge-robot authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ccea7f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cbf6ff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge pull request #1573 from christianvogt/arch

    update architecture doc folder structure
    openshift-merge-robot authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c4b69ef View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #1617 from shalberd/set_default_pvc_size_to_20Gi

    change const DEFAULT_PVC_SIZE from 20 to 20Gi as in frontend notebook const ts
    openshift-merge-robot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d70fc28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1623 from lucferbux/add-performance-overlay

    Add performance overlay and sync deployment to odh-manifest
    openshift-merge-robot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    81fa532 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1600 from christianvogt/delete-deploy-model

    handle white space in creation and deletion using display names
    openshift-merge-robot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8a468d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1621 from pnaik1/issue-1516

    Parameters from triggered runs not copied when run is duplicated
    openshift-merge-robot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    88206c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1ce89cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b57e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Add incubation overlay

    lucferbux committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d6d6500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84afc4c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Improve language on bug report template to make less confusing for wh…

    …en reporting bugs on unreleased feature branchess
    alexcreasy committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2a1ef0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977626a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4caff3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1540 from alexcreasy/improve-bug-template

    Improve bug report issue template language
    openshift-merge-robot authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    068b9d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #1647 from DaoDaoNoCode/upstream-issue-1638

    Fix placeholder text in triggered run search input
    openshift-merge-robot authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    559412a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1634 from manaswinidas/remove-misplaced-divider

    Remove misplaced divider in Global Pipelines Page
    openshift-merge-robot authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c0b4348 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1637 from christianvogt/no-implicit-any

    set frontend tsconfig noImplicitAny = true and fix up all errors
    openshift-merge-robot authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    edfa858 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1648 from DaoDaoNoCode/upstream-issue-1547

    Navigate to pipelines page after pipelines operator is installed
    openshift-merge-robot authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e8f212b View commit details
    Browse the repository at this point in the history