mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
# Summary This PR refactores code and structure of the current persistence subsystem, in preparation for Persistency: Circles, Squares and Triangles. This should not contain any user facing changes. ~~This PR is based of branch #21925 and **needs** to be merged in order. The files changed display will be meaningless until then.~~ *Done.* ## Changes - Split subsystem in partial files. - Refactored proc names, added "persistentObject" format for current code. - Renamed SQL table. - Refactored logging and call hiearachy. - Fix CI labeler adding DB label on non-SQL files.
45 lines
561 B
YAML
45 lines
561 B
YAML
# Folder Rules
|
|
Database:
|
|
- '**/*.sql'
|
|
|
|
'🗺️ Mapping - Away Ship/Away Site':
|
|
- maps/away/**
|
|
|
|
'🗺️ Mapping - Dungeon':
|
|
- maps/dungeon_spawns/**
|
|
|
|
'🗺️ Mapping - Event':
|
|
- maps/event/**
|
|
|
|
'🗺️ Mapping - Random Ruins':
|
|
- maps/random_ruins/**
|
|
|
|
'🗺️ Mapping - Runtime':
|
|
- maps/runtime/**
|
|
|
|
'🗺️ Mapping - Horizon':
|
|
- maps/sccv_horizon/**
|
|
|
|
'🗺️ Mapping - Templates':
|
|
- maps/templates/**
|
|
|
|
Sounds:
|
|
- sound/**
|
|
|
|
TGUI:
|
|
- tgui/**
|
|
|
|
Tools:
|
|
- tools/**
|
|
- .github/**
|
|
|
|
# File Type Rules
|
|
Javascript:
|
|
- '**/*.js'
|
|
|
|
Python:
|
|
- '**/*.py'
|
|
|
|
Sprites:
|
|
- '**/*.dmi'
|