awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • datreeio/datreeAvatar von datreeio

    datreeio/datree

    6,339Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,339
  • orval-labs/orvalAvatar von orval-labs

    orval-labs/orval

    6,145Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,145
  • go-ozzo/ozzo-validationAvatar von go-ozzo

    go-ozzo/ozzo-validation

    4,072Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,072
  • actions/labelerAvatar von actions

    actions/labeler

    2,464Auf GitHub ansehen↗

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

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

Unter-Tags erkunden

  • 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.