Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: LSDV-4600: Lead time for TextArea #1214

Merged
merged 36 commits into from
Aug 14, 2023
Merged

fix: LSDV-4600: Lead time for TextArea #1214

merged 36 commits into from
Aug 14, 2023

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    3e2e3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad475f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d47d7d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fix lead_time test e2e

    juliosgarbi committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    09b09d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. date.now over newDate

    Travis1282 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    94f9f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc0b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    07193e4 View commit details
    Browse the repository at this point in the history
  2. Draft of saving lead_time for per-regions

    It stores lead_time in the meta field of the main region
    instead of storing it in shared TextArea tag or its ephemeral TextAreaRegions.
    hlomzik committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9cabb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3db52b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 1, 2023

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

Commits on May 2, 2023

  1. rename debounce interval

    Travis1282 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    afb1646 View commit details
    Browse the repository at this point in the history
  2. date.now over newDate

    Travis1282 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    78d5285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6acb68 View commit details
    Browse the repository at this point in the history
  4. remove unused toStateJSON

    Travis1282 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6313a6d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. linting and +Date.now() fixes

    hlomzik committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b44c941 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 25, 2023

  1. Improve LeadTime mixin

    - TypeScript!
    - no debounce, it's detected during calculations
    - two different approaches on how to count trailing events
    - schema with explanations
    - simpler usage
    hlomzik committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    268801a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f92fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce101e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fix counting time in per-regions

    lead_time was not added up because of typo
    hlomzik committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2a7d6e7 View commit details
    Browse the repository at this point in the history
  2. Add test for per-regions

    hlomzik committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b89230c View commit details
    Browse the repository at this point in the history
  3. Store all lead_time in results

    Information in tags can be easily destroyed,
    the only source of truth is results/regions, so store data there.
    hlomzik committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    23f1919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7933fc View commit details
    Browse the repository at this point in the history
  5. Fix push

    hlomzik committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ee9090d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    8d93391 View commit details
    Browse the repository at this point in the history
  2. Add FF for Lead Time

    hlomzik committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    82d3a7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b52d195 View commit details
    Browse the repository at this point in the history
  4. Small fixes

    Remove useless metaValue — all data in results and this meta were
    overrided by meta from result
    Add check for flag enabled
    hlomzik committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    001d043 View commit details
    Browse the repository at this point in the history
  5. Fix FF usage

    hlomzik committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3d346af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cf4776 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Move lead_time to results

    hlomzik committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3917ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 14, 2023

  1. No *StateJSON methods!

    hlomzik authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    df36f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82af041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76bd9c View commit details
    Browse the repository at this point in the history