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

Schema for Expressions #718

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Schema for Expressions #718

wants to merge 47 commits into from

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    523859b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fa1b4 View commit details
    Browse the repository at this point in the history
  3. Make Ruby 2.6 happy

    bkeepers committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a72ae35 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Use vitest to run tests

    bkeepers committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    87c3de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d065b5 View commit details
    Browse the repository at this point in the history
  3. Add Min/Max functions

    bkeepers committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ee46fab View commit details
    Browse the repository at this point in the history
  4. Rename url-unfriendly defs

    bkeepers committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6a2e622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08b03c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5004b6f View commit details
    Browse the repository at this point in the history
  7. Run JS lint/tests

    bkeepers committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4c35f3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c51eda3 View commit details
    Browse the repository at this point in the history
  9. Fix README formatting

    bkeepers committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    50dc917 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Remove use of path

    bkeepers committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    6262795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a10eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48308dd View commit details
    Browse the repository at this point in the history
  4. Fix JS lint

    bkeepers committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    81a1d65 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Apr 3, 2023

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

Commits on Apr 10, 2023

  1. Build sourcemaps

    bkeepers committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8f69da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a498b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c501a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3b2076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad07179 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d96ec78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d134ae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4e7035 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c5016b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    26a08f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82cf6ac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Allow null as a constant

    bkeepers committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3f6d241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfecaf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 25, 2023

  1. Add parent to expressions, refactor

    - Adds `class Function extends Expression`
    - `class Constant extends Expresson`
    bkeepers committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0848411 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    639d2a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into expressions-schema

    * commit 'd06da06ecee15d66043dbf563996f7ba4f92bb09': (55 commits)
      Remove kwarg for Strict handler, use arg or block
      Define default Adapter#name
      Update Changelog.md
      Explose handler
      Example for strict adapter
      Spec for proc handler
      Add get_multi, remove name param
      Add Strict adapter to ensure feature exists on get
      Allow head requests to api
      Use base_class to determine flipper_id for ActiveRecord actors
      Bump actions/checkout from 3 to 4
      Ignore asdf version manager file
      Prepare for 1.0.0 release
      Ignore asdf version manager file
      Update links from jnunemaker => flippercloud
      Update links from jnunemaker => flippercloud
      Bump supercharge/mongodb-github-action from 1.9.0 to 1.10.0
      Removed `bool`, `actors`, `time`, `actor`, `percentage_of_actors`, and `percentage_of_time` methods on `Flipper` and `Flipper::DSL`
      Bump version for prerelease
      Update changelog
      ...
    bkeepers committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8aa356c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6512d63 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into expressions-schema

    * origin/main:
      Make examples and ci metrix exclusions in line with each other
      Don't run 3.2 on rails 5 examples
      Remove telemetry junk that shouldn't have been committed
      Add rails 7.1 and ruby 3.2 to examples and 7.1 to ci
    bkeepers committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    21a0806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9725f56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e1bfb1 View commit details
    Browse the repository at this point in the history
  7. Revert renaming of ci job

    bkeepers committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7fc02ff View commit details
    Browse the repository at this point in the history
  8. English properly

    bkeepers committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    15099b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6640afc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    ed90c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6350f0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b36dd09 View commit details
    Browse the repository at this point in the history
  4. Rename expressions repo

    bkeepers committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5470e59 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge remote-tracking branch 'origin/main' into expressions-schema

    * origin/main:
      Add changelog note for human readable names
      Use human action name if present
      Make sure actor_names_source can be updated
      Add actor_names_source to configuration
    bkeepers committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    afb896a View commit details
    Browse the repository at this point in the history