Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/semver #532

Merged
merged 47 commits into from
May 2, 2024
Merged

Feature/semver #532

merged 47 commits into from
May 2, 2024

Commits on Mar 5, 2024

  1. added undefined matcher flow

    Bilal Al committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2968a19 View commit details
    Browse the repository at this point in the history
  2. polish

    Bilal Al committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5cbe5dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #510 from splitio/undefined-matcher

    added undefined matcher flow
    chillaq authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c770cff View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. added semver class

    Bilal Al committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    75cc222 View commit details
    Browse the repository at this point in the history
  2. polish

    Bilal Al committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    21f408b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. added equalto semver matcher

    Bilal Al committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6b83afc View commit details
    Browse the repository at this point in the history
  2. polish

    Bilal Al committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    93d73b0 View commit details
    Browse the repository at this point in the history
  3. polish

    Bilal Al committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    45fbd0b View commit details
    Browse the repository at this point in the history
  4. added greater than or equal to semver matcher

    Bilal Al committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8aa6bb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. added less than or equal semver matcher

    Bilal Al committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    30232f8 View commit details
    Browse the repository at this point in the history
  2. added semver between matcher

    Bilal Al committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2f95e4b View commit details
    Browse the repository at this point in the history
  3. added in list semver matcher

    Bilal Al committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2749c65 View commit details
    Browse the repository at this point in the history
  4. polish

    Bilal Al committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7fd6f34 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fixed matcher logic

    Bilal Al committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e9677d9 View commit details
    Browse the repository at this point in the history
  2. fixed matcher logic

    Bilal Al committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dc0caa6 View commit details
    Browse the repository at this point in the history
  3. semver matchers integrations spec

    Bilal Al committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9f1b7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    8a1d214 View commit details
    Browse the repository at this point in the history
  2. added csv files

    Bilal Al committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f12ee2a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. updated using build for semver class

    Bilal Al committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    acad113 View commit details
    Browse the repository at this point in the history
  2. used build for semver class

    Bilal Al committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1e4a238 View commit details
    Browse the repository at this point in the history
  3. used build for semver class

    Bilal Al committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8bf838b View commit details
    Browse the repository at this point in the history
  4. used build for semver class

    Bilal Al committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cf60f11 View commit details
    Browse the repository at this point in the history
  5. fixed condition

    Bilal Al committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    61b8c9e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #514 from splitio/semver-class

    Semver class
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8cc7ff5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #516 from splitio/semver-equalto-matcher

    Semver equalto matcher
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f875912 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #517 from splitio/semver-greater-or-equalto-matcher

    added greater than or equal to semver matcher
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    608c259 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #518 from splitio/semver-less-or-equalto-matcher

    added less than or equal semver matcher
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    229a9f7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #519 from splitio/semver-between-matcher

    added semver between matcher
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    89826a3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #521 from splitio/semver-integration-spec

    semver matchers integrations spec
    chillaq authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f76b944 View commit details
    Browse the repository at this point in the history
  7. added version attribute and used it in compare

    Bilal Al committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    980c272 View commit details
    Browse the repository at this point in the history
  8. updated semver spec

    Bilal Al committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b9e8fd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1529d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Added nil check for all matchers and updated specs

    Bilal Al committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a8761d7 View commit details
    Browse the repository at this point in the history
  2. polish

    Bilal Al committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a084a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a302223 View commit details
    Browse the repository at this point in the history
  4. added version length check for compare

    Bilal Al committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7ec5da7 View commit details
    Browse the repository at this point in the history
  5. correcting specs and comparisons

    Bilal Al committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4ecad51 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #525 from splitio/semver-inlist-matcher

    used build for semver class
    chillaq authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a1cab94 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    0f5ac2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db9311a View commit details
    Browse the repository at this point in the history
  3. added debug to split logger

    Bilal Al committed May 1, 2024
    Configuration menu
    Copy the full SHA
    418e5d7 View commit details
    Browse the repository at this point in the history
  4. update debug logging in semver matchers

    Bilal Al committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b7ecdd1 View commit details
    Browse the repository at this point in the history
  5. fixed spec

    Bilal Al committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1bc71a5 View commit details
    Browse the repository at this point in the history
  6. polishing

    Bilal Al committed May 1, 2024
    Configuration menu
    Copy the full SHA
    abea9d2 View commit details
    Browse the repository at this point in the history
  7. polish

    Bilal Al committed May 1, 2024
    Configuration menu
    Copy the full SHA
    581d6e3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. polish

    Bilal Al committed May 2, 2024
    Configuration menu
    Copy the full SHA
    50fe596 View commit details
    Browse the repository at this point in the history
  2. polish and test update

    Bilal Al committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2a54d08 View commit details
    Browse the repository at this point in the history