oneuptime/CommonServer
Simon Larsen 714a4be2b0
refactor: Update DatabaseService to set isRoot flag when updating items
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.
2024-06-06 14:43:11 +01:00
..
API refactor: Remove unnecessary characters from generated phone numbers in Faker.ts 2024-06-02 22:48:25 +01:00
Infrastructure refactor: Update monitorDestination and monitorDestinationPort in ProbeMonitorResponse interface 2024-06-06 13:58:51 +01:00
Middleware refactor: Update QueryHelper to use FindOperator for any and in methods 2024-06-01 19:31:20 +01:00
Services refactor: Update DatabaseService to set isRoot flag when updating items 2024-06-06 14:43:11 +01:00
Tests refactor: Update environment variable setup in test-setup.sh 2024-06-03 13:37:23 +01:00
Types refactor: Update ReadPermission to use object syntax for access control column assignment 2024-06-03 12:09:19 +01:00
Utils refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
.dockerignore
BillingConfig.ts Refactor code formatting and remove unnecessary whitespace 2023-12-26 11:23:18 +00:00
DatabaseConfig.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
EnvironmentConfig.ts refactor: Update ClickHouse configuration to support HTTPS 2024-06-05 11:41:39 +01:00
jest.config.json refactor: Update BaseAPI test to use updateOneById instead of updateOneBy 2024-06-02 23:10:03 +01:00
package-lock.json ```text 2024-05-29 11:41:05 +01:00
package.json ```text 2024-05-29 11:41:05 +01:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
test-setup.sh refactor: Update environment variable setup in test-setup.sh 2024-06-03 13:37:23 +01:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

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.