Skip to content

Releases: ualbertalib/oaisys

v1.0.3

26 Jan 21:39
66a9374
Compare
Choose a tag to compare

Changes:

commit ad5eb59
Author: Connor Sheremeta [email protected]
Date: Thu Jan 14 14:17:48 2021 -0700

Use symbols

commit 27fb322
Author: ConnorSheremeta [email protected]
Date: Tue Nov 24 12:43:56 2020 -0700

skip auth token verification for oaisys

v1.0.2

14 Dec 23:53
63d5086
Compare
Choose a tag to compare

commit 2064f3d (origin/ConnorSheremeta-patch-1-3, ConnorSheremeta-patch-1-3)
Author: ConnorSheremeta [email protected]
Date: Fri Nov 6 12:57:46 2020 -0700

Address review comments

commit 7dd6e01 (cds/temp-branch)
Author: ConnorSheremeta [email protected]
Date: Thu Nov 5 14:05:43 2020 -0700

add build status to read me

commit 228c8d9
Author: Connor Sheremeta [email protected]
Date: Mon Oct 26 14:06:51 2020 -0600

Use github actions

v1.0.1

29 Sep 14:14
ac1d7be
Compare
Choose a tag to compare

Changes:

commit db5fe85 (origin/cds/fix-dates-and-scope, cds/fix-dates-and-scope)
Author: ConnorSheremeta [email protected]
Date: Mon Sep 28 13:02:32 2020 -0600

use proper params

commit 423a293
Author: ConnorSheremeta [email protected]
Date: Mon Sep 28 12:42:25 2020 -0600

rubocop fixes

commit 52e823a
Author: ConnorSheremeta [email protected]
Date: Mon Sep 28 12:39:34 2020 -0600

code review suggestions

commit 384bd6e
Author: ConnorSheremeta [email protected]
Date: Fri Sep 25 15:05:59 2020 -0600

fix lmf

commit 83faccd
Author: ConnorSheremeta [email protected]
Date: Fri Sep 25 15:02:07 2020 -0600

Rubocop nags

commit f1e4741
Author: ConnorSheremeta [email protected]
Date: Fri Sep 25 14:58:31 2020 -0600

append prefix to identifier in get record and list metadata formate response

commit b9d5b9b
Author: ConnorSheremeta [email protected]
Date: Mon Sep 21 10:35:46 2020 -0600

proper dates and until argument fixes

v1.0.0

01 Sep 17:04
09d0a11
Compare
Choose a tag to compare

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
Auth...

Read more