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

[data views] DataViewLazy implementation phase 1 #173948

Merged
merged 117 commits into from
Apr 3, 2024

Commits on Jul 11, 2023

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

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    b9b299c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f81e89 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    5175cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa87ee View commit details
    Browse the repository at this point in the history
  3. fix jest test

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8bab954 View commit details
    Browse the repository at this point in the history
  4. fix scripted field removal

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ff14b2f View commit details
    Browse the repository at this point in the history
  5. remove unneeded changes

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    60ef7de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c99ffb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    883457a View commit details
    Browse the repository at this point in the history
  8. fix test

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    02c2e3a View commit details
    Browse the repository at this point in the history
  9. restore getFieldAttrs method

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6e27b8e View commit details
    Browse the repository at this point in the history
  10. fix tests

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0051e34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9ab9d4 View commit details
    Browse the repository at this point in the history
  12. remove comment

    mattkime committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ee0f880 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Sep 30, 2023

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

Commits on Oct 1, 2023

  1. fix toSpec functions

    mattkime committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    16389e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'data_view_async_fields' of github.com:mattkime/kibana i…

    …nto data_view_async_fields
    mattkime committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    2b39fcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a010c17 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 23, 2023

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

Commits on Dec 25, 2023

  1. partial progress

    mattkime committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e208d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210a5f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 17, 2024

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

Commits on Jan 30, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    173b87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48718c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. clean up field list loading

    mattkime committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fbe5330 View commit details
    Browse the repository at this point in the history
  2. clean up field list loading

    mattkime committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9cfd496 View commit details
    Browse the repository at this point in the history
  3. runtime field code refactor

    mattkime committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4b0c950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9feb044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cea4b13 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    df6227b View commit details
    Browse the repository at this point in the history
  2. type cleanup

    mattkime committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9d8d655 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. refactor toSpec

    mattkime committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0a28dab View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. remove a number of todos

    mattkime committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3cd8a3e View commit details
    Browse the repository at this point in the history
  2. toSpec refactor

    mattkime committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5f480d7 View commit details
    Browse the repository at this point in the history
  3. cleanup

    mattkime committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e495fa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c93a267 View commit details
    Browse the repository at this point in the history
  5. add restore from spec test

    mattkime committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2939e25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef70e0a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix log statement

    mattkime committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f8f4b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63aad2c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. return sorted set

    mattkime committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f774838 View commit details
    Browse the repository at this point in the history
  2. add dataViewLazy cache

    mattkime committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e9f22eb View commit details
    Browse the repository at this point in the history
  3. remove comment

    mattkime committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e37fccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf3027b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccc5bc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1783085 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    83b7028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d242e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fae161 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    34a4ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1449b1f View commit details
    Browse the repository at this point in the history
  3. cleanup

    mattkime committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9e183f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b650ecd View commit details
    Browse the repository at this point in the history
  5. fix test

    mattkime committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6fa0a5c View commit details
    Browse the repository at this point in the history
  6. fix test

    mattkime committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    303603f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd4c878 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    715c7a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e0fa60 View commit details
    Browse the repository at this point in the history
  3. reduce config.get calls

    mattkime committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    031628d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    78b4244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba8367 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    e4fea50 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'data_views_async_fields_new_class' of github.com:mattki…

    …me/kibana into data_views_async_fields_new_class
    mattkime committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9a9c37e View commit details
    Browse the repository at this point in the history
  3. fix mistakes

    mattkime committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9428d85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    191fd56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c8ec00 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix api integration test

    mattkime committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    260ee41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b53b7 View commit details
    Browse the repository at this point in the history
  3. remove unused snapshots

    mattkime committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a74f3f0 View commit details
    Browse the repository at this point in the history
  4. fix integration api test

    mattkime committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bba971f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    e33f73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdf420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53c80f View commit details
    Browse the repository at this point in the history
  4. fix disabling scripted fields

    :
    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    abdea02 View commit details
    Browse the repository at this point in the history
  5. fix jest test

    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    08e3d62 View commit details
    Browse the repository at this point in the history
  6. increase limits.yml

    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6aa0fa4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f386d8 View commit details
    Browse the repository at this point in the history
  8. fix jest test

    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    25546aa View commit details
    Browse the repository at this point in the history
  9. fix jest test

    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c5f5383 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'data_views_async_fields_new_class' into data_views_asyn…

    …c_fields_new_class_save_changes
    mattkime committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2e491b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    0fcbd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15dfa31 View commit details
    Browse the repository at this point in the history
  3. fix jest tests

    mattkime committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8e5ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5e8da6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'data_views_async_fields_new_class_save_changes' into da…

    …ta_views_async_fields_new_class
    mattkime committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1d550cb View commit details
    Browse the repository at this point in the history
  6. move some code to shared

    mattkime committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d3d98d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e58a19e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. remove unused code

    mattkime committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bbcf803 View commit details
    Browse the repository at this point in the history
  2. fix jest test

    mattkime committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff0cd2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df68fc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

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

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9ca7b79 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'data_views_async_fields_new_class' of github.com:mattki…

    …me/kibana into data_views_async_fields_new_class
    mattkime committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    71fc3f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6133d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

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

Commits on Mar 28, 2024

  1. Merge branch 'data_views_async_fields_new_class' of github.com:mattki…

    …me/kibana into data_views_async_fields_new_class
    mattkime committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cd60de6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    586bf5a View commit details
    Browse the repository at this point in the history
  2. merge

    mattkime committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    17cf5b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d66c6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f8d01e View commit details
    Browse the repository at this point in the history
  5. getField improvements

    mattkime committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    23a54fb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'data_views_async_fields_new_class' of github.com:mattki…

    …me/kibana into data_views_async_fields_new_class
    mattkime committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0bf272c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c99aca1 View commit details
    Browse the repository at this point in the history
  8. simplify field getters

    mattkime committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2b20647 View commit details
    Browse the repository at this point in the history
  9. add mock to jest test

    mattkime committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    68f0692 View commit details
    Browse the repository at this point in the history