Project

General

Profile

Forges » History » Version 6

Denis 'GNUtoo' Carikli, 04/07/2020 04:59 PM

1 1 Denis 'GNUtoo' Carikli
h1. Forges
2
3 5 Denis 'GNUtoo' Carikli
h2. Requirements
4 1 Denis 'GNUtoo' Carikli
5 5 Denis 'GNUtoo' Carikli
* Fully free software
6
* Low resource usage
7
* Javascript requirements:
8
** Friendly upstream that could accept patches to make all features work without JavaScript
9
** If possible don't depend on JavaScript
10
** if possible the JavaScript has to be compatible with LibreJS
11
* Workflow requirements:
12
** Have the ability to tell users about sending patches to the mailing list
13
** Friendly upstream that can accept patches for integrating it with a mailing based workflow.
14
15
h2. Possible forges
16
17
h3. Gitlab
18
19 3 Denis 'GNUtoo' Carikli
It has some big dependency on Javascript, 
20
from our FOSDEM 2020 report that is not yet released:
21
<pre>
22
They used a framework that did most of the work on the server side,
23
but at some point they switched to a framework that does JavaScript
24
on the client side.
25
26
Accepting patches to fix that would require to double the UI work for
27
everything, but it might be possible to do server side rendering for
28
JavaScript. The issue is that it cannot make requests from buttons
29
like that, so in addition to the page rendering that could happen
30
through server-side JavaScript, introspection could be used to
31
rewrite the buttons.
32
</pre>
33
34
It also hide buttons, which is awful for users as they don't understand what is going on.
35
36 1 Denis 'GNUtoo' Carikli
Packages: ?
37 3 Denis 'GNUtoo' Carikli
38 5 Denis 'GNUtoo' Carikli
h3. Pargure
39 1 Denis 'GNUtoo' Carikli
40
*Website*: https://pagure.io/pagure
41
*Command line tools* : https://pagure.io/pag-off
42
43
Features:
44
* "The buttons seem to be greyed out when they cannot be used":https://pagure.io/pagure/pull-request/4786 This is much better than Gitlab where the buttons like "Send pull request" completely disappear if the feature is deactivated. Having button like that disappearing is really bad as users struggle to understand what they are doing wrong and can't contribute, when in fact the feature is simply deactivated without any way that shows it.
45 3 Denis 'GNUtoo' Carikli
* It's compatible with LibreJS but still requires JavaScript for some functionalities. Upstream seem friendly and is probably very interested in getting patches to make it possible to enable to use all features without any JavaScript. For that the few features that depends on it would need to be modified to work without Javascript as well.
46 1 Denis 'GNUtoo' Carikli
* There is some interest in bridging a mailing based workflow to pargure: https://pagure.io/pagure/issue/15
47 3 Denis 'GNUtoo' Carikli
48 6 Denis 'GNUtoo' Carikli
Packages: "currently packaged in Debian SID":https://packages.debian.org/sid/pagure, in "a PPA":https://packages.ubuntu.com/focal/pagure, might be packaged in other distributions
49 3 Denis 'GNUtoo' Carikli
50
Contacts: #pagure on Freenode and/orthe pagure-devel@lists.pagure.io mailing list