summaryrefslogtreecommitdiff
path: root/include/ibm
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Remove ibm locks featureSunitha Harish2-948/+1
2024-03-25Remove unused variableEd Tanous1-1/+0
2024-03-21Clean up management console rest to use readJsonEd Tanous1-9/+9
2024-01-19Remove some boost includesEd Tanous2-16/+13
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-9/+9
2023-07-20Replace logging with std::formatEd Tanous3-121/+120
2023-07-12Fix clang-tidy error for ibm/locksRavi Teja1-23/+13
2023-07-06Remove IBM console events from RedfishEd Tanous1-7/+0
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-12ibm-locks: shut up clang-tidy by disabling codePatrick Williams1-2/+9
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams2-4/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams2-11/+5
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-03-09Move logging level to WARNING for 404Gunnar Mills1-3/+3
2023-02-24Pass string views by valueEd Tanous1-1/+1
2023-01-18Fix a boatload of #includesEd Tanous3-9/+10
2022-12-21Change variable scopesEd Tanous1-4/+1
2022-12-16Restrict use of subfolder in configfiles pathcm-jishnu1-3/+6
2022-10-12header cleanupsNan Zhou1-1/+2
2022-10-07Move ClientID parameter out of OEMEd Tanous1-5/+6
2022-09-06IBM Mgmt console lock algorithm improvementSunitha Harish2-28/+21
2022-09-06Fixes for IBM Management Console usecasesSunitha Harish1-5/+5
2022-08-11IBM Mgmt console writeLock conflict fixSunitha Harish1-1/+1
2022-08-06Use enum overload for field settingEd Tanous1-1/+2
2022-07-16Remove usages of boost::starts/ends_withEd Tanous2-2/+3
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-07-05Remove unused variablesEd Tanous1-1/+0
2022-06-28Fix shadowed variable issuesEd Tanous1-7/+7
2022-06-01Try to fix the lambda formatting issueEd Tanous1-79/+75
2022-05-13Remove brace initialization of json objectsEd Tanous1-6/+6
2022-03-07Don't rely on operator << for object loggingEd Tanous1-2/+2
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-9/+9
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-1/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-2/+4
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous2-2/+2
2022-02-07Enable readability-redundant-control-flow checksEd Tanous2-14/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-14/+16
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-12Enable checks for pointer arithmeticEd Tanous1-3/+8
2022-01-12Enable reinterpre_cast checksEd Tanous1-0/+2
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+8
2022-01-12Enable init checkerEd Tanous2-4/+4
2021-10-17ibm: remove unused tinyxml2 includePatrick Williams1-1/+0
2021-09-08IBM Management Interface: Lock ManagementSunitha Harish1-75/+0
2021-06-16Remove ambiguous privileges constructorEd Tanous1-9/+9
2021-04-30Fix typos in commentsAli Ahmed1-4/+4
2021-04-20Create IBM ConfigFile base directorySunitha Harish3-102/+81
2021-04-08Using AsyncResp everywherezhanghch051-110/+109
2021-02-14IBM ConfigFile upload : Fix content-type validationSunitha Harish1-6/+4