JESENDI JESNER Posted October 10, 2024 Report Posted October 10, 2024 Is it possible to push files using labview to gitlab? i've been searching for APIs that do that but I cannot find anything. I hope you can help me with this. Quote
Rolf Kalbermatter Posted October 10, 2024 Report Posted October 10, 2024 What have you tried so far? https://docs.gitlab.com/ee/api/rest/ documents a REST API to gitlab servers. Did you look at that? Did you try anything? There is for instance the JKI REST API Toolkit that should let you talk to this. 1 Quote
Antoine Chalons Posted October 10, 2024 Report Posted October 10, 2024 When you search for a LabVIEW toolkit, you should start on www.vipm.io Take a look at this one : https://www.vipm.io/package/hse_lib_gitlab_api/ if you need support HSE has a discord server, they are quite responsive. 1 Quote
JESENDI JESNER Posted October 11, 2024 Author Report Posted October 11, 2024 Thank you so much for your responses. I haven't tried anything as I am very new to gitlab. I'll look into them and see how it goes. Thank youuu Quote
Cloedu72 Posted October 15, 2024 Report Posted October 15, 2024 I would recommend to use the Bash console commands. If you want some tool support use TortoiseGIT or GitExtension: https://gitextensions.github.io/ https://tortoisegit.org This is also a very good way to learn the GITcommands: (GIT Online-Sandboxtests) https://learngitbranching.js.org/ Quote
Stagg54 Posted October 17, 2024 Report Posted October 17, 2024 yeah the easy way is just use System Exec to call Git from the CLI. I would also look at these: https://www.vipm.io/package/hse_lib_git_api/ https://www.vipm.io/package/hse_lib_gitlab_api/ Quote
Stagg54 Posted October 17, 2024 Report Posted October 17, 2024 Shameless self-plug: I do have an online video course on Using Git Effectively. It includes some material on GitLab as well. https://www.sasworkshops.com/using-git-effectively-course-preview Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.