Skip to content

Commit 24d7497

Browse files
authored
Merge pull request #3294 from FlowFuse/git-pull-changelog
Add changelog for git pull support
2 parents b713c05 + 2093123 commit 24d7497

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

src/changelog/2025/04/git-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- changelog
88
---
99

10-
From today, Team and Enterprise tier teams on FlowFuse Cloud are able to add a Git Repository stage to their deployment pipelines. When the pipeline is triggered, the latest snapshot will get pushed to the configured repository.
10+
From today, Enterprise tier teams on FlowFuse Cloud are able to add a Git Repository stage to their deployment pipelines. When the pipeline is triggered, the latest snapshot will get pushed to the configured repository.
1111

1212
This has been one of those features that has come up a number of times with our users; we knew we wanted to have Git integration in the platform, but we also wanted it to fit in a natural way with the developer workflows we provide.
1313

src/changelog/2025/05/import-node-red-flows.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ tags:
77
- changelog
88
---
99

10-
# Import your Node-RED flows when setting up your Remote Instance
11-
1210
FlowFuse Device Agent now supports importing Node-RED flows during the setup process. This feature streamlines the configuration of your Remote Instance by allowing you to:
1311

1412
- Select an existing Node-RED flows directory from your device.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Pulling snapshots from Git with Pipelines
3+
description: "Adding git pull support to DevOps Pipelines"
4+
date: 2025-06-02 12:00:00.0
5+
authors: ["nick-oleary"]
6+
tags:
7+
- changelog
8+
---
9+
10+
We released support for [pushing snapshots to a Git repository](/changelog/2025/04/git-integration/) as part of the DevOps Pipelines feature last month. As promised, we've now added the ability to pull snapshots back from the repository.
11+
12+
This unlocks a number of powerful workflows with the Pipelines.
13+
14+
**Review-based Pipelines**
15+
16+
The Git Pipeline stage can be configured to push and pull from different branches of the Git Repostory. By making use of a GitHub Pull Request, you can create a workflow where the snapshot is reviewed and merged before the pipeline can deploy the snapshot to the later stages.
17+
18+
**Deploying snapshots across Teams**
19+
20+
By using an external Git Repository, it is simple to create a workflow that enables moving snapshots between two different Teams on the platform whilst maintaining the security and auditability of the individual Teams.
21+
22+
23+
This feature is available today for Enterprise tier teams on FlowFuse Cloud and will be available for self-hosted Enterprise customers as part of the 2.18 release later this week.
24+
25+
We still only support GitHub.com hosted repositories, but we're looking at support for Azure hosted repos in the near future.
26+
27+
![Screenshot of a Git Pipeline Stage](../04/images/git-pipeline-stage.png){data-zoomable}
28+
_Screenshot of a Git Pipeline Stage_

0 commit comments

Comments
 (0)