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 d4d5f86741ca0a3c658879b82ec43877ceb0901b

Minor stuff
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-01-05 20:08
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-01-05 20:08
Parent(s): f9b52eec5cd0decb886f87007a3d0a9826265a3a
Signing key:
Tree: bab554a1e9de72f0bca2df018a50a22092a1fe37
File Lines added Lines deleted
TODO 2 0
docker/Dockerfile 1 1
duilder.conf 1 1
root/themes/default/main.css 0 4
root/themes/default/repo/bug/list_note/line.html 2 2
File TODO changed (mode: 100644) (index 6364e9c..fa9cd0d)
2 2 [ ] [ ]
3 3
4 4 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
5 [ ] notes: I have a little space below the picture because a <img> inside <a>!
6 How to get rid of it?
5 7 [ ] When rejecting a push because of rights, show also what rule matched. [ ] When rejecting a push because of rights, show also what rule matched.
6 8 Maybe why? For example: ip is not in range? Maybe why? For example: ip is not in range?
7 9 [ ] Discover: I must not say [ ] Discover: I must not say
File docker/Dockerfile changed (mode: 100644) (index 7ed5eec..598c2dd)
... ... MAINTAINER Catalin(ux) M. BOIE <catab-docker@embedromix.ro>
3 3
4 4 RUN dnf -y upgrade --best --allowerasing RUN dnf -y upgrade --best --allowerasing
5 5 RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm
6 RUN dnf -y install rocketgit-0.44
7 6 RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode
7 RUN dnf -y install rocketgit-0.46
8 8
9 9 COPY rg.sh / COPY rg.sh /
10 10
File duilder.conf changed (mode: 100644) (index 825eace..f06c60d)
1 1 PRJ="rocketgit" PRJ="rocketgit"
2 VER="0.45"
2 VER="0.46"
3 3 REV="1" REV="1"
4 4 EXCLUDE=".exclude" EXCLUDE=".exclude"
5 5 EXPORT_PATH="/data/www/umbrella/kernel/us/rocketgit" EXPORT_PATH="/data/www/umbrella/kernel/us/rocketgit"
File root/themes/default/main.css changed (mode: 100644) (index 8f575d6..16bf18d)
... ... table {
21 21 background-color: #eeeeee; background-color: #eeeeee;
22 22 color: #000000; color: #000000;
23 23 padding: 1px; padding: 1px;
24 xxx-margin-left: auto;
25 xxx-margin-right: auto;
26 24 width: 100%; width: 100%;
27 25 } }
28 26
 
... ... legend { padding: 0px 2pt; }
175 173
176 174
177 175 #container { #container {
178 xxx-width: 100%;
179 176 height: 100%; height: 100%;
180 177 display: flex; display: flex;
181 178 flex-flow: column nowrap; flex-flow: column nowrap;
 
... ... legend { padding: 0px 2pt; }
446 443 padding: 3px; padding: 3px;
447 444 background-color: #DDDDDD; background-color: #DDDDDD;
448 445 display: flex; display: flex;
449 justify-content: left;
450 446 align-content: center; align-content: center;
451 447 align-items: initial; align-items: initial;
452 448 } }
File root/themes/default/repo/bug/list_note/line.html changed (mode: 100644) (index 0ae01ef..58fab3a)
1 1 <a name="note-@@note_id@@"></a> <a name="note-@@note_id@@"></a>
2 2 <div class="note"> <div class="note">
3 @@if(@@note_owner_url@@ == ""){{@@note_gravatar@@}}{{<a href="@@note_owner_url@@">@@note_gravatar@@</a>}}
3 @@if(@@note_owner_url@@ = ""){{@@note_gravatar@@}}{{<a target="_blank" href="@@note_owner_url@@">@@note_gravatar@@</a>}}
4 4
5 5 <div class="note_body"> <div class="note_body">
6 <b>@@if(@@note_owner_url@@ == ""){{@@note_owner@@}}{{<a href="@@note_owner_url@@">@@note_owner@@</a>}}</b> - @@note_creation@@ - <a href="@@bug::bug_id@@#note-@@note_id@@">Link</a><br />
6 <b>@@if(@@note_owner_url@@ == ""){{@@note_owner@@}}{{<a target="_blank" href="@@note_owner_url@@">@@note_owner@@</a>}}</b> - @@note_creation@@ - <a href="@@bug::bug_id@@#note-@@note_id@@">Link</a><br />
7 7 @@note_nlbr@@ @@note_nlbr@@
8 8 </div> </div>
9 9 </div> </div>
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