OpenML
OpenML copied to clipboard
Open Machine Learning
Security hardening for server defaults. Findings - `php.ini` has `expose_php = On`. Best practice is `Off`. - `php.ini` has `max_input_time = 60`, which can abort large multipart/form-data uploads while PHP...
`php.ini` sets `max_input_time = 60`, which can abort large multipart/form-data uploads while PHP is still reading POST data. We recently raised `upload_max_filesize` and `post_max_size` to 5G; `max_input_time` should be raised...
This PR increases server-side upload limits and adds documentation to support large dataset uploads. Changes: - Set `upload_max_filesize` to 5G in `docker/config/php.ini` - Set `post_max_size` to 5G in `docker/config/php.ini` -...
Fixes: #1199 This pull request updates the Elasticsearch configuration in `openml_OS/libraries/ElasticSearch.php` to improve the indexing and search capabilities for user names. The main changes are the addition of new fields...
Fixes: #1256 This pull request introduces a standardized approach to code style and quality enforcement for the project, focusing on PHP and related files. The main improvements are the addition...
currently the php codebase is not having proper linting system which makes the code little uncinsistent and lacks productibity which decreases the developer experience so please craete a proper system...
### Description Add a standardized Pull Request template to ensure consistency and clarity in all PRs. ### Tasks - Create `.github/pull_request_template.md` - Include sections for: Summary, Changes, Related Issues, Testing...
Fixes #1238 This pull request introduces a new pull request template to the repository, aimed at standardizing and improving the quality of PR submissions. Improvements to pull request workflow: *...
Fixes: #1240 This pull request introduces automated labeling for pull requests using GitHub Actions. The changes make it easier to categorize and track PRs by applying labels based on file...
Fixes #1242 This pull request introduces a new GitHub Actions workflow to automatically manage stale issues and pull requests in the repository. The workflow is designed to help keep the...