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 37730a66237d430bd5a17edd9605054e694d7649

Add build_jobs table to statistics
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-04-24 10:58
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-04-24 10:58
Parent(s): 9ac924d9ba12145d4f01d446f5141b016329eea5
Signing key:
Tree: ee6a0e111d5a5913640c74b3a5232320290cf9ab
File Lines added Lines deleted
inc/admin.inc.php 2 1
File inc/admin.inc.php changed (mode: 100644) (index 09e1ff3..552eabe)
... ... function rg_admin_report1($db, $rg)
341 341 'merge_requests' => 'pull requests', 'merge_requests' => 'pull requests',
342 342 'webhooks' => 'webhooks', 'webhooks' => 'webhooks',
343 343 'rights' => 'rights', 'rights' => 'rights',
344 'events' => 'events');
344 'events' => 'events',
345 'build_jobs' => 'build jobs');
345 346 $total_yesterday_changes = 0; $total_yesterday_changes = 0;
346 347 foreach ($list as $table => $text) { foreach ($list as $table => $text) {
347 348 // Yesterday // Yesterday
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