List of commits:
Subject Hash Author Date (UTC)
Small stuff e64a838d032e54587ab3110ab8bb04a0cde78231 Catalin(ux) M. BOIE 2020-06-04 14:49:56
Lots of changes b8164d9e1e263eb4db75e32430f0753b63d0028e Catalin(ux) M. BOIE 2020-06-04 07:14:35
Lots of small fixes and functional tests ad2c8f4ce214896cb5984031dbd916467878ccfd Catalin(ux) M. BOIE 2020-05-16 09:30:47
Lots of things, mostly worker fixes 8768227306ef89ecc51d392cf986e75a7044dde4 Catalin(ux) M. BOIE 2020-04-10 15:27:11
Added functional test for HTTP 304 code 93205ec14d1073c434360abf7ea525a75407b1ab Catalin(ux) M. BOIE 2020-04-02 14:05:49
Lots of changes all over the place 3ddbd9e686f514eed1e715d7702a910ca3f8b22c Catalin(ux) M. BOIE 2020-04-01 07:17:57
More tests updates d5d45ace725f6ab336998a328136a2f7f9474df1 Catalin(ux) M. BOIE 2020-04-01 05:30:54
Lots of tests updates 183c4af52e56ae4e4fd74a35e2b17ac79952aec6 Catalin(ux) M. BOIE 2020-03-20 16:10:33
Improved a little bit the mail reporting for admin 576f96d554b1e273391ac54404bf5f885325e5e8 Catalin(ux) M. BOIE 2020-03-03 19:25:17
Worker and builder big changes 90f596e4fd8fa291b1da831bce609b486c7a5875 Catalin(ux) M. BOIE 2020-01-06 13:31:20
Samples update (switch to systemd services for builder and worker) 8bfde1fb79778d024350bf5d75f076fb5e178512 Catalin(ux) M. BOIE 2020-01-06 12:50:21
builder: show queue in the web page 6cab7820b0bd2622afb77391a9e9515e0e837eef Catalin(ux) M. BOIE 2020-01-06 12:49:26
totp: Allow also years for 'val' command d666df0cec948f938469b9eb12a1b981cb41cfa1 Catalin(ux) M. BOIE 2020-01-04 14:39:33
worker: change git clone parameters because we could not clone 8eb2727ac17e12e148f39c72e1f4bd1e31319b33 Catalin(ux) M. BOIE 2019-12-19 03:34:26
Added a TODO for worker 492fb4546829f53adacd74c4647c3634f7c37065 Catalin(ux) M. BOIE 2019-12-18 22:23:12
worker improvements 4387b00291b5848aa08c303f9d62a126a6806a35 Catalin(ux) M. BOIE 2019-12-18 22:17:23
.spec: require tidy for building the tests c0deab2ce24388c91d2bc2e96338a260c9657dd6 Catalin(ux) M. BOIE 2019-12-18 22:15:29
nginx configuration update 015c9404229f2ff7fb91cc57ab21289f01878334 Catalin(ux) M. BOIE 2019-12-18 21:55:13
Added Business model to comparison c62d466580aca0ff3371f3ba369959c7ef7631d0 Catalin(ux) M. BOIE 2019-11-21 20:44:16
CSS small correction ded9ef6bce5bebfa815bc7ae5733bc8e0810af3b Catalin(ux) M. BOIE 2019-11-21 18:20:41
Commit e64a838d032e54587ab3110ab8bb04a0cde78231 - Small stuff
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-06-04 14:49
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-06-04 14:49
Parent(s): b8164d9e1e263eb4db75e32430f0753b63d0028e
Signing key:
Tree: 2b4a453f0489ccef1b498955a6ca11f8f2e773cc
File Lines added Lines deleted
TODO 2 2
duilder.conf 1 1
inc/struct.inc.php 1 0
scripts/remote.php 1 1
File TODO changed (mode: 100644) (index 8942b4d..66abf9b)
7 7 [ ] [ ]
8 8
9 9 == Now == == Now ==
10 [ ] worker: table looks bad with the graphics embedded!
11 Have a link? And show some small statistics (avg_load/jobs/usage for today)?
12 10 [ ] [ ]
13 11
14 12 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
13 [ ] https://rocketgit.com/user/catalinux/rocketgit/mr/2
14 It says we can merge it but I am pretty sure we cannot!
15 15 [ ] Workers: we should tell the user if a worker is connected or not when [ ] Workers: we should tell the user if a worker is connected or not when
16 16 loading the "List" page. loading the "List" page.
17 17 [ ] When changing the e-mail address we must invalidate/resend the confirmation. [ ] When changing the e-mail address we must invalidate/resend the confirmation.
File duilder.conf changed (mode: 100644) (index d90ae51..7e834f8)
1 1 PRJ="rocketgit" PRJ="rocketgit"
2 VER="0.71"
2 VER="0.72"
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 a8d45ef..9a5e93b)
... ... $rg_sql_struct[45]['other'] = array(
672 672 $rg_sql_struct_slaves['stats'] = array(); $rg_sql_struct_slaves['stats'] = array();
673 673 $rg_sql_struct_slaves['worker_stats'] = array('extra_index' => array('worker_id')); $rg_sql_struct_slaves['worker_stats'] = array('extra_index' => array('worker_id'));
674 674 $rg_sql_struct_slaves['conns'] = array(); $rg_sql_struct_slaves['conns'] = array();
675 // Here, 0.72 was released.
675 676
676 677 // Do not forget to add the new created tables to statistics // Do not forget to add the new created tables to statistics
677 678 // This must be the last line // This must be the last line
File scripts/remote.php changed (mode: 100644) (index a6329ae..db7d4fb)
... ... if (isset($_SERVER['SSH_CONNECTION'])) {
138 138 if ($login_ui['exists'] != 1) if ($login_ui['exists'] != 1)
139 139 fatal("User does not exists (conn)."); fatal("User does not exists (conn).");
140 140 info('you are connecting as user \'' info('you are connecting as user \''
141 . $login_ui['username'] . '\'.');
141 . $login_ui['username'] . '\'.' . "\n");
142 142
143 143 putenv('ROCKETGIT_SHOW_INFO=0'); putenv('ROCKETGIT_SHOW_INFO=0');
144 144
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