10 Commits

Author SHA1 Message Date
b4f200cb32
feat(inspectionProfiles): increase TypeScript code redundancy threshold
The minimum size for the TypeScript language in the duplicated code check has been increased. This update reduces the sensitivity of the code redundancy inspection, potentially reducing false positive results.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-05-03 12:01:03 +02:00
c95ac03680
feat(others): update database schema
- Change `LastIntrospectionLocalTimestamp` date in `brief_05` schema
- Rename table `rent` to `rents`
- Update `id` column `DasType` to `varchar(36)|0s`

Signed-off-by: Mathis <yidhra@tuta.io>
2024-05-03 09:51:24 +02:00
28671146d1
feat(others): Add BiomeSettings in .idea/biome.xml
A new file `.idea/biome.xml` is added with `BiomeSettings` component for the project. It also includes MANUAL configuration with enabling formatOnSave option.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-30 10:56:39 +02:00
16a8e892f9
feat(others): Update database collations
The collations in the database have been updated, changing from `armscii8` to new ones such as `big5`, `dec8`, `cp850`, and others. This should help to smooth internationalization and localization processes involving different charsets.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 15:00:04 +02:00
88e89f0551
feat(database): update database schema and sql dialect settings
- Added new procedures `CheckVehicleAvailability` and `IsVehicleAvailable` to the database schema.
- Introduced an `isAvailable` column to the `vehicles` table.
- Updated sql dialect settings to include a new console file for the database.
- Reflected changes also include id adjustments and table modifications.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 13:39:28 +02:00
89d9fc47b2
feat(database): update database configuration
Update the database configuration like updating the LastIntrospectionLocalTimestamp and refactoring indexes and keys. This includes adding two new indexes `users_pk` and `users_pk_2`, and corresponding keys. Moreover, the columns' ID have been updated. These changes are done for better database performance and clear structuring.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 13:09:54 +02:00
8138231112
feat(data-grip): Add new data source and schema metadata files
Two new files have been added: `brief_05.6nelCw.meta` for schema metadata, and `1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml` for defining the data source. These configurations support the interaction with our database in different environments.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 12:12:50 +02:00
25b573d3a4
feat(others): enhance VCS XML with commit message inspection tools
This commit augments the VCS XML with "CommitMessageInspectionProfile". It enables two inspection tools: "CommitFormat" and "CommitNamingConvention", meant to enforce commit standards and conventions within the project. These tools will raise a warning when they detect a violation.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 12:20:31 +02:00
95dd3f36bf
others... 2024-04-24 16:55:37 +02:00
ddd9a2fef4
build: 🔧 JetBrains config 2024-04-23 13:43:33 +02:00