mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
714a4be2b0
This code change updates the DatabaseService class to set the isRoot flag to true when updating items. Previously, the props object in the update query only included the ignoreHooks flag. By adding the isRoot flag, we ensure that the update operation is performed as a root user, bypassing any access restrictions or hooks. This modification enhances the flexibility and control of the update process. |
||
---|---|---|
.. | ||
API | ||
Infrastructure | ||
Middleware | ||
Services | ||
Tests | ||
Types | ||
Utils | ||
.dockerignore | ||
BillingConfig.ts | ||
DatabaseConfig.ts | ||
EnvironmentConfig.ts | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
test-setup.sh | ||
tsconfig.json |
OneUptime Common Server Library
The OneUptime Common Server Library is a collection of shared components, utilities that are used across the OneUptime platform. This library is built with Node.js and TypeScript. It includes utilities like database connection, and query builders, etc.