Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/shrinerb/shrine-sql

SQL database storage for Shrine
https://github.com/shrinerb/shrine-sql

Bump to 2.2.0

6ceddcd75b322507998b4cf09d4cd6b7070d7800 authored over 5 years ago
Raise Shrine::FileNotFound for missing file

beb9408ec75b57f2959dffac92cccffdc16f551c authored over 5 years ago
Bump Shrine to >= 3.0.0.beta3

8a418d30b66f32dfb98ff6e64b2589b8c7a600db authored over 5 years ago
Bump to 2.1.1

80bed9c49969bd1647ab34fb764d73be93e04b0e authored over 5 years ago
Allow Shrine 3.0

75a4afcbd740f4b072cf51f818c17ee6e1abab68 authored over 5 years ago
Simplify #exists?

c1f89b497a03beb74dc8cf759bd64140c3c0f549 authored over 5 years ago
Accept additional options in #open

5105a3ea9dcac00633939f3f8124f5dce42bdcdf authored over 5 years ago
Update links to Shrine gems

Shrine gems have been moved to the "shrinerb" organization.

895f80a50b5a3562f09d5c93fabb914f7eea75b9 authored almost 7 years ago
Remove #multi_delete

The multi_delete plugin has been deprecated, so we remove the
#multi_delete method.

78111e814d4a01b8a33ebcf8ddf7e00248e678c7 authored about 7 years ago
Fix url to Sequel repo

90fcd12173e0930623c529ce7b062b6bfbdb2493 authored over 7 years ago
Bump to 2.1.0

b5461a7e9bf13dd96ca0a2132470c8c2cac5cd5d authored over 7 years ago
Added #created_at column for clearing old data

9b21f4c05f4b70754c32660371749d3bb5cc17e6 authored over 7 years ago
Bump to 2.0.0

b46df04fff630c98ac4cea3662c252a5c24369af authored over 7 years ago
Remove deprecated #stream

434a1314edd94b8fee1515527d755859021f0c76 authored over 7 years ago
Bump to 1.2.0

a343aae3a46acf3ea092801024cfca59806cfa5d authored over 7 years ago
Remove LIMIT query

Deleting datasets with a LIMIT query raises a deprecation warning in
Sequel. Since we don't actu...

7ffcefc30fd4ff0edf14b5d555bc1265f972056b authored over 7 years ago
Remove Storage::SQL#read

This method is obsolete in new versions of Shrine, as it can be
implemented using #open.

dde51b0c758fbb31cf41ed728a5c0ab8a21dfb61 authored over 7 years ago
Don't depend on Down

The primary reason is to stop using Down.copy_to_tempfile, which will be
removed.

008726e4deda48a7f64371ac9733eabf924f0327 authored over 7 years ago
Provide instructions for ActiveRecord users

01809030e40b968d92ef8a682d43ef85fbe0c4bd authored almost 8 years ago
Bump to 1.1.2

b90c28249107f231a0aec3b497f14119f4a9f129 authored almost 8 years ago
Use Sequel::SQL::Blob for storing binary data

We should always use Sequel::SQL::Blob for storing binary data to the
database, because differen...

1e8d6c41b8e2176e542790d06f09edcb49ef6c21 authored almost 8 years ago
Bump to 1.1.1

a6fba29a9d490ca7244cf4aeff2009d4f554c7d7 authored over 8 years ago
Deprecate #stream

The benefits of a small performance improvement isn't worthwhile to keep
this method.

8641940d553bdd97a5c20ce33e8f56013959f143 authored over 8 years ago
Update for Shrine 2.0

237b08550554dba024f04eb5e0abc2af60a1cd3e authored over 8 years ago
Bump to 1.0.2

b56b13b12dbcfc9736e215ca4474e8e8a1ced67b authored almost 9 years ago
Yield content length when streaming

This will be used by Shrine's download_endpoint plugin.

be3e3d0689ba5402cb2cf312f5906dc3a0aa57fb authored almost 9 years ago
Make Sql#download use Down.copy_to_tempfile

c20cce67e394a9d31218b9c3f9db7f604f064045 authored almost 9 years ago
Remove warnings and use latest linter

40d7b7e8dfd0cafce7c2ca3ff201776145cbc0c0 authored almost 9 years ago
Update for Shrine 1.1

* We make the IDs keep the file extension, which plays nice with the
new download_enpdoint plu...

3dadc9b749519aca70c760f3cf8c117bd75ece82 authored about 9 years ago
Mention the copying feature in the readme

14f2980f04a6e58196a49b175e9878451e53de90 authored about 9 years ago
Bump to 1.0.0

39c673587a4dcb6d0c0ba1b53d6b3d6e99880b6e authored about 9 years ago
Copy UploadedFiles from SQL using the database

064b0efd0f73bbc60dcbc9d8b2a1c92a0bfec949 authored about 9 years ago
Require the additional "metadata" column

Firstly, with the metadata knowledge we could download the file with the
correct extension. But ...

11f5fe8fc744bc74753d788d61d70f817e24c544 authored about 9 years ago
Rephrasing

edcf28a3ba92b73307905faa415d0d9de5415690 authored about 9 years ago
Advise binary formats for specific databases

62b7f7070ac590e46a1c601c364894d715bf20f9 authored about 9 years ago
Remove the note about UUID

bfada316b7594458bdac8eb94af04bca39607a23 authored about 9 years ago
Initial commit

874d7d933980c3f98c712e3104c15949dc30c38b authored about 9 years ago