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

Development #534

Closed
wants to merge 71 commits into from
Closed

Development #534

wants to merge 71 commits into from

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 Apr 17, 2024

  1. fixed occupancy publishers

    sanzmauro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fecd3b1 View commit details
    Browse the repository at this point in the history
  2. update spec

    sanzmauro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f0b9c97 View commit details
    Browse the repository at this point in the history
  3. update notification manager

    sanzmauro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8ad8992 View commit details
    Browse the repository at this point in the history
  4. implementation

    sanzmauro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d90a18d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fixed spec

    sanzmauro committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    774ce4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from splitio/sdks-8260-occupancy

    Setting manager with publishers by default.
    sanzmauro authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6804f26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0113765 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #528 from splitio/unsupported-matcher

    [Cherry pick] Unsupported matcher
    sanzmauro authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cecc9f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fixed posting data before shutdown

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

Commits on Apr 23, 2024

  1. removed thwait lib

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

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

    Bilal Al committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bfaf1d2 View commit details
    Browse the repository at this point in the history
  4. added limit for joining thread

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

Commits on Apr 24, 2024

  1. fixed join timeout

    Bilal Al committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4c9e171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #529 from splitio/post-data-destroy

    fixed posting data before shutdown
    chillaq authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    71320e2 View commit details
    Browse the repository at this point in the history
  3. added spec query parameter

    Bilal Al committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a0a6055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    796014b View commit details
    Browse the repository at this point in the history
  5. fix specs

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

Commits on Apr 25, 2024

  1. moved spec constant to nw spec module

    Bilal Al committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ab10e30 View commit details
    Browse the repository at this point in the history
  2. new spec module

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

Commits on Apr 26, 2024

  1. Merge pull request #530 from splitio/semver-spec-query

    added spec query parameter
    chillaq authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6eafede 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
  3. Merge pull request #532 from splitio/Feature/Semver

    Feature/semver
    chillaq authored May 2, 2024
    Configuration menu
    Copy the full SHA
    91b9266 View commit details
    Browse the repository at this point in the history
  4. release 8.4.0

    Bilal Al committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9299411 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #533 from splitio/release-8.4.0

    Release 8.4.0
    chillaq authored May 2, 2024
    Configuration menu
    Copy the full SHA
    496265d View commit details
    Browse the repository at this point in the history