xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 55917d4f8f63aefcac02b4c583dbe252ee04aa87

TODO changes
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-05-08 11:04
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-05-08 11:04
Parent(s): 0934a66ce1a94f4066b1b7e18edbe0acb4dd3206
Signing key:
Tree: cad74e0f1ae34aed1f48c63be65287ebaed5d739
File Lines added Lines deleted
TODO 14 0
File TODO changed (mode: 100644) (index 19a4f8c..19ede7c)
16 16 libsemanage.semanage_link_sandbox: Link packages failed (No such file libsemanage.semanage_link_sandbox: Link packages failed (No such file
17 17 or directory). /usr/sbin/semodule: Failed! or directory). /usr/sbin/semodule: Failed!
18 18 [ ] Document how to start builder.sh (from cron or let it read the conf file) [ ] Document how to start builder.sh (from cron or let it read the conf file)
19 [ ] Forgot password does not redirect - no message!
19 20 [ ] [ ]
20 21
21 22 ++ ++
 
... ... the same protocol. Not clear if I should use "git clone" or "git archive".
28 29 ++ ++
29 30
30 31 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
32 [ ] Get rid of php-mbstring! It is not in main repo on Oracle Linux!
33 [ ] Destroy storage for 'build' machines
34 [ ] If a user types a wrong e-mail at registration phase, and without
35 confirmation we do not allow access, we have a problem.
36 Add a hint in "Create a new account" page to warn about this.
37 Also, to explain why we need the e-mail address.
38 Maybe, add a permanent warning on the login page
39 that the e-mail is not confirmed and add hide or edit account links.
40 [ ] Add a new right: "allow pushes only if they are signed".
41 As with ss keys, a user may want to add public gpg keys to a list
42 that is allowed to push. Take care: you can sign tags but also
43 commits.
44 [ ] Slack: push also the commit message.
31 45 [ ] sql: use somehow the rg_sql_conn[]['app'] [ ] sql: use somehow the rg_sql_conn[]['app']
32 46 Keep in mind that some postgresql version (8) does not support Keep in mind that some postgresql version (8) does not support
33 47 application_name= connection parameter. application_name= connection parameter.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master