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

Indexing: Introduce new experimental indexer API - NESTED PR! #23691

Merged
merged 66 commits into from
Aug 3, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    380ee68 View commit details
    Browse the repository at this point in the history
  2. Add Indexer type

    JReinhold committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e1d732f View commit details
    Browse the repository at this point in the history
  3. add types for new indexer

    JReinhold committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    239d89d View commit details
    Browse the repository at this point in the history
  4. add test for deprecated API

    JReinhold committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7051481 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fcb9df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba63c5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9061c6e View commit details
    Browse the repository at this point in the history
  8. improve type docs

    JReinhold committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    73a32be View commit details
    Browse the repository at this point in the history
  9. fix unit tests

    JReinhold committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fd9a895 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. start on tests

    JReinhold committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9bd0404 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23582 from storybookjs/new-indexer-api

    Indexer: Deprecate `storyIndexers` API, add foundation for `indexers`
    JReinhold committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    898f019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213bb01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1031683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd54fa2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d01d9a6 View commit details
    Browse the repository at this point in the history
  7. support autodocs

    JReinhold committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    992efe4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24f4f66 View commit details
    Browse the repository at this point in the history
  9. cleanup

    JReinhold committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    18aced2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e84041f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    d5cb5e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d437d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a182a0a View commit details
    Browse the repository at this point in the history
  4. export DeprecatedIndexer

    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2215a8a View commit details
    Browse the repository at this point in the history
  5. fix type check

    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1ed123d View commit details
    Browse the repository at this point in the history
  6. revert eslint rule

    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    52f4aca View commit details
    Browse the repository at this point in the history
  7. revert eslint rule

    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9c39f22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d5a537 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #23626 from storybookjs/support-new-indexer

    Core: Support new indexer API
    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f42c31d View commit details
    Browse the repository at this point in the history
  10. minor typing fixes

    JReinhold committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e3b5af6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    624b061 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Merge pull request #23632 from storybookjs/improve-core-server-types

    Core: Improve internal types
    JReinhold committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    dbd8759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcdb85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ecedf5 View commit details
    Browse the repository at this point in the history
  4. add stories for custom ids

    JReinhold committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2f8d0af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8246e98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7519597 View commit details
    Browse the repository at this point in the history
  7. improve test titles

    JReinhold committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    cf7d4cf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge pull request #23656 from storybookjs/change-indexer-api

    Core: Support `parameters.__id` and `metaId` in indexers
    JReinhold committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2a6ca2e View commit details
    Browse the repository at this point in the history
  2. replace csf indexer

    JReinhold committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    dd0e8ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea84ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e1dd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef230bf View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    d14d936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e8da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    478be95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebe8038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b46b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a42303 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21aa490 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    e58c240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730be27 View commit details
    Browse the repository at this point in the history
  3. ensure 'stories-mdx' tag

    JReinhold committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d4538d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e94681 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afc9fab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a292fba View commit details
    Browse the repository at this point in the history
  7. fix index docs snippet

    JReinhold committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3268dc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a14ef6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98282d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efeaba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f5a249f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23660 from storybookjs/replace-indexers

    Core, Server, Addon-docs: Replace story indexers with new API
    JReinhold committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2952a90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23676 from storybookjs/new-indexer-experimental

    Indexers: Mark `indexers` as experimental
    JReinhold committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8f3fbd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    5b44692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a528725 View commit details
    Browse the repository at this point in the history
  3. Reword makeTitle error

    Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
    JReinhold and shilman committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    454e551 View commit details
    Browse the repository at this point in the history