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 shape drawing wizard- creates index only #96913

Closed
wants to merge 70 commits into from

Commits on Mar 26, 2021

  1. Placeholder feature edit control in place

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

Commits on Mar 31, 2021

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

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

Commits on Apr 1, 2021

  1. Redux integrated

    Aaron Caldwell committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    26ec7bf View commit details
    Browse the repository at this point in the history
  2. Single shape drawing

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

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    f9eeb95 View commit details
    Browse the repository at this point in the history
  2. Keep draw mode active

    Aaron Caldwell committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b8eea96 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Trigger editing through add layer wizard

    Aaron Caldwell committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    b4f3af0 View commit details
    Browse the repository at this point in the history
  2. Add index checking utils

    Aaron Caldwell committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    001c87f View commit details
    Browse the repository at this point in the history
  3. Connect error checking

    Aaron Caldwell committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    95f8f14 View commit details
    Browse the repository at this point in the history
  4. Conditionally show edit toolbar

    Aaron Caldwell committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    2de30ec View commit details
    Browse the repository at this point in the history
  5. Connect missing shapes. Some clean up

    Aaron Caldwell committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    92e17aa View commit details
    Browse the repository at this point in the history
  6. Track features and index name in store

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

Commits on Apr 6, 2021

  1. Connect add layer button enablement

    Aaron Caldwell committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e129539 View commit details
    Browse the repository at this point in the history
  2. Connect persistence utils

    Aaron Caldwell committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    9c5ca16 View commit details
    Browse the repository at this point in the history
  3. Dispatch clearing action

    Aaron Caldwell committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    423e3aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f238ccb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Adjust addLayer call for async

    Aaron Caldwell committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d450fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7ad76 View commit details
    Browse the repository at this point in the history
  3. Add edit controls

    Aaron Caldwell committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b12ad85 View commit details
    Browse the repository at this point in the history
  4. Fix deleting functionality to update store

    Aaron Caldwell committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    576b3d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    cd211f9 View commit details
    Browse the repository at this point in the history
  2. Deselect features still selected when entering trash mode

    Aaron Caldwell committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4f79738 View commit details
    Browse the repository at this point in the history
  3. Add geometry check to filter out invalid geometries

    Aaron Caldwell committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ceae6d2 View commit details
    Browse the repository at this point in the history
  4. Clear out old drawing data on cancel. Update action names

    Aaron Caldwell committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bee0fd5 View commit details
    Browse the repository at this point in the history
  5. Add circle drawing button

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

Commits on Apr 12, 2021

  1. Add tools show on map with cancel. Not completely connected to add la…

    …yer code
    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    5200165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb1832 View commit details
    Browse the repository at this point in the history
  3. Controls and feature handling almost entirely removed. Index creation…

    … step not initiating
    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    4ab4c54 View commit details
    Browse the repository at this point in the history
  4. Remove more unused files related to draw toolbar

    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    32e4dcf View commit details
    Browse the repository at this point in the history
  5. Fix step handling

    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9579d44 View commit details
    Browse the repository at this point in the history
  6. Remove toolbar logic

    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    da58916 View commit details
    Browse the repository at this point in the history
  7. Add same disabling logic used by file upload

    Aaron Caldwell committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    28ffc5f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Put wizard behind feature flag

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2217bc1 View commit details
    Browse the repository at this point in the history
  2. More clean up

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fa6fd2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2d5a4 View commit details
    Browse the repository at this point in the history
  4. Remove unused source

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    634ede6 View commit details
    Browse the repository at this point in the history
  5. Clean up, type fixes

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a549a1e View commit details
    Browse the repository at this point in the history
  6. Remove unused constant

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5bcd3a9 View commit details
    Browse the repository at this point in the history
  7. Clean up unused feature actions. Misc. clean up

    Aaron Caldwell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5035bc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Fix i18n

    Aaron Caldwell committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5e39efb View commit details
    Browse the repository at this point in the history
  2. eslint fix

    Aaron Caldwell committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    7cd1482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    958cc6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c064d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9529b94 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. TS conversions

    Aaron Caldwell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    177d5d2 View commit details
    Browse the repository at this point in the history
  2. Review feedback. Lots of clean up

    Aaron Caldwell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    65257a0 View commit details
    Browse the repository at this point in the history
  3. Update card description

    Aaron Caldwell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    69e9393 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'shape-drawing-wizard' of github.com:aaronjcaldwell/kiba…

    …na into shape-drawing-wizard
    Aaron Caldwell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    78c3721 View commit details
    Browse the repository at this point in the history
  5. Linting errors

    Aaron Caldwell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    9c817f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    431890a View commit details
    Browse the repository at this point in the history
  2. Review feedback. Update layer card title and description

    Aaron Caldwell committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a5b1b1d View commit details
    Browse the repository at this point in the history
  3. Review feedback. Update wording on index name entry page

    Aaron Caldwell committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    087861a View commit details
    Browse the repository at this point in the history
  4. Update x-pack/plugins/maps/public/classes/layers/new_vector_layer_wiz…

    …ard/wizard.tsx
    
    Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
    kindsun and gchaps authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e2b19c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on Apr 27, 2021

  1. Integrate file upload index name component

    Aaron Caldwell committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2dd166d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc75830 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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

Commits on Apr 29, 2021

  1. Review feedback. Mostly clean up

    Aaron Caldwell committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b25bcae View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 3, 2021

  1. Make index name validation callback props optional

    Aaron Caldwell committed May 3, 2021
    Configuration menu
    Copy the full SHA
    58c84e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd783ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8799716 View commit details
    Browse the repository at this point in the history
  4. More clean up around async component init handling

    Aaron Caldwell committed May 3, 2021
    Configuration menu
    Copy the full SHA
    7706cca View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    f02a8d4 View commit details
    Browse the repository at this point in the history
  2. Update maps side to not use async in component load

    Aaron Caldwell committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6107902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f09cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    065f745 View commit details
    Browse the repository at this point in the history
  5. Review feedback. Move wrapper components to api dir

    Aaron Caldwell committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e4c1c92 View commit details
    Browse the repository at this point in the history
  6. Add semi-colon

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