History log of /openbmc/bmcweb/scripts/ (Results 151 – 175 of 192)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7d68c3815-Mar-2020 Ravi Teja <raviteja28031990@gmail.com>

Redfish:Define new Oem schemas for dump

Implemented Oem schemas for extending LogService and
LogEntry

Testing:
redfish validator passed.

Change-Id: I89a76cf3bd991b36a6aa48871f25d03fbbe30f66
Signed

Redfish:Define new Oem schemas for dump

Implemented Oem schemas for extending LogService and
LogEntry

Testing:
redfish validator passed.

Change-Id: I89a76cf3bd991b36a6aa48871f25d03fbbe30f66
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>

show more ...

a778c02612-May-2020 Gunnar Mills <gmills@us.ibm.com>

Move to 2020.1

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

Need 1.3.6 or later version of Redfish-Service-Validator.
CI uses the master branch of Redfish-Servic

Move to 2020.1

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

Need 1.3.6 or later version of Redfish-Service-Validator.
CI uses the master branch of Redfish-Service-Validator, which has
this fix.

Redfish-Service-Validators before 1.3.6 will incorrectly throw errors in
message registries like (Task Event Message Registry)
/redfish/v1/Registries/TaskEvent/TaskEvent and (Base Message Registry)
/redfish/v1/Registries/Base/Base.

For more information:
https://redfishforum.com/thread/323/validator-errors-when-moving-release

This does introduce some "warnDeprecated" due to "Severity" becoming
Deprecated in MessageRegistry v1_4_0. Since all bmcweb Registries are
<v1_4_0, not a real problem. Redfish has no Base Message Registry and
Task Event Message Registry available to move to something that
uses MessageRegistry v1_4_0. Will take up with Redfish.

2020.1 includes new features like AutoRebot (Boot -> AutomaticRetry),
factory reset (ResetToDefaults action), and Modified Event Log property
which are in OpenBMC's D-Bus interfaces today.

Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. Validator passed.

See new schemas:
curl -k https://${bmc}/redfish/v1/JsonSchemas/SecureBootDatabase
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
"@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabase",
"@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
"Name": "SecureBootDatabase Schema File",

Change-Id: If30fcc50276aea44d8a77ed547ee0cbd72e4cf1a
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/http/http_client.hpp
/openbmc/bmcweb/http/http_connection.h
/openbmc/bmcweb/http/query_string.h
/openbmc/bmcweb/http/routing.h
/openbmc/bmcweb/http/timer_queue.h
/openbmc/bmcweb/http/websocket.h
/openbmc/bmcweb/include/ibm/locks.hpp
/openbmc/bmcweb/include/ibm/management_console_rest.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/event_service_manager.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/task_messages.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/event_service.hpp
/openbmc/bmcweb/redfish-core/lib/hypervisor_ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/storage.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/task.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
update_schemas.py
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Certificate/Certificate.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/Event.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/EventDestination.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/EventService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/Message.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDistribution/PowerDistribution.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ProcessorMetrics/ProcessorMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/Redundancy.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBootDatabase/SecureBootDatabase.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBootDatabase/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Signature/Signature.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Signature/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/TaskService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/Volume.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/Zone.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/index.json
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AddressPoolCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AddressPool_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AttributeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOptionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOption_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateLocations_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Certificate_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ChassisCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CircuitCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Circuit_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CollectionCapabilities_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CompositionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystemCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EndpointCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestinationCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProvider_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FacilityCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Facility_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Job_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccountCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MediaControllerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MediaController_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReport_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPort_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletGroupCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletGroup_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Outlet_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDeviceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDevice_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeSlots_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistributionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistributionMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistribution_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerEquipment_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishError_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlockCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlock_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RoleCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteSetEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteSetEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Schedule_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBootDatabaseCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBootDatabase_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SensorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Sensor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SignatureCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Signature_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SwitchCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TelemetryService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TriggersCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Triggers_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VCATEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VCATEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMediaCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ZoneCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
e51c710e17-Mar-2020 James Feist <james.feist@linux.intel.com>

Add TaskEvent registry

This updates the parse registries script and
adds the task registry to be used by task service.
This templates the original Base Registry so it
can be reused for all registrie

Add TaskEvent registry

This updates the parse registries script and
adds the task registry to be used by task service.
This templates the original Base Registry so it
can be reused for all registries.

Tested: script works, validator passes

Change-Id: Id1cf3a41fb76ccaadace114725480f410bfba3e8
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

ac70637e18-Feb-2020 Jason M. Bills <jason.m.bills@linux.intel.com>

Fix formatting issues in the registry parsing script

This removes a couple extraneous periods from the header and
updates the std::array notation with the type and size so it
will build correctly.

Fix formatting issues in the registry parsing script

This removes a couple extraneous periods from the header and
updates the std::array notation with the type and size so it
will build correctly.

Tested:
Ran the script and it produced the same output as the current
base message registry header file.

Change-Id: I19908a6a5fbbafbfe84a6f8364b175bfc470d715
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

09b9d45e11-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Move to 2019.4

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

To see an overview of 2019.4 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.4_Over

Move to 2019.4

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

To see an overview of 2019.4 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.4_Overview.pdf

Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. No errors.

See new schemas:
curl -k https://${bmc}/redfish/v1/JsonSchemas/VCATEntry
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
"@odata.id": "/redfish/v1/JsonSchemas/VCATEntry",
"@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
"Name": "VCATEntry Schema File",
"Schema": "#VCATEntry.VCATEntry",

Change-Id: I5ae6e3c655e44c82c4457515555bdb934dfb7763
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
update_schemas.py
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AddressPool/AddressPool.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AddressPool/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/Assembly.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Circuit/Circuit.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Circuit/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/FabricAdapter/FabricAdapter.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/FabricAdapter/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Facility/Facility.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Facility/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MediaController/MediaController.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MediaController/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/MetricReport.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Outlet/Outlet.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Outlet/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OutletGroup/OutletGroup.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OutletGroup/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/Port.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PortMetrics/PortMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PortMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDistribution/PowerDistribution.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDistribution/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDistributionMetrics/PowerDistributionMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDistributionMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDomain/PowerDomain.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerDomain/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerEquipment/PowerEquipment.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PowerEquipment/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/RouteEntry/RouteEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/RouteEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/RouteSetEntry/RouteSetEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/RouteSetEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/Sensor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/Switch.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/Task.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VCATEntry/VCATEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VCATEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/Zone.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-error/redfish-error.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AddressPoolCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AddressPool_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CircuitCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Circuit_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FacilityCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Facility_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MediaControllerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MediaController_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReport_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletGroupCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OutletGroup_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Outlet_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeSlots_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistributionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistributionMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDistribution_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PowerEquipment_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteSetEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RouteSetEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SensorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Sensor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TelemetryService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VCATEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VCATEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ZoneCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
6f44b75206-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Move to 2019.3

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

old path (2019.2)
DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json
DSP8010_2019.2/

Move to 2019.3

Make changes to update_schemas.py needed for the move and run
update_schemas.py.

old path (2019.2)
DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json
DSP8010_2019.2/DSP8010_2019.2/openapi/Memory.v1_0_3.yaml
DSP8010_2019.2/DSP8010_2019.2/csdl/AccelerationFunction_v1.xml

new path (2019.3)
DSP8010_2019.3/csdl/Memory_v1.xml
DSP8010_2019.3/json-schema/UpdateService.v1_1_2.json
DSP8010_2019.3/openapi/Zone.v1_3_1.yaml

To see an overview of 2019.3 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.3_Overview.pdf

Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. No errors.
Change-Id: I0deaf88b884d65fffa31fcf66183ed61a930a073
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


/openbmc/bmcweb/redfish-core/lib/sensors.hpp
update_schemas.py
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/EventDestination.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/EventService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/Power.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/Sensor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/Settings.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/Volume.json
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Sensor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VolumeCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
2077899f06-Feb-2020 Gunnar Mills <gmills@us.ibm.com>

Update update_schemas.py with new Oem

Several Oem schemas have been added but the update_schemas.py
has not been updated. Added them to the update_schemas.py so
the static/redfish/v1/$metadata/index

Update update_schemas.py with new Oem

Several Oem schemas have been added but the update_schemas.py
has not been updated. Added them to the update_schemas.py so
the static/redfish/v1/$metadata/index.xml is correctly
built by update_schemas.py.

This is needed to move us to 2019.3 and eventually 2019.4.

Ideally, we would not just have a bunch of
metadata_index.write to write the Oem schemas to
$metadata/index.xml but this will do for now.

https://github.com/openbmc/bmcweb/issues/32
is to improve this.

Tested: Ran update_schemas.py and loaded that image on a
Witherspoon and ran the validator. No errors.

Change-Id: Iade028e690c31e25a72503d9352bc75eb7ee58dc
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/MAINTAINERS
/openbmc/bmcweb/README.md
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/config.h.in
/openbmc/bmcweb/http/LICENSE
/openbmc/bmcweb/http/app.h
/openbmc/bmcweb/http/common.h
/openbmc/bmcweb/http/http_connection.h
/openbmc/bmcweb/http/http_request.h
/openbmc/bmcweb/http/http_response.h
/openbmc/bmcweb/http/http_server.h
/openbmc/bmcweb/http/logging.h
/openbmc/bmcweb/http/middleware_context.h
/openbmc/bmcweb/http/query_string.h
/openbmc/bmcweb/http/routing.h
/openbmc/bmcweb/http/timer_queue.h
/openbmc/bmcweb/http/utility.h
/openbmc/bmcweb/http/websocket.h
/openbmc/bmcweb/include/async_resp.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/nbd_proxy.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/include/webserver_common.hpp
/openbmc/bmcweb/pam-webserver
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/bios.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/led.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/storage.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
update_schemas.py
/openbmc/bmcweb/src/crow_getroutes_test.cpp
/openbmc/bmcweb/src/security_headers_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemAccountService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemComputerSystem/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemCrashdump/OemCrashdump.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemCrashdump/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemVirtualMedia/index.json
/openbmc/bmcweb/static/redfish/v1/schema/OemAccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemCrashdump_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemVirtualMedia_v1.xml
cb10313008-Oct-2019 Ed Tanous <ed.tanous@intel.com>

Update Redfish schemas to 2019.2

Note, the DMTF changed the format of the schema file pack yet again, so
the script changes now to compensate for that.

Tested:
Ran schema validator. One unrelated

Update Redfish schemas to 2019.2

Note, the DMTF changed the format of the schema file pack yet again, so
the script changes now to compensate for that.

Tested:
Ran schema validator. One unrelated failure in LogEntry, and 4 new
warnings in PCIe devices (we're using a deprecated property). All other
endpoints pass.

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I81c030a7c5a6a32cc12a5e7e02a9441b7891bc5d

show more ...


/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
update_schemas.py
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccelerationFunction/AccelerationFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/Assembly.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/Bios.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/BootOption.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Certificate/Certificate.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateLocations/CertificateLocations.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateService/CertificateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/CompositionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/Event.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/EventDestination.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/EventService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/HostInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Job/Job.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JobService/JobService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/LogService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/Message.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/MetricReport.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/Port.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/Power.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/PrivilegeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/Privileges.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ProcessorMetrics/ProcessorMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/Redundancy.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/Role.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Schedule/Schedule.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/Sensor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/Session.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/SessionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/Settings.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/SimpleStorage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/Switch.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/Task.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/TaskService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/Volume.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/Zone.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/odata.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-error/redfish-error.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AttributeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOptionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOption_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateLocations_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Certificate_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ChassisCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CollectionCapabilities_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CompositionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystemCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EndpointCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestinationCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProvider_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Job_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccountCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReport_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPort_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDeviceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDevice_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeSlots_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishError_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlockCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlock_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RoleCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Schedule_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SensorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Sensor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SwitchCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TelemetryService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TriggersCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Triggers_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMediaCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VolumeCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ZoneCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
271584ab09-Jul-2019 Ed Tanous <ed.tanous@intel.com>

Fix a bunch of warnings

using the list of warnings from here:
https://github.com/lefticus/cppbestpractices/blob/e73393f25a85f83fed7399d8b65cb117d00b2231/02-Use_the_Tools_Available.md#L100

Seems lik

Fix a bunch of warnings

using the list of warnings from here:
https://github.com/lefticus/cppbestpractices/blob/e73393f25a85f83fed7399d8b65cb117d00b2231/02-Use_the_Tools_Available.md#L100

Seems like a good place to start, and would improve things a bit
type-wise. This patchset attempts to correct all the issues in one
shot.

Tested:
It builds. Will test various subsystems that have been touched

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I588c26440e5a97f718a0f0ea74cc84107d53aa1e

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/middleware_context.h
/openbmc/bmcweb/crow/include/crow/query_string.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/settings.h
/openbmc/bmcweb/crow/include/crow/timer_queue.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/registries.hpp
/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/message_registries.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
parse_registries.py
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
70ee8cbd03-Oct-2019 Ed Tanous <ed.tanous@intel.com>

Update websocket test script

This commit reworks the websocket test script to be more usable without
editing it. Namely it:

1. Moves the script to the websockets library, as it seems to be in more

Update websocket test script

This commit reworks the websocket test script to be more usable without
editing it. Namely it:

1. Moves the script to the websockets library, as it seems to be in more
use
2. Implements an argument parser, so the script doesn't require
modification of host and username/password variables to use.
3. Moves to basic auth, which doesn't require a secondary login
4. implements better parsing of the result rather than simply printing
the json scructure directly.

Tested:
Ran ./websocket_test.py --host <myhostname>

Observed streaming sensor values in the form:
System_Airflow 72.00 CFM
Fan_1 6153.00 RPM
System_Airflow 72.22 CFM
Fan_6 6048.00 RPM
System_Airflow 72.24 CFM
Baseboard_12Volt 12.21 Volts
P105_PCH_AUX 1.05 Volts
PSU1_Input_Power 94.62 Watts
PSU2_Output_Current 6.72 Amps

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I617f73a5b70f61a391e9c61638f0bcf4437bf6ce

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/Redfish.md
/openbmc/bmcweb/bmcweb.service.in
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/vm_websocket.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/health.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/message_registries.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/pcie.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
websocket_test.py
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemManager/index.json
/openbmc/bmcweb/static/redfish/v1/schema/OemManager_v1.xml
6f56d0c203-May-2019 Ed Tanous <ed.tanous@intel.com>

Redfish: fix warning in validator

The validator gives warnings like:
URI acquired ends in slash: /redfish/v1/JsonSchemas/Zone

These warnings don't actually result in warnings, because the trailing

Redfish: fix warning in validator

The validator gives warnings like:
URI acquired ends in slash: /redfish/v1/JsonSchemas/Zone

These warnings don't actually result in warnings, because the trailing
slash has always been a question in the spec, but we might as well do it
correctly, even if most of the tools don't take an issue with it.

Tested:
Ran service validator, saw no new failures, and observed no errors
mentioned above.

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I184422d7a14838339253c945d7a0c91878093e17

show more ...

351d306327-Mar-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Parse Message Registry header info from the file

This extends the Message Registry parsing to include header
details that are part of the redfish resource.

Tested:
Verified that the MessageRegistry

Parse Message Registry header info from the file

This extends the Message Registry parsing to include header
details that are part of the redfish resource.

Tested:
Verified that the MessageRegistry info all returns correctly
in the redfish response.

Change-Id: I6179c07f4067cd4520fce3e774d18530fede0a95
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...

70304cb527-Mar-2019 Jason M. Bills <jason.m.bills@linux.intel.com>

Remove the static Base Message Registry file

This change removes the static Base Message Registry file and
replaces it with a compile-time structure.

A script is used to pull the Base Message Regis

Remove the static Base Message Registry file

This change removes the static Base Message Registry file and
replaces it with a compile-time structure.

A script is used to pull the Base Message Registry file from
the DMTF and parse it into the .hpp structure.

Tested:
Verified that after running the script, I can get the same
Redfish data back from the existing endpoints without using
the static files.

Change-Id: Ide3c61ecff62801c06619d5c3edc2229c945d8e7
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/README.md
/openbmc/bmcweb/bmcweb.service.in
/openbmc/bmcweb/bmcweb.socket
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/registries.hpp
/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp
/openbmc/bmcweb/redfish-core/include/utils/fw_utils.hpp
/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/message_registries.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
parse_registries.py
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemManager/index.json
/openbmc/bmcweb/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
/openbmc/bmcweb/static/redfish/v1/schema/OemManager_v1.xml
c9ab1d5001-Mar-2019 Marri Devender Rao <devenrao@in.ibm.com>

Redfish: Fix incorrect reference tag added as part of update_schemas.py script

Change-Id: I763534d54b7630aec30883d04e02b4f478c10ab4
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/kvm_websocket.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
update_schemas.py
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemManager_v1.xml
63faafa503-Jan-2019 Ed Tanous <ed.tanous@intel.com>

Fix bad link in Redfish JsonSchemas ID

Change-Id: I993ae392d87a19acd51fe093f8244a9c781dd339
Signed-off-by: Ed Tanous <ed.tanous@intel.com>


/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
update_schemas.py
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccelerationFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Certificate/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateLocations/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Job/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JobService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricDefinition/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PhysicalContext/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ProcessorMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Schedule/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Triggers/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-error/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/index.json
d45d2d0f21-Jan-2019 Marri Devender Rao <devenrao@in.ibm.com>

Redfish: Update schema files to 2018.3

Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date w

Redfish: Update schema files to 2018.3

Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.

This commit was largely done automatically using the update_schemas.py
script.

Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>

show more ...


/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/README.md
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/socket_adaptors.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/ast_video_puller.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_utility.hpp
/openbmc/bmcweb/include/filesystem.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
update_schemas.py
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/kvm_websocket_test.cpp
/openbmc/bmcweb/src/security_headers_middleware_test.cpp
/openbmc/bmcweb/src/token_authorization_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccelerationFunction/AccelerationFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccelerationFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/Bios.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Certificate/Certificate.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Certificate/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateLocations/CertificateLocations.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateLocations/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateService/CertificateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CertificateService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/Event.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Job/Job.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/MetricReport.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemManager/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/Power.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ProcessorMetrics/ProcessorMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ProcessorMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/Redundancy.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/Sensor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Sensor/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/Task.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-error/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-error/redfish-error.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccelerationFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AttributeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOptionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOption_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateLocations_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CertificateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Certificate_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CollectionCapabilities_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CompositionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProvider_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Job_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReport_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPort_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemManager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDevice_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeSlots_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishError_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlockCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlock_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Schedule_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SensorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Sensor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TelemetryService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Triggers_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VolumeCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
530520ea02-Jan-2019 Ed Tanous <ed.tanous@intel.com>

Update schema files to 2018.2

Redfish schema 2018.2 was released on September 20th, 2018. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the

Update schema files to 2018.2

Redfish schema 2018.2 was released on September 20th, 2018. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.

This commit was largely done automatically using the update_schemas.py
script.

Change-Id: Ieaa9f1ab2a47244ef201cfe9a064744d7d156745
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/README.md
/openbmc/bmcweb/build_x86.sh
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/include/dbus_singleton.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/cpudimm.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/power.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
update_schemas.py
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/Assembly.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/Bios.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/BootOption.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/CompositionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/Event.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/EventDestination.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/EventService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/HostInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Job/Job.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Job/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JobService/JobService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JobService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/LogService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/Message.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricDefinition/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/MetricReport.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReport/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/OemManager/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeSlots/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/Port.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/Power.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/PrivilegeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/Redundancy.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/Role.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Schedule/Schedule.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Schedule/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/Session.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/SessionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/Settings.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/SimpleStorage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/Switch.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/Task.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/TaskService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TelemetryService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Triggers/Triggers.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Triggers/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/Zone.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/odata.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
/openbmc/bmcweb/static/redfish/v1/Registries/Base/Base.1.4.0.json
/openbmc/bmcweb/static/redfish/v1/Registries/Base/index.json
/openbmc/bmcweb/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
/openbmc/bmcweb/static/redfish/v1/Registries/OpenBMC/index.json
/openbmc/bmcweb/static/redfish/v1/Registries/index.json
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AttributeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOptionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOption_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ChassisCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CollectionCapabilities_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CompositionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystemCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EndpointCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestinationCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProvider_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JobService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Job_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccountCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinitionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReportDefinition_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MetricReport_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPort_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/OemManager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDevice_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeSlots_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlockCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlock_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RoleCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Schedule_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SwitchCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TelemetryService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TriggersCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Triggers_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMediaCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VolumeCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ZoneCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
aee8d84710-Sep-2018 James Feist <james.feist@linux.intel.com>

[scripts] Avoid deleting Oem Schemas During Update

Don't delete Oem json and xml files.

Change-Id: I2e4e2a49c776442c5d5e9d85400d3f6dba1f1d5a
Signed-off-by: James Feist <james.feist@linux.intel.com>

118b1c7113-Sep-2018 Ed Tanous <ed.tanous@intel.com>

Fix JsonSchema indexes

JsonSchema was throwing errors in the validator, so implement changes to
the update script to add the appropiate indexes.

Tested by:
Schema validator passes on the JsonSchema

Fix JsonSchema indexes

JsonSchema was throwing errors in the validator, so implement changes to
the update script to add the appropiate indexes.

Tested by:
Schema validator passes on the JsonSchema Fields

Change-Id: I6cb2737901b55c1089aef744d3ce3c3dfe13f17f
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...


/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/async_resp.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/log_services.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
update_schemas.py
/openbmc/bmcweb/settings.hpp.in
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/AccountService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/Assembly.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/Bios.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/BootOption.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/CollectionCapabilities.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/CompositionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/Drive.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/Endpoint.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/Event.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/EventDestination.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/EventService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/HostInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/LogService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/Manager.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/Memory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/MemoryChunks.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/MemoryMetrics.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/Message.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PhysicalContext/PhysicalContext.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PhysicalContext/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/Port.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/Power.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/PrivilegeRegistry.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/Privileges.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/Processor.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/Redundancy.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/Resource.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/ResourceBlock.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/Role.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/SecureBoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/Session.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/SessionService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/Settings.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/SimpleStorage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/Storage.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/Switch.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/Task.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/TaskService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/Thermal.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/UpdateService.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/Volume.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/Zone.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/odata.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
683f727626-Jul-2018 Ed Tanous <ed.tanous@intel.com>

Implement JsonSchema endpoint

This patchset implements JsonSchema support, and automates our update
of the XML metadata, and Json schema files in the future by way of a
python script.

Change-Id: Ie

Implement JsonSchema endpoint

This patchset implements JsonSchema support, and automates our update
of the XML metadata, and Json schema files in the future by way of a
python script.

Change-Id: Iec6f580d10736678149db18d87be2f140b535be9
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...


/openbmc/bmcweb/.clang-format
/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/middleware_context.h
/openbmc/bmcweb/crow/include/crow/query_string.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/socket_adaptors.h
/openbmc/bmcweb/crow/include/crow/timer_queue.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/ast_jpeg_decoder.hpp
/openbmc/bmcweb/include/ast_video_puller.hpp
/openbmc/bmcweb/include/ast_video_types.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_singleton.hpp
/openbmc/bmcweb/include/gzip_helper.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/obmc_console.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/web_kvm.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp
/openbmc/bmcweb/redfish-core/ut/privileges_test.cpp
update_schemas.py
/openbmc/bmcweb/settings.hpp.in
/openbmc/bmcweb/src/ast_jpeg_decoder_test.cpp
/openbmc/bmcweb/src/ast_video_puller_test.cpp
/openbmc/bmcweb/src/base64.cpp
/openbmc/bmcweb/src/crow_getroutes_test.cpp
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/getvideo_main.cpp
/openbmc/bmcweb/src/gtest_main.cpp
/openbmc/bmcweb/src/kvm_websocket_test.cpp
/openbmc/bmcweb/src/msan_test.cpp
/openbmc/bmcweb/src/openbmc_jtag_rest_test.cpp
/openbmc/bmcweb/src/security_headers_middleware_test.cpp
/openbmc/bmcweb/src/token_authorization_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AccountService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ActionInfo/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Assembly/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Bios/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/BootOption/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Chassis/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CollectionCapabilities/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/CompositionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ComputerSystem/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Drive/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Endpoint/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EthernetInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Event/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventDestination/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/EventService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ExternalAccountProvider/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Fabric/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/HostInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/IPAddresses/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogEntry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/LogService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Manager/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerAccount/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Memory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryChunks/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryDomain/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MemoryMetrics/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Message/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkAdapter/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/NetworkPort/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeDevice/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PCIeFunction/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PhysicalContext/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Port/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Power/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/PrivilegeRegistry/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Processor/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Redundancy/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Resource/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ResourceBlock/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Role/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SecureBoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SerialInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/ServiceRoot/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Session/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SessionService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Settings/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SimpleStorage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Storage/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Switch/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/TaskService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Thermal/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/UpdateService/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/VirtualMedia/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Volume/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Zone/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/odata/index.json
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/redfish-schema/index.json
/openbmc/bmcweb/static/redfish/v1/odata/index.json
9b243a4e03-Aug-2018 Ed Tanous <ed.tanous@intel.com>

Make dbus monitor compatible with phosphor-rest

This patchset makes the dbus monitor compatible with the upstream dbus
monitor, which should help adoption.

Performance seems greatly improved compar

Make dbus monitor compatible with phosphor-rest

This patchset makes the dbus monitor compatible with the upstream dbus
monitor, which should help adoption.

Performance seems greatly improved compared to the python
implementation. The example given in the documentation of watching for
sensors and state changes is checked in as a test script
websocket_test.py, and seems to consume less of the CPU than the actual
sensors that get produced (about 4% CPU on my ast2500) when producing 30
sensor updates per second. This can likely be improved in the future by
batching change events, but it seems to be performant enough for the
moment.

Tested: Used test script checked in, and verified webui can register
state change events properly.

Change-Id: I7d4c61d0259b7773eb46df0f59f8fea1c7796450
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...

4859bdba27-Jul-2018 Ed Tanous <ed.tanous@intel.com>

Remove VScode specific script

Latest version of vscode CMake plugin does this automatically, so this
script has no reason to exist anymore.

Change-Id: I917822c4359b85bd7afca610b25145377a07606b
Sign

Remove VScode specific script

Latest version of vscode CMake plugin does this automatically, so this
script has no reason to exist anymore.

Change-Id: I917822c4359b85bd7afca610b25145377a07606b
Signed-off-by: Ed Tanous <ed.tanous@intel.com>

show more ...


/openbmc/bmcweb/.clang-format
/openbmc/bmcweb/.clang-tidy
/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/MAINTAINERS
/openbmc/bmcweb/README.md
/openbmc/bmcweb/cmake-format.json
/openbmc/bmcweb/crow/README.md
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/middleware_context.h
/openbmc/bmcweb/crow/include/crow/query_string.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/settings.h
/openbmc/bmcweb/crow/include/crow/socket_adaptors.h
/openbmc/bmcweb/crow/include/crow/timer_queue.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/include/aspeed/JTABLES.H
/openbmc/bmcweb/include/ast_jpeg_decoder.hpp
/openbmc/bmcweb/include/ast_video_puller.hpp
/openbmc/bmcweb/include/ast_video_types.hpp
/openbmc/bmcweb/include/big_list_of_naughty_strings.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_singleton.hpp
/openbmc/bmcweb/include/gzip_helper.hpp
/openbmc/bmcweb/include/http_utility.hpp
/openbmc/bmcweb/include/image_upload.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/web_kvm.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/include/webserver_common.hpp
/openbmc/bmcweb/pam-webserver
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/sensors.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/lib/systems.hpp
/openbmc/bmcweb/redfish-core/lib/thermal.hpp
/openbmc/bmcweb/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/scripts/error_messages/error_messages.cpp.in
/openbmc/bmcweb/redfish-core/scripts/error_messages/error_messages.hpp.in
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp
/openbmc/bmcweb/redfish-core/ut/privileges_test.cpp
/openbmc/bmcweb/settings.hpp.in
/openbmc/bmcweb/src/ast_jpeg_decoder_test.cpp
/openbmc/bmcweb/src/ast_video_puller_test.cpp
/openbmc/bmcweb/src/base64.cpp
/openbmc/bmcweb/src/crow_getroutes_test.cpp
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/getvideo_main.cpp
/openbmc/bmcweb/src/gtest_main.cpp
/openbmc/bmcweb/src/kvm_websocket_test.cpp
/openbmc/bmcweb/src/openbmc_jtag_rest_test.cpp
/openbmc/bmcweb/src/security_headers_middleware_test.cpp
/openbmc/bmcweb/src/token_authorization_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/odata/index.json
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Assembly_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/AttributeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOptionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/BootOption_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ChassisCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CollectionCapabilities_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/CompositionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystemCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EndpointCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestinationCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProviderCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ExternalAccountProvider_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/FabricCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Fabric_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccountCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunksCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryChunks_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomainCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryDomain_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapterCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkAdapter_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunctionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkDeviceFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkPort_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeDevice_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PCIeFunction_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PortCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Port_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Protocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlockCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ResourceBlock_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RoleCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SecureBoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SerialInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Settings_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SimpleStorage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SwitchCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Switch_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/TaskService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Task_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMediaCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VolumeCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Volume_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ZoneCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Zone_v1.xml
7d95f5f623-Mar-2018 Ed tanous <ed@tanous.net>

Remove hunter and submodules

And use external project instead. This should make it easier to keep
our systems up to date with yocto.

Change-Id: Id2c9f3e474eebf2194eaf58b0c572f7a1421def6


/openbmc/bmcweb/.gitignore
/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/CMakeLists.txt.in
/openbmc/bmcweb/DEVELOPING.md
/openbmc/bmcweb/JenkinsFile
/openbmc/bmcweb/LICENCE
/openbmc/bmcweb/README.md
/openbmc/bmcweb/build_x86.sh
/openbmc/bmcweb/cmake/FindSystemd.cmake
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/http_codes.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_parser_merged.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/settings.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/include/nlohmann/json.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/persistent_data_middleware.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/session_storage_singleton.hpp
/openbmc/bmcweb/include/sessions.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/webassets.hpp
/openbmc/bmcweb/include/webserver_common.hpp
/openbmc/bmcweb/redfish-core/include/error_messages.hpp
/openbmc/bmcweb/redfish-core/include/node.hpp
/openbmc/bmcweb/redfish-core/include/privileges.hpp
/openbmc/bmcweb/redfish-core/include/redfish.hpp
/openbmc/bmcweb/redfish-core/lib/account_service.hpp
/openbmc/bmcweb/redfish-core/lib/chassis.hpp
/openbmc/bmcweb/redfish-core/lib/ethernet.hpp
/openbmc/bmcweb/redfish-core/lib/managers.hpp
/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp
/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp
/openbmc/bmcweb/redfish-core/lib/roles.hpp
/openbmc/bmcweb/redfish-core/lib/service_root.hpp
/openbmc/bmcweb/redfish-core/scripts/error_messages/Base.1.2.0.json
/openbmc/bmcweb/redfish-core/scripts/error_messages/error_messages.cpp.in
/openbmc/bmcweb/redfish-core/scripts/error_messages/error_messages.hpp.in
/openbmc/bmcweb/redfish-core/scripts/error_messages/error_messages.py
/openbmc/bmcweb/redfish-core/src/error_messages.cpp
/openbmc/bmcweb/redfish-core/ut/privileges_test.cpp
/openbmc/bmcweb/src/crow_getroutes_test.cpp
/openbmc/bmcweb/src/crow_test.cpp
/openbmc/bmcweb/src/gtest_main.cpp
/openbmc/bmcweb/src/token_authorization_middleware_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/DMTF_Redfish_logo_2017.svg
/openbmc/bmcweb/static/highlight.pack.js
/openbmc/bmcweb/static/redfish/v1/$metadata/index.xml
/openbmc/bmcweb/static/redfish/v1/schema/AccountService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ActionInfo_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Bios_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ChassisCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Chassis_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystemCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ComputerSystem_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Drive_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EndpointCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Endpoint_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EthernetInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestinationCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventDestination_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/EventService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Event_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/HostInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/IPAddresses_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/JsonSchemaFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogEntry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogServiceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/LogService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccountCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerAccount_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ManagerNetworkProtocol_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Manager_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MemoryMetrics_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Memory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFileCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/MessageRegistryFile_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Message_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/NetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PhysicalContext_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Power_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Privileges_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ProcessorCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Processor_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RedfishExtensions_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Redundancy_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Resource_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/RoleCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Role_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/ServiceRoot_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SessionService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Session_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventoryCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/SoftwareInventory_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/StorageCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Storage_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/Thermal_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/UpdateService_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterfaceCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMediaCollection_v1.xml
/openbmc/bmcweb/static/redfish/v1/schema/VirtualMedia_v1.xml
/openbmc/bmcweb/static/styles/default.css
911ac31715-Aug-2017 Ed Tanous <ed.tanous@intel.com>

Large updates to webserver

Do not merge yet

Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102


/openbmc/bmcweb/.clang-tidy
/openbmc/bmcweb/.gitignore
/openbmc/bmcweb/.gitmodules
/openbmc/bmcweb/CMakeLists.txt
/openbmc/bmcweb/LICENCE
/openbmc/bmcweb/boost-dbus
/openbmc/bmcweb/build_x86.sh
/openbmc/bmcweb/crow/include/crow.h
/openbmc/bmcweb/crow/include/crow/TinySHA1.hpp
/openbmc/bmcweb/crow/include/crow/app.h
/openbmc/bmcweb/crow/include/crow/ci_map.h
/openbmc/bmcweb/crow/include/crow/common.h
/openbmc/bmcweb/crow/include/crow/dumb_timer_queue.h
/openbmc/bmcweb/crow/include/crow/http_connection.h
/openbmc/bmcweb/crow/include/crow/http_parser_merged.h
/openbmc/bmcweb/crow/include/crow/http_request.h
/openbmc/bmcweb/crow/include/crow/http_response.h
/openbmc/bmcweb/crow/include/crow/http_server.h
/openbmc/bmcweb/crow/include/crow/json.h
/openbmc/bmcweb/crow/include/crow/logging.h
/openbmc/bmcweb/crow/include/crow/middleware.h
/openbmc/bmcweb/crow/include/crow/middleware_context.h
/openbmc/bmcweb/crow/include/crow/mustache.h
/openbmc/bmcweb/crow/include/crow/parser.h
/openbmc/bmcweb/crow/include/crow/query_string.h
/openbmc/bmcweb/crow/include/crow/routing.h
/openbmc/bmcweb/crow/include/crow/settings.h
/openbmc/bmcweb/crow/include/crow/socket_adaptors.h
/openbmc/bmcweb/crow/include/crow/utility.h
/openbmc/bmcweb/crow/include/crow/websocket.h
/openbmc/bmcweb/g3log/g3log.cpp
/openbmc/bmcweb/googletest
/openbmc/bmcweb/include/aspeed/JTABLES.H
/openbmc/bmcweb/include/ast_jpeg_decoder.hpp
/openbmc/bmcweb/include/ast_video_puller.hpp
/openbmc/bmcweb/include/ast_video_types.hpp
/openbmc/bmcweb/include/base64.hpp
/openbmc/bmcweb/include/dbus_monitor.hpp
/openbmc/bmcweb/include/dbus_singleton.hpp
/openbmc/bmcweb/include/gzip_helper.hpp
/openbmc/bmcweb/include/intel_oem.hpp
/openbmc/bmcweb/include/nlohmann/json.hpp
/openbmc/bmcweb/include/openbmc_dbus_rest.hpp
/openbmc/bmcweb/include/pam_authenticate.hpp
/openbmc/bmcweb/include/redfish_v1.hpp
/openbmc/bmcweb/include/security_headers_middleware.hpp
/openbmc/bmcweb/include/ssl_key_handler.hpp
/openbmc/bmcweb/include/token_authorization_middleware.hpp
/openbmc/bmcweb/include/web_kvm.hpp
/openbmc/bmcweb/include/webassets.hpp
build_web_assets.py
/openbmc/bmcweb/src/ast_jpeg_decoder_test.cpp
/openbmc/bmcweb/src/ast_video_puller_test.cpp
/openbmc/bmcweb/src/base64.cpp
/openbmc/bmcweb/src/getvideo_main.cpp
/openbmc/bmcweb/src/kvm_websocket_test.cpp
/openbmc/bmcweb/src/token_authorization_middleware_test.cpp
/openbmc/bmcweb/src/webassets_test.cpp
/openbmc/bmcweb/src/webserver_main.cpp
/openbmc/bmcweb/static/CMakeLists.txt
/openbmc/bmcweb/static/css/intel.css
/openbmc/bmcweb/static/index.html
/openbmc/bmcweb/static/js/bmcApp.js
/openbmc/bmcweb/static/js/dbusWebsocketFactory.js
/openbmc/bmcweb/static/js/fwupdateController.js
/openbmc/bmcweb/static/js/sensorController.js
/openbmc/bmcweb/static/js/smart-table.js
/openbmc/bmcweb/static/js/systemConfigController.js
/openbmc/bmcweb/static/noVNC
/openbmc/bmcweb/static/partial-fwupdate.html
/openbmc/bmcweb/static/partial-sensor.html
/openbmc/bmcweb/static/partial-systemconfig.html
/openbmc/bmcweb/tinyxml2
4758d5be06-Jun-2017 Ed Tanous <ed.tanous@intel.com>

incremental

12345678