Browse Source

FD3-619 Se actualizan vendors y parameters

Espinoza Guillermo 6 years ago
parent
commit
79bc1bd045

+ 8 - 8
app/config/bundles/ik/device-bundle/parameters.yml.dist

@@ -1,9 +1,9 @@
 parameters:
-    device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    device_delete_post_url: 'http://%env(HOST_BASE)%/api/devices/'
-    device_put_url: 'http://%env(HOST_BASE)%/api/devices/'
-    api_device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    api_device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    api_device_delete_post_url: 'http://%env(HOST_BASE)%/api/devices/'
-    api_device_put_url: 'http://%env(HOST_BASE)%/api/devices/'
+    device_check_url: 'https://%env(HOST_BASE)%/api/devices/check.json'
+    device_post_url: 'https://%env(HOST_BASE)%/api/devices.json'
+    device_delete_post_url: 'https://%env(HOST_BASE)%/api/devices/'
+    device_put_url: 'https://%env(HOST_BASE)%/api/devices/'
+    api_device_check_url: 'https://%env(HOST_BASE)%/api/devices/check.json'
+    api_device_post_url: 'https://%env(HOST_BASE)%/api/devices.json'
+    api_device_delete_post_url: 'https://%env(HOST_BASE)%/api/devices/'
+    api_device_put_url: 'https://%env(HOST_BASE)%/api/devices/'

+ 8 - 8
app/config/bundles/ik/device-bundle/parameters.yml.docker

@@ -1,9 +1,9 @@
 parameters:
-    device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    device_delete_post_url: 'http://%env(HOST_BASE)%/api/devices/'
-    device_put_url: 'http://%env(HOST_BASE)%/api/devices/'
-    api_device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    api_device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    api_device_delete_post_url: 'http://%env(HOST_BASE)%/api/devices/'
-    api_device_put_url: 'http://%env(HOST_BASE)%/api/devices/'
+    device_check_url: 'https://%env(HOST_BASE)%/api/devices/check.json'
+    device_post_url: 'https://%env(HOST_BASE)%/api/devices.json'
+    device_delete_post_url: 'https://%env(HOST_BASE)%/api/devices/'
+    device_put_url: 'https://%env(HOST_BASE)%/api/devices/'
+    api_device_check_url: 'https://%env(HOST_BASE)%/api/devices/check.json'
+    api_device_post_url: 'https://%env(HOST_BASE)%/api/devices.json'
+    api_device_delete_post_url: 'https://%env(HOST_BASE)%/api/devices/'
+    api_device_put_url: 'https://%env(HOST_BASE)%/api/devices/'

+ 8 - 8
app/config/bundles/ik/device-bundle/parameters.yml.drone

@@ -1,10 +1,10 @@
 parameters:
-    device_check_url: 'http://device.check.url/base/app_dev.php/api/devices/check.json'
-    device_post_url: 'http://device.post.url/base/app_dev.php/api/devices.json'
-    device_delete_post_url: 'http://device.delete.post.url/base/app_dev.php/api/devices/'
-    device_put_url: 'http://device.put.url/base/app_dev.php/api/devices/'
-    api_device_check_url: 'http://base:80/api/devices/check.json'
-    api_device_post_url: 'http://base:80/api/devices.json'
-    api_device_delete_post_url: 'http://base:80/api/devices/'
-    api_device_put_url: 'http://base:80/api/devices/'
+    device_check_url: 'https://device.check.url/base/app_dev.php/api/devices/check.json'
+    device_post_url: 'https://device.post.url/base/app_dev.php/api/devices.json'
+    device_delete_post_url: 'https://device.delete.post.url/base/app_dev.php/api/devices/'
+    device_put_url: 'https://device.put.url/base/app_dev.php/api/devices/'
+    api_device_check_url: 'https://base:80/api/devices/check.json'
+    api_device_post_url: 'https://base:80/api/devices.json'
+    api_device_delete_post_url: 'https://base:80/api/devices/'
+    api_device_put_url: 'https://base:80/api/devices/'
  

+ 3 - 3
app/config/hwioauthbundle/parameters.yml.docker

@@ -1,6 +1,6 @@
 parameters:
     client_id: %env(OAUTH_CLIENT_ID)%
     client_secret: %env(OAUTH_CLIENT_SECRET)%
-    access_token_url:    "http://%env(HOST_BASE)%/oauth/v2/token"
-    authorization_url:   "http://%env(HOST_BASE)%/oauth/v2/auth"
-    infos_url:           "http://%env(HOST_BASE)%/api/user/me"
+    access_token_url:    "https://%env(HOST_BASE)%/oauth/v2/token"
+    authorization_url:   "https://%env(HOST_BASE)%/oauth/v2/auth"
+    infos_url:           "https://%env(HOST_BASE)%/api/user/me"

+ 21 - 28
composer.lock

@@ -1,7 +1,7 @@
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
-        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
     "content-hash": "3050c216fa3cc97aa72883791a068ce1",
@@ -1003,13 +1003,13 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/dwoo-project/dwoo.git",
-                "reference": "751becafdb29d3cfaebcafd7a40e47835b2a2214"
+                "reference": "7a2823fe684862149df2b04c1ea8d6092b78bce6"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/dwoo-project/dwoo/zipball/751becafdb29d3cfaebcafd7a40e47835b2a2214",
-                "reference": "751becafdb29d3cfaebcafd7a40e47835b2a2214",
-                "shasum": ""
+                "url": "https://satis.infra.flowdat.com/dist/dwoo/dwoo/dwoo-dwoo-7a2823fe684862149df2b04c1ea8d6092b78bce6-zip-ceb77f.zip",
+                "reference": "7a2823fe684862149df2b04c1ea8d6092b78bce6",
+                "shasum": "cc6f66c0910036cd4e72604bf6e42f57c04ba8e5"
             },
             "require": {
                 "php": "^5.3|^7.0"
@@ -1023,11 +1023,7 @@
                     "Dwoo\\": "lib/Dwoo/"
                 }
             },
-            "autoload-dev": {
-                "psr-4": {
-                    "Dwoo\\Tests\\": "tests/"
-                }
-            },
+            "notification-url": "https://packagist.org/downloads/",
             "license": [
                 "LGPL-3.0-only"
             ],
@@ -1038,11 +1034,7 @@
                 }
             ],
             "description": "Dwoo is a PHP5/PHP7 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features.",
-            "support": {
-                "source": "https://github.com/dwoo-project/dwoo/tree/master",
-                "issues": "https://github.com/dwoo-project/dwoo/issues"
-            },
-            "time": "2018-01-30T15:59:38+00:00"
+            "time": "2018-05-02T14:40:01+00:00"
         },
         {
             "name": "fig/link-util",
@@ -1418,7 +1410,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuditBundle.git",
-                "reference": "7f5c2366a124a85aeed1b0174b69539c86d540a6"
+                "reference": "cb662a84bc7e36c29d88504f13f449123588e293"
             },
             "require": {
                 "simplethings/entity-audit-bundle": "^1.0"
@@ -1434,7 +1426,7 @@
                 "audit",
                 "bundle"
             ],
-            "time": "2018-01-25T13:42:14+00:00"
+            "time": "2018-06-22T11:38:27+00:00"
         },
         {
             "name": "ik/auth-bundle",
@@ -1465,7 +1457,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
-                "reference": "4dd3dddd193db37365a31ac475afcb3a76b31330"
+                "reference": "97587f95769fcfac8f3c43fae36aa02633960f62"
             },
             "type": "library",
             "autoload": {
@@ -1480,7 +1472,7 @@
                 "bootstrap",
                 "sonata"
             ],
-            "time": "2018-05-29T17:20:10+00:00"
+            "time": "2018-07-04T17:03:04+00:00"
         },
         {
             "name": "ik/device-bundle",
@@ -1601,7 +1593,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
-                "reference": "f9ed69669cad8e44d0c82b7233a41dfa41c1328d"
+                "reference": "2373f6de17349f1c99a768c4c3a0803df2cc08ca"
             },
             "require": {
                 "ext-curl": "*",
@@ -1620,7 +1612,7 @@
                 "bundle",
                 "oauth"
             ],
-            "time": "2018-02-19T12:41:13+00:00"
+            "time": "2018-07-03T12:02:21+00:00"
         },
         {
             "name": "ik/owner-voter-bundle",
@@ -1651,7 +1643,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/TemplateBundle.git",
-                "reference": "14e7b7c9d0deadf8c779874419cf2f183a02bbf8"
+                "reference": "7e50327475180f03fa24a2fa5ee1dc01dadd2bfa"
             },
             "require": {
                 "ik/base-admin-bundle": "*"
@@ -1669,7 +1661,7 @@
                 "bundle",
                 "template"
             ],
-            "time": "2018-04-24T15:29:11+00:00"
+            "time": "2018-07-04T14:44:27+00:00"
         },
         {
             "name": "ik/webservice-bundle",
@@ -1677,7 +1669,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
-                "reference": "7425e39fc61b46db91ddcfb405adc1b9f38c0d59"
+                "reference": "4fb907804f45b182cda4c48551adf5240386111a"
             },
             "require": {
                 "ext-curl": "*",
@@ -1690,7 +1682,7 @@
                 }
             },
             "description": "The Flowdat3 Webservice Rest",
-            "time": "2018-05-22T17:32:16+00:00"
+            "time": "2018-07-03T12:59:44+00:00"
         },
         {
             "name": "ik/workflow-bundle",
@@ -1698,7 +1690,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle.git",
-                "reference": "4eff7cff8e2e23771f02e03646d4378c9d8a5e33"
+                "reference": "184c2d1c00423b71fd1eae098eead7b938de1882"
             },
             "require": {
                 "php-amqplib/rabbitmq-bundle": "^1.12"
@@ -1728,7 +1720,7 @@
                 "bundle",
                 "workflow"
             ],
-            "time": "2018-05-22T13:38:30+00:00"
+            "time": "2018-07-04T14:51:55+00:00"
         },
         {
             "name": "incenteev/composer-parameter-handler",
@@ -3935,6 +3927,7 @@
                 "compression",
                 "minification"
             ],
+            "abandoned": "symfony/webpack-encore-pack",
             "time": "2017-07-14T07:26:46+00:00"
         },
         {
@@ -6335,7 +6328,7 @@
         "voryx/restgeneratorbundle": 20
     },
     "prefer-stable": false,
-    "prefer-lowest": false,
+    "prefer-lowest": true,
     "platform": {
         "php": ">=5.5.9"
     },