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. 5 months ago
..
__pycache__ feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 5 months ago
acquisition_cost refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
auth fix items_per_page params 5 months ago
database fix items_per_page params 5 months ago
equipment fix: Correct double backslash escaping of newlines in SSE responses. 5 months ago
equipment_master fix items_per_page params 5 months ago
manpower_cost refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
manpower_master refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
masterdata add location logger json format 5 months ago
masterdata_simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
modules feat: Add token parameter to simulation endpoints and remove sign-in retry logic from Prediksi module. 5 months ago
plant_fs_transaction_data refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
plant_masterdata refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
plant_transaction_data refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
plant_transaction_data_simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
simulations refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
uploaded_file refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
yeardata refactor: standardise API update and delete endpoints to use POST method with `/update` and `/delete` paths. 5 months ago
__init__.py init 2 years ago
api.py add new fs table for plant transaction data 7 months ago
config.py feat: Introduce `DEV_USERNAME` and `DEV_PASSWORD` configuration variables and use them as default credentials for sign-in functions. 5 months ago
context.py feat: Add JSON logging, centralize request ID context management, and introduce schema validation for year and sequence fields. 5 months ago
enums.py init 2 years ago
exceptions.py Refactor attribute access for clarity and robustness, and enhance subprocess command execution by using a list for arguments. 5 months ago
logging.py feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 5 months ago
main.py feat: Enhance logging by defaulting request ID to SYSTEM, filtering internal attributes, and adding request lifecycle logs in the middleware. 5 months ago
metrics.py init 2 years ago
middleware.py feat: Compile XSS and SQLi string patterns into regex objects. 5 months ago
models.py fix items_per_page params 5 months ago
rate_limiter.py init 2 years ago