Skip to content

v1.0.0

Compare
Choose a tag to compare
@ConnorSheremeta ConnorSheremeta released this 01 Sep 17:04
09d0a11

commit 8458241
Author: ConnorSheremeta [email protected]
Date: Tue Sep 1 10:06:46 2020 -0600

Reference newest acts_as_rdfable

commit a3f3f6c
Author: ConnorSheremeta [email protected]
Date: Thu Aug 27 14:47:11 2020 -0600

Bundled now

commit 1604ff9
Author: ConnorSheremeta [email protected]
Date: Thu Aug 27 11:47:53 2020 -0600

tag newest acts_as_rdfable

commit f8f2efb
Author: ConnorSheremeta [email protected]
Date: Thu Aug 20 15:15:10 2020 -0600

Address review comments

commit 553c746
Author: ConnorSheremeta [email protected]
Date: Wed Aug 19 14:36:33 2020 -0600

Handle identifier param in list metadata formats

commit 887bbf9
Author: Connor Sheremeta [email protected]
Date: Tue Aug 18 10:47:55 2020 -0600

Removed oaisys xml header requirement (#42)

commit a9c2fad
Author: Shane Murnaghan [email protected]
Date: Sat Jul 25 23:17:53 2020 -0600

Permit subdomain parameter for OAI

commit 68affbf
Author: Tricia Jenkins [email protected]
Date: Fri Jul 17 13:03:29 2020 -0600

don't throw an error when initializing (#40)

Shouldn't be throwing an error if we cant connect to redis when initializing the class. In jupiter we call this in an initializer https://github.com/ualbertalib/jupiter/blob/05f6c0b0fa67139040f2c6e0a7126c00d0bef09b/config/initializers/oaisys.rb#L14.  When we're precompiling assets for the Docker container this error is thrown because Redis isn't started/available.

We check for connection in every other instance method and raise a ConnectionError there so we should be okay (seems like redis gem does something similar, doesn't check in initialization but checks when you actually try to do something with redis).

commit 323731a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Jun 25 16:50:44 2020 -0600

Bump actionpack from 6.0.2.2 to 6.0.3.2 (#38)

Bumps [actionpack](https://github.com/rails/rails) from 6.0.2.2 to 6.0.3.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.2/actionpack/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.0.2.2...v6.0.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit bae4434
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Jun 25 16:49:39 2020 -0600

Bump websocket-extensions from 0.1.4 to 0.1.5 (#37)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/faye/websocket-extensions-ruby/releases)
- [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-ruby/compare/0.1.4...0.1.5)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 089bf28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Jun 25 16:28:19 2020 -0600

Bump activestorage from 6.0.2.2 to 6.0.3.1 (#34)

Bumps [activestorage](https://github.com/rails/rails) from 6.0.2.2 to 6.0.3.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activestorage/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.0.2.2...v6.0.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 17db4e3
Author: ConnorSheremeta [email protected]
Date: Tue Apr 21 13:13:01 2020 -0600

Moved logic into view

commit 8e53b95
Author: ConnorSheremeta [email protected]
Date: Tue Apr 14 14:12:03 2020 -0600

Add checks for our test data in jupiter

commit 1e1918c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Mar 20 10:25:50 2020 +0000

Bump actionview from 5.2.3 to 6.0.2.2

Bumps [actionview](https://github.com/rails/rails) from 5.2.3 to 6.0.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.2.2)

Signed-off-by: dependabot[bot] <[email protected]>

commit 902a95b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Mar 13 18:12:40 2020 +0000

Bump rack from 2.0.7 to 2.2.2

Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.2.2.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...v2.2.2)

Signed-off-by: dependabot[bot] <[email protected]>

commit 35b3b34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Mar 13 18:12:39 2020 +0000

Bump nokogiri from 1.10.5 to 1.10.9

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.10.9/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.9)

Signed-off-by: dependabot[bot] <[email protected]>

commit ed1853b
Author: ConnorSheremeta [email protected]
Date: Fri Feb 21 12:52:06 2020 -0700

Refactored out some resumption checking and added resumption tokens to list records

commit 2ddaeff
Author: Matt Barnett [email protected]
Date: Wed Feb 12 17:32:58 2020 -0700

Remove tiny typos

commit 9f81c2c
Author: Matt Barnett [email protected]
Date: Wed Feb 12 17:31:44 2020 -0700

Remove tiny typos

commit 765beba
Author: Matt Barnett [email protected]
Date: Mon Feb 10 13:11:07 2020 -0700

Implement ListRecords verb

commit e98b73f
Author: Matt Barnett [email protected]
Date: Fri Feb 7 15:33:21 2020 -0700

Update AARDFable reference for latest gem version

commit b6d0fed
Author: Matt Barnett [email protected]
Date: Fri Feb 7 15:05:06 2020 -0700

Rubocop cleanup after merge

commit 7aab9c1
Author: Matt Barnett [email protected]
Date: Fri Feb 7 14:29:31 2020 -0700

GetRecord verb implementation (sans tests)

commit dc0c3e4
Author: Matt Barnett [email protected]
Date: Fri Jan 31 16:32:02 2020 -0700

WIP working OAI-DC GetRecord, OAI-ETDMS and metadataformat abstraction remaining

commit 9c435e6
Author: ConnorSheremeta [email protected]
Date: Thu Jan 30 11:20:35 2020 -0700

Made token expiration a config and now deleting key

commit 5485032
Author: ConnorSheremeta [email protected]
Date: Wed Jan 29 12:02:42 2020 -0700

Now using interpolation, constants, .hours, and renamed method

commit 95142e5
Author: ConnorSheremeta [email protected]
Date: Wed Jan 29 11:29:10 2020 -0700

Broke up complex one liner and shortened variable name

commit 183b3b1
Author: Shane Murnaghan [email protected]
Date: Mon Jan 27 23:53:16 2020 -0700

Open Rails dependency up for Rails 6

commit 64e5390
Author: ConnorSheremeta [email protected]
Date: Thu Jan 23 12:38:17 2020 -0700

Use LastModified instead of RecordCreatedAt [ch142]

commit 0465437
Author: ConnorSheremeta [email protected]
Date: Wed Jan 22 14:31:19 2020 -0700

Make Resumption Token Opaque Move into Redis [ch141]

commit 740be9c
Author: ConnorSheremeta [email protected]
Date: Tue Jan 14 14:35:37 2020 -0700

now displaying set descriptions if not empty

commit 7e04bb5
Author: ConnorSheremeta [email protected]
Date: Mon Jan 13 14:37:33 2020 -0700

removed even more community references

commit f619ddb
Author: ConnorSheremeta [email protected]
Date: Mon Jan 13 14:33:59 2020 -0700

removed jupiter language

commit de886cb
Author: ConnorSheremeta [email protected]
Date: Mon Jan 13 14:23:07 2020 -0700

Verb ListSets [ch33]

commit a484beb
Author: Connor Sheremeta [email protected]
Date: Fri Jan 10 15:34:42 2020 -0700

Sheremet/ch107/handle resumptiontoken argument for listidentifiers (#21)

commit 6f8ae61
Author: Connor Sheremeta [email protected]
Date: Wed Jan 8 11:10:31 2020 -0700

Implement badVerb response [ch110] (#18)

commit c1e1315
Author: Connor Sheremeta [email protected]
Date: Mon Jan 6 17:18:33 2020 -0700

Verb ListIdentifiers [ch101] (#17)

commit 0795d99
Author: Connor Sheremeta [email protected]
Date: Wed Dec 4 15:07:40 2019 -0700

Create tests for list identifiers response [ch111] (#20)

commit fbdf90e
Author: Connor Sheremeta [email protected]
Date: Tue Nov 19 16:21:30 2019 -0700

Create tests surrounding Identify verb [ch98] (#16)

commit 75f66a3
Author: Connor Sheremeta [email protected]
Date: Wed Nov 13 15:14:43 2019 -0700

Verb Identify [ch32] (#15)

commit 3507de9
Author: Connor Sheremeta [email protected]
Date: Wed Nov 13 15:14:27 2019 -0700

Create tests surrounding list metadata formats [ch91] (#13)

commit ff6c91a
Author: Connor Sheremeta [email protected]
Date: Wed Nov 13 13:56:24 2019 -0700

Implement deferred tagging for OAI PMH header [ch96] (#12)

commit d08c94d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat Nov 9 16:24:17 2019 +0000

Bump loofah from 2.3.0 to 2.3.1

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.3.0...v2.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

commit 0833d33
Author: Connor Sheremeta [email protected]
Date: Thu Nov 7 16:22:28 2019 -0700

Create tests surrounding expected args method [ch92] (#11)

commit 629c38b
Author: Connor Sheremeta [email protected]
Date: Thu Oct 31 13:38:18 2019 -0600

Build list metadata formats action inside [ch90] (#10)

commit 57c2abc
Author: Connor Sheremeta [email protected]
Date: Wed Oct 30 10:16:01 2019 -0600

Setup Rubocop and Editorconfig for OAIsys [ch93] (#9)

commit a7f4ad8
Author: Connor Sheremeta [email protected]
Date: Thu Oct 24 14:56:54 2019 -0600

Build expected arg method inside PMH controller [ch89] (#7)

commit b128037
Author: Connor Sheremeta [email protected]
Date: Wed Oct 23 10:03:49 2019 -0600

Set up some kind of CI for OAIsys [ch94] (#8)

commit 409872a
Author: Matt Barnett [email protected]
Date: Mon Oct 21 14:02:29 2019 -0600

Add a simple github template

commit d463d0c
Author: Connor Sheremeta [email protected]
Date: Fri Oct 18 14:33:40 2019 -0600

Create Some Tests to Verify Routing Constraints [ch51] (#6)

commit c518527
Author: Connor Sheremeta [email protected]
Date: Fri Oct 11 10:52:09 2019 -0600

Modify Constraints to Handle Verb Dispatch [ch28] (#5)

commit 65c2b89
Author: Connor Sheremeta [email protected]
Date: Tue Oct 8 15:42:57 2019 -0600

Create a Custom PMH Routing Constraint [ch46] (#4)

commit 039414d
Author: Connor Sheremeta [email protected]
Date: Tue Oct 8 09:57:00 2019 -0600

Modify engine routes to add an OAI PMH request [ch23] (#3)

commit 226aeba
Author: Connor Sheremeta [email protected]
Date: Fri Oct 4 15:42:07 2019 -0600

Add a new PMH controller [ch24] (#2)

- Set up PMH as an acronym
- Generated controller on an api

commit f585945
Author: Connor Sheremeta [email protected]
Date: Fri Oct 4 15:40:51 2019 -0600

Spin up a fresh Rails engine for the OAI [ch22] (#1)

commit 587073f
Author: ConnorSheremeta [email protected]
Date: Wed Oct 2 14:06:19 2019 -0600

first commit