Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global: removal of workflows dependency #19

Closed
wants to merge 10 commits into from

Commits on Jan 20, 2016

  1. workflows: workflow cleanup

    * INCOMPATIBLE Removes unused workflows.
    
    Reviewed-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    Signed-off-by: Javier Martin Montull <javier.martin.montull@cern.ch>
    jmartinm authored and jalavik committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    8cf3122 View commit details
    Browse the repository at this point in the history
  2. api: setSpec from OAI config

    * BETTER Also takes setSpec information from the saved OAI config
      when not explicitly given.
    
    * FIX Passes only YYYY-MM-DD as from/to parameter to OAI API.
    
    * Improves the API code slightly when getting data from the OAI
      config object.
    
    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    d14fde7 View commit details
    Browse the repository at this point in the history
  3. api: multiple setSpec support

    * BETTER Now supports multiple sets in setSpec, e.g.
      'cs physics:hep-lat'.
    
    * Adds tests for list_records API.
    
    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    baa5696 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. tasks: invenio_workflows integration removal

    * INCOMPATIBLE Removes direct integration with invenio-workflows
      to instead rely on signals for harvest post-processing.
    
    * INCOMPATIBLE Removes `workflow` argument from CLI and Celery task
      integration.
    
    * INCOMPATIBLE Removes `output` parameter from CLI and Celery task
      integration.
    
    * INCOMPATIBLE Removes unused templates and workflow tasks.
    
    * BETTER Simplifies the general CLI and tasks interface by
      determining the output type from arguments given.
    
    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    47534a6 View commit details
    Browse the repository at this point in the history
  2. upgrades: legacy upgrades removal

    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    7a8a009 View commit details
    Browse the repository at this point in the history
  3. docs: README updates

    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    a082a58 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. api: last running time update

    * FIX Properly updates lastrun time upon regular harvesting.
    
    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    69f6a73 View commit details
    Browse the repository at this point in the history
  2. models: legacy columns removal

    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    49d4820 View commit details
    Browse the repository at this point in the history
  3. manage: commands refactoring

    * INCOMPATIBLE Changes CLI command structure to be simpler.
    
    * BETTER The CLI command `harvest` now initiates harvesting, `get` and
      `queue` has been removed. See help on `harvest` command for more
      information.
    
    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    f1e8fbf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. utils: dead code removal

    Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
    jalavik committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    f94d8d0 View commit details
    Browse the repository at this point in the history