* avatar overrides added
* cli commands framework added * labinfo service for lab temp monitoring * kanban entry label support
This commit is contained in:
15
config/autoload/cli.global.php
Normal file
15
config/autoload/cli.global.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'dependencies' => [
|
||||
'invokables' => [],
|
||||
'factories' => [
|
||||
App\Command\UpdateLabInfoCommand::class => App\Command\UpdateLabInfoFactory::class,
|
||||
],
|
||||
],
|
||||
'console' => [
|
||||
'commands' => [
|
||||
App\Command\UpdateLabInfoCommand::class,
|
||||
],
|
||||
],
|
||||
];
|
||||
@@ -15,9 +15,11 @@ return [
|
||||
'baseUrl' => 'https://jirapducc.mo.ca.am.ericsson.se/rest/api/2/search?jql=filter=%s&maxResults=1000&fields=%s',
|
||||
'filterId' => 14229,
|
||||
'fields' => [
|
||||
'assignee',
|
||||
'summary',
|
||||
'priority',
|
||||
'issuetype',
|
||||
'labels',
|
||||
'assignee',
|
||||
'status',
|
||||
'customfield_10010',
|
||||
'customfield_11226',
|
||||
@@ -31,6 +33,7 @@ return [
|
||||
'customfield_11692',
|
||||
],
|
||||
],
|
||||
'url.labTemperatureUrl' => 'https://159.107.194.61/public/mapshow_simple.htm?id=3381&mapid=884B46A7-AE59-4523-9981-8E9FEB7C1FCF',
|
||||
'http.proxy.enabled' => false,
|
||||
'http.proxy.type' => CURLPROXY_SOCKS5,
|
||||
'http.proxy.url' => "localhost:1080",
|
||||
|
||||
Reference in New Issue
Block a user