Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/magnum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stackhpc/magnum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 19 commits
  • 2 files changed
  • 6 contributors

Commits on Jun 26, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    84605aa View commit details
  2. Copy the full SHA
    155994f View commit details
  3. Merge pull request #126 from stackhpc/master-workflows

    feat: automatic update of workflows master
    markgoddard authored Jun 26, 2023
    Copy the full SHA
    9f22cd1 View commit details
  4. Merge pull request #127 from stackhpc/master-community-files

    feat: automatic update of community files master
    markgoddard authored Jun 26, 2023
    Copy the full SHA
    5b6568c View commit details

Commits on Jul 11, 2023

  1. Copy the full SHA
    a4759b8 View commit details
  2. Merge pull request #128 from stackhpc/master-workflows

    feat: automatic update of workflows master
    Alex-Welsh authored Jul 11, 2023
    Copy the full SHA
    d1aaaf7 View commit details

Commits on Aug 24, 2023

  1. Copy the full SHA
    7fbce16 View commit details
  2. Merge pull request #132 from stackhpc/master-workflows

    feat: automatic update of workflows master
    markgoddard authored Aug 24, 2023
    Copy the full SHA
    ac5a19f View commit details

Commits on Aug 29, 2023

  1. Copy the full SHA
    83dd311 View commit details
  2. Merge pull request #134 from stackhpc/master-workflows

    feat: automatic update of workflows master
    markgoddard authored Aug 29, 2023
    Copy the full SHA
    6ebe7a1 View commit details

Commits on Oct 30, 2023

  1. Copy the full SHA
    fe41be5 View commit details
  2. Merge pull request #142 from stackhpc/master-workflows

    feat: automatic update of workflows master
    markgoddard authored Oct 30, 2023
    Copy the full SHA
    486ed25 View commit details

Commits on Dec 14, 2023

  1. Copy the full SHA
    d0cfe63 View commit details
  2. Merge pull request #150 from stackhpc/master-workflows

    feat: automatic update of workflows master
    mnasiadka authored Dec 14, 2023
    Copy the full SHA
    41269a2 View commit details

Commits on Jun 28, 2024

  1. Copy the full SHA
    815eb64 View commit details

Commits on Sep 6, 2024

  1. Copy the full SHA
    d696b78 View commit details
  2. Merge pull request #174 from stackhpc/master-workflows

    feat: automatic update of workflows master
    priteau authored Sep 6, 2024
    Copy the full SHA
    59aab49 View commit details

Commits on Jan 22, 2025

  1. Copy the full SHA
    9055e68 View commit details

Commits on Jan 23, 2025

  1. Merge pull request #181 from stackhpc/master-workflows

    feat: automatic update of workflows master
    seunghun1ee authored Jan 23, 2025
    Copy the full SHA
    1c0ca37 View commit details
Showing with 36 additions and 0 deletions.
  1. +1 −0 .github/CODEOWNERS
  2. +35 −0 .github/workflows/upstream-sync.yml
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @stackhpc/openstack
35 changes: 35 additions & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Upstream Sync
'on':
schedule:
- cron: "15 6 * * 1"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
synchronise-2023-1:
name: Synchronise 2023.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2023.1
synchronise-2024-1:
name: Synchronise 2024.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2024.1
synchronise-master:
name: Synchronise master
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: master
synchronise-yoga:
name: Synchronise yoga
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: yoga
synchronise-zed:
name: Synchronise zed
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: zed