tasker-engine 1.0.0 → 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 +6 -9
- data/app/models/tasker/task.rb +0 -10
- data/config/routes.rb +3 -3
- data/db/init/schema.sql +0 -23
- data/docs/APPLICATION_GENERATOR.md +1 -1
- data/docs/AUTH.md +1 -40
- data/docs/DEVELOPER_GUIDE.md +2 -3
- data/docs/OVERVIEW.md +0 -4
- data/docs/TROUBLESHOOTING.md +1 -1
- 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/Diagram/Edge.html +1 -1
- data/docs/Tasker/Diagram/Flowchart.html +1 -1
- data/docs/Tasker/Diagram/Node.html +1 -1
- data/docs/Tasker/Diagram.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 +54 -44
- 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 +113 -210
- 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/TaskDiagram/StepToStepEdgeBuilder.html +1 -1
- data/docs/Tasker/TaskDiagram/TaskToRootStepEdgeBuilder.html +1 -1
- data/docs/Tasker/TaskDiagram.html +1 -1
- data/docs/Tasker/TaskDiagramsController.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 +44 -6
- 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 +7 -11
- data/docs/index.html +7 -11
- 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/generators/tasker/templates/opentelemetry_initializer.rb +1 -1
- data/lib/tasker/authorization/resource_constants.rb +1 -2
- data/lib/tasker/authorization/resource_registry.rb +0 -7
- data/lib/tasker/handler_factory.rb +7 -2
- data/lib/tasker/task_handler/class_methods.rb +4 -1
- 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
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
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>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
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>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
112
112
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
113
|
0.9.37 (ruby-3.2.4).
|
114
114
|
</div>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on
|
132
|
+
Generated on Thu Jul 3 20:27:38 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>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
|
124
124
|
<div id="footer">
|
125
|
-
Generated on
|
125
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
126
126
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
127
|
0.9.37 (ruby-3.2.4).
|
128
128
|
</div>
|
@@ -101,7 +101,7 @@
|
|
101
101
|
</div>
|
102
102
|
|
103
103
|
<div id="footer">
|
104
|
-
Generated on
|
104
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
105
105
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
106
106
|
0.9.37 (ruby-3.2.4).
|
107
107
|
</div>
|
@@ -191,7 +191,7 @@
|
|
191
191
|
</div>
|
192
192
|
|
193
193
|
<div id="footer">
|
194
|
-
Generated on
|
194
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
195
195
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
196
196
|
0.9.37 (ruby-3.2.4).
|
197
197
|
</div>
|
@@ -684,7 +684,7 @@
|
|
684
684
|
</div>
|
685
685
|
|
686
686
|
<div id="footer">
|
687
|
-
Generated on
|
687
|
+
Generated on Thu Jul 3 20:27:38 2025 by
|
688
688
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
689
689
|
0.9.37 (ruby-3.2.4).
|
690
690
|
</div>
|
@@ -120,7 +120,7 @@
|
|
120
120
|
</div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on
|
123
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
124
124
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
125
|
0.9.37 (ruby-3.2.4).
|
126
126
|
</div>
|
@@ -241,7 +241,7 @@
|
|
241
241
|
</div>
|
242
242
|
|
243
243
|
<div id="footer">
|
244
|
-
Generated on
|
244
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
245
245
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
246
246
|
0.9.37 (ruby-3.2.4).
|
247
247
|
</div>
|
@@ -676,12 +676,12 @@
|
|
676
676
|
<pre class="lines">
|
677
677
|
|
678
678
|
|
679
|
-
|
680
|
-
|
681
|
-
|
679
|
+
161
|
680
|
+
162
|
681
|
+
163</pre>
|
682
682
|
</td>
|
683
683
|
<td>
|
684
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
684
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 161</span>
|
685
685
|
|
686
686
|
<span class='kw'>def</span> <span class='id identifier rubyid_all_items'>all_items</span>
|
687
687
|
<span class='ivar'>@handler_classes</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
|
@@ -735,12 +735,12 @@
|
|
735
735
|
<pre class="lines">
|
736
736
|
|
737
737
|
|
738
|
-
|
739
|
-
|
740
|
-
|
738
|
+
168
|
739
|
+
169
|
740
|
+
170</pre>
|
741
741
|
</td>
|
742
742
|
<td>
|
743
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
743
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 168</span>
|
744
744
|
|
745
745
|
<span class='kw'>def</span> <span class='id identifier rubyid_clear!'>clear!</span>
|
746
746
|
<span class='id identifier rubyid_clear_all!'>clear_all!</span>
|
@@ -794,17 +794,17 @@
|
|
794
794
|
<pre class="lines">
|
795
795
|
|
796
796
|
|
797
|
-
170
|
798
|
-
171
|
799
|
-
172
|
800
|
-
173
|
801
|
-
174
|
802
797
|
175
|
803
798
|
176
|
804
|
-
177
|
799
|
+
177
|
800
|
+
178
|
801
|
+
179
|
802
|
+
180
|
803
|
+
181
|
804
|
+
182</pre>
|
805
805
|
</td>
|
806
806
|
<td>
|
807
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
807
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 175</span>
|
808
808
|
|
809
809
|
<span class='kw'>def</span> <span class='id identifier rubyid_clear_all!'>clear_all!</span>
|
810
810
|
<span class='id identifier rubyid_thread_safe_operation'>thread_safe_operation</span> <span class='kw'>do</span>
|
@@ -953,7 +953,12 @@
|
|
953
953
|
55
|
954
954
|
56
|
955
955
|
57
|
956
|
-
58
|
956
|
+
58
|
957
|
+
59
|
958
|
+
60
|
959
|
+
61
|
960
|
+
62
|
961
|
+
63</pre>
|
957
962
|
</td>
|
958
963
|
<td>
|
959
964
|
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 42</span>
|
@@ -962,7 +967,8 @@
|
|
962
967
|
<span class='id identifier rubyid_namespace_name'>namespace_name</span> <span class='op'>=</span> <span class='id identifier rubyid_namespace_name'>namespace_name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
|
963
968
|
<span class='id identifier rubyid_name_sym'>name_sym</span> <span class='op'>=</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
|
964
969
|
|
965
|
-
<span class='
|
970
|
+
<span class='comment'># Find the handler class within the mutex lock
|
971
|
+
</span> <span class='id identifier rubyid_handler_class'>handler_class</span> <span class='op'>=</span> <span class='id identifier rubyid_thread_safe_operation'>thread_safe_operation</span> <span class='kw'>do</span>
|
966
972
|
<span class='comment'># Direct namespace lookup - allows same name in different systems
|
967
973
|
</span> <span class='id identifier rubyid_handler_class'>handler_class</span> <span class='op'>=</span> <span class='ivar'>@handler_classes</span><span class='period'>.</span><span class='id identifier rubyid_dig'>dig</span><span class='lparen'>(</span><span class='id identifier rubyid_namespace_name'>namespace_name</span><span class='comma'>,</span> <span class='id identifier rubyid_name_sym'>name_sym</span><span class='comma'>,</span> <span class='id identifier rubyid_version'>version</span><span class='rparen'>)</span>
|
968
974
|
<span class='id identifier rubyid_raise_handler_not_found'>raise_handler_not_found</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_namespace_name'>namespace_name</span><span class='comma'>,</span> <span class='id identifier rubyid_version'>version</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_handler_class'>handler_class</span>
|
@@ -972,8 +978,12 @@
|
|
972
978
|
<span class='label'>entity_id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_namespace_name'>namespace_name</span><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name_sym'>name_sym</span><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_version'>version</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
973
979
|
<span class='label'>handler_class:</span> <span class='id identifier rubyid_handler_class'>handler_class</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Class</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_handler_class'>handler_class</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>:</span> <span class='id identifier rubyid_handler_class'>handler_class</span><span class='rparen'>)</span>
|
974
980
|
|
975
|
-
<span class='id identifier
|
981
|
+
<span class='id identifier rubyid_handler_class'>handler_class</span>
|
976
982
|
<span class='kw'>end</span>
|
983
|
+
|
984
|
+
<span class='comment'># Instantiate the handler OUTSIDE the mutex lock to avoid recursive locking
|
985
|
+
</span> <span class='comment'># when ConfiguredTask handlers try to register themselves during instantiation
|
986
|
+
</span> <span class='id identifier rubyid_instantiate_handler'>instantiate_handler</span><span class='lparen'>(</span><span class='id identifier rubyid_handler_class'>handler_class</span><span class='rparen'>)</span>
|
977
987
|
<span class='kw'>end</span></pre>
|
978
988
|
</td>
|
979
989
|
</tr>
|
@@ -1046,16 +1056,16 @@
|
|
1046
1056
|
<pre class="lines">
|
1047
1057
|
|
1048
1058
|
|
1049
|
-
126
|
1050
|
-
127
|
1051
|
-
128
|
1052
|
-
129
|
1053
|
-
130
|
1054
1059
|
131
|
1055
|
-
132
|
1060
|
+
132
|
1061
|
+
133
|
1062
|
+
134
|
1063
|
+
135
|
1064
|
+
136
|
1065
|
+
137</pre>
|
1056
1066
|
</td>
|
1057
1067
|
<td>
|
1058
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
1068
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 131</span>
|
1059
1069
|
|
1060
1070
|
<span class='kw'>def</span> <span class='id identifier rubyid_list_handlers'>list_handlers</span><span class='lparen'>(</span><span class='label'>namespace:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1061
1071
|
<span class='kw'>if</span> <span class='id identifier rubyid_namespace'>namespace</span>
|
@@ -1266,11 +1276,6 @@
|
|
1266
1276
|
<pre class="lines">
|
1267
1277
|
|
1268
1278
|
|
1269
|
-
71
|
1270
|
-
72
|
1271
|
-
73
|
1272
|
-
74
|
1273
|
-
75
|
1274
1279
|
76
|
1275
1280
|
77
|
1276
1281
|
78
|
@@ -1315,10 +1320,15 @@
|
|
1315
1320
|
117
|
1316
1321
|
118
|
1317
1322
|
119
|
1318
|
-
120
|
1323
|
+
120
|
1324
|
+
121
|
1325
|
+
122
|
1326
|
+
123
|
1327
|
+
124
|
1328
|
+
125</pre>
|
1319
1329
|
</td>
|
1320
1330
|
<td>
|
1321
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
1331
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 76</span>
|
1322
1332
|
|
1323
1333
|
<span class='kw'>def</span> <span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_class_or_class_name'>class_or_class_name</span><span class='comma'>,</span> <span class='label'>namespace_name:</span> <span class='symbol'>:default</span><span class='comma'>,</span> <span class='label'>version:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
1324
1334
|
<span class='id identifier rubyid_name_sym'>name_sym</span> <span class='op'>=</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
|
@@ -1419,12 +1429,12 @@
|
|
1419
1429
|
<pre class="lines">
|
1420
1430
|
|
1421
1431
|
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1432
|
+
142
|
1433
|
+
143
|
1434
|
+
144</pre>
|
1425
1435
|
</td>
|
1426
1436
|
<td>
|
1427
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
1437
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 142</span>
|
1428
1438
|
|
1429
1439
|
<span class='kw'>def</span> <span class='id identifier rubyid_registered_namespaces'>registered_namespaces</span>
|
1430
1440
|
<span class='ivar'>@namespaces</span><span class='period'>.</span><span class='id identifier rubyid_to_a'>to_a</span>
|
@@ -1478,17 +1488,17 @@
|
|
1478
1488
|
<pre class="lines">
|
1479
1489
|
|
1480
1490
|
|
1481
|
-
144
|
1482
|
-
145
|
1483
|
-
146
|
1484
|
-
147
|
1485
|
-
148
|
1486
1491
|
149
|
1487
1492
|
150
|
1488
|
-
151
|
1493
|
+
151
|
1494
|
+
152
|
1495
|
+
153
|
1496
|
+
154
|
1497
|
+
155
|
1498
|
+
156</pre>
|
1489
1499
|
</td>
|
1490
1500
|
<td>
|
1491
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line
|
1501
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/handler_factory.rb', line 149</span>
|
1492
1502
|
|
1493
1503
|
<span class='kw'>def</span> <span class='id identifier rubyid_stats'>stats</span>
|
1494
1504
|
<span class='id identifier rubyid_base_stats'>base_stats</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span>
|
@@ -1508,7 +1518,7 @@
|
|
1508
1518
|
</div>
|
1509
1519
|
|
1510
1520
|
<div id="footer">
|
1511
|
-
Generated on
|
1521
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
1512
1522
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1513
1523
|
0.9.37 (ruby-3.2.4).
|
1514
1524
|
</div>
|
@@ -672,7 +672,7 @@
|
|
672
672
|
</div>
|
673
673
|
|
674
674
|
<div id="footer">
|
675
|
-
Generated on
|
675
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
676
676
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
677
677
|
0.9.37 (ruby-3.2.4).
|
678
678
|
</div>
|
@@ -564,7 +564,7 @@
|
|
564
564
|
</div>
|
565
565
|
|
566
566
|
<div id="footer">
|
567
|
-
Generated on
|
567
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
568
568
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
569
569
|
0.9.37 (ruby-3.2.4).
|
570
570
|
</div>
|
@@ -268,7 +268,7 @@
|
|
268
268
|
</div>
|
269
269
|
|
270
270
|
<div id="footer">
|
271
|
-
Generated on
|
271
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
272
272
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
273
273
|
0.9.37 (ruby-3.2.4).
|
274
274
|
</div>
|
@@ -702,7 +702,7 @@
|
|
702
702
|
</div>
|
703
703
|
|
704
704
|
<div id="footer">
|
705
|
-
Generated on
|
705
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
706
706
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
707
707
|
0.9.37 (ruby-3.2.4).
|
708
708
|
</div>
|
@@ -643,7 +643,7 @@
|
|
643
643
|
</div>
|
644
644
|
|
645
645
|
<div id="footer">
|
646
|
-
Generated on
|
646
|
+
Generated on Thu Jul 3 20:27:34 2025 by
|
647
647
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
648
648
|
0.9.37 (ruby-3.2.4).
|
649
649
|
</div>
|
data/docs/Tasker/Health.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
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>
|
@@ -513,7 +513,7 @@
|
|
513
513
|
</div>
|
514
514
|
|
515
515
|
<div id="footer">
|
516
|
-
Generated on
|
516
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
517
517
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
518
518
|
0.9.37 (ruby-3.2.4).
|
519
519
|
</div>
|
@@ -266,7 +266,7 @@
|
|
266
266
|
</div>
|
267
267
|
|
268
268
|
<div id="footer">
|
269
|
-
Generated on
|
269
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
270
270
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
271
271
|
0.9.37 (ruby-3.2.4).
|
272
272
|
</div>
|
@@ -125,7 +125,7 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
129
129
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.9.37 (ruby-3.2.4).
|
131
131
|
</div>
|
@@ -678,7 +678,7 @@
|
|
678
678
|
</div>
|
679
679
|
|
680
680
|
<div id="footer">
|
681
|
-
Generated on
|
681
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
682
682
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
683
683
|
0.9.37 (ruby-3.2.4).
|
684
684
|
</div>
|
data/docs/Tasker/Logging.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Thu Jul 3 20:27:32 2025 by
|
109
109
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.37 (ruby-3.2.4).
|
111
111
|
</div>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
</div>
|
284
284
|
|
285
285
|
<div id="footer">
|
286
|
-
Generated on
|
286
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
287
287
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
288
288
|
0.9.37 (ruby-3.2.4).
|
289
289
|
</div>
|
@@ -404,7 +404,7 @@
|
|
404
404
|
</div>
|
405
405
|
|
406
406
|
<div id="footer">
|
407
|
-
Generated on
|
407
|
+
Generated on Thu Jul 3 20:27:35 2025 by
|
408
408
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
409
409
|
0.9.37 (ruby-3.2.4).
|
410
410
|
</div>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
<div id="footer">
|
121
|
-
Generated on
|
121
|
+
Generated on Thu Jul 3 20:27:37 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>
|
@@ -209,7 +209,7 @@
|
|
209
209
|
</div>
|
210
210
|
|
211
211
|
<div id="footer">
|
212
|
-
Generated on
|
212
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
213
213
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
214
214
|
0.9.37 (ruby-3.2.4).
|
215
215
|
</div>
|
@@ -211,7 +211,7 @@
|
|
211
211
|
</div>
|
212
212
|
|
213
213
|
<div id="footer">
|
214
|
-
Generated on
|
214
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
215
215
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
216
216
|
0.9.37 (ruby-3.2.4).
|
217
217
|
</div>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
</div>
|
234
234
|
|
235
235
|
<div id="footer">
|
236
|
-
Generated on
|
236
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
237
237
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
238
238
|
0.9.37 (ruby-3.2.4).
|
239
239
|
</div>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
</div>
|
234
234
|
|
235
235
|
<div id="footer">
|
236
|
-
Generated on
|
236
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
237
237
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
238
238
|
0.9.37 (ruby-3.2.4).
|
239
239
|
</div>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
</div>
|
234
234
|
|
235
235
|
<div id="footer">
|
236
|
-
Generated on
|
236
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
237
237
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
238
238
|
0.9.37 (ruby-3.2.4).
|
239
239
|
</div>
|
data/docs/Tasker/Mutations.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
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>
|
data/docs/Tasker/NamedStep.html
CHANGED
@@ -206,7 +206,7 @@
|
|
206
206
|
</div>
|
207
207
|
|
208
208
|
<div id="footer">
|
209
|
-
Generated on
|
209
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
210
210
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
211
211
|
0.9.37 (ruby-3.2.4).
|
212
212
|
</div>
|
data/docs/Tasker/NamedTask.html
CHANGED
@@ -900,7 +900,7 @@
|
|
900
900
|
</div>
|
901
901
|
|
902
902
|
<div id="footer">
|
903
|
-
Generated on
|
903
|
+
Generated on Thu Jul 3 20:27:33 2025 by
|
904
904
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
905
905
|
0.9.37 (ruby-3.2.4).
|
906
906
|
</div>
|
@@ -425,7 +425,7 @@
|
|
425
425
|
</div>
|
426
426
|
|
427
427
|
<div id="footer">
|
428
|
-
Generated on
|
428
|
+
Generated on Thu Jul 3 20:27:36 2025 by
|
429
429
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
430
|
0.9.37 (ruby-3.2.4).
|
431
431
|
</div>
|
@@ -394,7 +394,7 @@
|
|
394
394
|
</div>
|
395
395
|
|
396
396
|
<div id="footer">
|
397
|
-
Generated on
|
397
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
398
398
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
399
399
|
0.9.37 (ruby-3.2.4).
|
400
400
|
</div>
|
@@ -248,7 +248,7 @@
|
|
248
248
|
</div>
|
249
249
|
|
250
250
|
<div id="footer">
|
251
|
-
Generated on
|
251
|
+
Generated on Thu Jul 3 20:27:37 2025 by
|
252
252
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
253
253
|
0.9.37 (ruby-3.2.4).
|
254
254
|
</div>
|