You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MrWaradana fbab85ff50 fix: Correct double backslash escaping of newlines in SSE responses. 4 weeks ago
..
__pycache__ feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 4 weeks ago
acquisition_cost refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
auth fix items_per_page params 1 month ago
database fix items_per_page params 1 month ago
equipment fix: Correct double backslash escaping of newlines in SSE responses. 4 weeks ago
equipment_master fix items_per_page params 1 month ago
manpower_cost refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
manpower_master refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
masterdata add location logger json format 4 weeks ago
masterdata_simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
modules feat: Add token parameter to simulation endpoints and remove sign-in retry logic from Prediksi module. 4 weeks ago
plant_fs_transaction_data refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
plant_masterdata refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
plant_transaction_data refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
plant_transaction_data_simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
uploaded_file refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
yeardata refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 4 weeks ago
__init__.py init 1 year ago
api.py add new fs table for plant transaction data 3 months ago
config.py feat: Introduce `DEV_USERNAME` and `DEV_PASSWORD` configuration variables and use them as default credentials for sign-in functions. 1 month ago
context.py feat: Add JSON logging, centralize request ID context management, and introduce schema validation for year and sequence fields. 1 month ago
enums.py init 1 year ago
exceptions.py Refactor attribute access for clarity and robustness, and enhance subprocess command execution by using a list for arguments. 1 month ago
logging.py feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 4 weeks ago
main.py feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 4 weeks ago
metrics.py init 1 year ago
middleware.py feat: Compile XSS and SQLi string patterns into regex objects. 1 month ago
models.py fix items_per_page params 1 month ago
rate_limiter.py init 1 year ago