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

Accelerator support update to match incubation #1656

Commits on Mar 16, 2023

  1. Re-enable Metrics

    andrewballantyne committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6943b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 27, 2023

  1. Fix Graphs & Configure Infrastructure (opendatahub-io#1023)

    * Rework Inference Metrics & Add Runtime Metrics (invalid quieries)
    
    * Add stacked line chart functionality
    andrewballantyne authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d9e950c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 25, 2023

  1. Trustyai demo phase0 (opendatahub-io#1093)

    * Explainability: Fairness and Bias Metrics (Phase 0) (opendatahub-io#1001) (opendatahub-io#1006) (opendatahub-io#1007) (opendatahub-io#1008)
      - Initial feature set for TrustyAI related UI functionality
      - Adds tab based navigation to modelServing screen
      - Adds a bias metrics tab with charts for visualising SPD and DIR metrics
      - Enhances prometheus query features for accessing TrustyAI data
      - Enhacements to MetricsChart component making it more configurable
    
    * Update key of request name to match trusty backend
    
    * Remove unnecessary div and inline style from tooltip
    
    * Remove 15 minutes refresh option
    
    * Prefer optional prop to type union with undefined
    
    * Move function definitions inline
    
    * Prefer narrowing over type conversion
    
    * Inline tab change handler
    
    * Remove toolbar option from ApplicationsPage
    
    * Inline domain calculator functions
    
    * Move defaultDomainCalculator to utils
    
    * Return null instead of undefined
    
    * Use threshold label instead of index for key
    
    * Add enum for tab keys
    
    * Remove magic numbers from domain calculations
    
    * Make ResponsePredicate mandatory and add predicate to useQueryRangeResourceData
    alexcreasy authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    52f85f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 17, 2023

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

Commits on May 18, 2023

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

Commits on Jun 1, 2023

  1. TrustyAI Client (opendatahub-io#1318)

    * Add support for insecure http requests in development mode
    
    * Adds low level API client for TrustyAI service
    
    * Adds TrustyAI high level API and contexts
    
    * Get scheme of TrustyAI route from k8s data
    alexcreasy authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7c4cc3e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add model bias configuration table (opendatahub-io#1290)

    * Add model bias configuration table
    
    * rebase and remove mock data
    DaoDaoNoCode authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dbf4cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5df7e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Add bias metrics configuration modal (opendatahub-io#1343)

    * Add configuration modal
    
    * address comments
    
    * get rid of some TODOs and refine the route
    DaoDaoNoCode authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4aa8675 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Multi-metric display on model bias screen (opendatahub-io#1273) (open…

    …datahub-io#1349)
    
    * Enhancements to model bias screen
    
      * Display of multiple bias charts simultaneously
    
      * Multi-select component, allowing free text, or select-from-list selection of chartst to display
    
      * Ability to collapse / expand individual charts
    
      * User selectable refresh rates of chart data
    
      * Chart selection and open / closed status is persisted to session cache for life of user's browser session
    
    Display user defined threshold values on charts (opendatahub-io#1163)
    
      * Clean up of bias chart logic
    
      * Displays thresholds chosen by user, or defaults if none.
    
      * Improves domain and threshold calculation based on user values or defaults
    alexcreasy authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    694ada2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Fix metrics submission issue and handle errors (opendatahub-io#1378)

    * Fix metrics submission issue and handle errors
    
    * fix lint issue
    
    * use error handler on GET functions
    DaoDaoNoCode authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9f369a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Default and restrict threshold, add tooltips, default duplicate name …

    …and set feature flag (opendatahub-io#1390)
    
    * Default and restrict threshold, add tooltips, default duplicate name and set feature flag
    
    * fix lint
    
    * add tooltips and dropdown descriptions
    
    * clear data when closing configuration modal
    
    * really solve deleting issue, make empty table view a common component and apply it everywhere
    
    * address comments
    DaoDaoNoCode authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e2f799d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    7cd7cf2 View commit details
    Browse the repository at this point in the history
  2. Minor enhancements to bias chart (opendatahub-io#1386) (opendatahub-i…

    …o#1399)
    
    * Adds refresh interval options that match openshift observability dashboard
    
    * Show first chart from list, if none selected when user first navigates to bias tab
    
    * Use search icon instead of plus for nothing selected empty state
    
    * Fix error with calculation of 30 days constant
    
    * Deleted charts are removed from session storage
    alexcreasy authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3b82db3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fixes issue with bias charts auto-refreshing with stale data (opendat…

    …ahub-io#1403) (opendatahub-io#1404)
    
    * Refactor prometheus queries to remove duplication
    
    * Fix graph not refreshing issue
    
    * Add code review suggestions
    alexcreasy authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    64a8012 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add performance metrics feature flag and refactor runtime server route (

    opendatahub-io#1413)
    
    * Add performance metrics feature flag, refactor runtime server route and solve layout issues
    
    * revert some style changes
    DaoDaoNoCode authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bdbb9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1502831 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Pipeline experiments (opendatahub-io#1406)

    * revert table changes
    
    * experiments table added
    
    update linting, add label, fix create
    
    cleaned up table logic
    
    fixed stale data
    
    * fixed job form add exp wait
    Gkrumbach07 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    618532c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    61558a1 View commit details
    Browse the repository at this point in the history
  2. Adds support for TrustyAI Operator (opendatahub-io#1443)

    * Adds support for TrustyAI Operator (opendatahub-io#1276)
    
    * Changes from feedback
    alexcreasy authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ac6ab36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa6799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f724a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Refactor Custom Serving Runtime enablement (opendatahub-io#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. Bias to incubation (opendatahub-io#1449)

    * Re-enable Metrics
    
    * Fix Graphs & Configure Infrastructure (opendatahub-io#1023)
    
    * Rework Inference Metrics & Add Runtime Metrics (invalid quieries)
    
    * Add stacked line chart functionality
    
    * Trustyai demo phase0 (opendatahub-io#1093)
    
    * Explainability: Fairness and Bias Metrics (Phase 0) (opendatahub-io#1001) (opendatahub-io#1006) (opendatahub-io#1007) (opendatahub-io#1008)
      - Initial feature set for TrustyAI related UI functionality
      - Adds tab based navigation to modelServing screen
      - Adds a bias metrics tab with charts for visualising SPD and DIR metrics
      - Enhances prometheus query features for accessing TrustyAI data
      - Enhacements to MetricsChart component making it more configurable
    
    * Update key of request name to match trusty backend
    
    * Remove unnecessary div and inline style from tooltip
    
    * Remove 15 minutes refresh option
    
    * Prefer optional prop to type union with undefined
    
    * Move function definitions inline
    
    * Prefer narrowing over type conversion
    
    * Inline tab change handler
    
    * Remove toolbar option from ApplicationsPage
    
    * Inline domain calculator functions
    
    * Move defaultDomainCalculator to utils
    
    * Return null instead of undefined
    
    * Use threshold label instead of index for key
    
    * Add enum for tab keys
    
    * Remove magic numbers from domain calculations
    
    * Make ResponsePredicate mandatory and add predicate to useQueryRangeResourceData
    
    * TrustyAI Client (opendatahub-io#1318)
    
    * Add support for insecure http requests in development mode
    
    * Adds low level API client for TrustyAI service
    
    * Adds TrustyAI high level API and contexts
    
    * Get scheme of TrustyAI route from k8s data
    
    * Add model bias configuration table (opendatahub-io#1290)
    
    * Add model bias configuration table
    
    * rebase and remove mock data
    
    * Update Trusty AI client to handle API changes (opendatahub-io#1336) (opendatahub-io#1337)
    
    * Add bias metrics configuration modal (opendatahub-io#1343)
    
    * Add configuration modal
    
    * address comments
    
    * get rid of some TODOs and refine the route
    
    * Multi-metric display on model bias screen (opendatahub-io#1273) (opendatahub-io#1349)
    
    * Enhancements to model bias screen
    
      * Display of multiple bias charts simultaneously
    
      * Multi-select component, allowing free text, or select-from-list selection of chartst to display
    
      * Ability to collapse / expand individual charts
    
      * User selectable refresh rates of chart data
    
      * Chart selection and open / closed status is persisted to session cache for life of user's browser session
    
    Display user defined threshold values on charts (opendatahub-io#1163)
    
      * Clean up of bias chart logic
    
      * Displays thresholds chosen by user, or defaults if none.
    
      * Improves domain and threshold calculation based on user values or defaults
    
    * Fix metrics submission issue and handle errors (opendatahub-io#1378)
    
    * Fix metrics submission issue and handle errors
    
    * fix lint issue
    
    * use error handler on GET functions
    
    * Default and restrict threshold, add tooltips, default duplicate name and set feature flag (opendatahub-io#1390)
    
    * Default and restrict threshold, add tooltips, default duplicate name and set feature flag
    
    * fix lint
    
    * add tooltips and dropdown descriptions
    
    * clear data when closing configuration modal
    
    * really solve deleting issue, make empty table view a common component and apply it everywhere
    
    * address comments
    
    * Minor enhancements to bias chart (opendatahub-io#1386) (opendatahub-io#1399)
    
    * Adds refresh interval options that match openshift observability dashboard
    
    * Show first chart from list, if none selected when user first navigates to bias tab
    
    * Use search icon instead of plus for nothing selected empty state
    
    * Fix error with calculation of 30 days constant
    
    * Deleted charts are removed from session storage
    
    * Fixes issue with bias charts auto-refreshing with stale data (opendatahub-io#1403) (opendatahub-io#1404)
    
    * Refactor prometheus queries to remove duplication
    
    * Fix graph not refreshing issue
    
    * Add code review suggestions
    
    * Add performance metrics feature flag and refactor runtime server route (opendatahub-io#1413)
    
    * Add performance metrics feature flag, refactor runtime server route and solve layout issues
    
    * revert some style changes
    
    * Model serving metrics renaming (opendatahub-io#1421)
    
    * Adds support for TrustyAI Operator (opendatahub-io#1443)
    
    * Adds support for TrustyAI Operator (opendatahub-io#1276)
    
    * Changes from feedback
    
    ---------
    
    Co-authored-by: Andrew Ballantyne <[email protected]>
    Co-authored-by: Andrew Ballantyne <[email protected]>
    Co-authored-by: Alex Creasy <[email protected]>
    Co-authored-by: Alex Creasy <[email protected]>
    5 people authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bb8e2c5 View commit details
    Browse the repository at this point in the history
  2. 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 (opendatahub-io#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 (opendatahub-io#…

    …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 (opendatahub-io#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 (opendatahub-io#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. Retrieve bias metrics from thanos querier (opendatahub-io#1472) (open…

    …datahub-io#1473)
    
    * Retrieve bias metrics from thanos querier (opendatahub-io#1472)
    
    * Implement review feedback
    alexcreasy authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    df06394 View commit details
    Browse the repository at this point in the history
  5. Add permissions for templates and serving runtimes (opendatahub-io#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… (

    opendatahub-io#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 opendatahub-io#1467 from lucferbux/update-deploy-i…

    …nstructions
    
    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 opendatahub-io#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. 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. Revert "Bias to incubation (opendatahub-io#1449)"

    This reverts commit bb8e2c5.
    alexcreasy committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    34c686d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5cff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea5cad8 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. Merge pull request opendatahub-io#1495 from alexcreasy/incubation-rev…

    …ert-bias
    
    Revert "Bias to incubation (opendatahub-io#1449)" rebase, then reapply as a merge.
    openshift-merge-robot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2e7d6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94f04e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b572c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#1498 from alexcreasy/update-pr-temp…

    …late
    
    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
  6. 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
  7. Merge pull request opendatahub-io#1484 from DaoDaoNoCode/upstream-iss…

    …ue-1130
    
    Add queries for server and model performance metrics
    openshift-merge-robot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0683de3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2ab4d4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request opendatahub-io#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
  10. Merge pull request opendatahub-io#1503 from alexcreasy/configurable-t…

    …hanos-port
    
    Makes thanos-querier port configurable and sets bias queries to use OAuth Port
    openshift-merge-robot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cfbe4f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    264504c 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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#1461 from mlassak/fix/incorrect-ely…

    …ra-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. Revert "Merge pull request opendatahub-io#1503 from alexcreasy/config…

    …urable-thanos-port"
    
    This reverts commit cfbe4f2, reversing
    changes made to 0683de3.
    alexcreasy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fec931d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9105e79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendatahub-io#1525 from alexcreasy/revert-cfbe4f

    Revert configurable thanos port
    openshift-merge-robot authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a020b53 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendatahub-io#1506 from DaoDaoNoCode/upstream-iss…

    …ue-1432
    
    Refactor BYON images table
    openshift-ci[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2c849f3 View commit details
    Browse the repository at this point in the history
  5. 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
    a617178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3205c35 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendatahub-io#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
  4. 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
  5. Revert "Revert "Merge pull request opendatahub-io#1503 from alexcreas…

    …y/configurable-thanos-port""
    
    This reverts commit fec931d.
    alexcreasy committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b758ee8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request opendatahub-io#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
  7. Configuration menu
    Copy the full SHA
    810400c View commit details
    Browse the repository at this point in the history
  8. 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. Configuration menu
    Copy the full SHA
    4038b17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendatahub-io#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
  4. Configuration menu
    Copy the full SHA
    8db3cde View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#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
  6. 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
  7. Merge pull request opendatahub-io#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
  8. Merge pull request opendatahub-io#1537 from andrewballantyne/remove-k…

    …fdef-crd-reliance
    
    Remove the KfDef CRD reliance
    openshift-merge-robot authored Jul 19, 2023
    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 opendatahub-io#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. Fixes incorrect comments

    alexcreasy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b8de1db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0d4d50 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#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
  8. 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
  9. 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 opendatahub-io#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. Configuration menu
    Copy the full SHA
    8238ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19babd View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendatahub-io#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
  4. 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 opendatahub-io#1570 from DaoDaoNoCode/upstream-iss…

    …ue-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 opendatahub-io#1560 from alexcreasy/handle-metric-…

    …permission-errors
    
    Handle errors when user does not have permission to access prometheus metrics
    alexcreasy authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    50ecd1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8cb46b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e55388 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c97c0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b52705 View commit details
    Browse the repository at this point in the history
  8. Merge pull request opendatahub-io#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
  9. Merge pull request opendatahub-io#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
  10. Merge pull request opendatahub-io#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
  11. Merge pull request opendatahub-io#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 opendatahub-io#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 opendatahub-io#1585 from alexcreasy/disable-auto-o…

    …pen-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. Configuration menu
    Copy the full SHA
    a30276c View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#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
  8. 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
  9. Merge pull request opendatahub-io#1592 from andrewballantyne/deprecat…

    …e-kfdefapplications
    
    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
  10. Configuration menu
    Copy the full SHA
    be3873e 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. Configuration menu
    Copy the full SHA
    6f6801c View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendatahub-io#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
  5. 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
  6. Configuration menu
    Copy the full SHA
    ca901ab View commit details
    Browse the repository at this point in the history
  7. 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
  8. Configuration menu
    Copy the full SHA
    fbac90c View commit details
    Browse the repository at this point in the history
  9. Merge pull request opendatahub-io#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 opendatahub-io#1599 from shalberd/dashboard_deploy…

    …ment_recipe_standard_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 opendatahub-io#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 opendatahub-io#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
  7. Configuration menu
    Copy the full SHA
    3494a78 View commit details
    Browse the repository at this point in the history
  8. Merge pull request opendatahub-io#1529 from DaoDaoNoCode/upstream-iss…

    …ue-1433
    
    Update modals and generate meaningful k8s name for images
    openshift-merge-robot authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3d68d79 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 opendatahub-io#1603 from manaswinidas/fix-broken-l…

    …inks
    
    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 opendatahub-io#1553 from DaoDaoNoCode/upstream-iss…

    …ue-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
    9fef3fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3acf411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48c91fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ebe6a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a1bdde View commit details
    Browse the repository at this point in the history
  9. Merge pull request opendatahub-io#1624 from opendatahub-io/dependabot…

    …/github_actions/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
  10. 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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#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 opendatahub-io#1600 from christianvogt/delete-depl…

    …oy-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 opendatahub-io#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
  5. Merge pull request opendatahub-io#1632 from opendatahub-io/main

    Merge main into incubation and prepare for release
    openshift-merge-robot authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    581e7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    8e6fae2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#1642 from DaoDaoNoCode/upstream-iss…

    …ue-1641
    
    Make custom image location regex match return correct full URL
    openshift-merge-robot authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    41a14f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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