List of commits:
Subject Hash Author Date (UTC)
Trim the hints for cloning the tree 59bc91f5229abf96f453d872a58a2c96cf18198c Catalin(ux) M. BOIE 2017-03-21 19:35:58
Do the right thing (no error) when an empty tree is present 7c138f486a81d09df44e811714d7bdeb92d7c01d Catalin(ux) M. BOIE 2017-03-21 19:34:03
Do not use UA when building anti-CSRF token. Think about plugins which change the UA at every request 7346fceeff8bea1eaa500dd3ce1677deb84f8b77 Catalin(ux) M. BOIE 2017-03-21 16:36:46
Do not create a namespace anymore if the user has the rights to push 13f8037ba76b57ae919758609c523dcbb6588745 Catalin(ux) M. BOIE 2017-03-19 19:44:07
Docker improvements c3c0f8ff3f5a2f9acfeea2e9bbf271cfeae4a8bd Catalin(ux) M. BOIE 2017-03-19 19:43:25
Small changes regarding more debugging in several places 03407e5f7562ac997612c56fd20fe067162ea8de Catalin(ux) M. BOIE 2017-03-19 19:42:58
Some improvements for comparison e3a06443fba2c22009f0bde4ea9c3f201a9803cb Catalin(ux) M. BOIE 2017-03-19 19:41:53
Functional tests improvements 6b82e5a1eaf800a15e42840bc9c889e32a7532f0 Catalin(ux) M. BOIE 2017-03-19 19:40:21
Do not report security violations generated by the functional tests 6028674aa0153d4bc1c46999516f87a6019df6d2 Catalin(ux) M. BOIE 2017-03-19 19:38:23
Admin init form: pass next to user to be able to be cached by browsers c3d9974e92a03a3ec4d093188842330bb7a0cad0 Catalin(ux) M. BOIE 2017-03-17 23:41:10
SELinux: Allow php-fpm to create log files 94962a7b15e91acfa609663185ceab365a89ac98 Catalin(ux) M. BOIE 2017-03-17 23:39:01
Allow anonymous push when using git:// or ssh:// 46d947874f12b7ac7f1ac3fa552f703c498082b2 Catalin(ux) M. BOIE 2017-03-02 22:17:48
tests: now we keep the state c75b10325c24e32b699f22a13c9374e80fe45a2b Catalin(ux) M. BOIE 2017-03-02 22:05:43
No need anymore for usr/lib 58a51962e9025457419fac5051d0840732aeff6c Catalin(ux) M. BOIE 2017-03-02 21:34:11
If nothing found in a folder, xargs will fail 9ea8a34050bc2ce4c53e942834f34eaffa5d4f06 Catalin(ux) M. BOIE 2017-03-02 19:50:55
Bump version to 0.66 4f63811dd434780c4342c087757b6003a9c20c9e Catalin(ux) M. BOIE 2017-03-02 17:54:40
Minor change on how do we call fgetcsv 175715a4739e8a33cbd939d847eed9d3d24e24be Catalin(ux) M. BOIE 2017-03-02 17:53:57
Cosmetic changes for comparison 780b0e99bf591c5081eed9ca9cbe2623d3cab22c Catalin(ux) M. BOIE 2017-03-02 17:53:29
Added a custom csv line parsing (partial) for when the program will be re-written in C 746560420021d148c58578af77c9f7bb05cc5918 Catalin(ux) M. BOIE 2017-03-02 17:53:05
Do not test doit != 1 because it can be a bigger number (thanks w3af!) 214dfb3cd1c7e5a3b5a0353a4c9f9b63cb6545f2 Catalin(ux) M. BOIE 2017-03-02 17:51:56
Commit 59bc91f5229abf96f453d872a58a2c96cf18198c - Trim the hints for cloning the tree
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-21 19:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-21 19:35
Parent(s): 7c138f486a81d09df44e811714d7bdeb92d7c01d
Signing key:
Tree: 88a061cfbfcc2bcac17032863bcf666a7b70f98c
File Lines added Lines deleted
root/themes/default/hints/repo/clone_git.html 1 2
root/themes/default/hints/repo/clone_http.html 1 2
root/themes/default/hints/repo/clone_ssh.html 1 2
File root/themes/default/hints/repo/clone_git.html changed (mode: 100644) (index e6f6040..17e79c3)
1 1 <br /> <br />
2 2 Clone this repository using git:<br /> Clone this repository using git:<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_git@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_git@@<br />
6 5 </div> </div>
File root/themes/default/hints/repo/clone_http.html changed (mode: 100644) (index 5876e5d..009d786)
1 1 <br /> <br />
2 2 Clone this repository using http:<br /> Clone this repository using http:<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_http@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_http@@<br />
6 5 </div> </div>
File root/themes/default/hints/repo/clone_ssh.html changed (mode: 100644) (index 12cfec8..ce697aa)
1 1 <br /> <br />
2 2 Clone this repository using ssh (do not forget to upload a key first):<br /> Clone this repository using ssh (do not forget to upload a key first):<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_ssh@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_ssh@@<br />
6 5 </div> </div>
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