author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
483,716
09.08.2017 12:36:39
-19,080
a15a3ade76ca5a6a45c5a8a6a80b5d6068ccaa93
Remove install-guide env which is not effective The install-guide directory was moved to doc/source directory when migrating docs
[ { "change_type": "MODIFY", "old_path": "tox.ini", "new_path": "tox.ini", "diff": "@@ -59,13 +59,6 @@ commands =\n[testenv:releasenotes]\ncommands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html\n-[testenv:install-guide]\n-# NOTE(jaegerandi): th...
Python
Apache License 2.0
openstack/ceilometer
Remove install-guide env which is not effective The install-guide directory was moved to doc/source directory when migrating docs Change-Id: I51d2d502c8ea727bcc1d9fd59f1ec961c958aba5
483,793
08.08.2017 14:59:24
-28,800
bebc7d6fb1e081f0a601f8445dcef389c35bc30d
Fix a typo in ceilometer
[ { "change_type": "MODIFY", "old_path": "ceilometer/agent/plugin_base.py", "new_path": "ceilometer/agent/plugin_base.py", "diff": "@@ -257,7 +257,7 @@ class DiscoveryBase(object):\ndef group_id(self):\n\"\"\"Return group id of this discovery.\n- All running recoveries with the same group_id should re...
Python
Apache License 2.0
openstack/ceilometer
Fix a typo in ceilometer Change-Id: Ifa8abc35c82c9a79cc92a39c77933acfe50f8dfc
483,728
11.08.2017 11:08:04
-28,800
ff7137286cb6645b26abfe8e6c97bfa01408bff9
Modify memory swap metric type The metric type of memory.swap.in and memory.swap.out shoule be Cumulative, while the default is Gauge, so fix it.
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/pollsters/instance_stats.py", "new_path": "ceilometer/compute/pollsters/instance_stats.py", "diff": "@@ -55,12 +55,14 @@ class MemorySwapInPollster(InstanceStatsPollster):\nsample_name = 'memory.swap.in'\nsample_unit = 'MB'\nsample_stats_key...
Python
Apache License 2.0
openstack/ceilometer
Modify memory swap metric type The metric type of memory.swap.in and memory.swap.out shoule be Cumulative, while the default is Gauge, so fix it. Change-Id: I4da715027b3dabb1ceed4640773b1ad64aa50e9c
483,714
02.08.2017 14:11:40
-28,800
ed67c2bd3a5e1c4034a1f8a59761861f6eb0fc7d
Add disk total duration of reads/writes metric Add disk total duration of reads/writes(ms): disk.device.read.latency disk.device.write.latency
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/pollsters/disk.py", "new_path": "ceilometer/compute/pollsters/disk.py", "diff": "@@ -237,3 +237,17 @@ class PerDevicePhysicalPollster(PerDeviceDiskPollster):\nsample_name = 'disk.device.usage'\nsample_unit = 'B'\nsample_stats_key = 'physical...
Python
Apache License 2.0
openstack/ceilometer
Add disk total duration of reads/writes metric Add disk total duration of reads/writes(ms): disk.device.read.latency disk.device.write.latency Change-Id: I0235087af459278b9ad0a66f95c4e4c4ac72e112
483,793
16.08.2017 15:47:49
-28,800
a2754faf0c15187666e73fa3021ac9d72f6ca5c0
vmware:The cpu_util value should be a decimal
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/virt/vmware/inspector.py", "new_path": "ceilometer/compute/virt/vmware/inspector.py", "diff": "@@ -191,8 +191,8 @@ class VsphereInspector(virt_inspector.Inspector):\n# For this counter vSphere returns values scaled-up by 100, since the\n# co...
Python
Apache License 2.0
openstack/ceilometer
vmware:The cpu_util value should be a decimal Change-Id: I365768c7796a2f465ac18b91c28af48a2d49a6cd
483,691
05.09.2017 16:43:31
-28,800
2ad4c9564707b3974b52feb363a7ad22bc37b326
Update description 'resource_update_interval' option
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/discovery.py", "new_path": "ceilometer/compute/discovery.py", "diff": "@@ -62,7 +62,9 @@ OPTS = [\n\"the instance list to poll will be updated based \"\n\"on this option's interval. Measurements relating \"\n\"to the instances will match int...
Python
Apache License 2.0
openstack/ceilometer
Update description 'resource_update_interval' option Change-Id: I6e65f19cd0b993f225b35f27dd13e79de9df9cc2
483,758
20.10.2017 17:28:32
-28,800
d8c6acc44126bcf0d2f03888ff38f6a966474ae8
Remove the wrap for skip inspect rbd disk info Libvirt already support get rbd disk info since 2.0, so we can remove this wrap waring.
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/virt/libvirt/inspector.py", "new_path": "ceilometer/compute/virt/libvirt/inspector.py", "diff": "@@ -135,14 +135,6 @@ class LibvirtInspector(virt_inspector.Inspector):\ndomain = self._get_domain_not_shut_off_or_raise(instance)\ntree = etree....
Python
Apache License 2.0
openstack/ceilometer
Remove the wrap for skip inspect rbd disk info Libvirt already support get rbd disk info since 2.0, so we can remove this wrap waring. Change-Id: Ie11f64ce5dd9ce60b574ef1f6445d60e60b1887b
483,725
01.11.2017 19:16:23
-3,600
d137189c3642bd9ea836bea9e22d318bde2489b0
Remove direct publisher since it is deprecated Remove direct publisher from example since it is deprecated. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-data-pipelines.rst", "new_path": "doc/source/admin/telemetry-data-pipelines.rst", "diff": "@@ -521,7 +521,6 @@ specified. A sample ``publishers`` section in the\n- panko://\n- udp://10.0.0.2:1234\n- notifier://?policy=drop&max_queue_...
Python
Apache License 2.0
openstack/ceilometer
Remove direct publisher since it is deprecated Remove direct publisher from example since it is deprecated. Change-Id: I5d9231ab8ad3fafa5b5177954b6e473eca659638 Closes-Bug: #1728014
483,725
01.11.2017 19:30:03
-3,600
1d66a0cecfb76c5e9a169bb74af8a734087822b5
Clarify that there is only one polling agent Mention in install/get_started.rst that the compute polling agent and the central polling agent are actually the same program, running in different polling namespaces. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "doc/source/install/get_started.rst", "new_path": "doc/source/install/get_started.rst", "diff": "@@ -16,12 +16,15 @@ The Telemetry service consists of the following components:\nA compute agent (``ceilometer-agent-compute``)\nRuns on each compute node and polls...
Python
Apache License 2.0
openstack/ceilometer
Clarify that there is only one polling agent Mention in install/get_started.rst that the compute polling agent and the central polling agent are actually the same program, running in different polling namespaces. Change-Id: I338782ffd90b5f4aaf62512eb1449860b2dc90f5 Closes-Bug: #1728212
483,721
02.11.2017 14:48:31
-28,800
a141c6da5d5558b0be4b634015c4adbe815f6f28
Fix bug for ceilometer polling generates an exception When the "cdrom" device associated to the configdrive , which no longer has a "source" element. It is a normal and expected situation which shouldn't generate any logs. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/virt/libvirt/inspector.py", "new_path": "ceilometer/compute/virt/libvirt/inspector.py", "diff": "@@ -119,7 +119,8 @@ class LibvirtInspector(virt_inspector.Inspector):\nfor device in filter(\nbool,\n[target.get(\"dev\")\n- for target in tree....
Python
Apache License 2.0
openstack/ceilometer
Fix bug for ceilometer polling generates an exception When the "cdrom" device associated to the configdrive , which no longer has a "source" element. It is a normal and expected situation which shouldn't generate any logs. Change-Id: Ia9910f6aec1b2cc8db99d8468e42b840b387130c Closes-Bug: #1729506
483,675
27.10.2017 16:21:12
-28,800
3620b0fd515e123147c40a4b12173ee6a2470b05
revise doc of "workload_partitioning" and term "Notification Agents"
[ { "change_type": "MODIFY", "old_path": "doc/source/contributor/architecture.rst", "new_path": "doc/source/contributor/architecture.rst", "diff": "@@ -65,7 +65,7 @@ The Ceilometer project created 2 methods to collect data:\nOpenStack related project and are using the Oslo library, you are kindly\ninv...
Python
Apache License 2.0
openstack/ceilometer
revise doc of "workload_partitioning" and term "Notification Agents" Change-Id: Ie6356898533b2c35b42e86dd84ca3ce02c7d84d6
483,681
03.11.2017 17:27:31
-28,800
c477678e574a0a4c06dd29af2dbf9f58ec934b9a
fix ceilometer-compute invoke libvirt exception error when nova compute start vm not create by nova-compute, the ceilometer-compute will occur libvirtError: "metadata not found: Requested metadata element is not present". and cause all vm meter not report.
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/discovery.py", "new_path": "ceilometer/compute/discovery.py", "diff": "@@ -137,12 +137,21 @@ class InstanceDiscovery(plugin_base.DiscoveryBase):\ndef discover_libvirt_polling(self, manager, param=None):\ninstances = []\nfor domain in self.co...
Python
Apache License 2.0
openstack/ceilometer
fix ceilometer-compute invoke libvirt exception error when nova compute start vm not create by nova-compute, the ceilometer-compute will occur libvirtError: "metadata not found: Requested metadata element is not present". and cause all vm meter not report. Change-Id: Id71788606bc0da9a7959831fb90d13c25c0b8dcb
483,671
15.12.2017 03:37:40
0
4257ff72bff74511be8e08bdaa4f8323fe7507b0
[doc] frequency of polling should be controlled via the polling configuration In the architecture doc: 'The frequency of polling is controlled via the pipeline configuration. See Pipelines for details' should be changed to: 'The frequency of polling is controlled via the polling configuration. See Pollings for details'
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-data-collection.rst", "new_path": "doc/source/admin/telemetry-data-collection.rst", "diff": "@@ -292,6 +292,8 @@ between two ``datetime`` fields from one notification.\nproject_id: $.payload.tenant_id\nresource_id: $.payload.instance...
Python
Apache License 2.0
openstack/ceilometer
[doc] frequency of polling should be controlled via the polling configuration In the architecture doc: 'The frequency of polling is controlled via the pipeline configuration. See Pipelines for details' should be changed to: 'The frequency of polling is controlled via the polling configuration. See Pollings for details' Change-Id: I34cfac4555801139700e55aaec24fcf98ee432c1
483,691
15.12.2017 15:26:08
-28,800
47033f5ac1df573a8a9325be8006d485ea9dd1bc
Fix incorrect yaml code block in pipeline definition
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-data-pipelines.rst", "new_path": "doc/source/admin/telemetry-data-pipelines.rst", "diff": "@@ -49,7 +49,7 @@ The meter pipeline definition looks like:\n- name: 'source name'\nmeters:\n- 'meter filter'\n- sinks\n+ sinks:\n- 'sink name...
Python
Apache License 2.0
openstack/ceilometer
Fix incorrect yaml code block in pipeline definition Change-Id: I0181cb4bfce5bf3b486938ef64532df77cb0a764
483,691
15.12.2017 14:47:48
-28,800
4ce1bc1d49e713f2c5613cbca2c371c8ca547360
Update NotifierPublisher class doc
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/messaging.py", "new_path": "ceilometer/publisher/messaging.py", "diff": "@@ -187,13 +187,13 @@ class MessagingPublisher(publisher.ConfigPublisherBase):\nclass NotifierPublisher(MessagingPublisher):\n- \"\"\"Publish metering data from notif...
Python
Apache License 2.0
openstack/ceilometer
Update NotifierPublisher class doc Change-Id: Ib41ba3e53a1705c9fac61a36fca67ebb85134c1b
483,691
15.12.2017 15:56:57
-28,800
82f4f1f4e64e147055093fe174a1cac9ace71867
Update http publisher options in doc
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-data-pipelines.rst", "new_path": "doc/source/admin/telemetry-data-pipelines.rst", "diff": "@@ -500,10 +500,8 @@ The following options are availble:\nIf false, the publisher will send each sample and event individually,\nwhether or no...
Python
Apache License 2.0
openstack/ceilometer
Update http publisher options in doc Change-Id: Ie8cd071c02e4413af41afd1bf317eecec51fc297
483,789
19.12.2017 11:05:42
-3,600
b0edc485ea37cc601f2a6c3b8a7b6e93132577c7
devstack: redis on opensuse needs to have default config this patch adds a default config and uses template version of unit-file to restart redis
[ { "change_type": "MODIFY", "old_path": "devstack/plugin.sh", "new_path": "devstack/plugin.sh", "diff": "@@ -96,8 +96,15 @@ function _ceilometer_install_redis {\nelse\n# This will fail (correctly) where a redis package is unavailable\ninstall_package redis\n+ if is_suse; then\n+ # opensuse intsall mu...
Python
Apache License 2.0
openstack/ceilometer
devstack: redis on opensuse needs to have default config this patch adds a default config and uses template version of unit-file to restart redis Change-Id: I3c3498f408ac832c50d8f0e1834247492570fd4c
483,691
03.01.2018 16:50:11
-28,800
87a97c68cf603b4a99253b9ef0607b2d84fc9aa9
Fix maximum recursion depth exceeded bug when property referencing itself
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/gnocchi.py", "new_path": "ceilometer/publisher/gnocchi.py", "diff": "@@ -267,7 +267,7 @@ class GnocchiPublisher(publisher.ConfigPublisherBase):\nraise\nself._gnocchi_project_id = project.id\nLOG.debug(\"filtered project found: %s\",\n- sel...
Python
Apache License 2.0
openstack/ceilometer
Fix maximum recursion depth exceeded bug when property referencing itself Change-Id: Ifa5c3a03bfb05f8c69cb7a52f4a09d5d0f7855bd
483,691
08.01.2018 12:52:37
-28,800
eac0abf59112325eb4dce80425859adce6b1cac6
Remove state_description for trove State description and state are always with same value, see
[ { "change_type": "MODIFY", "old_path": "ceilometer/pipeline/data/event_definitions.yaml", "new_path": "ceilometer/pipeline/data/event_definitions.yaml", "diff": "fields: payload.audit_period_ending\n- event_type: trove.*\ntraits: &trove_base_traits\n- state:\n- fields: payload.state_description\nins...
Python
Apache License 2.0
openstack/ceilometer
Remove state_description for trove State description and state are always with same value, see https://github.com/openstack/trove/blob/master/trove/extensions/mgmt/instances/models.py#L217-L218 Change-Id: Id86f513c329946f3816a852e478f57a5dec21779
483,741
29.01.2018 10:10:42
-28,800
c1fad9b20ed661ccc1dde684e6191e75d4cf0e6d
remove repeated host It maybe remove repeated host in memory meter.
[ { "change_type": "MODIFY", "old_path": "ceilometer/data/meters.d/meters.yaml", "new_path": "ceilometer/data/meters.d/meters.yaml", "diff": "@@ -114,7 +114,6 @@ metric:\nflavor_id: $.payload.instance_flavor_id\nflavor_name: $.payload.instance_type\ndisplay_name: $.payload.display_name\n- host: $.payl...
Python
Apache License 2.0
openstack/ceilometer
remove repeated host It maybe remove repeated host in memory meter. Change-Id: I8972f5efab0c7a28af6b440883f394d35d897eef
483,675
10.04.2018 15:30:57
-28,800
3b8c219a488a901d9576638e78e231040f35ed5a
fix errors about words spelling. There are some errors about words spelling. Others is about wrong referend.
[ { "change_type": "MODIFY", "old_path": "doc/source/contributor/plugins.rst", "new_path": "doc/source/contributor/plugins.rst", "diff": "@@ -56,7 +56,7 @@ periodically calls their :func:`get_samples` method.\nCurrently we keep separate namespaces - ``ceilometer.poll.compute``\nand ``ceilometer.poll.c...
Python
Apache License 2.0
openstack/ceilometer
fix errors about words spelling. There are some errors about words spelling. Others is about wrong referend. Change-Id: Id04788f2736e2782d888f49bb93751b95eab0a41
483,675
10.04.2018 14:40:00
-28,800
3fb599f54c303eb6dae9089c15a3f9765d65c335
supplement "zakar" and "https" description It was mentioned "7 different transports", but there just shows 5 transports. I supplement 2 missing transports "zakar" and "https".
[ { "change_type": "MODIFY", "old_path": "doc/source/contributor/architecture.rst", "new_path": "doc/source/contributor/architecture.rst", "diff": "@@ -193,6 +193,9 @@ Currently, processed data can be published using 7 different transports:\n3. udp, which publishes samples using UDP packets;\n4. http,...
Python
Apache License 2.0
openstack/ceilometer
supplement "zakar" and "https" description It was mentioned "7 different transports", but there just shows 5 transports. I supplement 2 missing transports "zakar" and "https". Change-Id: If5db5e31f7c7d1101ccf4d285cfb67b5af1944cb
483,766
27.07.2018 08:03:44
14,400
063af43744bb0c29ce866bba6d3c40e3508a201f
Add option to file publisher to write json Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/file.py", "new_path": "ceilometer/publisher/file.py", "diff": "# License for the specific language governing permissions and limitations\n# under the License.\n+import json\nimport logging\nimport logging.handlers\n@@ -41,12 +42,13 @@ clas...
Python
Apache License 2.0
openstack/ceilometer
Add option to file publisher to write json Change-Id: I21f6f8fca8de1d6b8784e140382d1a1a99398279 Closes-Bug: #1783985
483,718
16.08.2018 09:19:22
-28,800
4e627004f6a21bfe248d82a32818faabf1834c06
Fix ceilometer polling process not able to coordinate issue Add option start_heart=True when start partition_coordinator to prevent old member be overwritten when new member joined group Besides upadte member information each time before doing poll Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/manager.py", "new_path": "ceilometer/polling/manager.py", "diff": "@@ -401,7 +401,7 @@ class AgentManager(cotyledon.Service):\nsuper(AgentManager, self).run()\nself.polling_manager = PollingManager(self.conf)\nif self.partition_coordinator:\...
Python
Apache License 2.0
openstack/ceilometer
Fix ceilometer polling process not able to coordinate issue Add option start_heart=True when start partition_coordinator to prevent old member be overwritten when new member joined group Besides upadte member information each time before doing poll Change-Id: I3d0acda90a57b4cb32468433f6bd593a038e76ec Closes-Bug: #1787125 Signed-off-by: Leehom Li (feli5) <feli5@cisco.com>
483,761
09.10.2018 11:10:36
-7,200
e4997a4ccfbf75dd738b120c47baba52fc8746b0
Skip oslo.messaging 9.0.0 release With oslo.messaging 9.0.0 the ceilometer tests are failing. A fix [1] in oslo.messaging already proposed and merged, but a release is needed for the ceilometer tests to pass. [1]
[ { "change_type": "MODIFY", "old_path": "requirements.txt", "new_path": "requirements.txt", "diff": "@@ -17,7 +17,7 @@ oslo.log>=1.14.0 # Apache-2.0\noslo.reports>=0.6.0 # Apache-2.0\noslo.rootwrap>=2.0.0 # Apache-2.0\npbr>=1.6 # Apache-2.0\n-oslo.messaging>=5.12.0 # Apache-2.0\n+oslo.messaging!=9.0....
Python
Apache License 2.0
openstack/ceilometer
Skip oslo.messaging 9.0.0 release With oslo.messaging 9.0.0 the ceilometer tests are failing. A fix [1] in oslo.messaging already proposed and merged, but a release is needed for the ceilometer tests to pass. [1] https://review.openstack.org/#/c/608196/ Change-Id: Ia90e4fb28c42467a9090d53742b5acc9d4841aaa
483,699
30.10.2018 23:13:07
-28,800
da95ab99e3ea0d17930bfec3bcfd896b7411f8ce
Fix the section of notify_on_state_change to [notifications] Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "doc/source/install/install-compute-common.inc", "new_path": "doc/source/install/install-compute-common.inc", "diff": "@@ -45,6 +45,9 @@ Configure Compute to use Telemetry\n...\ninstance_usage_audit = True\ninstance_usage_audit_period = hour\n+\n+ [notification...
Python
Apache License 2.0
openstack/ceilometer
Fix the section of notify_on_state_change to [notifications] https://github.com/openstack/nova/blob/042f08ee968fc83b80e554efe58270c8dfd6265c/nova/conf/notifications.py#L41 Change-Id: Ic09b05e3b4603f5967a2ee67191b931661ef8fe0 Closes-Bug: #1800674
483,723
04.12.2018 12:54:19
-19,080
3692da1aac866ae34be50c2161c02904f2a6f865
Added support for python3 Attribute .keys() returns "views" instead of list in python3. Reference:
[ { "change_type": "MODIFY", "old_path": "ceilometer/tests/unit/test_neutronclient_lbaas_v2.py", "new_path": "ceilometer/tests/unit/test_neutronclient_lbaas_v2.py", "diff": "@@ -281,7 +281,7 @@ class TestNeutronClientLBaaSV2(base.BaseTestCase):\n'fcf23bde-8cf9-4616-883f-208cebcbf858': 'ONLINE',\n'fcf2...
Python
Apache License 2.0
openstack/ceilometer
Added support for python3 Attribute .keys() returns "views" instead of list in python3. Reference: https://docs.python.org/3.0/whatsnew/3.0.html Change-Id: If9ed4790cf3365782848285180f41c43f335fa14
483,761
13.12.2018 15:17:18
-3,600
87611fe375857990fbb084619a7ef91be39bdc03
Use kafka extras for oslo.messaging oslo.messaging replaced kafka-python to confluent-kafka [1], so instead of adding the kafka-python to test-requirements the oslo-messaging[kafka] should be used. [1] Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "test-requirements.txt", "new_path": "test-requirements.txt", "diff": "@@ -6,6 +6,7 @@ coverage>=3.6 # Apache-2.0\nfixtures<2.0,>=1.3.1 # Apache-2.0/BSD\nmock>=1.2 # BSD\nos-win>=0.2.3 # Apache-2.0\n+oslo.messaging[kafka]!=9.0.0,>=5.12.0 # Apache-2.0\noslotest>...
Python
Apache License 2.0
openstack/ceilometer
Use kafka extras for oslo.messaging oslo.messaging replaced kafka-python to confluent-kafka [1], so instead of adding the kafka-python to test-requirements the oslo-messaging[kafka] should be used. [1] https://github.com/openstack/oslo.messaging/blob/master/releasenotes/notes/kafka-client-library-change-fe16d5a34550db7f.yaml#L11 Closes-Bug: #1808350 Change-Id: If56890b35bbe40141c01467e47bccdf4d5584e86
483,726
02.01.2019 19:23:14
-28,800
c8ba86cb879ce905b61a246b05e24cd379dfc514
modify the mail list address
[ { "change_type": "MODIFY", "old_path": "README.rst", "new_path": "README.rst", "diff": "@@ -44,7 +44,7 @@ IRC Channel: #openstack-telemetry on `Freenode`_.\nMailinglist\n-----------\n-Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev\n+Project use http://lists.openstack.o...
Python
Apache License 2.0
openstack/ceilometer
modify the mail list address Change-Id: Ia5e37946d39ff0f230d4477c1eceb6ce67b00153
483,775
12.03.2019 14:06:44
25,200
ab73c911dd17400e5dc67a5485fdf8b5d6826283
making inspector object singleton again by assigning to the base pollster class Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/pollsters/__init__.py", "new_path": "ceilometer/compute/pollsters/__init__.py", "diff": "@@ -47,21 +47,21 @@ class GenericComputePollster(plugin_base.PollsterBase):\ndef setup_environment(self):\nsuper(GenericComputePollster, self).setup_env...
Python
Apache License 2.0
openstack/ceilometer
making inspector object singleton again by assigning to the base pollster class Change-Id: I1afc02d595273f7b699afac9c12fcb17a777b4a8 Closes-Bug: #1819562
483,728
08.03.2019 14:48:40
-28,800
194c8828640543ccf66ebe367f4a0fb4917a6b63
disk capacity is less than disk usage If the virtual machine mounts cd-rom, libvirt will align by 4K bytes, causing the disk capacity is less than the disk usage, which does not seem reasonable. Maybe we shoulde use the bigger one as disk capacity. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/virt/libvirt/inspector.py", "new_path": "ceilometer/compute/virt/libvirt/inspector.py", "diff": "@@ -154,8 +154,12 @@ class LibvirtInspector(virt_inspector.Inspector):\ndomain = self._get_domain_not_shut_off_or_raise(instance)\nfor device in...
Python
Apache License 2.0
openstack/ceilometer
disk capacity is less than disk usage If the virtual machine mounts cd-rom, libvirt will align by 4K bytes, causing the disk capacity is less than the disk usage, which does not seem reasonable. Maybe we shoulde use the bigger one as disk capacity. Change-Id: I25808856bce27483da0cb2583ae94e8dc162d647 Closes-Bug: #1819107
483,728
05.05.2019 16:25:47
-28,800
fd000b8c131b3b5d23d2c45233353107536565e1
metering data lost randomly Thread lock has been added for flush(), while queue may be modified in other places, which has not been protected, so need to add lock in such places too. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/messaging.py", "new_path": "ceilometer/publisher/messaging.py", "diff": "@@ -112,9 +112,11 @@ class MessagingPublisher(publisher.ConfigPublisherBase):\nfor sample in samples\n]\ntopic = self.conf.publisher_notifier.metering_topic\n+ with s...
Python
Apache License 2.0
openstack/ceilometer
metering data lost randomly Thread lock has been added for flush(), while queue may be modified in other places, which has not been protected, so need to add lock in such places too. Change-Id: I6b46f07690f2fc165fe27bf509ee8926656fd6b9 Closes-Bug: #1827768
483,678
26.07.2019 15:22:42
14,400
815726623df742e7f9cefa9c677da13c2ed3a54a
Unit field missing in snmp data Unit field is missing in snmp.yaml for hardware.cpu.* metrics as result it is throwing Missing field unit in the log files. Added unit as tick from looking at the telemetry-measurements doc upstream. Story: Task:
[ { "change_type": "MODIFY", "old_path": "ceilometer/hardware/pollsters/data/snmp.yaml", "new_path": "ceilometer/hardware/pollsters/data/snmp.yaml", "diff": "@@ -38,36 +38,43 @@ metric:\ntype: \"int\"\n- name: hardware.cpu.user\n+ unit: tick\nsnmp_inspector:\nmatching_type: \"type_exact\"\noid: \"1.3....
Python
Apache License 2.0
openstack/ceilometer
Unit field missing in snmp data Unit field is missing in snmp.yaml for hardware.cpu.* metrics as result it is throwing Missing field unit in the log files. Added unit as tick from looking at the telemetry-measurements doc upstream. Story: #2006287 Task: #35996 Change-Id: Id50bf64e2a69f7d5152040a6784b914dadf8d8d6
483,753
15.08.2019 10:05:55
14,400
6c0a9827882e7bfb7959d102ee85584369715ac6
Only install monotonic on python2 monotonic is a backport of time.monotonic from python3. Only install it for python2. Depends-On:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/pollsters/__init__.py", "new_path": "ceilometer/compute/pollsters/__init__.py", "diff": "# under the License.\nimport collections\n+import six\n+\n+if six.PY2:\n+ from monotonic import monotonic as now\n+else:\n+ from time import monotonic a...
Python
Apache License 2.0
openstack/ceilometer
Only install monotonic on python2 monotonic is a backport of time.monotonic from python3. Only install it for python2. Depends-On: https://review.openstack.org/615441 Change-Id: Id27cd748e883d54dd93dac2e6bd8caee6728f7e1
483,686
02.09.2019 18:25:35
14,400
fd9cf6a7bd0371ebb2d4d173fbdf9896f0687034
Type field missing in snmp data harware.cpu meters Type field is missing in snmp.yaml for hardware.cpu.* meters as a result it is throwing Missing field unit errors in the log files. Adding Type gauge per the telemetry-measurements documentation. Task: 36428 Story:
[ { "change_type": "MODIFY", "old_path": "ceilometer/hardware/pollsters/data/snmp.yaml", "new_path": "ceilometer/hardware/pollsters/data/snmp.yaml", "diff": "@@ -39,42 +39,49 @@ metric:\n- name: hardware.cpu.user\nunit: tick\n+ type: gauge\nsnmp_inspector:\nmatching_type: \"type_exact\"\noid: \"1.3.6....
Python
Apache License 2.0
openstack/ceilometer
Type field missing in snmp data harware.cpu meters Type field is missing in snmp.yaml for hardware.cpu.* meters as a result it is throwing Missing field unit errors in the log files. Adding Type gauge per the telemetry-measurements documentation. Change-Id: I4c349d82e3b2b35727c3f814116410dd1ffc8f37 Task: 36428 Story: 2006485
483,728
17.09.2019 10:07:15
-28,800
9d94f0ade244eeacd9555bfe26d3961406ffb4ec
Set proper trait type Set proper trait type for event defination, such as datetime and int.
[ { "change_type": "MODIFY", "old_path": "ceilometer/pipeline/data/event_definitions.yaml", "new_path": "ceilometer/pipeline/data/event_definitions.yaml", "diff": "status:\nfields: payload.status\ncreated_at:\n+ type: datetime\nfields: payload.created_at\nimage_id:\nfields: payload.glance_metadata[?ke...
Python
Apache License 2.0
openstack/ceilometer
Set proper trait type Set proper trait type for event defination, such as datetime and int. Change-Id: Idaf07c69221cb1ad5c3813ce687e658256f30b23
483,665
03.10.2019 12:49:39
-10,800
ab4b87bfc2a8c4a378ee83bb5b95e8c30bac6180
Fix samples with dots in sample name This patch fixes Prometheus publisher behavior when Ceilometer metric names contain dots by replacing them with underscores. Prometheus does not accept metrics with dots.
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/prometheus.py", "new_path": "ceilometer/publisher/prometheus.py", "diff": "@@ -55,9 +55,11 @@ class PrometheusPublisher(http.HttpPublisher):\nelif s.type == sample.TYPE_GAUGE:\nmetric_type = \"gauge\"\n- if metric_type and s.name not in do...
Python
Apache License 2.0
openstack/ceilometer
Fix samples with dots in sample name This patch fixes Prometheus publisher behavior when Ceilometer metric names contain dots by replacing them with underscores. Prometheus does not accept metrics with dots. Change-Id: If4799a1b17001c0535413a26ec5d2f427e52f168 Signed-off-by: Yanos Angelopoulos <yanos@admin.grnet.gr>
483,728
31.10.2019 19:21:52
-28,800
6b0318e9c783fc22bded875cbe3a298feb1b5de8
support events Events are valuable for understanding system state, so we need to continue to support them.
[ { "change_type": "MODIFY", "old_path": "ceilometer/event/converter.py", "new_path": "ceilometer/event/converter.py", "diff": "@@ -27,17 +27,14 @@ from ceilometer.i18n import _\nOPTS = [\ncfg.StrOpt('definitions_cfg_file',\ndefault=\"event_definitions.yaml\",\n- deprecated_for_removal=True,\nhelp=\"C...
Python
Apache License 2.0
openstack/ceilometer
support events Events are valuable for understanding system state, so we need to continue to support them. Change-Id: I15f2675a3538c38c834284e1c73decebff5521ed
483,664
07.11.2019 18:30:22
10,800
cd9e199076b1e3cb8ef6e6bc3e7844b0d23f7e48
Add loadbalancer resource type. Adds the loadbalancer resource type for usage with the network.services.lb.* metrics. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/gnocchi_client.py", "new_path": "ceilometer/gnocchi_client.py", "diff": "@@ -240,6 +240,12 @@ resources_update_operations = [\n\"value\": {\"type\": \"string\", \"min_length\": 0, \"max_length\": 255,\n\"required\": False}\n}]},\n+ {\"desc\": \"add ...
Python
Apache License 2.0
openstack/ceilometer
Add loadbalancer resource type. Adds the loadbalancer resource type for usage with the network.services.lb.* metrics. Change-Id: Ib6e78438c3da0e22d93f720f00cdeadf0ed7a91f Closes-Bug: #1848286 Signed-off-by: Jorge Niedbalski <jnr@metaklass.org>
483,674
05.11.2019 19:06:26
10,800
7cba277d798c07410b9b41bef945b83e8c4a16e5
Dynamic pollster system to support non-OpenStack APIs The goal of this PR is to add the support for non-OpenStack APIs into Ceilometer. An example of such API is the RadosGW usage API.
[ { "change_type": "MODIFY", "old_path": "ceilometer/declarative.py", "new_path": "ceilometer/declarative.py", "diff": "@@ -24,7 +24,7 @@ LOG = log.getLogger(__name__)\nclass DefinitionException(Exception):\n- def __init__(self, message, definition_cfg):\n+ def __init__(self, message, definition_cfg=N...
Python
Apache License 2.0
openstack/ceilometer
Dynamic pollster system to support non-OpenStack APIs The goal of this PR is to add the support for non-OpenStack APIs into Ceilometer. An example of such API is the RadosGW usage API. Change-Id: If5e1c9bce9e2709746338e043b20d328d8fb4504
483,674
29.05.2020 12:05:31
10,800
1a4ab34df565fa00dc72edfd263afc56276f7621
Enable OpenStack pollster to configure Ids(project, user, and resource) This pull request enables OpenStack pollsters to configure Ids(project, user, and resource) as the non-openstack pollster. This is useful as some of the OpenStack APIs use other keys to represent values such as project_id and user_id.
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -362,7 +362,11 @@ class PollsterDefinitions(object):\nPollsterDefinition(name='metadata_mapping', default={}),\nPollsterDefinition(name='preserve_mapped_...
Python
Apache License 2.0
openstack/ceilometer
Enable OpenStack pollster to configure Ids(project, user, and resource) This pull request enables OpenStack pollsters to configure Ids(project, user, and resource) as the non-openstack pollster. This is useful as some of the OpenStack APIs use other keys to represent values such as project_id and user_id. Change-Id: Id5ae1720ad714675722bc857a142d7bd667fe7ed
483,674
03.07.2020 19:08:53
10,800
49e9744f8d476a474c0b2fbe1ca112b62f15ba0e
Fix dynamic pollster samples indentation in the documentation
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-dynamic-pollster.rst", "new_path": "doc/source/admin/telemetry-dynamic-pollster.rst", "diff": "@@ -294,8 +294,7 @@ for `radosgw.api.request` metric to the dynamic pollster model:\nurl_path: \"http://rgw.service.stage.i.ewcs.ch/admin/...
Python
Apache License 2.0
openstack/ceilometer
Fix dynamic pollster samples indentation in the documentation Change-Id: I2c07bf43d1a230c0a6bf48755d91d41c64abc9ea
483,674
06.07.2020 14:10:29
10,800
6bb26f356f527d933a0ddf0fddd0b463ccb05c7c
Fix dynamic pollster `default_discovery` method call
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -665,7 +665,7 @@ class DynamicPollster(plugin_base.PollsterBase):\n@property\ndef default_discovery(self):\n- return self.definitions.sample_gatherer.def...
Python
Apache License 2.0
openstack/ceilometer
Fix dynamic pollster `default_discovery` method call Change-Id: Idda62731e70bb1fd4d8293576a3f84207048c6b8
483,670
10.06.2020 00:39:11
25,200
4f85b7d2b4e1be104905b656b9715d8a42124483
Adding exception handling when inspect_disks It raises error even when live migration. As live migration uses lock normally, it should not be an error. Story: Task:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/virt/libvirt/inspector.py", "new_path": "ceilometer/compute/virt/libvirt/inspector.py", "diff": "@@ -139,6 +139,7 @@ class LibvirtInspector(virt_inspector.Inspector):\ndef inspect_disks(self, instance, duration):\ndomain = self._get_domain_n...
Python
Apache License 2.0
openstack/ceilometer
Adding exception handling when inspect_disks It raises error even when live migration. As live migration uses lock normally, it should not be an error. Story: #2007651 Task: #39715 Change-Id: I3c0f29f79dc3c73e7aec9c9035c94c0fdcf8ccfd
483,674
26.03.2020 15:13:51
10,800
39a534b3f8e745476738bfba98a0f984f730d5e6
Add support to the use of headers in the dynamic pollsters Depends-On:
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -319,10 +319,39 @@ class PollsterValueMapper(object):\nclass PollsterDefinition(object):\n+ \"\"\"Represents a dynamic pollster configuration/parameter\n...
Python
Apache License 2.0
openstack/ceilometer
Add support to the use of headers in the dynamic pollsters Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: I3ec151b8807d0dd3e529bb449d22fa68c8c810ee
483,674
25.03.2020 18:06:50
10,800
51f06518c58ab4e7e658e0b9c6fc924882320adf
Enable processing metadata with nested objects Depends-On:
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -111,10 +111,14 @@ class PollsterSampleExtractor(object):\ndef generate_sample(self, pollster_sample, pollster_definitons=None):\npollster_definitions =\...
Python
Apache License 2.0
openstack/ceilometer
Enable processing metadata with nested objects Depends-On: https://review.opendev.org/#/c/709807/ Change-Id: Id108a7cd7bf356156b68324c3d033037a84869fc
483,788
26.08.2020 09:38:17
-28,800
b2c2ab757bf029139b9c0024b8510e8fdc57122f
maybe use word is better
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -59,7 +59,7 @@ class PollsterDefinitionBuilder(object):\nif not supported_definitions:\nraise declarative.DynamicPollsterDefinitionException(\n\"Your con...
Python
Apache License 2.0
openstack/ceilometer
maybe use word is better Change-Id: Ib1c93bc61e6ad86a1ee2b6a5e583c23aefa094c5
483,755
27.08.2020 11:51:14
14,400
aa6b4e86421312665155485e0018643939f48572
Add logic for event_update handling and set transfer event as event_update This patch implements logic for updating resources in gnocchi when an event_update happens. Additionally, it adds volume.transfer events to the event_definitions.yaml and attributes for said event in gnocchi_resources.yaml
[ { "change_type": "MODIFY", "old_path": "ceilometer/pipeline/data/event_definitions.yaml", "new_path": "ceilometer/pipeline/data/event_definitions.yaml", "diff": "fields: payload.glance_metadata[?key=image_id].value\ninstance_id:\nfields: payload.volume_attachment[0].instance_uuid\n-- event_type: ['v...
Python
Apache License 2.0
openstack/ceilometer
Add logic for event_update handling and set transfer event as event_update This patch implements logic for updating resources in gnocchi when an event_update happens. Additionally, it adds volume.transfer events to the event_definitions.yaml and attributes for said event in gnocchi_resources.yaml Change-Id: I15bc4e1589f92fc856876a563122c1a1e07d4c4a
483,674
27.08.2020 10:44:55
10,800
549df53f9c64e6ef5cea2751c8e193867048abd2
Statement about complex object handling in the Dynamic pollster documentation
[ { "change_type": "MODIFY", "old_path": "doc/source/admin/telemetry-dynamic-pollster.rst", "new_path": "doc/source/admin/telemetry-dynamic-pollster.rst", "diff": "@@ -26,6 +26,13 @@ The dynamic pollsters system configuration (for OpenStack APIs)\nEach YAML file in the dynamic pollster feature can use...
Python
Apache License 2.0
openstack/ceilometer
Statement about complex object handling in the Dynamic pollster documentation Change-Id: Iae1b317db25a8c3b6e9f8400c572cc653367d4c9
483,674
08.09.2020 11:03:35
10,800
76d373b1e6e08db23210516acee6480f4e6c7f35
Fix handling of metadatas that are set to None or False
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -117,7 +117,7 @@ class PollsterSampleExtractor(object):\nfor k in pollster_definitions['metadata_fields']:\nval = self.retrieve_attribute_nested_value(po...
Python
Apache License 2.0
openstack/ceilometer
Fix handling of metadatas that are set to None or False Change-Id: I19bd14f57d925319a220fa7e2b8b492f29e1b8ed
483,753
27.05.2021 12:23:17
14,400
4ae76f31520540d2eb1cd5048b4163991f79019f
remove requires on monotonic monotonic dependency was removed when switching to python3. The requires on it is not needed. It was previously limited to python < 3.3 but that limit got lost. There is no current usage in the code importing monotonic. https: //review.opendev.org/c/openstack/ceilometer/+/676706
[ { "change_type": "MODIFY", "old_path": "lower-constraints.txt", "new_path": "lower-constraints.txt", "diff": "@@ -8,7 +8,6 @@ gnocchiclient==7.0.0\njsonpath-rw-ext==1.1.3\nkeystoneauth1==3.18.0\nlxml==4.5.1\n-monotonic==0.6\nmsgpack==0.5.2\nos-win==3.0.0\nos-xenapi==0.3.3\n" }, { "change_typ...
Python
Apache License 2.0
openstack/ceilometer
remove requires on monotonic monotonic dependency was removed when switching to python3. The requires on it is not needed. It was previously limited to python < 3.3 but that limit got lost. There is no current usage in the code importing monotonic. https: //review.opendev.org/c/openstack/ceilometer/+/676706 Change-Id: I182dd641893eea7226a5e3afc17132ac973b516b
483,772
12.08.2021 11:16:39
14,400
6bb29c0bd23c9cf5452a7f6818259e73b39ba7c3
Moving Centos8s job to telemetry-tempest-plugin Depends-On:
[ { "change_type": "MODIFY", "old_path": ".zuul.yaml", "new_path": ".zuul.yaml", "diff": "- ^releasenotes/.*$\n- ^ceilometer/tests/.*$\n-- job:\n- name: telemetry-dsvm-integration-centos-8s\n- nodeset: devstack-single-node-centos-8-stream\n- parent: telemetry-dsvm-integration\n- description: |\n- Func...
Python
Apache License 2.0
openstack/ceilometer
Moving Centos8s job to telemetry-tempest-plugin Change-Id: I74d4ab548a6319390100cb0a067c190e20a2e9a2 Depends-On: Ic158561b3f4d8ddcc092f4e8da1b3215f976fc98
483,772
13.07.2021 15:56:59
14,400
04e3ea79223b3e149953c14b71d37e533568b7d7
Adding FIPS job Depends-On:
[ { "change_type": "MODIFY", "old_path": ".zuul.yaml", "new_path": ".zuul.yaml", "diff": "check:\njobs:\n- grenade-ceilometer\n+ - telemetry-dsvm-integration-centos-8s:\n+ irrelevant-files: *ceilometer-irrelevant-files\n+ - telemetry-dsvm-integration-centos-8s-fips:\n+ irrelevant-files: *ceilometer-ir...
Python
Apache License 2.0
openstack/ceilometer
Adding FIPS job Change-Id: If4fdbb473a00fd1506ed036a4438ca931023e137 Depends-On: I05713ed77b79e583ad1073ff80ccd7a031e34c26
483,764
05.10.2021 15:44:04
-7,200
252698de6a3ebdae0b2793c941b6117868e5574e
Update compute.discovery to get nova domain meta Nova changed the namespace for nova specific data to version 1.1 for the wallaby cycle . Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/compute/discovery.py", "new_path": "ceilometer/compute/discovery.py", "diff": "@@ -140,7 +140,7 @@ class InstanceDiscovery(plugin_base.DiscoveryBase):\ntry:\nxml_string = domain.metadata(\nlibvirt.VIR_DOMAIN_METADATA_ELEMENT,\n- \"http://openstack.o...
Python
Apache License 2.0
openstack/ceilometer
Update compute.discovery to get nova domain meta Nova changed the namespace for nova specific data to version 1.1 for the wallaby cycle . Closes-Bug: #1930446 Change-Id: I2aa34cf142c6429a7a0a3b8f232c3ed83f7d9981
483,685
29.09.2021 12:32:11
-7,200
0940d4f2318e7216486ad2d6ad11837c8f54797a
Fix broken test_discovery_with_libvirt_error Mock only small parts of libvirt not the whole library, when testing libvirt discovery. Closes-Bug:
[ { "change_type": "MODIFY", "old_path": "ceilometer/tests/unit/compute/test_discovery.py", "new_path": "ceilometer/tests/unit/compute/test_discovery.py", "diff": "@@ -130,6 +130,9 @@ class FakeManualInstanceConn(object):\ndef listAllDomains(self):\nreturn [FakeManualInstanceDomain()]\n+ def isAlive(s...
Python
Apache License 2.0
openstack/ceilometer
Fix broken test_discovery_with_libvirt_error Mock only small parts of libvirt not the whole library, when testing libvirt discovery. Closes-Bug: #1774292 Change-Id: Ifbcf3fa0602d805b1e493f1ee6c3385edb87a277
483,674
12.10.2022 17:15:52
10,800
44caf759d09eea7a55f4f1aeccea8e257b357e13
Fix the handle of plain text outputs The handler of Plaintext output was using the wrong data structure to store the output in plaintext. The output needs to be enclosed as a dictionary in a list.
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/dynamic_pollster.py", "new_path": "ceilometer/polling/dynamic_pollster.py", "diff": "@@ -66,11 +66,11 @@ class JsonResponseHandler(object):\nclass PlainTextResponseHandler(object):\n- \"\"\"This response handler converts a string to a dict {...
Python
Apache License 2.0
openstack/ceilometer
Fix the handle of plain text outputs The handler of Plaintext output was using the wrong data structure to store the output in plaintext. The output needs to be enclosed as a dictionary in a list. Change-Id: Ib134a5a0de135eb1e00073c4dfc6654ad2d93709
483,769
20.10.2022 08:37:29
-32,400
f0730df40c89ad6c38ba9d66153149fc031414c3
Update the installation guide for RHEL8/CentOS8 The openstack Ussuri and Victoria versions no longer support the RHEL7/CentOS7 and python2 environment packages. Correct the problems in the latest installation document for RDO.
[ { "change_type": "MODIFY", "old_path": "doc/source/install/install-base-rdo.rst", "new_path": "doc/source/install/install-base-rdo.rst", "diff": "@@ -24,8 +24,8 @@ Install Gnocchi\n.. code-block:: console\n- # yum install openstack-gnocchi-api openstack-gnocchi-metricd \\\n- python-gnocchiclient\n+ ...
Python
Apache License 2.0
openstack/ceilometer
Update the installation guide for RHEL8/CentOS8 The openstack Ussuri and Victoria versions no longer support the RHEL7/CentOS7 and python2 environment packages. Correct the problems in the latest installation document for RDO. Change-Id: Ie03815f25d3a9ec99506a9dc14810a6800d3c42c
483,674
28.10.2022 09:03:58
10,800
060a13455cbcf759eac451c2eb923af31b08c625
Improve logging for Gnocchi publisher
[ { "change_type": "MODIFY", "old_path": "ceilometer/publisher/gnocchi.py", "new_path": "ceilometer/publisher/gnocchi.py", "diff": "@@ -380,9 +380,13 @@ class GnocchiPublisher(publisher.ConfigPublisherBase):\ntry:\nself.batch_measures(measures, gnocchi_data)\nexcept gnocchi_exc.ClientException as e:\n...
Python
Apache License 2.0
openstack/ceilometer
Improve logging for Gnocchi publisher Change-Id: I2f26746225a76df66e999490c0055101d325b114
483,674
07.09.2022 14:20:50
10,800
264229ea44ad4ddcb347bda153d36255e07322ee
Fix barbican credentials retrieval
[ { "change_type": "MODIFY", "old_path": "ceilometer/polling/discovery/non_openstack_credentials_discovery.py", "new_path": "ceilometer/polling/discovery/non_openstack_credentials_discovery.py", "diff": "@@ -38,7 +38,7 @@ class NonOpenStackCredentialsDiscovery(EndpointDiscovery):\nif not param:\nretur...
Python
Apache License 2.0
openstack/ceilometer
Fix barbican credentials retrieval Change-Id: Iec0d885e1fdd42edb2da37d4a71a80168c690c98
483,713
28.11.2022 13:18:16
18,000
ed55b5f4a4933e0e5d986b0da23239ebcc7d9f77
Add TCP publisher This commit adds a TCP publisher. The publisher works similarly to the UDP publisher.
[ { "change_type": "ADD", "old_path": null, "new_path": "ceilometer/publisher/tcp.py", "diff": "+#\n+# Copyright 2022 Red Hat, Inc\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n+# not use this file except in compliance with the License. You may obtain\n+# a copy of...
Python
Apache License 2.0
openstack/ceilometer
Add TCP publisher This commit adds a TCP publisher. The publisher works similarly to the UDP publisher. Change-Id: Iac662018039e74ad59ac9c7fa4db994da540ef2f
323,346
17.02.2017 14:00:20
-28,800
65b2c9bca3f9f0d353db8c4196464fe452febd14
Mapping missing fixed
[ { "change_type": "MODIFY", "old_path": "core/_include/data_pool.php", "new_path": "core/_include/data_pool.php", "diff": "@@ -80,19 +80,16 @@ class data_pool\n//Get the api methods according to the request\n//All methods will be stored in the intersect list if no method is provided\n$method_api = !e...
PHP
Apache License 2.0
jerry-shaw/nervsys
Mapping missing fixed
323,346
25.02.2017 09:19:40
-28,800
60255171f63bcd23587cf738ba88ffbd261b39b4
Move lang setting to cfg.php From Error Controlling Module to cfg.php
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg.php", "new_path": "core/_include/cfg.php", "diff": "@@ -42,6 +42,9 @@ define('ROOT', substr(__DIR__, 0, -14));\n//Helpful for debugging with custom URL parameters\ndefine('ENABLE_GET', false);\n+//Enable/Disable Language Module for Error Cont...
PHP
Apache License 2.0
jerry-shaw/nervsys
Move lang setting to cfg.php From Error Controlling Module to cfg.php
323,346
09.03.2017 12:33:19
-28,800
9c2b92897ca8f4df4a81cc98e61a1b6998fa9e87
Fix SECURE_API error
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg_fn.php", "new_path": "core/_include/cfg_fn.php", "diff": "@@ -60,8 +60,8 @@ function load_api(string $module, string $library, string $method): array\n$result = [];\n$class = load_lib($module, $library);\nif ('' !== $class) {\n- $api_list = S...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix SECURE_API error
323,346
14.03.2017 13:48:41
-28,800
ab5a1f0f474b07c59c7624c0558fda488c24940e
Some little modifications
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "-A simple Neuron Model controller and Nervous System for data processing based on php7.\n-<br>Web Site and Datacenter are under construction, coming soon...\n+**NervSys** is a simple Neuron Model controller and Ner...
PHP
Apache License 2.0
jerry-shaw/nervsys
Some little modifications
323,346
16.03.2017 23:03:27
-28,800
cd87b510b66e24a74dbda18a9feca2cba56c3c40
2.7.5 Simple language crossing function supported via CLI mode
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.7.2\n-Last Modified: 2017-03-08\n\\ No newline at end of file\n+Version: 2.7.5\n+Last Modified: 2017-03-16\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, "new_...
PHP
Apache License 2.0
jerry-shaw/nervsys
2.7.5 Simple language crossing function supported via CLI mode
323,346
17.03.2017 13:16:47
-28,800
74c2d9179e7e4fb1de897de3ab666ccdb59069e4
2.8.0 Experimental version for language crossing with CLI...
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.7.5\n-Last Modified: 2017-03-16\n\\ No newline at end of file\n+Version: 2.8.0\n+Last Modified: 2017-03-17\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "_cli/cfg.js...
PHP
Apache License 2.0
jerry-shaw/nervsys
2.8.0 Experimental version for language crossing with CLI...
323,346
20.03.2017 11:23:37
-28,800
be4ad8da42e3f7bc4d5783e09aae220ae9fa0863
Delete ctrl_file.json
[ { "change_type": "DELETE", "old_path": "core/_error/ctrl_file.json", "new_path": null, "diff": "-{\n- \"Name\": \"ctrl_file\",\n- \"Lang\": \"ctrl_file\",\n- \"Module\": \"core\",\n- \"CodeRange\": \"10000-10099\",\n- \"10000\": \"upload_done\",\n- \"10001\": \"upload_failed\",\n- \"10002\": \"uploa...
PHP
Apache License 2.0
jerry-shaw/nervsys
Delete ctrl_file.json
323,346
20.03.2017 11:24:06
-28,800
969c7a72ff1a06699b70e695c3e99c093c1206d3
Delete ctrl_file.po
[ { "change_type": "DELETE", "old_path": "core/_language/en-US/LC_MESSAGES/ctrl_file.po", "new_path": null, "diff": "-msgid \"\"\n-msgstr \"\"\n-\"Project-Id-Version: \\n\"\n-\"POT-Creation-Date: \\n\"\n-\"PO-Revision-Date: \\n\"\n-\"Last-Translator: \\n\"\n-\"Language-Team: \\n\"\n-\"MIME-Version: 1....
PHP
Apache License 2.0
jerry-shaw/nervsys
Delete ctrl_file.po
323,346
20.03.2017 16:26:12
-28,800
8714caaea1da672597d0c74243e08dacde3d1f10
Add demo module address fruit_picker is opened for testing with NervSys.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -14,3 +14,5 @@ You can develop your own modules offline for ooBase or make fully functional pag\nWe could be very grateful for you if you donate your modules to ooBase.\nNervSys is still going on its way, so we ...
PHP
Apache License 2.0
jerry-shaw/nervsys
Add demo module address fruit_picker is opened for testing with NervSys.
323,339
22.03.2017 16:58:17
-28,800
749ae629397430668a8f172ddbbe5ec1239fc31a
update ctrl_cli get_cmd hopr no error
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_cli.php", "new_path": "core/_include/ctrl_cli.php", "diff": "@@ -79,7 +79,7 @@ class ctrl_cli\n//Check specific language in CFG\nif (isset(self::$cfg[$var[0]])) {\n//Change to full executing path\n- $var[0] = self::$cfg[$var[0]];\n+ foreach ...
PHP
Apache License 2.0
jerry-shaw/nervsys
update ctrl_cli get_cmd hopr no error
323,346
25.03.2017 13:04:57
-28,800
60a5034a3f6178e1f92bca6a53c6a03360bd5778
2.8.2 Improve language crossing CLI Module
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.8.0\n-Last Modified: 2017-03-20\n\\ No newline at end of file\n+Version: 2.8.2\n+Last Modified: 2017-03-24\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "cli.php", ...
PHP
Apache License 2.0
jerry-shaw/nervsys
2.8.2 Improve language crossing CLI Module
323,346
25.03.2017 14:38:58
-28,800
44e2d2bda4bf8494d39aa70dc9fdbb9501035d26
Add PHP-CLI path to cfg settings
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg.php", "new_path": "core/_include/cfg.php", "diff": "@@ -63,7 +63,8 @@ define('FILE_DOMAIN', 'https://file.oobase.com/');\n//CLI Settings\ndefine('CLI_CFG', ROOT . '/_cli/cfg.json');\ndefine('CLI_LOG_PATH', ROOT . '/_cli/_log/');\n-define('CLI...
PHP
Apache License 2.0
jerry-shaw/nervsys
Add PHP-CLI path to cfg settings
323,346
28.03.2017 17:56:59
-28,800
7fc8120dc32d809e1ff89015fe5537dcdff29e32
Improve CLI control Add STDIN
[ { "change_type": "MODIFY", "old_path": "api.php", "new_path": "api.php", "diff": "@@ -55,8 +55,6 @@ if ('cli' !== PHP_SAPI) {\n}\n} else {\n//Code Block for CLI Mode\n- //Load CLI Controlling Module\n- load_lib('core', 'ctrl_cli');\n//Try to get options\n$option = getopt(CLI_RUN_OPTIONS, CLI_LONG_OP...
PHP
Apache License 2.0
jerry-shaw/nervsys
Improve CLI control Add STDIN
323,346
30.03.2017 13:48:34
-28,800
458b2175dba3aa1310858f990a12bcc84442dc9c
Compatibility improved 1. Move to Windows to make sure all the codes run correctly on all platforms for better compatibility. 2. Improve pipes controlling in CLI Module.
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.8.2\n-Last Modified: 2017-03-24\n\\ No newline at end of file\n+Version: 2.8.4\n+Last Modified: 2017-03-30\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "_cli/cfg.js...
PHP
Apache License 2.0
jerry-shaw/nervsys
Compatibility improved 1. Move to Windows to make sure all the codes run correctly on all platforms for better compatibility. 2. Improve pipes controlling in CLI Module.
323,346
30.03.2017 16:46:11
-28,800
d501244d89a20e39f11601ffe039dd7688e55a5f
Fix hanging on empty STDOUT
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_cli.php", "new_path": "core/_include/ctrl_cli.php", "diff": "@@ -100,7 +100,7 @@ class ctrl_cli\n*/\nprivate static function get_logs(string $level, array $data): array\n{\n- $logs = [PHP_EOL . date('Y-m-d H:i:s', time())];\n+ $logs = [date(...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix hanging on empty STDOUT
323,346
30.03.2017 19:11:25
-28,800
1f0d715778b3edfc2f9653a8ac1a1c43aee79d33
2.8.5 Fix STDIN error
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.8.4\n+Version: 2.8.5\nLast Modified: 2017-03-30\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "core/_include/ctrl_cli.php", "new_path": "core/_include/ctrl_cli.p...
PHP
Apache License 2.0
jerry-shaw/nervsys
2.8.5 Fix STDIN error
323,346
31.03.2017 11:26:47
-28,800
f304a86b6e72049156b41b199b1a344600810822
Improvement Delete empty lines from CLI output
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_cli.php", "new_path": "core/_include/ctrl_cli.php", "diff": "@@ -144,7 +144,7 @@ class ctrl_cli\n//Process STDIO data\nif ('' !== self::$input) fwrite($pipes[0], self::$input . PHP_EOL);\n$stderr = stream_get_contents($pipes[2]);\n- $stdout ...
PHP
Apache License 2.0
jerry-shaw/nervsys
Improvement Delete empty lines from CLI output
323,346
01.04.2017 17:53:35
-28,800
589d4314950cc76943e41b40fa7cb7635d9fafc2
2.8.6 Fix infinite loop when STDIO/PIPE data is empty
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -18,5 +18,3 @@ We could be very grateful for you if you donate your modules to ooBase.\nNervSys is still going on its way, so we are sorry not to have the document done ready for developers.\nDemo module is out ...
PHP
Apache License 2.0
jerry-shaw/nervsys
2.8.6 Fix infinite loop when STDIO/PIPE data is empty
323,346
02.04.2017 12:55:20
-28,800
c59e4a244a5bc702c030d11b6b77cb1d002bc369
Modified for batter stream capture
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg.php", "new_path": "core/_include/cfg.php", "diff": "@@ -67,7 +67,7 @@ define('CLI_WORK_PATH', ROOT . '/_cli/_temp/');\ndefine('CLI_EXEC_PATH', 'D:/Programs/iisExpress/Programs/PHP/php.exe');//CLI executable binary path\ndefine('CLI_RUN_OPTION...
PHP
Apache License 2.0
jerry-shaw/nervsys
Modified for batter stream capture
323,346
04.04.2017 18:17:41
-28,800
3e919debcbcdc65ebfcb10e4f8faaf9465596029
Should be stable now
[ { "change_type": "MODIFY", "old_path": "api.php", "new_path": "api.php", "diff": "@@ -67,8 +67,8 @@ if ('cli' !== PHP_SAPI) {\n\\ctrl_cli::$var = array_slice($argv, $optind);\n//Start CLI\n$result = \\ctrl_cli::start();\n- //Detect \"w\" option of \"wait for output\"\n- if (isset(\\ctrl_cli::$opt['w...
PHP
Apache License 2.0
jerry-shaw/nervsys
Should be stable now
323,346
15.04.2017 15:56:23
-28,800
78f506f69a0b75332d9b2c481c4fd628228e408f
Fix bug on HTTPS
[ { "change_type": "MODIFY", "old_path": "core/_include/data_key.php", "new_path": "core/_include/data_key.php", "diff": "@@ -43,7 +43,7 @@ class data_key\npublic static function start()\n{\n//Get HTTP HOST and HTTP ORIGIN ready for Cross-Domain permission detection\n- $Server_HOST = isset($_SERVER['H...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix bug on HTTPS
323,352
25.04.2017 14:10:00
-28,800
d6963b39ddea616979235041a1f73d55f56bd7d8
Fix ctrl_cli save_log
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_cli.php", "new_path": "core/_include/ctrl_cli.php", "diff": "@@ -156,6 +156,8 @@ class ctrl_cli\n*/\nprivate static function save_log(array $data)\n{\n+ //Load File Controlling Module\n+ load_lib('core', 'ctrl_file');\n$logs = array_merge(['...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix ctrl_cli save_log
323,346
02.05.2017 17:13:10
-28,800
a1b02c6934e45bafe066d61f85e77bed6acb3853
multi-node for multi-node communication
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 2.8.6\n-Last Modified: 2017-04-04\n\\ No newline at end of file\n+Version: 2.9.0\n+Last Modified: 2017-05-02\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "api.php", ...
PHP
Apache License 2.0
jerry-shaw/nervsys
multi-node for multi-node communication
323,346
02.05.2017 20:34:04
-28,800
f45e8cbd00797b89edd621a3d636aa9ac7320b86
Finish HTTP CURL For multi-node communications Need tests...
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg_fn.php", "new_path": "core/_include/cfg_fn.php", "diff": "@@ -201,55 +201,3 @@ function get_client_info(): array\nunset($client_ip, $client_lang);\nreturn $client_info;\n}\n\\ No newline at end of file\n-\n-/**\n- * GET the content of a url /...
PHP
Apache License 2.0
jerry-shaw/nervsys
Finish HTTP CURL For multi-node communications Need tests...
323,346
10.05.2017 14:21:55
-28,800
72f7e2b6c577bcc665d832e483fde21e12e1eda3
Make better crypt methods
[ { "change_type": "MODIFY", "old_path": "core/_include/cfg.php", "new_path": "core/_include/cfg.php", "diff": "@@ -46,8 +46,9 @@ define('SECURE_API', true);\n//Enable/Disable Language Module for Error Module\ndefine('ERROR_LANG', true);\n-//Define the path containing Encrypt/Decrypt module\n+//Define...
PHP
Apache License 2.0
jerry-shaw/nervsys
Make better crypt methods
323,346
15.05.2017 14:52:34
-28,800
5668533aad56fac6e7b344268760d4dfb5cc0740
Add base64 encode/decode for RSA Crypt
[ { "change_type": "MODIFY", "old_path": "core/_include/data_crypt.php", "new_path": "core/_include/data_crypt.php", "diff": "@@ -77,6 +77,7 @@ class data_crypt\nif (in_array($type, ['public', 'private'], true)) {\n$encrypt = 'openssl_' . $type . '_encrypt';\nif ('' === $string || '' === $key || !$enc...
PHP
Apache License 2.0
jerry-shaw/nervsys
Add base64 encode/decode for RSA Crypt
323,346
15.05.2017 18:45:20
-28,800
938f8e0d03d64c40c1ddbecb3956683838c0087f
Add Key Type method
[ { "change_type": "MODIFY", "old_path": "core/_include/data_crypt.php", "new_path": "core/_include/data_crypt.php", "diff": "@@ -63,20 +63,39 @@ class data_crypt\nreturn $string;\n}\n+ /**\n+ * Get the type of RSA Key\n+ *\n+ * @param string $key\n+ *\n+ * @return string\n+ */\n+ public static functi...
PHP
Apache License 2.0
jerry-shaw/nervsys
Add Key Type method
323,346
16.05.2017 18:47:42
-28,800
ed8d344c17224d9f70283d0caf38c0a3567843eb
Update RSA method
[ { "change_type": "MODIFY", "old_path": "core/_include/data_crypt.php", "new_path": "core/_include/data_crypt.php", "diff": "@@ -72,12 +72,10 @@ class data_crypt\n*/\npublic static function get_type(string $key): string\n{\n- if ('' !== $key) {\n$start = strlen('-----BEGIN ');\n$end = strpos($key, ' ...
PHP
Apache License 2.0
jerry-shaw/nervsys
Update RSA method
323,346
25.05.2017 16:20:44
-28,800
981eecd96480099e24fa49be93ca8404e057bcb8
Move id to file
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_socket.php", "new_path": "core/_include/ctrl_socket.php", "diff": "@@ -35,28 +35,22 @@ class ctrl_socket\npublic static $tcp_port = 60000;\npublic static $tcp_address = '127.0.0.1';\n+ //Identity File Path\n+ const identity = CLI_WORK_PATH ....
PHP
Apache License 2.0
jerry-shaw/nervsys
Move id to file
323,346
09.06.2017 11:10:37
-28,800
dd24bb05f9db5939af607242c66e9cc5b984f153
Fix loading Crypt Lib
[ { "change_type": "MODIFY", "old_path": "core/_include/key_visit.php", "new_path": "core/_include/key_visit.php", "diff": "@@ -42,15 +42,14 @@ class key_visit\n* Get the online status by checking the online tags\n* Grant permission for Cross-Domain request\n*/\n- public static function start()\n- {\n...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix loading Crypt Lib
323,346
15.06.2017 21:27:50
-28,800
9d4de539152447c193303ba0d198e2daf7ab111e
Add private property to get_type
[ { "change_type": "MODIFY", "old_path": "core/_include/data_crypt.php", "new_path": "core/_include/data_crypt.php", "diff": "@@ -88,7 +88,7 @@ class data_crypt\n*\n* @return string\n*/\n- public static function get_type(string $key): string\n+ private static function get_type(string $key): string\n{\...
PHP
Apache License 2.0
jerry-shaw/nervsys
Add private property to get_type
323,346
16.06.2017 11:20:51
-28,800
5d864ddfacc6c1bce36c428615bf816e45440260
Change GET to REQUEST
[ { "change_type": "MODIFY", "old_path": "core/_include/ctrl_language.php", "new_path": "core/_include/ctrl_language.php", "diff": "@@ -39,7 +39,7 @@ class ctrl_language\n*/\npublic static function load(string $module = '', string $file)\n{\n- if (isset($_GET['lang'])) $lang = &$_GET['lang'];\n+ if (i...
PHP
Apache License 2.0
jerry-shaw/nervsys
Change GET to REQUEST
323,346
16.06.2017 17:39:33
-28,800
a921e4a4aca1e9e50a20a1ccce9c810808048063
Fix remote client detection
[ { "change_type": "MODIFY", "old_path": "core/_include/key_visit.php", "new_path": "core/_include/key_visit.php", "diff": "@@ -61,7 +61,7 @@ class key_visit\nswitch (self::$client) {\n//Local request\ncase 'LOCAL':\n- if (!empty($_SESSION)) self::map_sess();\n+ if (!empty($_SESSION)) self::map_sessio...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix remote client detection
323,346
21.06.2017 15:06:28
-28,800
531b64314e129faddc27d136d51724ef43947bcb
3.0.0 (not test)
[ { "change_type": "MODIFY", "old_path": "core/_inc/cfg.php", "new_path": "core/_inc/cfg.php", "diff": "@@ -103,10 +103,7 @@ spl_autoload_register(function ($library) {\nif (!class_exists($library, true) && false !== strpos($library, '\\\\')) {\n$path = explode('\\\\', $library, 2);\n$file = realpath(...
PHP
Apache License 2.0
jerry-shaw/nervsys
3.0.0 (not test)
323,346
21.06.2017 15:55:28
-28,800
3cb0ed82c1e0af84c5bfe0fd92ec3650b88e85d7
Fix SSL_CFG constant
[ { "change_type": "MODIFY", "old_path": "core/_inc/ctrl/crypt.php", "new_path": "core/_inc/ctrl/crypt.php", "diff": "@@ -40,11 +40,11 @@ class crypt\npublic static function get_pkey(): array\n{\n$keys = ['public' => '', 'private' => ''];\n- $openssl = openssl_pkey_new(OpenSSL_CFG);\n+ $openssl = open...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix SSL_CFG constant
323,346
22.06.2017 15:32:43
-28,800
8a7267dfd5486e2d29f1e2e9de55d2e5747248ff
Fix mapping structure mismatch
[ { "change_type": "MODIFY", "old_path": "VERSION", "new_path": "VERSION", "diff": "-Version: 3.0.0 (On Going)\n-Last Modified: 2017-06-20\n\\ No newline at end of file\n+Version: 3.0.0\n+Last Modified: 2017-06-22\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": "...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix mapping structure mismatch
323,346
28.06.2017 14:42:20
-28,800
170f27a483140b0a595c5d721c32a03c1f2f1969
Fix mapping structure
[ { "change_type": "MODIFY", "old_path": "core/_inc/ctrl/pool.php", "new_path": "core/_inc/ctrl/pool.php", "diff": "@@ -195,39 +195,6 @@ class pool\nunset($data, $cmd, $item, $offset, $module);\n}\n- /**\n- * Get Keymap result\n- *\n- * @param string $map\n- * @param string $module\n- *\n- * @return a...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix mapping structure
323,346
08.07.2017 15:51:14
-28,800
4ea94b338e455856f88797b030674e73236d5037
support multiple mapping from the same source
[ { "change_type": "MODIFY", "old_path": "core/_inc/ctrl/pool.php", "new_path": "core/_inc/ctrl/pool.php", "diff": "@@ -228,7 +228,7 @@ class pool\n//Save library existed under the same Module\nif (in_array($library, self::$module[$module], true)) {\n//Save final method to keymap list with popped keys...
PHP
Apache License 2.0
jerry-shaw/nervsys
support multiple mapping from the same source
323,346
08.07.2017 16:11:30
-28,800
1a650a92e018d0776a5b6af0f8d6eb2f7dedd2b9
Fix map_to value overwritten
[ { "change_type": "MODIFY", "old_path": "core/_inc/ctrl/pool.php", "new_path": "core/_inc/ctrl/pool.php", "diff": "@@ -228,7 +228,7 @@ class pool\n//Save library existed under the same Module\nif (in_array($library, self::$module[$module], true)) {\n//Save final method to keymap list with popped keys...
PHP
Apache License 2.0
jerry-shaw/nervsys
Fix map_to value overwritten
323,346
19.07.2017 22:02:52
-28,800
3b0c697c960179ce3321fd46e1cc3757493b2ab5
Escape spaces in binary path
[ { "change_type": "MODIFY", "old_path": "core/_inc/ctrl/cli.php", "new_path": "core/_inc/ctrl/cli.php", "diff": "@@ -65,7 +65,8 @@ class cli\n//Get \"get\" option\nself::$opt_get = self::get_opt(['get', 'g']);\n//Get \"path\" option\n- self::$opt_path = self::get_opt(['path', 'p']);\n+ $path = realpa...
PHP
Apache License 2.0
jerry-shaw/nervsys
Escape spaces in binary path