forgejo 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/CHANGELOG.md~ +3 -0
- data/Makefile +16 -16
- data/README.md +68 -12
- data/config.yaml +21 -0
- data/config.yaml~ +13 -0
- data/docs/APIForbiddenError.md +20 -0
- data/docs/APIInvalidTopicsError.md +20 -0
- data/docs/APINotFound.md +22 -0
- data/docs/APIRepoArchivedError.md +20 -0
- data/docs/APIUnauthorizedError.md +20 -0
- data/docs/APIValidationError.md +20 -0
- data/docs/ActivitypubApi.md +133 -0
- data/docs/AdminApi.md +1305 -184
- data/docs/Attachment.md +2 -0
- data/docs/CreatePushMirrorOption.md +3 -1
- data/docs/CreateQuotaGroupOptions.md +20 -0
- data/docs/CreateQuotaRuleOptions.md +22 -0
- data/docs/EditAttachmentOptions.md +2 -0
- data/docs/EditQuotaRuleOptions.md +20 -0
- data/docs/EditRepoOption.md +2 -0
- data/docs/IssueApi.md +55 -55
- data/docs/MarkupOption.md +2 -0
- data/docs/NoteOptions.md +18 -0
- data/docs/OrganizationApi.md +386 -19
- data/docs/PackageApi.md +1 -1
- data/docs/PullRequest.md +2 -0
- data/docs/PushMirror.md +2 -0
- data/docs/QuotaGroup.md +20 -0
- data/docs/QuotaInfo.md +20 -0
- data/docs/QuotaRuleInfo.md +22 -0
- data/docs/QuotaUsed.md +18 -0
- data/docs/QuotaUsedArtifact.md +22 -0
- data/docs/QuotaUsedAttachment.md +24 -0
- data/docs/QuotaUsedAttachmentContainedIn.md +20 -0
- data/docs/QuotaUsedPackage.md +26 -0
- data/docs/QuotaUsedSize.md +22 -0
- data/docs/QuotaUsedSizeAssets.md +22 -0
- data/docs/QuotaUsedSizeAssetsAttachments.md +20 -0
- data/docs/QuotaUsedSizeAssetsPackages.md +18 -0
- data/docs/QuotaUsedSizeGit.md +18 -0
- data/docs/QuotaUsedSizeRepos.md +20 -0
- data/docs/RepoCreateReleaseAttachmentRequest.md +4 -2
- data/docs/Repository.md +2 -0
- data/docs/RepositoryApi.md +308 -72
- data/docs/SetUserQuotaGroupsOptions.md +18 -0
- data/docs/UpdateBranchRepoOption.md +18 -0
- data/docs/UserApi.md +390 -33
- data/forgejo.gemspec +12 -13
- data/lib/forgejo/api/activitypub_api.rb +110 -2
- data/lib/forgejo/api/admin_api.rb +1148 -109
- data/lib/forgejo/api/issue_api.rb +94 -36
- data/lib/forgejo/api/miscellaneous_api.rb +2 -2
- data/lib/forgejo/api/notification_api.rb +2 -2
- data/lib/forgejo/api/organization_api.rb +363 -2
- data/lib/forgejo/api/package_api.rb +4 -2
- data/lib/forgejo/api/repository_api.rb +370 -26
- data/lib/forgejo/api/settings_api.rb +2 -2
- data/lib/forgejo/api/user_api.rb +350 -8
- data/lib/forgejo/api_client.rb +2 -2
- data/lib/forgejo/api_error.rb +2 -2
- data/lib/forgejo/configuration.rb +2 -2
- data/lib/forgejo/models/access_token.rb +11 -5
- data/lib/forgejo/models/action_task.rb +11 -5
- data/lib/forgejo/models/action_task_response.rb +11 -5
- data/lib/forgejo/models/action_variable.rb +11 -5
- data/lib/forgejo/models/activity.rb +11 -5
- data/lib/forgejo/models/activity_pub.rb +11 -5
- data/lib/forgejo/models/add_collaborator_option.rb +45 -5
- data/lib/forgejo/models/add_time_option.rb +21 -5
- data/lib/forgejo/models/annotated_tag.rb +11 -5
- data/lib/forgejo/models/annotated_tag_object.rb +11 -5
- data/lib/forgejo/models/api_error.rb +11 -5
- data/lib/forgejo/models/api_forbidden_error.rb +229 -0
- data/lib/forgejo/models/api_invalid_topics_error.rb +231 -0
- data/lib/forgejo/models/api_not_found.rb +240 -0
- data/lib/forgejo/models/api_repo_archived_error.rb +229 -0
- data/lib/forgejo/models/api_unauthorized_error.rb +229 -0
- data/lib/forgejo/models/api_validation_error.rb +229 -0
- data/lib/forgejo/models/attachment.rb +55 -6
- data/lib/forgejo/models/blocked_user.rb +11 -5
- data/lib/forgejo/models/branch.rb +11 -5
- data/lib/forgejo/models/branch_protection.rb +11 -5
- data/lib/forgejo/models/change_file_operation.rb +21 -5
- data/lib/forgejo/models/change_files_options.rb +21 -5
- data/lib/forgejo/models/changed_file.rb +11 -5
- data/lib/forgejo/models/combined_status.rb +11 -5
- data/lib/forgejo/models/comment.rb +11 -5
- data/lib/forgejo/models/commit.rb +11 -5
- data/lib/forgejo/models/commit_affected_files.rb +11 -5
- data/lib/forgejo/models/commit_date_options.rb +11 -5
- data/lib/forgejo/models/commit_meta.rb +11 -5
- data/lib/forgejo/models/commit_stats.rb +11 -5
- data/lib/forgejo/models/commit_status.rb +11 -5
- data/lib/forgejo/models/commit_user.rb +11 -5
- data/lib/forgejo/models/compare.rb +11 -5
- data/lib/forgejo/models/contents_response.rb +11 -5
- data/lib/forgejo/models/create_access_token_option.rb +21 -5
- data/lib/forgejo/models/create_branch_protection_option.rb +11 -5
- data/lib/forgejo/models/create_branch_repo_option.rb +21 -5
- data/lib/forgejo/models/create_email_option.rb +11 -5
- data/lib/forgejo/models/create_file_options.rb +21 -5
- data/lib/forgejo/models/create_fork_option.rb +11 -5
- data/lib/forgejo/models/create_gpg_key_option.rb +21 -5
- data/lib/forgejo/models/create_hook_option.rb +21 -5
- data/lib/forgejo/models/create_issue_comment_option.rb +21 -5
- data/lib/forgejo/models/create_issue_option.rb +21 -5
- data/lib/forgejo/models/create_key_option.rb +31 -5
- data/lib/forgejo/models/create_label_option.rb +31 -5
- data/lib/forgejo/models/create_milestone_option.rb +11 -5
- data/lib/forgejo/models/create_o_auth2_application_options.rb +11 -5
- data/lib/forgejo/models/create_or_update_secret_option.rb +21 -5
- data/lib/forgejo/models/create_org_option.rb +21 -5
- data/lib/forgejo/models/create_pull_request_option.rb +11 -5
- data/lib/forgejo/models/create_pull_review_comment.rb +11 -5
- data/lib/forgejo/models/create_pull_review_options.rb +11 -5
- data/lib/forgejo/models/create_push_mirror_option.rb +24 -9
- data/lib/forgejo/models/create_quota_group_options.rb +234 -0
- data/lib/forgejo/models/create_quota_rule_options.rb +244 -0
- data/lib/forgejo/models/create_release_option.rb +21 -5
- data/lib/forgejo/models/create_repo_option.rb +21 -5
- data/lib/forgejo/models/create_status_option.rb +11 -5
- data/lib/forgejo/models/create_tag_option.rb +21 -5
- data/lib/forgejo/models/create_tag_protection_option.rb +11 -5
- data/lib/forgejo/models/create_team_option.rb +21 -5
- data/lib/forgejo/models/create_user_option.rb +31 -5
- data/lib/forgejo/models/create_variable_option.rb +21 -5
- data/lib/forgejo/models/create_wiki_page_options.rb +11 -5
- data/lib/forgejo/models/cron.rb +11 -5
- data/lib/forgejo/models/delete_email_option.rb +11 -5
- data/lib/forgejo/models/delete_file_options.rb +21 -5
- data/lib/forgejo/models/delete_labels_option.rb +11 -5
- data/lib/forgejo/models/deploy_key.rb +11 -5
- data/lib/forgejo/models/dismiss_pull_review_options.rb +11 -5
- data/lib/forgejo/models/dispatch_workflow_option.rb +21 -5
- data/lib/forgejo/models/edit_attachment_options.rb +22 -6
- data/lib/forgejo/models/edit_branch_protection_option.rb +11 -5
- data/lib/forgejo/models/edit_deadline_option.rb +21 -5
- data/lib/forgejo/models/edit_git_hook_option.rb +11 -5
- data/lib/forgejo/models/edit_hook_option.rb +11 -5
- data/lib/forgejo/models/edit_issue_comment_option.rb +21 -5
- data/lib/forgejo/models/edit_issue_option.rb +11 -5
- data/lib/forgejo/models/edit_label_option.rb +11 -5
- data/lib/forgejo/models/edit_milestone_option.rb +11 -5
- data/lib/forgejo/models/edit_org_option.rb +11 -5
- data/lib/forgejo/models/edit_pull_request_option.rb +11 -5
- data/lib/forgejo/models/edit_quota_rule_options.rb +234 -0
- data/lib/forgejo/models/edit_reaction_option.rb +11 -5
- data/lib/forgejo/models/edit_release_option.rb +11 -5
- data/lib/forgejo/models/edit_repo_option.rb +22 -6
- data/lib/forgejo/models/edit_tag_protection_option.rb +11 -5
- data/lib/forgejo/models/edit_team_option.rb +21 -5
- data/lib/forgejo/models/edit_user_option.rb +11 -5
- data/lib/forgejo/models/email.rb +11 -5
- data/lib/forgejo/models/external_tracker.rb +11 -5
- data/lib/forgejo/models/external_wiki.rb +11 -5
- data/lib/forgejo/models/file_commit_response.rb +11 -5
- data/lib/forgejo/models/file_delete_response.rb +11 -5
- data/lib/forgejo/models/file_links_response.rb +11 -5
- data/lib/forgejo/models/file_response.rb +11 -5
- data/lib/forgejo/models/files_response.rb +11 -5
- data/lib/forgejo/models/general_api_settings.rb +11 -5
- data/lib/forgejo/models/general_attachment_settings.rb +11 -5
- data/lib/forgejo/models/general_repo_settings.rb +11 -5
- data/lib/forgejo/models/general_ui_settings.rb +11 -5
- data/lib/forgejo/models/generate_repo_option.rb +31 -5
- data/lib/forgejo/models/git_blob_response.rb +11 -5
- data/lib/forgejo/models/git_entry.rb +11 -5
- data/lib/forgejo/models/git_hook.rb +11 -5
- data/lib/forgejo/models/git_object.rb +11 -5
- data/lib/forgejo/models/git_tree_response.rb +11 -5
- data/lib/forgejo/models/gitignore_template_info.rb +11 -5
- data/lib/forgejo/models/gpg_key.rb +11 -5
- data/lib/forgejo/models/gpg_key_email.rb +11 -5
- data/lib/forgejo/models/hook.rb +11 -5
- data/lib/forgejo/models/identity.rb +11 -5
- data/lib/forgejo/models/internal_tracker.rb +11 -5
- data/lib/forgejo/models/issue.rb +11 -5
- data/lib/forgejo/models/issue_config.rb +11 -5
- data/lib/forgejo/models/issue_config_contact_link.rb +11 -5
- data/lib/forgejo/models/issue_config_validation.rb +11 -5
- data/lib/forgejo/models/issue_deadline.rb +11 -5
- data/lib/forgejo/models/issue_form_field.rb +11 -5
- data/lib/forgejo/models/issue_labels_option.rb +11 -5
- data/lib/forgejo/models/issue_meta.rb +11 -5
- data/lib/forgejo/models/issue_template.rb +11 -5
- data/lib/forgejo/models/label.rb +11 -5
- data/lib/forgejo/models/label_template.rb +11 -5
- data/lib/forgejo/models/license_template_info.rb +11 -5
- data/lib/forgejo/models/licenses_template_list_entry.rb +11 -5
- data/lib/forgejo/models/markdown_option.rb +11 -5
- data/lib/forgejo/models/markup_option.rb +22 -6
- data/lib/forgejo/models/merge_pull_request_option.rb +11 -5
- data/lib/forgejo/models/migrate_repo_options.rb +31 -5
- data/lib/forgejo/models/milestone.rb +11 -5
- data/lib/forgejo/models/new_issue_pins_allowed.rb +11 -5
- data/lib/forgejo/models/node_info.rb +11 -5
- data/lib/forgejo/models/node_info_services.rb +11 -5
- data/lib/forgejo/models/node_info_software.rb +11 -5
- data/lib/forgejo/models/node_info_usage.rb +11 -5
- data/lib/forgejo/models/node_info_usage_users.rb +11 -5
- data/lib/forgejo/models/note.rb +11 -5
- data/lib/forgejo/models/note_options.rb +220 -0
- data/lib/forgejo/models/notification_count.rb +11 -5
- data/lib/forgejo/models/notification_subject.rb +11 -5
- data/lib/forgejo/models/notification_thread.rb +11 -5
- data/lib/forgejo/models/o_auth2_application.rb +11 -5
- data/lib/forgejo/models/organization.rb +11 -5
- data/lib/forgejo/models/organization_permissions.rb +11 -5
- data/lib/forgejo/models/package.rb +11 -5
- data/lib/forgejo/models/package_file.rb +11 -5
- data/lib/forgejo/models/payload_commit.rb +11 -5
- data/lib/forgejo/models/payload_commit_verification.rb +11 -5
- data/lib/forgejo/models/payload_user.rb +11 -5
- data/lib/forgejo/models/permission.rb +11 -5
- data/lib/forgejo/models/pr_branch_info.rb +11 -5
- data/lib/forgejo/models/public_key.rb +11 -5
- data/lib/forgejo/models/pull_request.rb +23 -6
- data/lib/forgejo/models/pull_request_meta.rb +11 -5
- data/lib/forgejo/models/pull_review.rb +11 -5
- data/lib/forgejo/models/pull_review_comment.rb +11 -5
- data/lib/forgejo/models/pull_review_request_options.rb +11 -5
- data/lib/forgejo/models/push_mirror.rb +21 -6
- data/lib/forgejo/models/quota_group.rb +234 -0
- data/lib/forgejo/models/quota_info.rb +233 -0
- data/lib/forgejo/models/quota_rule_info.rb +244 -0
- data/lib/forgejo/models/quota_used.rb +221 -0
- data/lib/forgejo/models/quota_used_artifact.rb +242 -0
- data/lib/forgejo/models/quota_used_attachment.rb +251 -0
- data/lib/forgejo/models/quota_used_attachment_contained_in.rb +232 -0
- data/lib/forgejo/models/quota_used_package.rb +262 -0
- data/lib/forgejo/models/quota_used_size.rb +239 -0
- data/lib/forgejo/models/quota_used_size_assets.rb +240 -0
- data/lib/forgejo/models/quota_used_size_assets_attachments.rb +232 -0
- data/lib/forgejo/models/quota_used_size_assets_packages.rb +222 -0
- data/lib/forgejo/models/quota_used_size_git.rb +222 -0
- data/lib/forgejo/models/quota_used_size_repos.rb +232 -0
- data/lib/forgejo/models/reaction.rb +11 -5
- data/lib/forgejo/models/reference.rb +11 -5
- data/lib/forgejo/models/release.rb +11 -5
- data/lib/forgejo/models/rename_user_option.rb +21 -5
- data/lib/forgejo/models/replace_flags_option.rb +11 -5
- data/lib/forgejo/models/repo_collaborator_permission.rb +11 -5
- data/lib/forgejo/models/repo_commit.rb +11 -5
- data/lib/forgejo/models/repo_create_release_attachment_request.rb +26 -10
- data/lib/forgejo/models/repo_topic_options.rb +11 -5
- data/lib/forgejo/models/repo_transfer.rb +11 -5
- data/lib/forgejo/models/repository.rb +21 -6
- data/lib/forgejo/models/repository_meta.rb +11 -5
- data/lib/forgejo/models/search_results.rb +11 -5
- data/lib/forgejo/models/secret.rb +11 -5
- data/lib/forgejo/models/server_version.rb +11 -5
- data/lib/forgejo/models/set_user_quota_groups_options.rb +241 -0
- data/lib/forgejo/models/stop_watch.rb +11 -5
- data/lib/forgejo/models/submit_pull_review_options.rb +11 -5
- data/lib/forgejo/models/tag.rb +11 -5
- data/lib/forgejo/models/tag_archive_download_count.rb +11 -5
- data/lib/forgejo/models/tag_protection.rb +11 -5
- data/lib/forgejo/models/team.rb +11 -5
- data/lib/forgejo/models/team_search200_response.rb +11 -5
- data/lib/forgejo/models/timeline_comment.rb +11 -5
- data/lib/forgejo/models/topic_name.rb +11 -5
- data/lib/forgejo/models/topic_response.rb +11 -5
- data/lib/forgejo/models/tracked_time.rb +11 -5
- data/lib/forgejo/models/transfer_repo_option.rb +21 -5
- data/lib/forgejo/models/update_branch_repo_option.rb +239 -0
- data/lib/forgejo/models/update_file_options.rb +31 -5
- data/lib/forgejo/models/update_repo_avatar_option.rb +11 -5
- data/lib/forgejo/models/update_user_avatar_option.rb +11 -5
- data/lib/forgejo/models/update_variable_option.rb +21 -5
- data/lib/forgejo/models/user.rb +11 -5
- data/lib/forgejo/models/user_heatmap_data.rb +11 -5
- data/lib/forgejo/models/user_search200_response.rb +11 -5
- data/lib/forgejo/models/user_settings.rb +11 -5
- data/lib/forgejo/models/user_settings_options.rb +11 -5
- data/lib/forgejo/models/watch_info.rb +11 -5
- data/lib/forgejo/models/wiki_commit.rb +11 -5
- data/lib/forgejo/models/wiki_commit_list.rb +11 -5
- data/lib/forgejo/models/wiki_page.rb +11 -5
- data/lib/forgejo/models/wiki_page_meta_data.rb +11 -5
- data/lib/forgejo/version.rb +3 -3
- data/lib/forgejo.rb +28 -2
- data/manifest.scm +6 -2
- data/openapi-generator-cli.jar +0 -0
- data/pom.xml~ +22 -0
- data/smoke +1 -1
- data/spec/models/api_forbidden_error_spec.rb +42 -0
- data/spec/models/api_invalid_topics_error_spec.rb +42 -0
- data/spec/models/api_not_found_spec.rb +48 -0
- data/spec/models/api_repo_archived_error_spec.rb +42 -0
- data/spec/models/api_unauthorized_error_spec.rb +42 -0
- data/spec/models/api_validation_error_spec.rb +42 -0
- data/spec/models/create_quota_group_options_spec.rb +42 -0
- data/spec/models/create_quota_rule_options_spec.rb +48 -0
- data/spec/models/edit_quota_rule_options_spec.rb +42 -0
- data/spec/models/note_options_spec.rb +36 -0
- data/spec/models/quota_group_spec.rb +42 -0
- data/spec/models/quota_info_spec.rb +42 -0
- data/spec/models/quota_rule_info_spec.rb +48 -0
- data/spec/models/quota_used_artifact_spec.rb +48 -0
- data/spec/models/quota_used_attachment_contained_in_spec.rb +42 -0
- data/spec/models/quota_used_attachment_spec.rb +54 -0
- data/spec/models/quota_used_package_spec.rb +60 -0
- data/spec/models/quota_used_size_assets_attachments_spec.rb +42 -0
- data/spec/models/quota_used_size_assets_packages_spec.rb +36 -0
- data/spec/models/quota_used_size_assets_spec.rb +48 -0
- data/spec/models/quota_used_size_git_spec.rb +36 -0
- data/spec/models/quota_used_size_repos_spec.rb +42 -0
- data/spec/models/quota_used_size_spec.rb +48 -0
- data/spec/models/quota_used_spec.rb +36 -0
- data/spec/models/set_user_quota_groups_options_spec.rb +36 -0
- data/spec/models/update_branch_repo_option_spec.rb +36 -0
- data/spec/spec_helper.rb +2 -2
- data/swagger.v1.json +2563 -338
- data/swagger.v1.patched.json +1 -1
- metadata +291 -182
- data/LICENSE~ +0 -9
- data/Makefile~ +0 -2
- data/patch~ +0 -1
- data/smoke~ +0 -1
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,9 +25,14 @@ module Forgejo
|
|
25
25
|
}
|
26
26
|
end
|
27
27
|
|
28
|
+
# Returns attribute mapping this model knows about
|
29
|
+
def self.acceptable_attribute_map
|
30
|
+
attribute_map
|
31
|
+
end
|
32
|
+
|
28
33
|
# Returns all the JSON keys this model knows about
|
29
34
|
def self.acceptable_attributes
|
30
|
-
|
35
|
+
acceptable_attribute_map.values
|
31
36
|
end
|
32
37
|
|
33
38
|
# Attribute type mapping.
|
@@ -51,9 +56,10 @@ module Forgejo
|
|
51
56
|
end
|
52
57
|
|
53
58
|
# check to see if the attribute exists and convert string to symbol for hash key
|
59
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
54
60
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
55
|
-
if (!
|
56
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditReactionOption`. Please check the name to make sure it's valid. List of attributes: " +
|
61
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
62
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditReactionOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
57
63
|
end
|
58
64
|
h[k.to_sym] = v
|
59
65
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -43,9 +43,14 @@ module Forgejo
|
|
43
43
|
}
|
44
44
|
end
|
45
45
|
|
46
|
+
# Returns attribute mapping this model knows about
|
47
|
+
def self.acceptable_attribute_map
|
48
|
+
attribute_map
|
49
|
+
end
|
50
|
+
|
46
51
|
# Returns all the JSON keys this model knows about
|
47
52
|
def self.acceptable_attributes
|
48
|
-
|
53
|
+
acceptable_attribute_map.values
|
49
54
|
end
|
50
55
|
|
51
56
|
# Attribute type mapping.
|
@@ -75,9 +80,10 @@ module Forgejo
|
|
75
80
|
end
|
76
81
|
|
77
82
|
# check to see if the attribute exists and convert string to symbol for hash key
|
83
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
78
84
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
79
|
-
if (!
|
80
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditReleaseOption`. Please check the name to make sure it's valid. List of attributes: " +
|
85
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
86
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditReleaseOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
81
87
|
end
|
82
88
|
h[k.to_sym] = v
|
83
89
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -55,6 +55,9 @@ module Forgejo
|
|
55
55
|
# set to a merge style to be used by this repository: \"merge\", \"rebase\", \"rebase-merge\", \"squash\", or \"fast-forward-only\".
|
56
56
|
attr_accessor :default_merge_style
|
57
57
|
|
58
|
+
# set to a update style to be used by this repository: \"rebase\" or \"merge\"
|
59
|
+
attr_accessor :default_update_style
|
60
|
+
|
58
61
|
# a short description of the repository.
|
59
62
|
attr_accessor :description
|
60
63
|
|
@@ -128,6 +131,7 @@ module Forgejo
|
|
128
131
|
:'default_branch' => :'default_branch',
|
129
132
|
:'default_delete_branch_after_merge' => :'default_delete_branch_after_merge',
|
130
133
|
:'default_merge_style' => :'default_merge_style',
|
134
|
+
:'default_update_style' => :'default_update_style',
|
131
135
|
:'description' => :'description',
|
132
136
|
:'enable_prune' => :'enable_prune',
|
133
137
|
:'external_tracker' => :'external_tracker',
|
@@ -151,9 +155,14 @@ module Forgejo
|
|
151
155
|
}
|
152
156
|
end
|
153
157
|
|
158
|
+
# Returns attribute mapping this model knows about
|
159
|
+
def self.acceptable_attribute_map
|
160
|
+
attribute_map
|
161
|
+
end
|
162
|
+
|
154
163
|
# Returns all the JSON keys this model knows about
|
155
164
|
def self.acceptable_attributes
|
156
|
-
|
165
|
+
acceptable_attribute_map.values
|
157
166
|
end
|
158
167
|
|
159
168
|
# Attribute type mapping.
|
@@ -172,6 +181,7 @@ module Forgejo
|
|
172
181
|
:'default_branch' => :'String',
|
173
182
|
:'default_delete_branch_after_merge' => :'Boolean',
|
174
183
|
:'default_merge_style' => :'String',
|
184
|
+
:'default_update_style' => :'String',
|
175
185
|
:'description' => :'String',
|
176
186
|
:'enable_prune' => :'Boolean',
|
177
187
|
:'external_tracker' => :'ExternalTracker',
|
@@ -209,9 +219,10 @@ module Forgejo
|
|
209
219
|
end
|
210
220
|
|
211
221
|
# check to see if the attribute exists and convert string to symbol for hash key
|
222
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
212
223
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
213
|
-
if (!
|
214
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditRepoOption`. Please check the name to make sure it's valid. List of attributes: " +
|
224
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
225
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditRepoOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
215
226
|
end
|
216
227
|
h[k.to_sym] = v
|
217
228
|
}
|
@@ -268,6 +279,10 @@ module Forgejo
|
|
268
279
|
self.default_merge_style = attributes[:'default_merge_style']
|
269
280
|
end
|
270
281
|
|
282
|
+
if attributes.key?(:'default_update_style')
|
283
|
+
self.default_update_style = attributes[:'default_update_style']
|
284
|
+
end
|
285
|
+
|
271
286
|
if attributes.key?(:'description')
|
272
287
|
self.description = attributes[:'description']
|
273
288
|
end
|
@@ -382,6 +397,7 @@ module Forgejo
|
|
382
397
|
default_branch == o.default_branch &&
|
383
398
|
default_delete_branch_after_merge == o.default_delete_branch_after_merge &&
|
384
399
|
default_merge_style == o.default_merge_style &&
|
400
|
+
default_update_style == o.default_update_style &&
|
385
401
|
description == o.description &&
|
386
402
|
enable_prune == o.enable_prune &&
|
387
403
|
external_tracker == o.external_tracker &&
|
@@ -413,7 +429,7 @@ module Forgejo
|
|
413
429
|
# Calculates hash code according to all attributes.
|
414
430
|
# @return [Integer] Hash code
|
415
431
|
def hash
|
416
|
-
[allow_fast_forward_only_merge, allow_manual_merge, allow_merge_commits, allow_rebase, allow_rebase_explicit, allow_rebase_update, allow_squash_merge, archived, autodetect_manual_merge, default_allow_maintainer_edit, default_branch, default_delete_branch_after_merge, default_merge_style, description, enable_prune, external_tracker, external_wiki, globally_editable_wiki, has_actions, has_issues, has_packages, has_projects, has_pull_requests, has_releases, has_wiki, ignore_whitespace_conflicts, internal_tracker, mirror_interval, name, private, template, website, wiki_branch].hash
|
432
|
+
[allow_fast_forward_only_merge, allow_manual_merge, allow_merge_commits, allow_rebase, allow_rebase_explicit, allow_rebase_update, allow_squash_merge, archived, autodetect_manual_merge, default_allow_maintainer_edit, default_branch, default_delete_branch_after_merge, default_merge_style, default_update_style, description, enable_prune, external_tracker, external_wiki, globally_editable_wiki, has_actions, has_issues, has_packages, has_projects, has_pull_requests, has_releases, has_wiki, ignore_whitespace_conflicts, internal_tracker, mirror_interval, name, private, template, website, wiki_branch].hash
|
417
433
|
end
|
418
434
|
|
419
435
|
# Builds the object from hash
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -31,9 +31,14 @@ module Forgejo
|
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
34
|
+
# Returns attribute mapping this model knows about
|
35
|
+
def self.acceptable_attribute_map
|
36
|
+
attribute_map
|
37
|
+
end
|
38
|
+
|
34
39
|
# Returns all the JSON keys this model knows about
|
35
40
|
def self.acceptable_attributes
|
36
|
-
|
41
|
+
acceptable_attribute_map.values
|
37
42
|
end
|
38
43
|
|
39
44
|
# Attribute type mapping.
|
@@ -59,9 +64,10 @@ module Forgejo
|
|
59
64
|
end
|
60
65
|
|
61
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
67
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
62
68
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
-
if (!
|
64
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditTagProtectionOption`. Please check the name to make sure it's valid. List of attributes: " +
|
69
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
70
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditTagProtectionOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
65
71
|
end
|
66
72
|
h[k.to_sym] = v
|
67
73
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -65,9 +65,14 @@ module Forgejo
|
|
65
65
|
}
|
66
66
|
end
|
67
67
|
|
68
|
+
# Returns attribute mapping this model knows about
|
69
|
+
def self.acceptable_attribute_map
|
70
|
+
attribute_map
|
71
|
+
end
|
72
|
+
|
68
73
|
# Returns all the JSON keys this model knows about
|
69
74
|
def self.acceptable_attributes
|
70
|
-
|
75
|
+
acceptable_attribute_map.values
|
71
76
|
end
|
72
77
|
|
73
78
|
# Attribute type mapping.
|
@@ -97,9 +102,10 @@ module Forgejo
|
|
97
102
|
end
|
98
103
|
|
99
104
|
# check to see if the attribute exists and convert string to symbol for hash key
|
105
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
100
106
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
101
|
-
if (!
|
102
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditTeamOption`. Please check the name to make sure it's valid. List of attributes: " +
|
107
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
108
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditTeamOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
103
109
|
end
|
104
110
|
h[k.to_sym] = v
|
105
111
|
}
|
@@ -161,6 +167,16 @@ module Forgejo
|
|
161
167
|
true
|
162
168
|
end
|
163
169
|
|
170
|
+
# Custom attribute writer method with validation
|
171
|
+
# @param [Object] name Value to be assigned
|
172
|
+
def name=(name)
|
173
|
+
if name.nil?
|
174
|
+
fail ArgumentError, 'name cannot be nil'
|
175
|
+
end
|
176
|
+
|
177
|
+
@name = name
|
178
|
+
end
|
179
|
+
|
164
180
|
# Custom attribute writer method checking allowed values (enum).
|
165
181
|
# @param [Object] permission Object to be assigned
|
166
182
|
def permission=(permission)
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -79,9 +79,14 @@ module Forgejo
|
|
79
79
|
}
|
80
80
|
end
|
81
81
|
|
82
|
+
# Returns attribute mapping this model knows about
|
83
|
+
def self.acceptable_attribute_map
|
84
|
+
attribute_map
|
85
|
+
end
|
86
|
+
|
82
87
|
# Returns all the JSON keys this model knows about
|
83
88
|
def self.acceptable_attributes
|
84
|
-
|
89
|
+
acceptable_attribute_map.values
|
85
90
|
end
|
86
91
|
|
87
92
|
# Attribute type mapping.
|
@@ -123,9 +128,10 @@ module Forgejo
|
|
123
128
|
end
|
124
129
|
|
125
130
|
# check to see if the attribute exists and convert string to symbol for hash key
|
131
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
126
132
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
127
|
-
if (!
|
128
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditUserOption`. Please check the name to make sure it's valid. List of attributes: " +
|
133
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
134
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::EditUserOption`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
129
135
|
end
|
130
136
|
h[k.to_sym] = v
|
131
137
|
}
|
data/lib/forgejo/models/email.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -37,9 +37,14 @@ module Forgejo
|
|
37
37
|
}
|
38
38
|
end
|
39
39
|
|
40
|
+
# Returns attribute mapping this model knows about
|
41
|
+
def self.acceptable_attribute_map
|
42
|
+
attribute_map
|
43
|
+
end
|
44
|
+
|
40
45
|
# Returns all the JSON keys this model knows about
|
41
46
|
def self.acceptable_attributes
|
42
|
-
|
47
|
+
acceptable_attribute_map.values
|
43
48
|
end
|
44
49
|
|
45
50
|
# Attribute type mapping.
|
@@ -67,9 +72,10 @@ module Forgejo
|
|
67
72
|
end
|
68
73
|
|
69
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
75
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
70
76
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
71
|
-
if (!
|
72
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::Email`. Please check the name to make sure it's valid. List of attributes: " +
|
77
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
78
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::Email`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
73
79
|
end
|
74
80
|
h[k.to_sym] = v
|
75
81
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -38,9 +38,14 @@ module Forgejo
|
|
38
38
|
}
|
39
39
|
end
|
40
40
|
|
41
|
+
# Returns attribute mapping this model knows about
|
42
|
+
def self.acceptable_attribute_map
|
43
|
+
attribute_map
|
44
|
+
end
|
45
|
+
|
41
46
|
# Returns all the JSON keys this model knows about
|
42
47
|
def self.acceptable_attributes
|
43
|
-
|
48
|
+
acceptable_attribute_map.values
|
44
49
|
end
|
45
50
|
|
46
51
|
# Attribute type mapping.
|
@@ -67,9 +72,10 @@ module Forgejo
|
|
67
72
|
end
|
68
73
|
|
69
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
75
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
70
76
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
71
|
-
if (!
|
72
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::ExternalTracker`. Please check the name to make sure it's valid. List of attributes: " +
|
77
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
78
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::ExternalTracker`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
73
79
|
end
|
74
80
|
h[k.to_sym] = v
|
75
81
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -26,9 +26,14 @@ module Forgejo
|
|
26
26
|
}
|
27
27
|
end
|
28
28
|
|
29
|
+
# Returns attribute mapping this model knows about
|
30
|
+
def self.acceptable_attribute_map
|
31
|
+
attribute_map
|
32
|
+
end
|
33
|
+
|
29
34
|
# Returns all the JSON keys this model knows about
|
30
35
|
def self.acceptable_attributes
|
31
|
-
|
36
|
+
acceptable_attribute_map.values
|
32
37
|
end
|
33
38
|
|
34
39
|
# Attribute type mapping.
|
@@ -52,9 +57,10 @@ module Forgejo
|
|
52
57
|
end
|
53
58
|
|
54
59
|
# check to see if the attribute exists and convert string to symbol for hash key
|
60
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
55
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
56
|
-
if (!
|
57
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::ExternalWiki`. Please check the name to make sure it's valid. List of attributes: " +
|
62
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::ExternalWiki`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
58
64
|
end
|
59
65
|
h[k.to_sym] = v
|
60
66
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -48,9 +48,14 @@ module Forgejo
|
|
48
48
|
}
|
49
49
|
end
|
50
50
|
|
51
|
+
# Returns attribute mapping this model knows about
|
52
|
+
def self.acceptable_attribute_map
|
53
|
+
attribute_map
|
54
|
+
end
|
55
|
+
|
51
56
|
# Returns all the JSON keys this model knows about
|
52
57
|
def self.acceptable_attributes
|
53
|
-
|
58
|
+
acceptable_attribute_map.values
|
54
59
|
end
|
55
60
|
|
56
61
|
# Attribute type mapping.
|
@@ -82,9 +87,10 @@ module Forgejo
|
|
82
87
|
end
|
83
88
|
|
84
89
|
# check to see if the attribute exists and convert string to symbol for hash key
|
90
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
85
91
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
86
|
-
if (!
|
87
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileCommitResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
92
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
93
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileCommitResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
88
94
|
end
|
89
95
|
h[k.to_sym] = v
|
90
96
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -31,9 +31,14 @@ module Forgejo
|
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
34
|
+
# Returns attribute mapping this model knows about
|
35
|
+
def self.acceptable_attribute_map
|
36
|
+
attribute_map
|
37
|
+
end
|
38
|
+
|
34
39
|
# Returns all the JSON keys this model knows about
|
35
40
|
def self.acceptable_attributes
|
36
|
-
|
41
|
+
acceptable_attribute_map.values
|
37
42
|
end
|
38
43
|
|
39
44
|
# Attribute type mapping.
|
@@ -59,9 +64,10 @@ module Forgejo
|
|
59
64
|
end
|
60
65
|
|
61
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
67
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
62
68
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
-
if (!
|
64
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileDeleteResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
69
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
70
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileDeleteResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
65
71
|
end
|
66
72
|
h[k.to_sym] = v
|
67
73
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -31,9 +31,14 @@ module Forgejo
|
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
34
|
+
# Returns attribute mapping this model knows about
|
35
|
+
def self.acceptable_attribute_map
|
36
|
+
attribute_map
|
37
|
+
end
|
38
|
+
|
34
39
|
# Returns all the JSON keys this model knows about
|
35
40
|
def self.acceptable_attributes
|
36
|
-
|
41
|
+
acceptable_attribute_map.values
|
37
42
|
end
|
38
43
|
|
39
44
|
# Attribute type mapping.
|
@@ -59,9 +64,10 @@ module Forgejo
|
|
59
64
|
end
|
60
65
|
|
61
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
67
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
62
68
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
-
if (!
|
64
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileLinksResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
69
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
70
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileLinksResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
65
71
|
end
|
66
72
|
h[k.to_sym] = v
|
67
73
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -31,9 +31,14 @@ module Forgejo
|
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
34
|
+
# Returns attribute mapping this model knows about
|
35
|
+
def self.acceptable_attribute_map
|
36
|
+
attribute_map
|
37
|
+
end
|
38
|
+
|
34
39
|
# Returns all the JSON keys this model knows about
|
35
40
|
def self.acceptable_attributes
|
36
|
-
|
41
|
+
acceptable_attribute_map.values
|
37
42
|
end
|
38
43
|
|
39
44
|
# Attribute type mapping.
|
@@ -59,9 +64,10 @@ module Forgejo
|
|
59
64
|
end
|
60
65
|
|
61
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
67
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
62
68
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
-
if (!
|
64
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
69
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
70
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FileResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
65
71
|
end
|
66
72
|
h[k.to_sym] = v
|
67
73
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#This documentation describes the Forgejo API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: 10.0.0-121-28886cd+gitea-1.22.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.12.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -31,9 +31,14 @@ module Forgejo
|
|
31
31
|
}
|
32
32
|
end
|
33
33
|
|
34
|
+
# Returns attribute mapping this model knows about
|
35
|
+
def self.acceptable_attribute_map
|
36
|
+
attribute_map
|
37
|
+
end
|
38
|
+
|
34
39
|
# Returns all the JSON keys this model knows about
|
35
40
|
def self.acceptable_attributes
|
36
|
-
|
41
|
+
acceptable_attribute_map.values
|
37
42
|
end
|
38
43
|
|
39
44
|
# Attribute type mapping.
|
@@ -59,9 +64,10 @@ module Forgejo
|
|
59
64
|
end
|
60
65
|
|
61
66
|
# check to see if the attribute exists and convert string to symbol for hash key
|
67
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
62
68
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
-
if (!
|
64
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FilesResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
69
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
70
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Forgejo::FilesResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
65
71
|
end
|
66
72
|
h[k.to_sym] = v
|
67
73
|
}
|