awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesValidation Skipping

Mechanisms for bypassing specific validation rules based on triggers or conditions.

Distinct from Conditional Validation Rules: Focuses on bypassing rules (skipping) rather than enforcing dependencies (conditional rules)

Explore 4 awesome GitHub repositories matching data & databases · Validation Skipping. Refine with filters or upvote what's useful.

Awesome Validation Skipping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • datreeio/datreeAvatar datreeio

    datreeio/datree

    6,339Vezi pe GitHub↗

    Datree is a policy enforcement framework for Kubernetes that validates configurations against rules written in Rego, JSON Schema, or CEL. It operates as both a command-line tool for pre-deployment scanning and as a cluster-side admission webhook for real-time enforcement, integrating with CI/CD pipelines and continuous delivery tools like ArgoCD and FluxCD. The framework supports namespace-scoped policy mapping, allowing different policies to apply to different namespaces, and provides a skip annotation mechanism for selectively bypassing rules on individual resources or entire namespaces. It

    Skips policy validation for resources matching regex patterns on namespace, kind, or name.

    Goadmission-webhookbest-practicescli
    Vezi pe GitHub↗6,339
  • orval-labs/orvalAvatar orval-labs

    orval-labs/orval

    6,145Vezi pe GitHub↗

    Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati

    Disables OpenAPI specification validation to allow code generation from non-compliant or extended specs.

    TypeScript
    Vezi pe GitHub↗6,145
  • go-ozzo/ozzo-validationAvatar go-ozzo

    go-ozzo/ozzo-validation

    4,072Vezi pe GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Allows bypassing specific validation rules based on a boolean condition or a trigger.

    Gogogolangozzo
    Vezi pe GitHub↗4,072
  • actions/labelerAvatar actions

    actions/labeler

    2,464Vezi pe GitHub↗

    Skips file-based labeling when the number of changed files exceeds a configurable limit.

    TypeScript
    Vezi pe GitHub↗2,464
  1. Home
  2. Data & Databases
  3. Field Validation
  4. Conditional Validation Rules
  5. Validation Skipping

Explorează sub-etichetele

  • Annotation-Based Rule SkippingBypasses specific policy rules on individual Kubernetes resources by adding an annotation to the resource manifest. **Distinct from Validation Skipping:** Distinct from Validation Skipping: focuses on annotation-driven per-resource bypass, not threshold or condition-based skipping.
  • Namespace-LevelExcludes all resources in a labeled namespace from admission webhook policy validation. **Distinct from Validation Skipping:** Distinct from Validation Skipping: targets entire namespaces via labels, not individual resources or conditions.
  • Pattern-BasedIgnores policy checks for resources matching defined namespace, kind, or name patterns using regular expressions. **Distinct from Validation Skipping:** Distinct from Validation Skipping: uses regex patterns on resource metadata, not conditions or thresholds.
  • Spec Validation SkippingsDisables OpenAPI specification validation to allow code generation from non-compliant or extended specs. **Distinct from Validation Skipping:** Distinct from Validation Skipping: skips OpenAPI spec validation, not general data validation rules.
  • Threshold-Based Rule SkippingSkips file-based labeling when the number of changed files exceeds a configurable limit. **Distinct from Validation Skipping:** Distinct from Validation Skipping: skips labeling based on file count thresholds, not validation rule bypassing.