Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gogf/gf Loading
base: master
Choose a base ref
...
head repository: gogf/gf Loading
compare: feature/gvalid-rules
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 4, 2024

  1. feat(gvalid): add new rules for gvalid

    added rules:
    1. required-if-any-eq
    Required if any given field and its value are equal.
    2. required-if-all-eq:
    Required if all given field and its value are equal.
    cococolanosugar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    92ba805 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    b9badb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. refactor(gvalid): refactor rules

    Remove rule required-if-any-eq.
    And rename required-if-all-eq to required-if-all, which means:
    Required if all given field and its value are equal.
    cococolanosugar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1056873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92f96a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    73caecc View commit details
    Browse the repository at this point in the history
  2. up

    gqcn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    71e7106 View commit details
    Browse the repository at this point in the history
Loading