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

Migrate dual validated range #59689

Merged
merged 29 commits into from
Mar 16, 2020

Commits on Mar 9, 2020

  1. Move validated range files to new NP location

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    9713e71 View commit details
    Browse the repository at this point in the history
  2. Update refs in code

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c53f20d View commit details
    Browse the repository at this point in the history
  3. Clean up old validated range files

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1cc4646 View commit details
    Browse the repository at this point in the history
  4. Change relative paths to 'kibana-react'. Some clean up

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c4daf99 View commit details
    Browse the repository at this point in the history
  5. Change to relative paths

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    48d0eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14728d9 View commit details
    Browse the repository at this point in the history
  7. Fix i18n errors

    Aaron Caldwell committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6a5f8a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. i18n clean up. Export module explicitly

    Aaron Caldwell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3c0cac4 View commit details
    Browse the repository at this point in the history
  2. Change files over to TS to prevent build issue where validated range …

    …was missing
    Aaron Caldwell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8a5dd9d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    61d2c7d View commit details
    Browse the repository at this point in the history
  4. Clean up TS conversion

    Aaron Caldwell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4c6f1b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. More clean up. Extend EuiRangeProps

    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    90550b8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a761969 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded ts-ignore

    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    18e05ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4961c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Review feedback and test fixes

    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    326de0d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    787d93a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'np-migrate-dual-validated-range' of github.com:aaronjca…

    …ldwell/kibana into np-migrate-dual-validated-range
    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f51f1d5 View commit details
    Browse the repository at this point in the history
  4. Change double to single quotes

    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    66ab9d1 View commit details
    Browse the repository at this point in the history
  5. min and max aren't always passed, make optional

    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    96ab294 View commit details
    Browse the repository at this point in the history
  6. Type updates

    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    daa1361 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    2324691 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    eafe4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f4d45 View commit details
    Browse the repository at this point in the history
  3. Review feedback

    Aaron Caldwell committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a51fc45 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into np-migrate-dual-v…

    …alidated-range
    Aaron Caldwell committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c5acf30 View commit details
    Browse the repository at this point in the history
  5. Add back in last 2 ts-ignores. Build fails without focusable attribut…

    …e on EuiDualRange & No good alternatives for spread syntax in TS components
    Aaron Caldwell committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    dabe3b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    85b1887 View commit details
    Browse the repository at this point in the history
  2. Rollback change to state init. Initializing state to null actually tr…

    …iggers a react browser warning and complicates using 'prevState' in getDerivedStateFromProps
    Aaron Caldwell committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    2e92b23 View commit details
    Browse the repository at this point in the history