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

[Maps] Add endpoint to server for creating empty index & index pattern #94028

Merged
merged 24 commits into from
Mar 18, 2021

Commits on Mar 4, 2021

  1. Add indexing route. Indexing working with test posts

    Aaron Caldwell committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    3e816ea View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Create index pattern on import

    Aaron Caldwell committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    72b9a3e View commit details
    Browse the repository at this point in the history
  2. Clean up unneeded pipeline logic

    Aaron Caldwell committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1358e4c View commit details
    Browse the repository at this point in the history
  3. Update constants. Remove settings argument from post body

    Aaron Caldwell committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e7b27f1 View commit details
    Browse the repository at this point in the history
  4. More settings, mappings clean up

    Aaron Caldwell committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5eb1672 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Clean up

    Aaron Caldwell committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4266024 View commit details
    Browse the repository at this point in the history
  2. Clean up. Add steps for messaging. Remove id query param

    Aaron Caldwell committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    fef3362 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge remote-tracking branch 'upstream/master' into add-custom-shapes…

    …-and-points-back-end
    Aaron Caldwell committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b0d4d47 View commit details
    Browse the repository at this point in the history
  2. Clean up

    Aaron Caldwell committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6443f96 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Simplify to just an index & index pattern create endpoint

    Aaron Caldwell committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f58cdf5 View commit details
    Browse the repository at this point in the history
  2. Clean up and consolidate

    Aaron Caldwell committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a1cfb13 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into add-custom-shapes…

    …-and-points-back-end
    Aaron Caldwell committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    abe96a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add feature flag for drawing feature

    Aaron Caldwell committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    686ee92 View commit details
    Browse the repository at this point in the history
  2. Simplify code

    Aaron Caldwell committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b2b08cd View commit details
    Browse the repository at this point in the history
  3. Use context core, type fixes, clean up

    Aaron Caldwell committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2c54bda View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into add-custom-shapes…

    …-and-points-back-end
    Aaron Caldwell committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    924ffec View commit details
    Browse the repository at this point in the history
  5. Remove max bytes limit. Not needed for index creation

    Aaron Caldwell committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b1d9fca View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Add api tests for index and pattern creation

    Aaron Caldwell committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    571ed3b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add-custom-shapes…

    …-and-points-back-end
    Aaron Caldwell committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    db401e8 View commit details
    Browse the repository at this point in the history
  3. Add config to functional tests server. Update tests

    Aaron Caldwell committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b868530 View commit details
    Browse the repository at this point in the history
  4. Update endpoint to 'docSource'

    Aaron Caldwell committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5403d56 View commit details
    Browse the repository at this point in the history
  5. Update naming and endpoints to 'doc source'

    Aaron Caldwell committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    739026a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Show index fails to clobber existing index

    Aaron Caldwell committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f0d06d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07fbcb3 View commit details
    Browse the repository at this point in the history