List of commits:
Subject Hash Author Date (UTC)
Bump version to 0.73 7cac4d7a31116ac9ad86e0babeb0c1aace5dd852 Catalin(ux) M. BOIE 2020-08-23 15:32:03
duilder update f691d84aa0aa70ef60a7487f247ed1a9ab1e3ab1 Catalin(ux) M. BOIE 2020-08-23 15:31:38
Bot prevention should not be active for edit operation 371c60a486ea989fafb66266cab71ea9f7db0269 Catalin(ux) M. BOIE 2020-08-23 15:02:13
TODO update 32591f3b1cf054bd70411592e5a82f5898d7da2f Catalin(ux) M. BOIE 2020-08-23 15:01:51
Show also by which protocol a user is connecting d35b5b12103f9a72a3e8788e7c48532b9c1e5b89 Catalin(ux) M. BOIE 2020-08-23 15:01:30
Fixed a small locking issue (unlock without lock) 0d1e7915545de251eea7f3bce468647fc2df1bf9 Catalin(ux) M. BOIE 2020-08-23 15:00:58
Give up the cache if we cannot connect in 150ms dad6cf20f9f4bdbfe2026809a404e852e7cd8e53 Catalin(ux) M. BOIE 2020-08-23 15:00:20
Limit the number of repositories in the discover page a0de6d683b59934168ef8415c9ec716aef68b195 Catalin(ux) M. BOIE 2020-08-23 14:58:37
Added support for other branch then master (main prefered) 1108f43c3639ffcc06f1314d901640564fae7483 Catalin(ux) M. BOIE 2020-08-23 14:55:51
Added possibility for admin to mail users 05068314021bbdf6f26bc92bee47177b170b2a1c Catalin(ux) M. BOIE 2020-08-23 14:43:10
CSS: small fixes e4a39879513e000b5d9be588201916950fa629fc Catalin(ux) M. BOIE 2020-08-23 14:03:23
Cosmetic cbe42130692ed9b876746e6c97f4fb32439c6190 Catalin(ux) M. BOIE 2020-08-23 13:59:00
Default statistics are now per month c312ad532190fe566f2243881a883568b4f77c23 Catalin(ux) M. BOIE 2020-08-23 12:35:36
events: when splitting an event we need a transaction e685c800814365661b348c0d04aa8c0b3605ed7e Catalin(ux) M. BOIE 2020-08-21 04:35:17
Fix for a bug preventing partition table to be created in advance 51049495934efa8c7bca710c6f2538f34bc4de9a Catalin(ux) M. BOIE 2020-08-20 04:03:49
cron fixes 910c74f83740da015d654193025cd6433324a1da Catalin(ux) M. BOIE 2020-08-20 03:41:07
replaced 'slave' with 'part' 348a2afcaedd77c7513b5e7dd05364f5e9ae7a87 Catalin(ux) M. BOIE 2020-08-20 03:40:43
Make cron tasks more resilient in case the machine is stopped afbe8607b4608862787bf696f71027beb345701f Catalin(ux) M. BOIE 2020-08-19 06:08:34
Cosmetic 21956573027d83eb45913b6bf30eeb57e602aea4 Catalin(ux) M. BOIE 2020-08-19 06:07:45
Added time of upload for artifacts fd33fe0aeef09f66d74f3ec1554312a2fa5e2642 Catalin(ux) M. BOIE 2020-08-19 06:06:54
Commit 7cac4d7a31116ac9ad86e0babeb0c1aace5dd852 - Bump version to 0.73
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-08-23 15:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-08-23 15:32
Parent(s): f691d84aa0aa70ef60a7487f247ed1a9ab1e3ab1
Signing key:
Tree: 6641d451cb9a42bd206800dc513950057271667c
File Lines added Lines deleted
duilder.conf 1 1
inc/struct.inc.php 1 0
File duilder.conf changed (mode: 100644) (index 7e834f8..d5789e7)
1 1 PRJ="rocketgit" PRJ="rocketgit"
2 VER="0.72"
2 VER="0.73"
3 3 REV="1" REV="1"
4 4 SHORT_DESCRIPTION="Light and fast Git hosting solution" SHORT_DESCRIPTION="Light and fast Git hosting solution"
5 5 EXCLUDE=".exclude" EXCLUDE=".exclude"
File inc/struct.inc.php changed (mode: 100644) (index e3f6907..2f76ae9)
... ... $rg_sql_struct[46]['other'] = array(
687 687 'repo main_branch' => 'repo main_branch' =>
688 688 'ALTER TABLE repos ADD main_branch TEXT NOT NULL DEFAULT \'\'' 'ALTER TABLE repos ADD main_branch TEXT NOT NULL DEFAULT \'\''
689 689 ); );
690 // Here, 0.73 was released.
690 691
691 692 // Do not forget to add the new created tables to statistics // Do not forget to add the new created tables to statistics
692 693 // This must be the last line // This must be the last line
Date/time (UTC) Type Misc Labels
2020-08-24 10:43 build fedora-31-x86_64 worker/r1 builder/color=fff worker_elap/6s wait_time/11031s date/2020-08-24 time/07:38
2020-08-24 10:44 build CentOS-8-x86_64 worker/r1 builder/color=fff worker_elap/8s wait_time/11089s date/2020-08-24 time/07:38
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

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