Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ayusrjn/OpenML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: openml/OpenML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 9 files changed
  • 7 contributors

Commits on Oct 13, 2020

  1. recent updates website (openml#1064)

    * Added inline swagger-php annotations to bootstrap methods.
    
    * Re-arranged some of the api annotations to the bootstrap methods.
    
    * Added swagger-php docs for schemas used as responses in the API.
    
    * data edit api
    
    * Moved annotations from the bootstrap to the respective methods responsible for handling the logic.
    Refactored bootstrapping for tag/untag of several entities as well as attach/detach to clearly distinct between different handlers.
    Fixed boolean types in annotations.
    
    * Fixed issues with doctrine. Now all the annotations get compiled correctly.
    
    * Fixed issues with schemas and properties with array types requiring a type/ref for items.
    
    * Fixed issue with tasktype API description.
    
    * Added bash/bat scripts for linux and windows respectively to generate openapi specifications from inline php annotations.
    
    * Added server specs and info description to the annotations.
    
    * Removed API key parameters from GET methods, replaced overall description and added servers for base paths.
    
    * Repaired the code which got screwed up during merging develop into this feature branch.
    
    * support edit parameters via xml
    
    * Added python script for filtering out unused OpenAPI schemas.
    
    Removed unreferenced OpenAPI schemas.
    
    * Added swagger json and yaml file.
    
    * support non-owner edtis and sensitive field edits
    
    * fork and edit api
    
    * template
    
    * Update Api_data.php
    
    * latest version
    
    * tag_untag functions are now left out for tasks and runs. Instead within the classes two string constants are defined keeping the values for the super class providing the entity type and the entity special name.
    
    * Added some documentation for the OpenAPI specification generation and documentation with annotations within the PHP REST API.
    
    * type cast query
    
    * Update body.php
    
    * update hackathon date and link
    
    * added info on metal challenge
    
    Co-authored-by: mwever <wever@mail.uni-paderborn.de>
    Co-authored-by: sahithyaravi1493 <sahithyaravi1493@gmail.com>
    Co-authored-by: Joaquin Vanschoren <joaquin.vanschoren@gmail.com>
    Co-authored-by: Sahithya Ravi <44670788+sahithyaravi1493@users.noreply.github.com>
    5 people authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4f7cd5d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    55eaa39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acfaa61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openml#1234 from openml/feature/update-evaluation-…

    …engine_better-error-messages
    
    Feature/update evaluation engine better error messages
    josvandervelde authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    fdef17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e266c2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openml#1236 from openml/release/v1.2.0

    Release/v1.2.0 to develop
    josvandervelde authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    9f602d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. Configuration menu
    Copy the full SHA
    a9002aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request openml#1237 from openml/release/v1.2.0

    Added the correct jar now, with dependencies
    josvandervelde authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    b7d6733 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Refactor status check logic in study listing

    Commented-out code enforcing active status by default.
    joaquinvanschoren authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    6a969dc View commit details
    Browse the repository at this point in the history
  2. Update README with maintenance notice and API change

    Added warning about repository maintenance and API transition.
    joaquinvanschoren authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    287edd7 View commit details
    Browse the repository at this point in the history
  3. Clarify repository status and API transition

    Updated README to indicate maintenance mode and transition to FastAPI.
    joaquinvanschoren authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    be80b96 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    239afe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openml#1277 from openml/feature/do_not_index_es_du…

    …ring_startup
    
    Optionally do not index es during startup
    josvandervelde authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    63ee4ef View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    62e1760 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    1dd066a View commit details
    Browse the repository at this point in the history
  2. Merge pull request openml#1281 from openml/increase-upload-size

    Increase the maximum limit for POST requests and uploaded files
    joaquinvanschoren authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    745dbb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Merge pull request openml#1280 from openml/exit-on-startup-fail

    Set options to abort setup if something goes wrong
    josvandervelde authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    b1265bd View commit details
    Browse the repository at this point in the history
Loading