aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Tell service which content-type to use for the responseDavid Heinemeier Hansson2017-07-235-8/+9
|
* Still need GlobalID for PurgeJob serializationDavid Heinemeier Hansson2017-07-231-0/+4
|
* No more GlobalIDDavid Heinemeier Hansson2017-07-231-4/+0
|
* Add and test preloading scopeDavid Heinemeier Hansson2017-07-231-1/+4
|
* Work-around until @response.parsed_body problem is solvedDavid Heinemeier Hansson2017-07-231-2/+2
|
* Merge branch 'master' into explore-polymorphismDavid Heinemeier Hansson2017-07-232-3/+3
|\
| * Merge branch 'master' of github.com:rails/activestorageDavid Heinemeier Hansson2017-07-231-8/+8
| |\
| * | Specify verification purposesDavid Heinemeier Hansson2017-07-232-3/+3
| | |
* | | Fix attaching with standard Rails associations.Kasper Timm Hansen2017-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`.
* | | Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-231-0/+8
| |/ |/|
* | Use parsed_body to auto parse the response as JSON.Kasper Timm Hansen2017-07-231-8/+8
|/
* VerifiedKeyWithExpiration no longer neededDavid Heinemeier Hansson2017-07-233-24/+3
| | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master.
* Switch to simpler signed_id for blob rather than full GlobalIDDavid Heinemeier Hansson2017-07-236-12/+8
| | | | We don't need to lookup multiple different classes, so no need to use a globalid.
* Switch to a single message verifierDavid Heinemeier Hansson2017-07-231-0/+1
| | | | No need for this proliferation
* Even more needless requiresDavid Heinemeier Hansson2017-07-224-6/+0
|
* Nix more needless requiresDavid Heinemeier Hansson2017-07-223-6/+4
|
* Fix extension to run test automaticallyDavid Heinemeier Hansson2017-07-221-0/+0
|
* Move model tests to models directoryDavid Heinemeier Hansson2017-07-224-0/+0
|
* Move models and jobs to the app setupDavid Heinemeier Hansson2017-07-221-0/+2
| | | | Follow engine conventions more closely
* Move all controller tests to controller/ dirdixpac2017-07-222-0/+0
|
* Fix RuboCop offenses and warningsKoichi ITO2017-07-221-3/+3
|
* Test actual transformation via controller tooDavid Heinemeier Hansson2017-07-213-7/+7
|
* Test actual transformationsDavid Heinemeier Hansson2017-07-213-2/+15
|
* Extract test helper for image blob fixturesDavid Heinemeier Hansson2017-07-213-7/+9
|
* Fix and test VariantsControllerDavid Heinemeier Hansson2017-07-212-0/+27
|
* Over-indentedDavid Heinemeier Hansson2017-07-211-2/+2
|
* Precise namingDavid Heinemeier Hansson2017-07-211-1/+1
|
* Extract variation value objectDavid Heinemeier Hansson2017-07-212-7/+13
|
* Hacky way to mount routes for engine controller testsDavid Heinemeier Hansson2017-07-211-0/+11
|
* Make processing an explicit stepDavid Heinemeier Hansson2017-07-201-3/+1
|
* Extract routes.rb to engine location for auto configurationDavid Heinemeier Hansson2017-07-201-11/+0
|
* Use the direct accessorDavid Heinemeier Hansson2017-07-201-3/+1
|
* Merge branch 'master' into variantsDavid Heinemeier Hansson2017-07-2010-35/+104
|\
| * Accept S3 upload options (e.g. server_side_encryption)James Baer2017-07-201-0/+18
| |
| * Use descriptive new freeze_time helperGeorge Claghorn2017-07-193-3/+3
| |
| * Replace hard-coded S3 bucket name with configured bucketJames T. Perreault2017-07-172-2/+2
| |
| * Remove unused requireGeorge Claghorn2017-07-171-1/+0
| |
| * Add direct upload support to GCS serviceMichael Herold2017-07-172-2/+52
| |
| * Fix S3 direct upload testGeorge Claghorn2017-07-161-13/+3
| |
| * Added rubocop / codeclimate config and fixed current offenses (#45)Cristian Bica2017-07-147-14/+13
| |
| * Fix regular expression on s3 test URL generation test (#44)Dino Maric2017-07-131-5/+5
| | | | | | | | | | | | | | So tests are passing if the bucket name is rails-active storage. But developers specify their own s3 tests configuration (in my case was activestorage-test) then this regex fails. Also the first part is dynamic and based on bucket name and region
| * Expose chunked downloadsGeorge Claghorn2017-07-101-0/+13
| |
* | Very incomplete first stabDavid Heinemeier Hansson2017-07-113-0/+19
|/
* Configurator tests: work against test-local configJeremy Daer2017-07-091-3/+3
| | | | | | So tests pass when service configs aren't set up. References #28
* Tests: Dir.mktmpdir neatly wraps up tmpdir + joinJeremy Daer2017-07-093-6/+5
|
* Add basic tests to the Configurator#build (#28)Dino Maric2017-07-091-0/+15
|
* Accept sgids for existing blobs created via direct upload as an attachableDavid Heinemeier Hansson2017-07-091-0/+5
|
* Direct uploads for S3David Heinemeier Hansson2017-07-097-19/+91
|
* Test URL generation for S3 and DiskDavid Heinemeier Hansson2017-07-092-0/+10
|
* Instrument and log the servicesDavid Heinemeier Hansson2017-07-091-0/+1
|