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 219a7061df42a1593fc0f3959eddc9a3d54496ab

Really corrected repo.php unit test.
I inserted a right with right_id set, but not present in database!
Seems another test is messing with the state.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-07-14 04:25
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-07-14 04:25
Parent(s): b3657cb073291681e8e3fd6ec9523bf550081d8e
Signing key:
Tree: 208730411397839c3a7ccd5879ad98edfda00b30
File Lines added Lines deleted
tests/repo.php 1 1
File tests/repo.php changed (mode: 100644) (index 93ff574..61a3a18)
... ... if ($r === FALSE) {
160 160
161 161 rg_log("test giving rights"); rg_log("test giving rights");
162 162 $a = array(); $a = array();
163 $a['right_id'] = 100;
163 $a['right_id'] = 0;
164 164 $a['obj_id'] = $ri['repo_id']; $a['obj_id'] = $ri['repo_id'];
165 165 $a['who'] = 400; $a['who'] = 400;
166 166 $a['uid'] = 10; $a['uid'] = 10;
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