JESENDI JESNER Posted October 10 Report Share Posted October 10 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 Link to comment
Rolf Kalbermatter Posted October 10 Report Share Posted October 10 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 Link to comment
Antoine Chalons Posted October 10 Report Share Posted October 10 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 Link to comment
JESENDI JESNER Posted October 11 Author Report Share Posted October 11 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 Link to comment
Cloedu72 Posted October 15 Report Share Posted October 15 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 Link to comment
Stagg54 Posted October 17 Report Share Posted October 17 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 Link to comment
Stagg54 Posted October 17 Report Share Posted October 17 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 Link to comment
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.