Commit c7e3bd5
committed
Complete gem rewrite with new architecture
Major refactoring:
- Replaced entity/client structure with resources/clients architecture
- Consolidated file list operations into main file client
- Integrated chunks client into multipart uploader
- Added comprehensive upload client with parallel multipart support
- Improved error handling and retry logic
- Enhanced backwards compatibility (v4.4.3 methods preserved)
Testing & Quality:
- All 306 specs passing (2 pending for large file tests)
- Fixed Ruby 3.4 compatibility (added base64 dependency)
- Fixed all rubocop offenses
- Verified examples work with new structure
API Coverage:
- Full API coverage maintained from old architecture
- Enhanced with new features (parallel uploads, better polling)
- Cleaner separation between upload and REST APIs1 parent ca841a7 commit c7e3bd5
File tree
198 files changed
+11529
-4993
lines changed- api_examples/upload_api
- bin
- examples
- lib
- uploadcare
- api
- clients
- client
- conversion
- multipart_upload
- concern
- entity
- conversion
- decorator
- param
- conversion
- document
- video
- upload
- resources
- signed_url_generators
- spec
- fixtures/vcr_cassettes
- Upload_API_Integration
- Complete_Upload_Workflow
- Base_Upload_Store_Retrieve
- Batch_Upload_Verify_All
- Group_Creation_Info_Verify
- Multipart_Upload_Complete_Verify
- URL_Upload_Poll_Complete
- Edge_Cases
- Concurrent_uploads
- Files_with_special_characters
- Metadata
- Very_small_files
- Performance
- Parallel_multipart_upload
- Upload_speed
- Smart_Upload_Detection
- integration
- support
- uploadcare
- api
- clients
- client
- conversion
- multipart_upload
- concerns
- entity
- conversion
- decorator
- features
- param
- conversion
- document
- video
- upload
- resources
- signed_url_generators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+11529
-4993
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
| |||
0 commit comments