You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe there are good reasons not to do this (merge conflicts etc) but I was wondering if it would make sense to add a bit more git integration into the dashboard. e.g. minimally, it would be nice to have an option to pull + scan instead of having to manually git pull then scan from the dashboard.
The text was updated successfully, but these errors were encountered:
The master is using a bare git repository. It is feasible to add an option to the dashboard that makes the master pull some git URL into the bare repos (and bails out if it's not a fast-forward) and then scan the result.
Yes, that would help on this specific thing. The reason I closed the issue is that there are larger issues that make the git integration in ARTIQ unergonomic at present. This is related to #1543 etc, but also the fact that e.g. there isn't a convenient way of having multiple users running experiments from different branches.
Maybe there are good reasons not to do this (merge conflicts etc) but I was wondering if it would make sense to add a bit more git integration into the dashboard. e.g. minimally, it would be nice to have an option to pull + scan instead of having to manually
git pull
then scan from the dashboard.The text was updated successfully, but these errors were encountered: