tasker-engine 1.0.1 → 1.0.2
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/README.md +2 -5
- data/app/models/tasker/task.rb +0 -10
- data/config/routes.rb +3 -3
- data/docs/AUTH.md +1 -40
- data/docs/DEVELOPER_GUIDE.md +2 -3
- data/docs/OVERVIEW.md +0 -4
- data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis.html +1 -1
- data/docs/Tasker/AnalyticsController.html +1 -1
- data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService.html +1 -1
- data/docs/Tasker/AnnotationType.html +1 -1
- data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
- data/docs/Tasker/ApplicationController.html +2 -2
- data/docs/Tasker/ApplicationJob.html +1 -1
- data/docs/Tasker/ApplicationRecord.html +1 -1
- data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
- data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
- data/docs/Tasker/Authentication/Coordinator.html +1 -1
- data/docs/Tasker/Authentication/Interface.html +1 -1
- data/docs/Tasker/Authentication/InterfaceError.html +1 -1
- data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
- data/docs/Tasker/Authentication.html +1 -1
- data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
- data/docs/Tasker/Authorization/BaseCoordinator.html +1 -1
- data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +10 -10
- data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +8 -13
- data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
- data/docs/Tasker/Authorization/ResourceRegistry.html +33 -40
- data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
- data/docs/Tasker/Authorization.html +1 -1
- data/docs/Tasker/CacheCapabilities.html +1 -1
- data/docs/Tasker/CacheStrategy.html +1 -1
- data/docs/Tasker/Concerns/Authenticatable.html +1 -1
- data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
- data/docs/Tasker/Concerns/Authorizable.html +1 -1
- data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
- data/docs/Tasker/Concerns/EventPublisher.html +1 -1
- data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
- data/docs/Tasker/Concerns.html +1 -1
- data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration.html +1 -1
- data/docs/Tasker/ConfigurationError.html +1 -1
- data/docs/Tasker/ConfiguredTask.html +1 -1
- data/docs/Tasker/Constants/EventDefinitions.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
- data/docs/Tasker/Constants/RegistryEvents.html +1 -1
- data/docs/Tasker/Constants/StepEvents.html +1 -1
- data/docs/Tasker/Constants/TaskEvents.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
- data/docs/Tasker/Constants/TaskExecution.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization.html +1 -1
- data/docs/Tasker/Constants/TaskStatuses.html +1 -1
- data/docs/Tasker/Constants/TestEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
- data/docs/Tasker/Constants.html +1 -1
- data/docs/Tasker/DependentSystem.html +1 -1
- data/docs/Tasker/DependentSystemObjectMap.html +1 -1
- data/docs/Tasker/DetectorRegistry.html +1 -1
- data/docs/Tasker/Engine.html +1 -1
- data/docs/Tasker/Error.html +1 -1
- data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
- data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
- data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
- data/docs/Tasker/Events/Catalog.html +1 -1
- data/docs/Tasker/Events/CustomRegistry.html +1 -1
- data/docs/Tasker/Events/DefinitionLoader.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/Publisher.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers.html +1 -1
- data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
- data/docs/Tasker/Events.html +1 -1
- data/docs/Tasker/EventsGenerator.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
- data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
- data/docs/Tasker/Functions.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
- data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
- data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
- data/docs/Tasker/Generators/TaskHandlerGenerator.html +1 -1
- data/docs/Tasker/Generators.html +1 -1
- data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
- data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
- data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes.html +1 -1
- data/docs/Tasker/GraphqlController.html +1 -1
- data/docs/Tasker/HandlerFactory.html +1 -1
- data/docs/Tasker/HandlerSerializer.html +1 -1
- data/docs/Tasker/HandlersController.html +1 -1
- data/docs/Tasker/HashIdentityStrategy.html +1 -1
- data/docs/Tasker/Health/ReadinessChecker.html +1 -1
- data/docs/Tasker/Health/StatusChecker.html +1 -1
- data/docs/Tasker/Health.html +1 -1
- data/docs/Tasker/HealthController.html +1 -1
- data/docs/Tasker/IdentityStrategy.html +1 -1
- data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
- data/docs/Tasker/Logging/CorrelationIdGenerator.html +1 -1
- data/docs/Tasker/Logging.html +1 -1
- data/docs/Tasker/MetricsController.html +1 -1
- data/docs/Tasker/MetricsExportJob.html +1 -1
- data/docs/Tasker/Mutations/BaseMutation.html +1 -1
- data/docs/Tasker/Mutations/CancelStep.html +1 -1
- data/docs/Tasker/Mutations/CancelTask.html +1 -1
- data/docs/Tasker/Mutations/CreateTask.html +1 -1
- data/docs/Tasker/Mutations/UpdateStep.html +1 -1
- data/docs/Tasker/Mutations/UpdateTask.html +1 -1
- data/docs/Tasker/Mutations.html +1 -1
- data/docs/Tasker/NamedStep.html +1 -1
- data/docs/Tasker/NamedTask.html +1 -1
- data/docs/Tasker/NamedTasksNamedStep.html +1 -1
- data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +1 -1
- data/docs/Tasker/Orchestration/Coordinator.html +1 -1
- data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
- data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
- data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
- data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
- data/docs/Tasker/Orchestration/StepExecutor.html +1 -1
- data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
- data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
- data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
- data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
- data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
- data/docs/Tasker/Orchestration.html +1 -1
- data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
- data/docs/Tasker/PageSort.html +1 -1
- data/docs/Tasker/PermanentError.html +1 -1
- data/docs/Tasker/ProceduralError.html +1 -1
- data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
- data/docs/Tasker/Queries/AllTasks.html +1 -1
- data/docs/Tasker/Queries/BaseQuery.html +1 -1
- data/docs/Tasker/Queries/Helpers.html +1 -1
- data/docs/Tasker/Queries/OneStep.html +1 -1
- data/docs/Tasker/Queries/OneTask.html +1 -1
- data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
- data/docs/Tasker/Queries/TasksByStatus.html +1 -1
- data/docs/Tasker/Queries.html +1 -1
- data/docs/Tasker/Railtie.html +1 -1
- data/docs/Tasker/Registry/BaseRegistry.html +1 -1
- data/docs/Tasker/Registry/EventPublisher.html +1 -1
- data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
- data/docs/Tasker/Registry/RegistrationError.html +1 -1
- data/docs/Tasker/Registry/RegistryError.html +1 -1
- data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
- data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
- data/docs/Tasker/Registry/ValidationError.html +1 -1
- data/docs/Tasker/Registry.html +1 -1
- data/docs/Tasker/RetryableError.html +1 -1
- data/docs/Tasker/StateMachine/Compatibility.html +1 -1
- data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
- data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
- data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
- data/docs/Tasker/StateMachine.html +1 -1
- data/docs/Tasker/StepDagRelationship.html +1 -1
- data/docs/Tasker/StepHandler/Api/Config.html +1 -1
- data/docs/Tasker/StepHandler/Api.html +1 -1
- data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
- data/docs/Tasker/StepHandler/Base.html +1 -1
- data/docs/Tasker/StepHandler.html +1 -1
- data/docs/Tasker/StepReadinessStatus.html +1 -1
- data/docs/Tasker/Task.html +76 -183
- data/docs/Tasker/TaskAnnotation.html +1 -1
- data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
- data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
- data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskBuilder.html +1 -1
- data/docs/Tasker/TaskExecutionContext.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods.html +1 -1
- data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
- data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
- data/docs/Tasker/TaskHandler.html +1 -1
- data/docs/Tasker/TaskNamespace.html +1 -1
- data/docs/Tasker/TaskRunnerJob.html +1 -1
- data/docs/Tasker/TaskSerializer.html +1 -1
- data/docs/Tasker/TaskTransition.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema.html +1 -1
- data/docs/Tasker/TasksController.html +1 -1
- data/docs/Tasker/Telemetry/EventMapping.html +1 -1
- data/docs/Tasker/Telemetry/EventRouter.html +1 -1
- data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
- data/docs/Tasker/Telemetry/Events.html +1 -1
- data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
- data/docs/Tasker/Telemetry/IntelligentCacheManager.html +1 -1
- data/docs/Tasker/Telemetry/LogBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Counter.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
- data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
- data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins.html +1 -1
- data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
- data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
- data/docs/Tasker/Telemetry.html +1 -1
- data/docs/Tasker/Types/AuthConfig.html +1 -1
- data/docs/Tasker/Types/BackoffConfig.html +1 -1
- data/docs/Tasker/Types/BaseConfig.html +1 -1
- data/docs/Tasker/Types/CacheConfig.html +1 -1
- data/docs/Tasker/Types/DatabaseConfig.html +1 -1
- data/docs/Tasker/Types/DependencyGraph.html +1 -1
- data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
- data/docs/Tasker/Types/EngineConfig.html +1 -1
- data/docs/Tasker/Types/ExecutionConfig.html +1 -1
- data/docs/Tasker/Types/GraphEdge.html +1 -1
- data/docs/Tasker/Types/GraphMetadata.html +1 -1
- data/docs/Tasker/Types/GraphNode.html +1 -1
- data/docs/Tasker/Types/HealthConfig.html +1 -1
- data/docs/Tasker/Types/StepSequence.html +1 -1
- data/docs/Tasker/Types/StepTemplate.html +1 -1
- data/docs/Tasker/Types/TaskRequest.html +1 -1
- data/docs/Tasker/Types/TelemetryConfig.html +1 -1
- data/docs/Tasker/Types.html +1 -1
- data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
- data/docs/Tasker/WorkflowStep.html +1 -1
- data/docs/Tasker/WorkflowStepEdge.html +1 -1
- data/docs/Tasker/WorkflowStepSerializer.html +1 -1
- data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
- data/docs/Tasker/WorkflowStepTransition.html +1 -1
- data/docs/Tasker/WorkflowStepsController.html +1 -1
- data/docs/Tasker.html +5 -5
- data/docs/_index.html +21 -77
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -7
- data/docs/index.html +3 -7
- data/docs/method_list.html +1105 -1433
- data/docs/top-level-namespace.html +1 -1
- data/lib/generators/tasker/templates/authorization_coordinator.rb.erb +0 -13
- data/lib/generators/tasker/templates/authorization_coordinator_spec.rb.erb +1 -7
- data/lib/tasker/authorization/resource_constants.rb +1 -2
- data/lib/tasker/authorization/resource_registry.rb +0 -7
- data/lib/tasker/version.rb +1 -1
- metadata +2 -9
- data/app/controllers/tasker/task_diagrams_controller.rb +0 -30
- data/app/models/tasker/diagram/edge.rb +0 -106
- data/app/models/tasker/diagram/flowchart.rb +0 -137
- data/app/models/tasker/diagram/node.rb +0 -99
- data/app/models/tasker/task_diagram.rb +0 -332
- data/app/views/tasker/task/_diagram.html.erb +0 -32
- data/docs/TASK_DIAGRAM.md +0 -252
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 472cc41924cce1bd7c5a5a0fdce1cdbd1a137ef6ef10236d5abb2074fb7ee407
|
4
|
+
data.tar.gz: 6e59af8352b054338461b1c2a28d732c13b1e6fdb07276ae3eb02652dfb35306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c86ace29d47a0569c0d38c33810fe62e964898ce7c7efe69828c7deb121be3b63998c1b77ff156fa30bea09a9c4d8d7a2aed0e4b5304d0872dcf9af4779b4c
|
7
|
+
data.tar.gz: 37fd4b6c20c876ba873b4d78babff4f389c0bdbd078e038610086cffd56a15a971787b7a486e8c83b8b3e94b84b1de403f3663d6a14873ec2f8319a958f72cd1
|
data/README.md
CHANGED
@@ -28,9 +28,7 @@ Perfect for processes that involve multiple interdependent steps, require automa
|
|
28
28
|
Add Tasker to your Rails app's `Gemfile`:
|
29
29
|
|
30
30
|
```ruby
|
31
|
-
|
32
|
-
gem 'tasker-engine', '~> 1.0.1'
|
33
|
-
end
|
31
|
+
gem 'tasker-engine', '~> 1.0.2'
|
34
32
|
```
|
35
33
|
|
36
34
|
Install and run the migrations:
|
@@ -54,7 +52,7 @@ end
|
|
54
52
|
bundle exec rails tasker:setup
|
55
53
|
```
|
56
54
|
|
57
|
-
### Option 2: Generate Complete Application
|
55
|
+
### Option 2: Generate Complete Application
|
58
56
|
|
59
57
|
Create a production-ready Rails application with Tasker integration in one command:
|
60
58
|
|
@@ -406,7 +404,6 @@ end
|
|
406
404
|
### 📚 Additional Resources
|
407
405
|
- **[Application Generator](docs/APPLICATION_GENERATOR.md)** - One-line app creation with Docker support and validation
|
408
406
|
- **[System Overview](docs/OVERVIEW.md)** - Architecture and configuration
|
409
|
-
- **[Task Diagrams](docs/TASK_DIAGRAM.md)** - Visual workflow representation
|
410
407
|
- **[Troubleshooting](docs/TROUBLESHOOTING.md)** - Common issues and solutions
|
411
408
|
|
412
409
|
## Requirements & Dependencies
|
data/app/models/tasker/task.rb
CHANGED
@@ -64,7 +64,6 @@ module Tasker
|
|
64
64
|
validate :unique_identity_hash, on: :create
|
65
65
|
|
66
66
|
delegate :name, to: :named_task
|
67
|
-
delegate :to_mermaid, to: :diagram
|
68
67
|
delegate :workflow_summary, to: :task_execution_context
|
69
68
|
|
70
69
|
# State machine integration
|
@@ -301,14 +300,6 @@ module Tasker
|
|
301
300
|
workflow_steps.includes(:named_step).where(named_step: { name: name }).first
|
302
301
|
end
|
303
302
|
|
304
|
-
# Gets or creates a diagram representation of this task
|
305
|
-
#
|
306
|
-
# @param base_url [String, nil] The base URL to use for links in the diagram, defaults to nil
|
307
|
-
# @return [Tasker::TaskDiagram] The diagram representation of this task
|
308
|
-
def diagram(base_url = nil)
|
309
|
-
@diagram ||= Tasker::TaskDiagram.new(self, base_url)
|
310
|
-
end
|
311
|
-
|
312
303
|
def runtime_analyzer
|
313
304
|
@runtime_analyzer ||= Tasker::Analysis::RuntimeGraphAnalyzer.new(task: self)
|
314
305
|
end
|
@@ -335,7 +326,6 @@ module Tasker
|
|
335
326
|
def reload
|
336
327
|
super
|
337
328
|
@task_execution_context = nil
|
338
|
-
@diagram = nil
|
339
329
|
end
|
340
330
|
|
341
331
|
delegate :namespace_name, to: :named_task
|
data/config/routes.rb
CHANGED
@@ -24,11 +24,11 @@ Tasker::Engine.routes.draw do
|
|
24
24
|
get '/handlers/:namespace', to: 'handlers#show_namespace' # List handlers in namespace
|
25
25
|
get '/handlers/:namespace/:name', to: 'handlers#show' # Show specific handler with dependency graph
|
26
26
|
|
27
|
+
# GraphQL endpoint
|
27
28
|
post '/graphql', to: 'graphql#execute'
|
28
|
-
|
29
|
-
#
|
29
|
+
|
30
|
+
# Task endpoints
|
30
31
|
resources :tasks do
|
31
32
|
resources :workflow_steps
|
32
|
-
resources :task_diagrams, only: %i[index]
|
33
33
|
end
|
34
34
|
end
|
data/docs/AUTH.md
CHANGED
@@ -126,8 +126,6 @@ class YourAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
126
126
|
authorize_task_action(action, context)
|
127
127
|
when Tasker::Authorization::ResourceConstants::RESOURCES::WORKFLOW_STEP
|
128
128
|
authorize_step_action(action, context)
|
129
|
-
when Tasker::Authorization::ResourceConstants::RESOURCES::TASK_DIAGRAM
|
130
|
-
authorize_diagram_action(action, context)
|
131
129
|
when Tasker::Authorization::ResourceConstants::RESOURCES::HEALTH_STATUS
|
132
130
|
authorize_health_status_action(action, context)
|
133
131
|
else
|
@@ -162,15 +160,6 @@ class YourAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
162
160
|
end
|
163
161
|
end
|
164
162
|
|
165
|
-
def authorize_diagram_action(action, context)
|
166
|
-
case action
|
167
|
-
when :index, :show
|
168
|
-
user.tasker_admin? || user.has_tasker_permission?("#{Tasker::Authorization::ResourceConstants::RESOURCES::TASK_DIAGRAM}:#{action}")
|
169
|
-
else
|
170
|
-
false
|
171
|
-
end
|
172
|
-
end
|
173
|
-
|
174
163
|
def authorize_health_status_action(action, context)
|
175
164
|
case action
|
176
165
|
when :index
|
@@ -554,13 +543,11 @@ All authorization revolves around the central resource registry:
|
|
554
543
|
Resources:
|
555
544
|
- tasker.task (index, show, create, update, destroy, retry, cancel)
|
556
545
|
- tasker.workflow_step (index, show, update, destroy, retry, cancel)
|
557
|
-
- tasker.task_diagram (index, show)
|
558
546
|
|
559
547
|
# Permission Examples:
|
560
548
|
'tasker.task:index' # List all tasks
|
561
549
|
'tasker.task:create' # Create new tasks
|
562
550
|
'tasker.workflow_step:show' # View individual workflow steps
|
563
|
-
'tasker.task_diagram:index' # List task diagrams
|
564
551
|
```
|
565
552
|
|
566
553
|
### Authorization Coordinator Interface
|
@@ -622,10 +609,6 @@ end
|
|
622
609
|
- `retry` - Retry failed step
|
623
610
|
- `cancel` - Cancel running step
|
624
611
|
|
625
|
-
#### Task Diagrams (`tasker.task_diagram`)
|
626
|
-
- `index` - List task diagrams
|
627
|
-
- `show` - View specific diagram
|
628
|
-
|
629
612
|
## Building Authorization Coordinators
|
630
613
|
|
631
614
|
Authorization coordinators provide the business logic for permission checking. Here's how to build effective coordinators:
|
@@ -643,8 +626,6 @@ class CompanyAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
643
626
|
authorize_task(action, context)
|
644
627
|
when Tasker::Authorization::ResourceConstants::RESOURCES::WORKFLOW_STEP
|
645
628
|
authorize_workflow_step(action, context)
|
646
|
-
when Tasker::Authorization::ResourceConstants::RESOURCES::TASK_DIAGRAM
|
647
|
-
authorize_task_diagram(action, context)
|
648
629
|
else
|
649
630
|
false
|
650
631
|
end
|
@@ -677,16 +658,6 @@ class CompanyAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
677
658
|
false
|
678
659
|
end
|
679
660
|
end
|
680
|
-
|
681
|
-
def authorize_task_diagram(action, context)
|
682
|
-
case action
|
683
|
-
when :index, :show
|
684
|
-
# Diagram viewing
|
685
|
-
user.has_tasker_permission?("tasker.task_diagram:#{action}")
|
686
|
-
else
|
687
|
-
false
|
688
|
-
end
|
689
|
-
end
|
690
661
|
end
|
691
662
|
```
|
692
663
|
|
@@ -1121,9 +1092,6 @@ DELETE /tasker/tasks/123 → tasker.task:destroy
|
|
1121
1092
|
GET /tasker/tasks/123/workflow_steps → tasker.workflow_step:index
|
1122
1093
|
GET /tasker/workflow_steps/456 → tasker.workflow_step:show
|
1123
1094
|
PATCH /tasker/workflow_steps/456 → tasker.workflow_step:update
|
1124
|
-
|
1125
|
-
GET /tasker/tasks/123/task_diagrams → tasker.task_diagram:index
|
1126
|
-
GET /tasker/task_diagrams/789 → tasker.task_diagram:show
|
1127
1095
|
```
|
1128
1096
|
|
1129
1097
|
### GraphQL Integration
|
@@ -1345,8 +1313,7 @@ RSpec.describe 'Authorization Integration', type: :request do
|
|
1345
1313
|
permissions: [
|
1346
1314
|
'tasker.task:index',
|
1347
1315
|
'tasker.task:show',
|
1348
|
-
'tasker.workflow_step:index'
|
1349
|
-
'tasker.task_diagram:index'
|
1316
|
+
'tasker.workflow_step:index'
|
1350
1317
|
],
|
1351
1318
|
roles: ['user'],
|
1352
1319
|
admin: false
|
@@ -1623,8 +1590,6 @@ class CompanyAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
1623
1590
|
authorize_task(action, context)
|
1624
1591
|
when ResourceConstants::RESOURCES::WORKFLOW_STEP
|
1625
1592
|
authorize_workflow_step(action, context)
|
1626
|
-
when ResourceConstants::RESOURCES::TASK_DIAGRAM
|
1627
|
-
authorize_task_diagram(action, context)
|
1628
1593
|
else
|
1629
1594
|
false
|
1630
1595
|
end
|
@@ -1640,10 +1605,6 @@ class CompanyAuthorizationCoordinator < Tasker::Authorization::BaseCoordinator
|
|
1640
1605
|
def authorize_workflow_step(action, context)
|
1641
1606
|
# Workflow step authorization logic
|
1642
1607
|
end
|
1643
|
-
|
1644
|
-
def authorize_task_diagram(action, context)
|
1645
|
-
# Diagram authorization logic
|
1646
|
-
end
|
1647
1608
|
end
|
1648
1609
|
```
|
1649
1610
|
|
data/docs/DEVELOPER_GUIDE.md
CHANGED
@@ -1079,7 +1079,6 @@ Authorization uses a simple resource:action permission model:
|
|
1079
1079
|
'tasker.task:index' # List all tasks
|
1080
1080
|
'tasker.task:create' # Create new tasks
|
1081
1081
|
'tasker.workflow_step:show' # View individual workflow steps
|
1082
|
-
'tasker.task_diagram:index' # List task diagrams
|
1083
1082
|
```
|
1084
1083
|
|
1085
1084
|
### Complete Documentation
|
@@ -2614,13 +2613,13 @@ jobs:
|
|
2614
2613
|
uses: ruby/setup-ruby@v1
|
2615
2614
|
with:
|
2616
2615
|
bundler-cache: true
|
2617
|
-
|
2616
|
+
|
2618
2617
|
- name: Validate Application Templates
|
2619
2618
|
run: |
|
2620
2619
|
# Test all template combinations
|
2621
2620
|
ruby scripts/create_tasker_app.rb dry_run --mode=all
|
2622
2621
|
ruby scripts/create_tasker_app.rb dry_run --docker --with-observability
|
2623
|
-
|
2622
|
+
|
2624
2623
|
- name: Validate Specific Categories
|
2625
2624
|
run: |
|
2626
2625
|
ruby scripts/create_tasker_app.rb dry_run --mode=templates
|
data/docs/OVERVIEW.md
CHANGED
@@ -372,10 +372,6 @@ Tasker provides a RESTful API for managing tasks. Here are the available endpoin
|
|
372
372
|
- `PATCH/PUT /tasker/tasks/{task_id}/workflow_steps/{step_id}` - Update step
|
373
373
|
- `DELETE /tasker/tasks/{task_id}/workflow_steps/{step_id}` - Cancel step
|
374
374
|
|
375
|
-
#### Task Diagrams
|
376
|
-
|
377
|
-
- `GET /tasker/tasks/{task_id}/diagram` - Get a diagram for a task
|
378
|
-
|
379
375
|
### Creating a Task via API
|
380
376
|
|
381
377
|
Example of creating a task using curl:
|
@@ -897,7 +897,7 @@
|
|
897
897
|
</div>
|
898
898
|
|
899
899
|
<div id="footer">
|
900
|
-
Generated on Thu Jul 3
|
900
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
901
901
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
902
902
|
0.9.37 (ruby-3.2.4).
|
903
903
|
</div>
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
</div>
|
1227
1227
|
|
1228
1228
|
<div id="footer">
|
1229
|
-
Generated on Thu Jul 3
|
1229
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
1230
1230
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1231
1231
|
0.9.37 (ruby-3.2.4).
|
1232
1232
|
</div>
|
data/docs/Tasker/Analysis.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Thu Jul 3
|
110
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.37 (ruby-3.2.4).
|
113
113
|
</div>
|
@@ -440,7 +440,7 @@
|
|
440
440
|
</div>
|
441
441
|
|
442
442
|
<div id="footer">
|
443
|
-
Generated on Thu Jul 3
|
443
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
444
444
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
445
445
|
0.9.37 (ruby-3.2.4).
|
446
446
|
</div>
|
@@ -806,7 +806,7 @@
|
|
806
806
|
</div>
|
807
807
|
|
808
808
|
<div id="footer">
|
809
|
-
Generated on Thu Jul 3
|
809
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
810
810
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
811
811
|
0.9.37 (ruby-3.2.4).
|
812
812
|
</div>
|
@@ -576,7 +576,7 @@
|
|
576
576
|
</div>
|
577
577
|
|
578
578
|
<div id="footer">
|
579
|
-
Generated on Thu Jul 3
|
579
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
580
580
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
581
581
|
0.9.37 (ruby-3.2.4).
|
582
582
|
</div>
|
@@ -2211,7 +2211,7 @@
|
|
2211
2211
|
</div>
|
2212
2212
|
|
2213
2213
|
<div id="footer">
|
2214
|
-
Generated on Thu Jul 3
|
2214
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
2215
2215
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2216
2216
|
0.9.37 (ruby-3.2.4).
|
2217
2217
|
</div>
|
@@ -127,7 +127,7 @@
|
|
127
127
|
</div>
|
128
128
|
|
129
129
|
<div id="footer">
|
130
|
-
Generated on Thu Jul 3
|
130
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
131
131
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
132
132
|
0.9.37 (ruby-3.2.4).
|
133
133
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on Thu Jul 3
|
117
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.37 (ruby-3.2.4).
|
120
120
|
</div>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
<div id="subclasses">
|
110
110
|
<h2>Direct Known Subclasses</h2>
|
111
|
-
<p class="children"><span class='object_link'><a href="AnalyticsController.html" title="Tasker::AnalyticsController (class)">AnalyticsController</a></span>, <span class='object_link'><a href="GraphqlController.html" title="Tasker::GraphqlController (class)">GraphqlController</a></span>, <span class='object_link'><a href="HandlersController.html" title="Tasker::HandlersController (class)">HandlersController</a></span>, <span class='object_link'><a href="HealthController.html" title="Tasker::HealthController (class)">HealthController</a></span>, <span class='object_link'><a href="MetricsController.html" title="Tasker::MetricsController (class)">MetricsController</a></span>, <span class='object_link'><a href="
|
111
|
+
<p class="children"><span class='object_link'><a href="AnalyticsController.html" title="Tasker::AnalyticsController (class)">AnalyticsController</a></span>, <span class='object_link'><a href="GraphqlController.html" title="Tasker::GraphqlController (class)">GraphqlController</a></span>, <span class='object_link'><a href="HandlersController.html" title="Tasker::HandlersController (class)">HandlersController</a></span>, <span class='object_link'><a href="HealthController.html" title="Tasker::HealthController (class)">HealthController</a></span>, <span class='object_link'><a href="MetricsController.html" title="Tasker::MetricsController (class)">MetricsController</a></span>, <span class='object_link'><a href="TasksController.html" title="Tasker::TasksController (class)">TasksController</a></span>, <span class='object_link'><a href="WorkflowStepsController.html" title="Tasker::WorkflowStepsController (class)">WorkflowStepsController</a></span></p>
|
112
112
|
</div>
|
113
113
|
|
114
114
|
|
@@ -137,7 +137,7 @@
|
|
137
137
|
</div>
|
138
138
|
|
139
139
|
<div id="footer">
|
140
|
-
Generated on Thu Jul 3
|
140
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
141
141
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
142
142
|
0.9.37 (ruby-3.2.4).
|
143
143
|
</div>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
<div id="footer">
|
121
|
-
Generated on Thu Jul 3
|
121
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
122
122
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
123
123
|
0.9.37 (ruby-3.2.4).
|
124
124
|
</div>
|
@@ -368,7 +368,7 @@ production:
|
|
368
368
|
</div>
|
369
369
|
|
370
370
|
<div id="footer">
|
371
|
-
Generated on Thu Jul 3
|
371
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
372
372
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
373
373
|
0.9.37 (ruby-3.2.4).
|
374
374
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on Thu Jul 3
|
117
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.37 (ruby-3.2.4).
|
120
120
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on Thu Jul 3
|
117
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.37 (ruby-3.2.4).
|
120
120
|
</div>
|
@@ -232,7 +232,7 @@
|
|
232
232
|
</div>
|
233
233
|
|
234
234
|
<div id="footer">
|
235
|
-
Generated on Thu Jul 3
|
235
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
236
236
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
237
237
|
0.9.37 (ruby-3.2.4).
|
238
238
|
</div>
|
@@ -550,7 +550,7 @@
|
|
550
550
|
</div>
|
551
551
|
|
552
552
|
<div id="footer">
|
553
|
-
Generated on Thu Jul 3
|
553
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
554
554
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
555
555
|
0.9.37 (ruby-3.2.4).
|
556
556
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on Thu Jul 3
|
117
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
118
118
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.37 (ruby-3.2.4).
|
120
120
|
</div>
|
@@ -328,7 +328,7 @@
|
|
328
328
|
</div>
|
329
329
|
|
330
330
|
<div id="footer">
|
331
|
-
Generated on Thu Jul 3
|
331
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
332
332
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
333
333
|
0.9.37 (ruby-3.2.4).
|
334
334
|
</div>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
</div>
|
110
110
|
|
111
111
|
<div id="footer">
|
112
|
-
Generated on Thu Jul 3
|
112
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
113
113
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
114
114
|
0.9.37 (ruby-3.2.4).
|
115
115
|
</div>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on Thu Jul 3
|
132
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
133
133
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
134
|
0.9.37 (ruby-3.2.4).
|
135
135
|
</div>
|
@@ -917,7 +917,7 @@
|
|
917
917
|
</div>
|
918
918
|
|
919
919
|
<div id="footer">
|
920
|
-
Generated on Thu Jul 3
|
920
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
921
921
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
922
922
|
0.9.37 (ruby-3.2.4).
|
923
923
|
</div>
|
@@ -143,7 +143,7 @@
|
|
143
143
|
</div>
|
144
144
|
|
145
145
|
<div id="footer">
|
146
|
-
Generated on Thu Jul 3
|
146
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
147
147
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
148
148
|
0.9.37 (ruby-3.2.4).
|
149
149
|
</div>
|
@@ -280,12 +280,12 @@
|
|
280
280
|
<pre class="lines">
|
281
281
|
|
282
282
|
|
283
|
+
67
|
283
284
|
68
|
284
|
-
69
|
285
|
-
70</pre>
|
285
|
+
69</pre>
|
286
286
|
</td>
|
287
287
|
<td>
|
288
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line
|
288
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line 67</span>
|
289
289
|
|
290
290
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_all'>all</span>
|
291
291
|
<span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="#INDEX-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::INDEX (constant)">INDEX</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#SHOW-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::SHOW (constant)">SHOW</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#CREATE-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::CREATE (constant)">CREATE</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#UPDATE-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::UPDATE (constant)">UPDATE</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#DESTROY-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::DESTROY (constant)">DESTROY</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#RETRY-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::RETRY (constant)">RETRY</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#CANCEL-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::CANCEL (constant)">CANCEL</a></span></span><span class='rbracket'>]</span>
|
@@ -339,12 +339,12 @@
|
|
339
339
|
<pre class="lines">
|
340
340
|
|
341
341
|
|
342
|
+
53
|
342
343
|
54
|
343
|
-
55
|
344
|
-
56</pre>
|
344
|
+
55</pre>
|
345
345
|
</td>
|
346
346
|
<td>
|
347
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line
|
347
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line 53</span>
|
348
348
|
|
349
349
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_crud'>crud</span>
|
350
350
|
<span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="#INDEX-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::INDEX (constant)">INDEX</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#SHOW-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::SHOW (constant)">SHOW</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#CREATE-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::CREATE (constant)">CREATE</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#UPDATE-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::UPDATE (constant)">UPDATE</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#DESTROY-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::DESTROY (constant)">DESTROY</a></span></span><span class='rbracket'>]</span>
|
@@ -398,12 +398,12 @@
|
|
398
398
|
<pre class="lines">
|
399
399
|
|
400
400
|
|
401
|
+
60
|
401
402
|
61
|
402
|
-
62
|
403
|
-
63</pre>
|
403
|
+
62</pre>
|
404
404
|
</td>
|
405
405
|
<td>
|
406
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line
|
406
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line 60</span>
|
407
407
|
|
408
408
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_task_specific'>task_specific</span>
|
409
409
|
<span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="#RETRY-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::RETRY (constant)">RETRY</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#CANCEL-constant" title="Tasker::Authorization::ResourceConstants::ACTIONS::CANCEL (constant)">CANCEL</a></span></span><span class='rbracket'>]</span>
|
@@ -418,7 +418,7 @@
|
|
418
418
|
</div>
|
419
419
|
|
420
420
|
<div id="footer">
|
421
|
-
Generated on Thu Jul 3
|
421
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
422
422
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
423
423
|
0.9.37 (ruby-3.2.4).
|
424
424
|
</div>
|
@@ -113,11 +113,6 @@
|
|
113
113
|
</dt>
|
114
114
|
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tasker.workflow_step</span><span class='tstring_end'>'</span></span></pre></dd>
|
115
115
|
|
116
|
-
<dt id="TASK_DIAGRAM-constant" class="">TASK_DIAGRAM =
|
117
|
-
|
118
|
-
</dt>
|
119
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tasker.task_diagram</span><span class='tstring_end'>'</span></span></pre></dd>
|
120
|
-
|
121
116
|
<dt id="HEALTH_STATUS-constant" class="">HEALTH_STATUS =
|
122
117
|
|
123
118
|
</dt>
|
@@ -256,15 +251,15 @@
|
|
256
251
|
<pre class="lines">
|
257
252
|
|
258
253
|
|
254
|
+
27
|
259
255
|
28
|
260
|
-
29
|
261
|
-
30</pre>
|
256
|
+
29</pre>
|
262
257
|
</td>
|
263
258
|
<td>
|
264
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line
|
259
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line 27</span>
|
265
260
|
|
266
261
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_all'>all</span>
|
267
|
-
<span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="#TASK-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::TASK (constant)">TASK</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#WORKFLOW_STEP-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::WORKFLOW_STEP (constant)">WORKFLOW_STEP</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#
|
262
|
+
<span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="#TASK-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::TASK (constant)">TASK</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#WORKFLOW_STEP-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::WORKFLOW_STEP (constant)">WORKFLOW_STEP</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#HEALTH_STATUS-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::HEALTH_STATUS (constant)">HEALTH_STATUS</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#HANDLER-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::HANDLER (constant)">HANDLER</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#METRICS-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::METRICS (constant)">METRICS</a></span></span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="#ANALYTICS-constant" title="Tasker::Authorization::ResourceConstants::RESOURCES::ANALYTICS (constant)">ANALYTICS</a></span></span><span class='rbracket'>]</span>
|
268
263
|
<span class='kw'>end</span></pre>
|
269
264
|
</td>
|
270
265
|
</tr>
|
@@ -335,12 +330,12 @@
|
|
335
330
|
<pre class="lines">
|
336
331
|
|
337
332
|
|
333
|
+
35
|
338
334
|
36
|
339
|
-
37
|
340
|
-
38</pre>
|
335
|
+
37</pre>
|
341
336
|
</td>
|
342
337
|
<td>
|
343
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line
|
338
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/authorization/resource_constants.rb', line 35</span>
|
344
339
|
|
345
340
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_resource'>resource</span><span class='rparen'>)</span>
|
346
341
|
<span class='id identifier rubyid_all'>all</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_resource'>resource</span><span class='rparen'>)</span>
|
@@ -355,7 +350,7 @@
|
|
355
350
|
</div>
|
356
351
|
|
357
352
|
<div id="footer">
|
358
|
-
Generated on Thu Jul 3
|
353
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
359
354
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
360
355
|
0.9.37 (ruby-3.2.4).
|
361
356
|
</div>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</div>
|
137
137
|
|
138
138
|
<div id="footer">
|
139
|
-
Generated on Thu Jul 3
|
139
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
140
140
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
141
141
|
0.9.37 (ruby-3.2.4).
|
142
142
|
</div>
|