11 Repos
Logic for skipping or executing tasks based on runtime expressions, exit codes, or platform constraints.
Distinct from Task Execution Sequencing: Focuses on conditional triggers for execution rather than the sequence of the execution path.
Explore 11 awesome GitHub repositories matching development tools & productivity · Conditional Task Execution. Refine with filters or upvote what's useful.
Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ
Skips task execution based on shell exit codes, template expressions, or platform-specific constraints.
This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad
Provides syntax for executing tasks conditionally based on tags or host constraints.
Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines. It ensures environment consistency by executing every build step inside an isolated container, combining the isolation of container images with dependency tracking and parallel execution. The system differentiates itself through a focus on hermeticity and multiplatform support, allowing for the generation of container images targeting multiple CPU architectures within a single execution flow. It maintains a hermetic build environment by isolating network access and utilizing
Implements conditional execution of build steps using if, else if, and else logic.
Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository
Executes specific tasks only when runtime criteria, such as OS type or file existence, are met.
Dotbot is a dotfile installation manager and environment setup automator designed to deploy configuration files from a repository to a local system. It functions as a symlink deployment utility and templated configuration engine, using a combination of symbolic links and custom directives to synchronize settings across machines. The project enables the automation of dotfile deployment through a shell-based configuration bootstrapper. It supports the synchronization of application profiles and the rendering of dynamic configuration files from templates before they are deployed to the filesyste
Provides logic to execute setup tasks conditionally based on system architecture or shell command exit codes.
Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it
Routes tasks to specific workers using labels, affinity rules, or weighted scheduling.
Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and
Routes inference requests to the least-loaded worker based on active cache utilization.
Publish is a static site generator and type-safe templating engine that converts structured content and metadata into static HTML files. It functions as a content pipeline orchestrator, allowing the definition of website layouts and themes where metadata maps to visual elements via type-safe code. The system includes a plugin system for injecting custom logic to mutate content, modify parsing, or enforce site-wide rules. It also features a mechanism for conditional build step execution, ensuring specific publishing tasks only run when predefined criteria are met. The project covers hierarchi
Implements logic to trigger specific publishing tasks only when predefined environment criteria are met.
Coravel ist eine .NET-Anwendungsframework-Bibliothek, die eine Reihe von Tools für Task-Scheduling, Background-Job-Queuing, Event-Broadcasting, Caching und E-Mail-Versand bereitstellt. Sie ermöglicht Entwicklern die Implementierung wiederkehrender Hintergrundjobs mittels Cron-Ausdrücken und einer flüssigen, codebasierten Syntax, wodurch externe System-Scheduler überflüssig werden. Die Bibliothek bietet ein Mail-Versandsystem, das Mailable-Klassen verwendet, um E-Mails zu verfassen, in der Vorschau anzuzeigen und über verschiedene Delivery-Driver in die Warteschlange zu stellen. Sie enthält einen Event-Broadcaster zur Entkopplung von Anwendungskomponenten durch das Auslösen von Events und die Verwaltung mehrerer Listener sowie eine Caching-Schicht, die In-Memory-Speicherung und externe Integrationen wie Redis unterstützt. Weitere Funktionen umfassen die Überwachung von Hintergrundjobs über eine Verwaltungsoberfläche, um Aufgabenausführung und Gesundheitsmetriken zu verfolgen. Das System bietet zudem ein Command-Line-Tool, um Projektkomponenten zu bootstrappen und Invocable-Klassen, Mail-Komponenten und Event-Listener-Paare zu scaffolden.
Restricts task execution based on specific days, time zones, or custom boolean conditions.
Cake ist ein plattformübergreifendes Build-Automatisierungssystem und Skripting-Framework, das es Nutzern ermöglicht, Software-Build-Pipelines mittels C#-Skripten zu definieren. Es fungiert als CI/CD-Pipeline-Orchestrator und Build-Runner und bietet eine stark typisierte, domänenspezifische Sprache, um die Orchestrierung von Kompilierung, Tests und Verpackungsprozessen unter Windows, Linux und macOS zu vereinfachen. Das System stellt reproduzierbare Build-Umgebungen durch das Pinnen von Versionen der Build-Tools, Module und Abhängigkeiten sicher. Es zeichnet sich dadurch aus, dass es einen C#-Skripting-Workflow mit vollständiger IDE-Unterstützung ermöglicht, einschließlich Autocomplete, Syntax-Highlighting und direkter Task-Ausführung innerhalb von Editoren. Das Framework deckt eine breite Palette an Funktionen ab, einschließlich der Ausführung von Directed-Acyclic-Graph-Tasks, plattformübergreifender Prozessabstraktion und automatisierter Tool-Installation. Es bietet umgebungsbewusste Erkennung für verschiedene Continuous-Integration-Anbieter und Erweiterbarkeit durch eine NuGet-basierte Plugin-Architektur und Dependency Injection. Build-Skripte werden als laufzeitkompilierte Binärdateien ausgeführt oder innerhalb einer Konsolenanwendung gehostet.
Evaluates predicates and expressions at runtime to determine if specific build tasks should be executed or skipped.
k3s-ansible is a set of playbooks and tools for automating the deployment, orchestration, and lifecycle management of lightweight Kubernetes clusters. It functions as a provisioning tool that installs and configures these environments across multiple Linux nodes using a declarative approach. The project provides specialized support for high-availability configurations using either embedded etcd or external datastores. It also includes mechanisms for air-gapped installations, allowing the distribution of binaries and container images from a local directory to nodes without internet access. Th
Implements logic to execute or skip installation tasks based on the target node's operating system and CPU architecture.