EN | ES
Table of Contents |
---|
Info |
---|
This functionality is available from version 2.1.0-gradius onwards. |
...
Once the project is activated, new elements will be shown in the menu of NodeRED, as well as a pop-up notification telling us that projects are available the first time you enter the UI with your user.
When creating a project, we you will have to select (apart from a name and what we you want our your stream .json to be called) a user and email to associate it with GIT, since it will create a local repo where we you can store the commits.
This local repository will be mounted in a persisted volume shared with the container in /tmp/[usuario]/[nombreProyecto].
How to use it
When we you are working and "deploying", in the new "history" tab we you can see the changes that we you have been making on our your flows. There are two buttons. One , one to revert all uncommitted changes and one to add the changes to the commit:
...
Once added, we you can commit just below, adding the message we you want:
...
From the menu Projects -> Projects settings, wecan you can add an origin. In the example, we have created a private project in GitLab and associated it:
...
Once we When you have an associated origin, we you will see, in the history part, the possibility (, not only to see the commits, which are already seen by default without the associated origin) , but also to pull or push:
...
From the same "history" menu in the FlowEngine UI, wecan you can create and change branches and push/pull our your changes.
It also makes it easy to see diff's in commits. If we you click on a commit, a list appears with all the components and what has changed:
...