List of commits:
Subject Hash Author Date (UTC)
Typos corrected c1a5002a1763327f4df8d5d0b419fcc2604f4698 Catalin(ux) M. BOIE 2021-10-30 11:08:34
compare: Updated number of lines d1052eb4b72309dd216e3fd0da2dd311bbeb1383 Catalin(ux) M. BOIE 2021-10-30 10:56:39
Added docs for distro pkgs 401c582772303eff8ba7fde3fcf09064d11bf828 Catalin(ux) M. BOIE 2021-10-30 10:47:43
Added a feature island for packages 115412032fca7ad2166ffbc0a526b358ee1006c4 Catalin(ux) M. BOIE 2021-10-28 07:00:14
Fixed spec file a4c1a8218cfc9cc5b822c587fa3fc709e5d2bf6b Catalin(ux) M. BOIE 2021-10-27 19:37:23
Get rid of xinetd ebc765c9a21a9803b67484795625f7eb46642ae9 Catalin(ux) M. BOIE 2021-10-27 14:18:45
Added /etc/ssh/sshd_config.d in .spec file (again) f225de7ddc3d78d4ec3699c63df6fd754500a9e3 Catalin(ux) M. BOIE 2021-10-26 07:05:26
Compare updated to add .rpm info 0d0a890fe98689b7b70987824e98d34ca5204d45 Catalin(ux) M. BOIE 2021-10-26 06:32:39
Fix rg_str_replace regarding ints; .spec small changes 7242f96f08983a70345e2665cfeb1ea592e3f3f7 Catalin(ux) M. BOIE 2021-10-26 06:17:39
builder: fixed immediate exit 27d21c9ef6bb10beaf1d4c8da29a90d649e68b60 Catalin(ux) M. BOIE 2021-10-24 14:41:29
We need .spec file before configure 840c7c3c0dd68c8ff6796b6494ca38afe8f4a5e6 Catalin(ux) M. BOIE 2021-10-24 14:28:59
rgfs: respect the requested size asked to be read f6f9e3f26e9c2bc98c38ded6a732cf53630d5688 Catalin(ux) M. BOIE 2021-10-24 09:25:51
builder: delay 5s if cannot contact the database b672b80542e80439243127aef2de4bda7d884e8a Catalin(ux) M. BOIE 2021-10-24 08:26:35
Cosmetic ea40e49373739590d9794d203ddd7e2b18464e29 Catalin(ux) M. BOIE 2021-10-23 15:35:34
Typo 7d156cc190c150239f16ea0b9807eb027f8cd79f Catalin(ux) M. BOIE 2021-10-22 17:41:34
worker: be more verbose 0f0e6216ad6f5923d08c10d7461d2259e92f69cd Catalin(ux) M. BOIE 2021-10-22 17:32:01
Add /etc/ssh files to spec 91c7c4f0bd30f01abe48e5c4f4c75857982a8f21 Catalin(ux) M. BOIE 2021-10-22 06:30:23
Removed Changelog file 8e42a6cb730000a104956bc7d265321d67d49bfe Catalin(ux) M. BOIE 2021-10-22 06:22:24
Do not store dependencies in a file but in a variable 13ba1da3a4a422e798393565e0a6941df660300a Catalin(ux) M. BOIE 2021-10-22 05:49:24
Forgot to create ssh dir for spec 1fd7185cdbf427451a7f4c5ada54e43febc5184f Catalin(ux) M. BOIE 2021-10-22 05:46:41
Commit c1a5002a1763327f4df8d5d0b419fcc2604f4698 - Typos corrected
Author: Catalin(ux) M. BOIE
Author date (UTC): 2021-10-30 11:08
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2021-10-30 11:08
Parent(s): d1052eb4b72309dd216e3fd0da2dd311bbeb1383
Signer:
Signing key:
Signing status: N
Tree: bf50f083d08b51743689c7fee8c206ebe52ef5b6
File Lines added Lines deleted
inc/struct.inc.php 1 0
root/themes/default/doc/demo/demos/artifacts/blendergraph/main.html 2 2
root/themes/default/doc/demo/demos/artifacts/define/main.html 3 3
root/themes/default/repo/add_edit.html 1 1
root/themes/default/user/pkg/list/nodata.html 1 1
techdocs/html_escape.txt 1 1
File inc/struct.inc.php changed (mode: 100644) (index 4736a5c..de20b61)
... ... $rg_sql_struct[47]['other'] = array(
742 742 'keys spurious index on id' => 'keys spurious index on id' =>
743 743 'DROP INDEX IF EXISTS keys_i_key_id' 'DROP INDEX IF EXISTS keys_i_key_id'
744 744 ); );
745 // Here, 0.74 was released.
745 746
746 747 // Do not forget to add the new created tables to statistics. // Do not forget to add the new created tables to statistics.
747 748 // The next line must be after all rg_sql_struct* definitions. // The next line must be after all rg_sql_struct* definitions.
File root/themes/default/doc/demo/demos/artifacts/blendergraph/main.html changed (mode: 100644) (index b51392b..a852eaa)
... ... git remote add origin @@base_url@@@@FUNC:UI_LOGIN:homepage@@/blendergraph
34 34 </div> </div>
35 35 <br /> <br />
36 36
37 Look around in the repository, especialy in the <b>Makefile</b> and
37 Look around in the repository, especially in the <b>Makefile</b> and
38 38 <b>rocketgit/artifacts</b> files. <b>rocketgit/artifacts</b> files.
39 39 You will see that the Makefile is generating .png and .blend files from You will see that the Makefile is generating .png and .blend files from
40 40 the .py files. the .py files.
 
... ... It allows you to debug what went wrong.<br />
58 58 <br /> <br />
59 59
60 60 As an exercise, change something in the .py file, commit and push. As an exercise, change something in the .py file, commit and push.
61 You will see after few minnutes your newly generated image.<br />
61 You will see after few minutes your newly generated image.<br />
62 62
File root/themes/default/doc/demo/demos/artifacts/define/main.html changed (mode: 100644) (index f46056a..0755118)
... ... Variables must be enclosed between <b>@@</b> chars (example: @@env@@).<br />
41 41 You can have as many <b>map</b> lines as you need.<br /> You can have as many <b>map</b> lines as you need.<br />
42 42 <br /> <br />
43 43
44 Optionaly, you can add the <b>regex</b> attribute to filter what files you
44 Optionally, you can add the <b>regex</b> attribute to filter what files you
45 45 want to declare as artifacts. It makes sense when <b>local_path</b> want to declare as artifacts. It makes sense when <b>local_path</b>
46 46 is a directory.<br /> is a directory.<br />
47 47 If <b>regex</b> is missing, all files will be processed.<br /> If <b>regex</b> is missing, all files will be processed.<br />
48 48 <br /> <br />
49 49
50 Again optionaly, you can also set a proper content type by adding
50 Again optionally, you can also set a proper content type by adding
51 51 a <b>content_type</b> attribute. a <b>content_type</b> attribute.
52 52 It is useful when someone will try to download your artifacts It is useful when someone will try to download your artifacts
53 53 to allow a proper application to be used to open the file. to allow a proper application to be used to open the file.
54 If not specified, it will be autodetected.<br />
54 If not specified, it will be auto-detected.<br />
55 55 <br /> <br />
56 56
57 57 An example: An example:
File root/themes/default/repo/add_edit.html changed (mode: 100644) (index 45d03d2..2ac3404)
36 36 </p> </p>
37 37
38 38 <p> <p>
39 <label for="main_branch">Main branch name (empty = autodetect)</label><br />
39 <label for="main_branch">Main branch name (empty = auto-detect)</label><br />
40 40 <input type="text" name="main_branch" id="main_branch" value="@@ri::main_branch@@" /> <input type="text" name="main_branch" id="main_branch" value="@@ri::main_branch@@" />
41 41 </p> </p>
42 42
File root/themes/default/user/pkg/list/nodata.html changed (mode: 100644) (index 4760fa1..a78ce71)
1 1 <div class="mess ok"> <div class="mess ok">
2 No packages repositories avilable.
2 No packages repositories available.
3 3 </div> </div>
File techdocs/html_escape.txt changed (mode: 100644) (index 0f21cf5..54ac7d4)
... ... Info:
34 34 - https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html - https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html
35 35
36 36 Plan: Plan:
37 - @@var@@ whould call htmlspecialchars - we assume that the majority of
37 - @@var@@ should call htmlspecialchars - we assume that the majority of
38 38 the cases are things outside html tags (<>). [HTML Body] the cases are things outside html tags (<>). [HTML Body]
39 39 So HTML_SPECIAL: will go. So HTML_SPECIAL: will go.
40 40 - For URLs we have two cases: - For URLs we have two cases:
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