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: code4lib/ruby-oai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code4lib/ruby-oai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spec_compliance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 17 files changed
  • 2 contributors

Commits on May 7, 2007

  1. creating spec_compliance branch

    Dan Avery committed May 7, 2007
    Configuration menu
    Copy the full SHA
    b605004 View commit details
    Browse the repository at this point in the history
  2. requiring metadataPrefix in LI

    Dan Avery committed May 7, 2007
    Configuration menu
    Copy the full SHA
    e14f9e7 View commit details
    Browse the repository at this point in the history
  3. Brute force application of :metadataPrefix => 'oai_dc' to tests on ve…

    …rbs that require a metadataPrefix parameter.
    
    Should be backed out later and replaced with a default parameter value (for testing only).
    Dan Avery committed May 7, 2007
    Configuration menu
    Copy the full SHA
    6890457 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2007

  1. Adding unit test for bad metadata_format parameter.

    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    89dadc1 View commit details
    Browse the repository at this point in the history
  2. Adding tests for invalid datespecs.

    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    7ed6a04 View commit details
    Browse the repository at this point in the history
  3. adding test for "Identify" with an argument.

    currently this causes an internal Exception because of code in valid?, 
    but it should be BadArgument
    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    f700c12 View commit details
    Browse the repository at this point in the history
  4. Throw correct exception on:

    	Bad date format (previously ignored)
    	Differing date granularities (previously ignored)
    	Extra parameter for Identify (internal exception)
    	Invalid metadata format for ListIdentifiers (previously ignored)
    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    e09e91e View commit details
    Browse the repository at this point in the history
  5. More brute force metadataPrefix parameter additions--in activerecord_…

    …provider tests.
    
    Added test for exception on invalid ID. (currently an internal AR error)
    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    15bf909 View commit details
    Browse the repository at this point in the history
  6. Catching ActiveRecord::RecordNotFound and re-raising as OAI::IdExcept…

    …ion in ActiveRecordWrapper#find.
    
    Fixed deleteRecord -> deletedRecord typo in Identify response.
    Dan Avery committed May 8, 2007
    Configuration menu
    Copy the full SHA
    dad03f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be8fb9e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2007

  1. i hope this works

    edsu committed Nov 20, 2007
    Configuration menu
    Copy the full SHA
    626a41f View commit details
    Browse the repository at this point in the history
Loading