Commit 032148f
authored
Workaround if an object is named "Tag", make it a "TagObject" to avoid compile errors. Fixes https://jira.dropboxer.net/browse/WEBSERVDB-18031 (#396)
Updating Target SDK
API Versions.
Added integration test for Tags.
Make sure we do a cleanup after tests.
Updated checks/javadoc and improved naming of variables.
Reverting some of my aggressive test changes.1 parent 57af1e4 commit 032148f
File tree
3 files changed
+74
-1
lines changed- generator
- src
- main
- test/java/com/dropbox/core/v2/files
3 files changed
+74
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
342 | 346 | | |
343 | 347 | | |
344 | 348 | | |
| |||
- .github/workflows/dispatch_spec_update.yml+1-1
- README.md+2-2
- auth.stone+3-1
- check_api_v2_service.stone+4-2
- check_api_v2_types.stone+1
- common.stone+4-3
- file_properties.stone+1-2
- file_tagging.stone+115
- files.stone+411-38
- release_note_generator.py+187
- shared_content_links.stone+1-1
- shared_links.stone+168-12
- sharing_files.stone+7-17
- sharing_folders.stone+10-3
- team.stone+6-2
- team_devices.stone+1
- team_folders.stone+15-12
- team_legal_holds.stone+10-8
- team_linked_apps.stone+38-1
- team_log_generated.stone+1.2k-89
- team_members.stone+346-18
- team_policies.stone+11
- team_reports.stone+9-4
- team_secondary_mails.stone+6-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments