List of commits:
Subject Hash Author Date (UTC)
Fixes for data encoding for slack 67b8210aa1c86b891d6760c89ac840f38f4eb025 Catalin(ux) M. BOIE 2016-01-30 17:49:57
Some TODO updates and some minor text fixes d4a5bc8e8bc37021ca2c30899c01d8c54d56e5f6 Catalin(ux) M. BOIE 2016-01-30 17:38:59
Some docker fixes 36c31d723d45a067980217b1c642f6bb77d54fd9 Catalin(ux) M. BOIE 2016-01-30 17:38:25
When adding hooks, help the user by providing some defaults (slack for now) a7f4d8f10f8943508d90e968129b412431a4b0c3 Catalin(ux) M. BOIE 2016-01-30 17:37:50
Store good key string into the database. 460245b306d9e7340969b386eecaaa6cfc7f7431 Catalin(ux) M. BOIE 2016-01-29 18:23:12
Some small fixes for http hooks 43f8db273aedd804b150ee07a1af23b347687975 Catalin(ux) M. BOIE 2016-01-29 18:22:32
Bump version 37e96e0960414a11682c3fc1344e896c93492123 Catalin(ux) M. BOIE 2016-01-25 21:28:45
Remove debug leftover f39db0548ef78c2265d675a4199c9c26d53807b3 Catalin(ux) M. BOIE 2016-01-25 21:27:33
Fixed bad interaction between fixes and structure fc0fabf8d429a18978908694bc9a86d09bed702b Catalin(ux) M. BOIE 2016-01-25 21:27:13
Do not allow a failed connection to generate err-* file 5cf7214e724427ef78a1e8d72eef1be865c2270a Catalin(ux) M. BOIE 2016-01-20 22:56:56
Log the id of the event 115138b15e0436b56b7f75f12e5cf0d068989dea Catalin(ux) M. BOIE 2016-01-20 19:28:53
If git ls-tree returns nothing, the path is invalid a96013c19fae04a9ec0ec3b1505825c92150c978 Catalin(ux) M. BOIE 2016-01-20 19:14:03
bump version to 0.47 a71ef807917abc1adf19e2416e2d095f1d8dee7e Catalin(ux) M. BOIE 2016-01-17 19:38:40
Hooks fixes fa2a07bd822b496e65cee7c748429e9b69e91707 Catalin(ux) M. BOIE 2016-01-17 19:26:37
Mostly Amazon CodeDeploy and Lambda, and maked the plugins more generic 85a7d584e031f9b3ce94e2520f998ec6698ca46a Catalin(ux) M. BOIE 2016-01-15 20:14:20
Minor stuff d4d5f86741ca0a3c658879b82ec43877ceb0901b Catalin(ux) M. BOIE 2016-01-05 20:08:15
When we add a repo, we have some variables that are not filled f9b52eec5cd0decb886f87007a3d0a9826265a3a Catalin(ux) M. BOIE 2016-01-05 20:07:48
Small changes all over the place; first version with docker 657c8c4be46ae950d519320d1d54aa2f65a577d6 Catalin(ux) M. BOIE 2016-01-05 17:09:04
Cannot use env vars from cron 9c3b7123869564217493ab43c4bafdea2ce15702 Catalin(ux) M. BOIE 2016-01-03 08:45:51
Bump version to 0.44 bb334f3f3ec2af94da578b6c2e9202b339f80f36 Catalin(ux) M. BOIE 2016-01-02 23:25:39
Commit 67b8210aa1c86b891d6760c89ac840f38f4eb025 - Fixes for data encoding for slack
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-01-30 17:49
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-01-30 17:49
Parent(s): d4a5bc8e8bc37021ca2c30899c01d8c54d56e5f6
Signer:
Signing key:
Signing status: N
Tree: e36ed1ccfebd7b26f2cd3177e93aa3f06eb404ed
File Lines added Lines deleted
inc/wh/http.inc.php 1 1
root/themes/default/user/settings/wh/hints_htype.html 6 0
File inc/wh/http.inc.php changed (mode: 100644) (index d2812f1..2559b85)
... ... function rg_wh_http_default_paras(&$rg)
371 371 $a['custom_body'] = ''; $a['custom_body'] = '';
372 372
373 373 if (strcmp($rg['wh']['hsubtype'], 'slack') == 0) { if (strcmp($rg['wh']['hsubtype'], 'slack') == 0) {
374 $rg['wh']['itype'] = 2;
375 374 $rg['wh']['description'] = 'Slack integration'; $rg['wh']['description'] = 'Slack integration';
375 $a['itype'] = 2;
376 376 $a['events'] = 'P'; $a['events'] = 'P';
377 377 $a['custom_body'] = '{' . "\n" $a['custom_body'] = '{' . "\n"
378 378 . '"channel": "#rocketgit-##branch##",' . "\n" . '"channel": "#rocketgit-##branch##",' . "\n"
File root/themes/default/user/settings/wh/hints_htype.html changed (mode: 100644) (index e69de29..9522b51)
1 <br />
2 Examples for 'Repository filter':
3 <ul>
4 <li><b>projectX-.*</b> - matches all repos that starts with <i>projectX-</i></li>
5 <li><b>(proj1|proj2|proj3)</b> - matches any of the <i>proj1</i>, <i>proj2</i> or <i>proj3</i> repositories</li>
6 </ul>
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