Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Release Gem
uses: cadwallion/publish-rubygems-action@master
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build gem
run: gem build embed_workflow.gemspec
- name: Publish to RubyGems
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: ./bin/publish
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: gem push embed_workflow-*.gem
39 changes: 13 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Generated by: https://openapi-generator.tech
#

*.gem
*.rbc
*.DS_Store
.DS_Store
/.config
/coverage/
/InstalledFiles
Expand All @@ -11,19 +14,10 @@
/test/version_tmp/
/tmp/

# Used by dotenv library to load environment variables.
# .env

# Ignore Byebug command history file.
.byebug_history

## Specific to RubyMotion (use of CocoaPods):
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# vendor/Pods/
## Specific to RubyMotion:
.dat*
.repl_history
build/

## Documentation cache and generated files:
/.yardoc/
Expand All @@ -36,18 +30,11 @@
/vendor/bundle
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# This is a library/gem, so don't pin development dependencies for downstream
# consumers — let bundler resolve fresh against each project's constraints.
Gemfile.lock
.ruby-version
.ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*
.env*
!.env.example

/kb
23 changes: 23 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
266 changes: 266 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
README.md
Rakefile
docs/AccountsApi.md
docs/ActionTypesApi.md
docs/ActionsApi.md
docs/AppConnectionsApi.md
docs/AvailableAppsApi.md
docs/CatchHookRequest.md
docs/CreateActionType422Response.md
docs/CreateActionTypeRequest.md
docs/CreateActionTypeRequestFormDraftInner.md
docs/CreateActionTypeRequestIconDraft.md
docs/CreateAppConnectionRequest.md
docs/CreateUserToken200Response.md
docs/CreateUserTokenRequest.md
docs/CreateWorkflow201Response.md
docs/CreateWorkflowRequest.md
docs/CreateWorkflowRequestTemplateDraft.md
docs/CreateWorkflowRequestTemplateDraftNodesInner.md
docs/DataFieldsApi.md
docs/DeleteActionType200Response.md
docs/DeleteWorkflow200Response.md
docs/DeleteWorkflow200ResponseOneOf.md
docs/DeleteWorkflow200ResponseOneOf1.md
docs/DiscardWorkflowDraftRequest.md
docs/EvaluateExpression200Response.md
docs/EvaluateExpressionRequest.md
docs/EventsApi.md
docs/ExecuteWorkflow201Response.md
docs/ExecuteWorkflowRequest.md
docs/ExecutionsApi.md
docs/ExportConfiguration200Response.md
docs/ExportConfiguration200ResponseConfiguration.md
docs/ImportConfiguration201Response.md
docs/ImportConfigurationRequest.md
docs/ImportConfigurationRequestSchema.md
docs/InstallApp201Response.md
docs/InstallAppRequest.md
docs/InstalledAppsApi.md
docs/ListActionTypes200Response.md
docs/ListActionTypes200ResponseCollectionInner.md
docs/ListActionTypes200ResponseMeta.md
docs/ListActions200Response.md
docs/ListActions200ResponseCollectionInner.md
docs/ListAppConnections200Response.md
docs/ListAppConnections200ResponseCollectionInner.md
docs/ListAvailableApps200Response.md
docs/ListAvailableApps200ResponseCollectionInner.md
docs/ListDataFields200Response.md
docs/ListDataFields200ResponseCollectionInner.md
docs/ListDataFieldsTypeParameter.md
docs/ListEvents200Response.md
docs/ListEvents200ResponseCollectionInner.md
docs/ListInstalledApps200Response.md
docs/ListInstalledApps200ResponseCollectionInner.md
docs/ListTriggers200Response.md
docs/ListTriggers200ResponseCollectionInner.md
docs/ListUsers200Response.md
docs/ListUsers200ResponseCollectionInner.md
docs/ListWorkflowExecutions200Response.md
docs/ListWorkflowVersions200Response.md
docs/ListWorkflowVersions200ResponseCollectionInner.md
docs/ListWorkflows200Response.md
docs/ListWorkflows200ResponseCollectionInner.md
docs/PaymentsApi.md
docs/PublishWorkflowRequest.md
docs/RetrieveAccount200Response.md
docs/RetrieveAccountUsage200Response.md
docs/RetrieveAvailableApp200Response.md
docs/RetrieveExecution200Response.md
docs/RetryActionRequest.md
docs/StopExecutionsRequest.md
docs/TriggerWorkflowRequest.md
docs/TriggersApi.md
docs/UpdateAccountRequest.md
docs/UpdateAccountRequestActionTypeCategoriesInner.md
docs/UpdateAccountRequestActionTypeCategoriesInnerIcon.md
docs/UpdateAccountRequestUserDataSchemaInner.md
docs/UpdateActionTypeRequest.md
docs/UpdateInstalledAppRequest.md
docs/UpdateTriggerRequest.md
docs/UpdateWorkflowRequest.md
docs/UpsertUserRequest.md
docs/UsersApi.md
docs/WorkflowsApi.md
embed_workflow.gemspec
git_push.sh
lib/embed_workflow.rb
lib/embed_workflow/api/accounts_api.rb
lib/embed_workflow/api/action_types_api.rb
lib/embed_workflow/api/actions_api.rb
lib/embed_workflow/api/app_connections_api.rb
lib/embed_workflow/api/available_apps_api.rb
lib/embed_workflow/api/data_fields_api.rb
lib/embed_workflow/api/events_api.rb
lib/embed_workflow/api/executions_api.rb
lib/embed_workflow/api/installed_apps_api.rb
lib/embed_workflow/api/payments_api.rb
lib/embed_workflow/api/triggers_api.rb
lib/embed_workflow/api/users_api.rb
lib/embed_workflow/api/workflows_api.rb
lib/embed_workflow/api_client.rb
lib/embed_workflow/api_error.rb
lib/embed_workflow/configuration.rb
lib/embed_workflow/models/catch_hook_request.rb
lib/embed_workflow/models/create_action_type422_response.rb
lib/embed_workflow/models/create_action_type_request.rb
lib/embed_workflow/models/create_action_type_request_form_draft_inner.rb
lib/embed_workflow/models/create_action_type_request_icon_draft.rb
lib/embed_workflow/models/create_app_connection_request.rb
lib/embed_workflow/models/create_user_token200_response.rb
lib/embed_workflow/models/create_user_token_request.rb
lib/embed_workflow/models/create_workflow201_response.rb
lib/embed_workflow/models/create_workflow_request.rb
lib/embed_workflow/models/create_workflow_request_template_draft.rb
lib/embed_workflow/models/create_workflow_request_template_draft_nodes_inner.rb
lib/embed_workflow/models/delete_action_type200_response.rb
lib/embed_workflow/models/delete_workflow200_response.rb
lib/embed_workflow/models/delete_workflow200_response_one_of.rb
lib/embed_workflow/models/delete_workflow200_response_one_of1.rb
lib/embed_workflow/models/discard_workflow_draft_request.rb
lib/embed_workflow/models/evaluate_expression200_response.rb
lib/embed_workflow/models/evaluate_expression_request.rb
lib/embed_workflow/models/execute_workflow201_response.rb
lib/embed_workflow/models/execute_workflow_request.rb
lib/embed_workflow/models/export_configuration200_response.rb
lib/embed_workflow/models/export_configuration200_response_configuration.rb
lib/embed_workflow/models/import_configuration201_response.rb
lib/embed_workflow/models/import_configuration_request.rb
lib/embed_workflow/models/import_configuration_request_schema.rb
lib/embed_workflow/models/install_app201_response.rb
lib/embed_workflow/models/install_app_request.rb
lib/embed_workflow/models/list_action_types200_response.rb
lib/embed_workflow/models/list_action_types200_response_collection_inner.rb
lib/embed_workflow/models/list_action_types200_response_meta.rb
lib/embed_workflow/models/list_actions200_response.rb
lib/embed_workflow/models/list_actions200_response_collection_inner.rb
lib/embed_workflow/models/list_app_connections200_response.rb
lib/embed_workflow/models/list_app_connections200_response_collection_inner.rb
lib/embed_workflow/models/list_available_apps200_response.rb
lib/embed_workflow/models/list_available_apps200_response_collection_inner.rb
lib/embed_workflow/models/list_data_fields200_response.rb
lib/embed_workflow/models/list_data_fields200_response_collection_inner.rb
lib/embed_workflow/models/list_data_fields_type_parameter.rb
lib/embed_workflow/models/list_events200_response.rb
lib/embed_workflow/models/list_events200_response_collection_inner.rb
lib/embed_workflow/models/list_installed_apps200_response.rb
lib/embed_workflow/models/list_installed_apps200_response_collection_inner.rb
lib/embed_workflow/models/list_triggers200_response.rb
lib/embed_workflow/models/list_triggers200_response_collection_inner.rb
lib/embed_workflow/models/list_users200_response.rb
lib/embed_workflow/models/list_users200_response_collection_inner.rb
lib/embed_workflow/models/list_workflow_executions200_response.rb
lib/embed_workflow/models/list_workflow_versions200_response.rb
lib/embed_workflow/models/list_workflow_versions200_response_collection_inner.rb
lib/embed_workflow/models/list_workflows200_response.rb
lib/embed_workflow/models/list_workflows200_response_collection_inner.rb
lib/embed_workflow/models/publish_workflow_request.rb
lib/embed_workflow/models/retrieve_account200_response.rb
lib/embed_workflow/models/retrieve_account_usage200_response.rb
lib/embed_workflow/models/retrieve_available_app200_response.rb
lib/embed_workflow/models/retrieve_execution200_response.rb
lib/embed_workflow/models/retry_action_request.rb
lib/embed_workflow/models/stop_executions_request.rb
lib/embed_workflow/models/trigger_workflow_request.rb
lib/embed_workflow/models/update_account_request.rb
lib/embed_workflow/models/update_account_request_action_type_categories_inner.rb
lib/embed_workflow/models/update_account_request_action_type_categories_inner_icon.rb
lib/embed_workflow/models/update_account_request_user_data_schema_inner.rb
lib/embed_workflow/models/update_action_type_request.rb
lib/embed_workflow/models/update_installed_app_request.rb
lib/embed_workflow/models/update_trigger_request.rb
lib/embed_workflow/models/update_workflow_request.rb
lib/embed_workflow/models/upsert_user_request.rb
lib/embed_workflow/version.rb
spec/api/accounts_api_spec.rb
spec/api/action_types_api_spec.rb
spec/api/actions_api_spec.rb
spec/api/app_connections_api_spec.rb
spec/api/available_apps_api_spec.rb
spec/api/data_fields_api_spec.rb
spec/api/events_api_spec.rb
spec/api/executions_api_spec.rb
spec/api/installed_apps_api_spec.rb
spec/api/payments_api_spec.rb
spec/api/triggers_api_spec.rb
spec/api/users_api_spec.rb
spec/api/workflows_api_spec.rb
spec/models/catch_hook_request_spec.rb
spec/models/create_action_type422_response_spec.rb
spec/models/create_action_type_request_form_draft_inner_spec.rb
spec/models/create_action_type_request_icon_draft_spec.rb
spec/models/create_action_type_request_spec.rb
spec/models/create_app_connection_request_spec.rb
spec/models/create_user_token200_response_spec.rb
spec/models/create_user_token_request_spec.rb
spec/models/create_workflow201_response_spec.rb
spec/models/create_workflow_request_spec.rb
spec/models/create_workflow_request_template_draft_nodes_inner_spec.rb
spec/models/create_workflow_request_template_draft_spec.rb
spec/models/delete_action_type200_response_spec.rb
spec/models/delete_workflow200_response_one_of1_spec.rb
spec/models/delete_workflow200_response_one_of_spec.rb
spec/models/delete_workflow200_response_spec.rb
spec/models/discard_workflow_draft_request_spec.rb
spec/models/evaluate_expression200_response_spec.rb
spec/models/evaluate_expression_request_spec.rb
spec/models/execute_workflow201_response_spec.rb
spec/models/execute_workflow_request_spec.rb
spec/models/export_configuration200_response_configuration_spec.rb
spec/models/export_configuration200_response_spec.rb
spec/models/import_configuration201_response_spec.rb
spec/models/import_configuration_request_schema_spec.rb
spec/models/import_configuration_request_spec.rb
spec/models/install_app201_response_spec.rb
spec/models/install_app_request_spec.rb
spec/models/list_action_types200_response_collection_inner_spec.rb
spec/models/list_action_types200_response_meta_spec.rb
spec/models/list_action_types200_response_spec.rb
spec/models/list_actions200_response_collection_inner_spec.rb
spec/models/list_actions200_response_spec.rb
spec/models/list_app_connections200_response_collection_inner_spec.rb
spec/models/list_app_connections200_response_spec.rb
spec/models/list_available_apps200_response_collection_inner_spec.rb
spec/models/list_available_apps200_response_spec.rb
spec/models/list_data_fields200_response_collection_inner_spec.rb
spec/models/list_data_fields200_response_spec.rb
spec/models/list_data_fields_type_parameter_spec.rb
spec/models/list_events200_response_collection_inner_spec.rb
spec/models/list_events200_response_spec.rb
spec/models/list_installed_apps200_response_collection_inner_spec.rb
spec/models/list_installed_apps200_response_spec.rb
spec/models/list_triggers200_response_collection_inner_spec.rb
spec/models/list_triggers200_response_spec.rb
spec/models/list_users200_response_collection_inner_spec.rb
spec/models/list_users200_response_spec.rb
spec/models/list_workflow_executions200_response_spec.rb
spec/models/list_workflow_versions200_response_collection_inner_spec.rb
spec/models/list_workflow_versions200_response_spec.rb
spec/models/list_workflows200_response_collection_inner_spec.rb
spec/models/list_workflows200_response_spec.rb
spec/models/publish_workflow_request_spec.rb
spec/models/retrieve_account200_response_spec.rb
spec/models/retrieve_account_usage200_response_spec.rb
spec/models/retrieve_available_app200_response_spec.rb
spec/models/retrieve_execution200_response_spec.rb
spec/models/retry_action_request_spec.rb
spec/models/stop_executions_request_spec.rb
spec/models/trigger_workflow_request_spec.rb
spec/models/update_account_request_action_type_categories_inner_icon_spec.rb
spec/models/update_account_request_action_type_categories_inner_spec.rb
spec/models/update_account_request_spec.rb
spec/models/update_account_request_user_data_schema_inner_spec.rb
spec/models/update_action_type_request_spec.rb
spec/models/update_installed_app_request_spec.rb
spec/models/update_trigger_request_spec.rb
spec/models/update_workflow_request_spec.rb
spec/models/upsert_user_request_spec.rb
spec/spec_helper.rb
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.2.0
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--color
--require spec_helper
Loading
Loading