openstackweb/ICLA
Jenkins c4262a4089 Merge "Workflow documentation is now in infra-manual" 2014-12-19 14:13:00 +00:00
..
_config [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
code Merge "Workflow documentation is now in infra-manual" 2014-12-19 14:13:00 +00:00
css [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
js [smarcet] - updated apache header 2014-10-31 16:59:18 -03:00
templates/Layout [smarcet] - initial commit 2014-10-31 16:21:41 -03:00
tests [smarcet] - updated apache header 2014-10-31 16:59:18 -03:00
_config.php [smarcet] - updated apache header 2014-10-31 16:59:18 -03:00
readme.txt [smarcet] - initial commit 2014-10-31 16:21:41 -03:00

readme.txt

** Scheduled tasks

make cache folder writable to all

sudo chmod 777 -R tmp/path/to/ss/cache/folder

add to _ss_environment.php file following global:

global $_FILE_TO_URL_MAPPING;
$_FILE_TO_URL_MAPPING['/path/to/project'] = 'http://localhost';


PullCLAFromGerritTask:

pulls gerrit endpoint https://gerrit-review.googlesource.com/Documentation/rest-api-groups.html#group-members
using icla group id, and update all members on Member table with gerrit id and icla signed

* php /path/to/project/sapphire/cli-script.php /PullCLAFromGerritTask

UpdateLastCommitedDateTask:

pulls from gerrit the last commit date for all users with icla signed and update on member table

* php /path/to/project/sapphire/cli-script.php /UpdateLastCommittedDateTask