The master FreeCAD github repo - external connections?

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

The master FreeCAD github repo - external connections?

Post by PrzemoF »

Is there anything that is hooked up to that repo? Please list below.

I have a COPR repository hooked up to it for the fedora nightly builds.

I want to gather a list of services that need to be modified if we decide to migrate to gitlab.

Edit
1. gitter
2. mantis tracker
3. launchpad mirror
4. conda builds + appimage
5.
6.
7.COPR fedora nightly builds
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: The master FreeCAD github repo - external connections?

Post by sgrogan »

PrzemoF wrote: Mon Aug 02, 2021 6:03 pm Is there anything that is hooked up to that repo? Please list below.
gitter is, I think.
The FreeCAD/FreeCAD-bundle is not, we do git pull with a script.
"fight the good fight"
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: The master FreeCAD github repo - external connections?

Post by Kunda1 »

The tracker source control addon
See the bottom of the tracker page
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: The master FreeCAD github repo - external connections?

Post by PrzemoF »

Kunda1 wrote: Mon Aug 02, 2021 6:54 pm The tracker source control addon
See the bottom of the tracker page
OK, that's a big one, but I see they have gitlab version.

Not sure about gitter, but they seem to be close to gitlab as well.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: The master FreeCAD github repo - external connections?

Post by Kunda1 »

PrzemoF wrote: Mon Aug 02, 2021 7:00 pm OK, that's a big one, but I see they have gitlab version.

Not sure about gitter, but they seem to be close to gitlab as well.
I haven't tested the gitlab mantisbt source control addon, but hopefully it's comparable.

I believe gitter was bought by gitlab, IINM
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
kkremitzki
Veteran
Posts: 2511
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: The master FreeCAD github repo - external connections?

Post by kkremitzki »

Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: The master FreeCAD github repo - external connections?

Post by Kunda1 »

Conda builds including appimage
+ AppImage update scripts
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: The master FreeCAD github repo - external connections?

Post by sgrogan »

PrzemoF wrote: Mon Aug 02, 2021 7:00 pm Not sure about gitter, but they seem to be close to gitlab as well.
Not sure how hard it would be to switch, but Gitter Activity hooks not just FreeCAD/FreeCAD but all the the other repos in the FreeCAD org, I think.
"fight the good fight"
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: The master FreeCAD github repo - external connections?

Post by PrzemoF »

I'm starting to think that if we move the master copy to gitlab we might do automatic syncing back to github just to avoid changing all that stuff. webhooks anyone? Or a server doing syncs (that should be fairly easy)?

Edit: no need to reinvent the wheel: https://docs.gitlab.com/ee/user/project ... oring.html
I'll test it on my repos

Edit2: It's a premium function, so we have to apply to get it as on open source organisation first
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: The master FreeCAD github repo - external connections?

Post by PrzemoF »

Bump, in case someone missed it.
Post Reply