Ecosyste.ms: OpenCollective

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

github.com/shrinerb/shrine-transloadit

Transloadit integration for Shrine
https://github.com/shrinerb/shrine-transloadit

Bump to 1.0.1

df1481aa97761c4f035156bd39c2e5802f174bc0 authored about 3 years ago
Simplify shrine version specifier

5f7321ad914e32eec48d8dfe7e701cf8efbc2394 authored about 3 years ago
Ruby 3+ Compatibility (#10)

8d7a7807e0c7f1578ba7babe4f1400fb29def878 authored about 3 years ago
Update for Shrine 3.0.0.rc

f7784635c125f492d976328cee44d259ad230213 authored over 5 years ago
Update recommended backgrounding setup

Make it work with both Sidekiq and Active Job.

777f2e02ebc58b96dd4ec2f9722a5f122826cd95 authored over 5 years ago
Bump to 1.0.0

96e1dc55aebc85e37c31011e94000542a9618947 authored over 5 years ago
Bump Shrine to 3.0.0.beta3

4c351422b274ca8e5a146f47f439f57603d3ea04 authored over 5 years ago
Add support for default processor/saver

84f9dfd7c4fe87e22831c8faeba8da2f050bf697 authored over 5 years ago
Update examples for updated backgrounding plugin

d8cb48c2b8d97822b5d8e1f78e528557ac3f2943 authored over 5 years ago
Fix webhook error in demo app

c1873d56eb7fadbbd5f40e7a2812d8bcd1a89d0c authored over 5 years ago
Eliminate extra line in promotion example

cc16edbb544adfca479f11eb13bb1db79112f187 authored over 5 years ago
Fix typo in promotion section

1b6f3298a71095391c307665c4715e1000e2da7a authored over 5 years ago
Remove extra line in webhook example

1bd08424507b259295d3369d7a6f9339d5972413 authored over 5 years ago
Simplify webhook example

09e0aea3dfdac6f6972a8801af62ecb2028232a9 authored over 5 years ago
Merge derivatives into the setup block

f53d5a123855bb60d560e70ab9066a842d2adba9 authored over 5 years ago
Simplify "Setup" section

b9ef08fc1aa236bcbbee015a4fe5a49bfe04dd7b authored over 5 years ago
Add instrumentation section

865781befc11e3e8b7bcb7ca5de409cef66b310f authored over 5 years ago
Documentation tweaks

a73626777cc79c6a44a646a6ff1704384719deb4 authored over 5 years ago
Simplify merging metadata

f64f4b7f20803338697590584072402ca284dd28 authored over 5 years ago
Update TOC

8071080202a82061d8bb3216081d33ed876a6412 authored over 5 years ago
Bump to 1.0.0.beta

e7d3abc1e47a70b0a869ed22d629494aa511660f authored over 5 years ago
Update demo app with rewritten plugin

61c4de6cd8a05bb722e078be46c610c8e59243ba authored over 5 years ago
Rewrite the implementation for Shrine 3

The current implementation is too complex, there is a lot of stuff going
on implicitly, and we u...

56b91388a7847ddd4bf761c94090689bce2c7c9a authored over 5 years ago
Update demo for Uppy 0.28.0

333474ccaed9f97016bd86651ea0b0c677ccbee4 authored about 6 years ago
Remove ruby-prof from the Gemfile

443437338459b3b8bdaa6494d7ea6003a0e1eadc authored almost 7 years ago
Bump to 0.5.1

9f0f2998c9017402b28c1e9ec6f67cae45cdd5e5 authored almost 7 years ago
Handle case where image is filtered out from step (#3)

When we applied /file/filter to an image variant and that filter did not
return a result, the e...

08b8dd2cf79983fbb817dab3bfed749199b016e3 authored almost 7 years ago
Bump to 0.5.0

d793167ae86144be8da8f10c3816dda8e41edb66 authored almost 7 years ago
Fix broken test

b1205b389305f916bab217094d09e21d2e536d36 authored almost 7 years ago
Update links to Shrine gems

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

699e5246452bf606f3cc7ab43b0cfb798e6ce7d0 authored almost 7 years ago
Depend on Shrine 2.9+

Shrine 2.9 introduced array of versions, which we need for the multiple
plugin.

1fb124443d2b690db88bd50007307f6ee80e6e10 authored almost 7 years ago
No need to worry about parsed JSON

So far we only know Grape to automatically parse string JSON values,
which should be considered ...

04691beda672ae292e981a7bc4fe471a59bacbb2 authored about 7 years ago
Make #verify_transloadit_signature! a class method

7b22a0919db5edc9c3ab13b9862242cb805ea5c4 authored about 7 years ago
Save multiple results as array of versions

Shrine 2.9 will have support for array of versions, which we can
leverage for the multiple files...

ecbcea49079bc45e8780b37921fee3226f3d153a authored about 7 years ago
Propagate errors that happen during processing

We're already propagating errors that happen on submitting assemblies,
but we weren't detecting ...

19c7e61b304bc53886860d870ace132a7f4eea7e authored about 7 years ago
Rewrite demo to use Uppy

fa48a69f3c1a88cbc03bc84bafb8dd8757b088a3 authored about 7 years ago
Don't suggest using Transloadit gem directly

Using the Transloadit gem directly won't work because no information
would be set in the fields,...

8deb53b0a7ff92b2068d2871935c333d55f5a8fa authored about 7 years ago
Add support for robots that produce multiple files

Some robots like /video/adaptive and /document/thumbs produce multiple
files. Previously we were...

c1c361ddca2ae802d590b58b891f5a9b25b076d9 authored about 7 years ago
Use description of Transloadit from their website

0f717152ccd1d8b880da08ca4bcba288fffa44cd authored about 7 years ago
Remove "AUTH" from env variables in tests

0b618d8e05ff38f1485f443a612a75be9a9b4aee authored about 7 years ago
Use only RestClient in tests, not Net::HTTP

Since the transloadit gem already comes with rest-client, let's use it
instead of Net::HTTP. It'...

48516dfc27da26f85e92dc7351f06f5907b73cbf authored about 7 years ago
Create a generic exception class for transloadit plugin

074f83b43b57f2e0491b697420ccb497d1541e74 authored about 7 years ago
Update tests for Sequel 5

f390ffafe7e202fcdac00436736721b0b02cee06 authored about 7 years ago
Replace aws-sdk with aws-sdk-s3

c5e799555cdf0fefd0160a01aaf368c79630068c authored over 7 years ago
Bump to 0.4.3

37611fee9ed0f3f03e2702bfc4c808607773ec30 authored almost 8 years ago
Update for Shrine 2.6.0

97c221dcf428bb01f494192a53b00877be4a3c52 authored almost 8 years ago
Switch to Shrine::Attachment.new(:name)

df305e9b9affb78643922bd2f0bae9fa98fec99b authored almost 8 years ago
Bump to 0.4.2

7b2c780c2730b8c86eaf034f30e071b8adb04f71 authored about 8 years ago
Work around a Transloadit regression in tests

Previously Transloadit would include the "notify_status" in the assembly
response, once the noti...

a287373070720052ec3460e78f9c1059bac420c2 authored about 8 years ago
Upgrade to Transloadit SDK 2.0

5e590ef4c06accfea0b7a22dcd4748856fe7b8a5 authored about 8 years ago
Recommend using a TransloaditUploader base class

cd3b57aeeae3587852e2bab5f311b8f713f72fe5 authored over 8 years ago
Explain scenarios like video thumbnails

40c9ebec95194c0096aea9b2cb1b4f806505c301 authored over 8 years ago
Update the demo app to return 200 in webhook

883bdc0bc2b01a2f35329b6637cd2e1a89afe5f2 authored over 8 years ago
Few minor changes to the README

e01273a9156ef647607d27ea9d355c30eb85c583 authored over 8 years ago
Better phrasing

d08907c1225acfa14e922fb65caf4e3e59adc60f authored over 8 years ago
Document backgrounding setup per uploader

d33b48f13f458c668fc3c95644ddb6c4514ec2f8 authored over 8 years ago
Bump to 0.4.1

851e4e8146b98a2be4d8d219f38929cf0f698d0a authored over 8 years ago
Make plugin actually work with storage prefixes

a8c150e2f11fc90c802bbacd55630878eda3827b authored over 8 years ago
Disable Minitest expectations monkey-patches

992135f5f91c944f58856bb3e1b936804fe97dc9 authored over 8 years ago
Mention skipping CSRF protection for webhook

693e3550cfa19c43e51c8871c396ab33eefb8bfe authored over 8 years ago
Update for Shrine 2.2

0504ddb3f6e1be7287867c2a16e0e54be4e7f5f3 authored over 8 years ago
Webhooks are essential, so move them sooner

d8b48594be3b1ac83402e738b4317a071c868b8f authored over 8 years ago
Bump to 0.4.0

41dffb73f0e2cf3f6947322316cd80588a0c8288 authored over 8 years ago
Don't use shrine-url by default, make it explicit

Shrine-url shouldn't be a dependency of shrine-transloadit, people don't
need it if they're doin...

fc2756f7d3b1d55a9b887320b94631320c6d08cd authored over 8 years ago
Bump to 0.3.0

46b1195ee231e9b7db6208577cd0b2d78361a830 authored over 8 years ago
Require converting Transloadit's hash in JS

Overriding Attacher#uploaded_file like this can be error-prone, and it's
not how other Shrine st...

abb6cba5e5b7b76107c17c6e7ef423e8706d8da8 authored over 8 years ago
Wake up the echo-webhook Heroku app before tests

aea443c2801cf4f78af95da5b5d00557a90fdc1c authored over 8 years ago
Extract URL storage into a gem

a903864e58061f7e5e9bc00c7beebea9e8a87dd5 authored over 8 years ago
Improve README and add method documentation

b8d0b8765a31fd8aed46153931ed14ce25730f07 authored over 8 years ago
Bump to 0.2.1

94e6870b568e1a1de18a04445b2fa29ff92ad4fd authored over 8 years ago
Return nil if transloadit response is missing

9a0dc030769a207b9dfbcb92a93d0dc2fecbb552 authored over 8 years ago
Improve tests

c18bf9c5ccd27a8036c0092d498a64b2a7fe247f authored over 8 years ago
Note that users can use any :cache storage

b00c0ccbdeeb117c787c7a9b108fb8e2dcc52c65 authored over 8 years ago
Bump to 0.2.0

23f83ccfb58f8698adc076f7a50139c8d2e84e61 authored over 8 years ago
Improve resilience when polling

Initially I didn't pay too much attention to polling, as it is likely
only going to be used in d...

04804f5037f704250a865b0ed0266677e72b6bc3 authored over 8 years ago
Add #download, #open, and #exists? to UrlStorage

If we have Transloadit's temporary URL, we cannot provide deleting
files, but we can still provi...

e117594657ebce1d0e297f4f486568d5c648f34a authored over 8 years ago
Convert Transloadit's data hash on server side

Previously for direct uploads we required converting Transloadit's data
hash into Shrine's attac...

d4d51f2352ac6e1c92304d5da6d2f42efff02ab6 authored over 8 years ago
Delete processed files if attachment has changed

If we don't do that, an attacker could just keep replacing the
attachment before processing has ...

5cc1ed1f974acb39f1170ebd9047fcdd86bddf43 authored over 8 years ago
Automatically setup :cache for direct uploads

If the user didn't supply the :cache storage, we will automatically
assign our fake UrlStorage, ...

223a2686b64e102c7c33d2df0fecd1809b14ebe3 authored over 8 years ago
Explain direct uploads and mention the demo app

bf52654abdafdee4f9851b63494ea6b161ae6a67 authored over 8 years ago
Initial commit

c87bee4e99ca39a8a36ecb37858cf0921b33d2d9 authored over 8 years ago