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

Analyzers UI #14599

Merged
merged 55 commits into from
Aug 28, 2021
Merged

Analyzers UI #14599

merged 55 commits into from
Aug 28, 2021

Commits on Jul 29, 2021

  1. React-specific rules.

    Aditya Mukhopadhyay committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    51947bd View commit details
    Browse the repository at this point in the history
  2. Analyzers view.

    Aditya Mukhopadhyay committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4fed1a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Modal component for React.

    Aditya Mukhopadhyay committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    56098ae View commit details
    Browse the repository at this point in the history
  2. Analyzer delete functional, +notifications.

    Aditya Mukhopadhyay committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ab43a1f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Stable render of modal children, +AddAnalyzer form stub.

    Aditya Mukhopadhyay committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    25d8214 View commit details
    Browse the repository at this point in the history
  2. Fixed broken modal re-open.

    Aditya Mukhopadhyay committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    096edab View commit details
    Browse the repository at this point in the history
  3. Delimiter form ready.

    Aditya Mukhopadhyay committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    948c778 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. All forms ready.

    Aditya Mukhopadhyay committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    54f70fd View commit details
    Browse the repository at this point in the history
  2. Removed 'Tree' mode.

    Aditya Mukhopadhyay committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    34a0965 View commit details
    Browse the repository at this point in the history
  3. Analyzer create functional.

    Aditya Mukhopadhyay committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1c4a1a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fixed stopwords/stopwordsPath mixup.

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ff01ffd View commit details
    Browse the repository at this point in the history
  2. 'Create Analyzer' form schema validation.

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    51f1d9e View commit details
    Browse the repository at this point in the history
  3. Added missing fields to Text and N-Gram analyzer forms.

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    20fd739 View commit details
    Browse the repository at this point in the history
  4. Added support for copying existing analyzer to form state.

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    7480efb View commit details
    Browse the repository at this point in the history
  5. Implemented view analyzer details.

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    12657f5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'devel' into feature/analyzers-web-ui

    Aditya Mukhopadhyay committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    1b59221 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. UX improvements.

    As suggested in #14599.
    Aditya Mukhopadhyay committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    579ceb1 View commit details
    Browse the repository at this point in the history
  2. Fixed analyzer selection.

    Aditya Mukhopadhyay committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    76a054d View commit details
    Browse the repository at this point in the history
  3. Added UI for AQL and GeoJSON analyzers.

    Aditya Mukhopadhyay committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6f08080 View commit details
    Browse the repository at this point in the history
  4. Added UI for GeoPoint analyzer.

    Aditya Mukhopadhyay committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2522e13 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Improved validation, +dispatcher to manage state, +form cache.

    Aditya Mukhopadhyay committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    59e9fef View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Changed button styles to match theme.

    +fixed minor bug in form field setter
    +error div spacing fix.
    Aditya Mukhopadhyay committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4993c08 View commit details
    Browse the repository at this point in the history
  2. Removed 'pointer' cursor on text field labels.

    Aditya Mukhopadhyay committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    dfb74ef View commit details
    Browse the repository at this point in the history
  3. Added help links to locale and delimiter inputs.

    Aditya Mukhopadhyay committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d3b031a View commit details
    Browse the repository at this point in the history
  4. Added help text to delimiter field.

    Aditya Mukhopadhyay committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    3aef7a6 View commit details
    Browse the repository at this point in the history
  5. Fix bug that caused crash in case of pre-selected analyzer being dele…

    …ted.
    Aditya Mukhopadhyay committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4f8e791 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Merge branch 'devel' into feature/analyzers-web-ui

    Aditya Mukhopadhyay committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8dfe282 View commit details
    Browse the repository at this point in the history
  2. Fixed parsing and UI for latitude/longitude elements.

    Aditya Mukhopadhyay committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1eb0122 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Reusable form and grid components based on Pure.css.

    Aditya Mukhopadhyay committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    4638c23 View commit details
    Browse the repository at this point in the history
  2. View mode now provides both JSON and (disabled) form views.

    Aditya Mukhopadhyay committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ccb8391 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Using relative field paths to support embeddable forms.

    Aditya Mukhopadhyay committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    769dd2e View commit details
    Browse the repository at this point in the history
  2. Normalized accent input, +made all inputs location agnostic.

    +Renamed OptionsInput.tsx to GeoOptionsInput.tsx.
    Aditya Mukhopadhyay committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f89e3af View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Pipeline Analyzer form functional.

    Aditya Mukhopadhyay committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    81f9fab View commit details
    Browse the repository at this point in the history
  2. Switched to simple text display for code view.

    Aditya Mukhopadhyay committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    31ba630 View commit details
    Browse the repository at this point in the history
  3. Use text cursor for code view mode.

    Aditya Mukhopadhyay committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    70ec839 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'devel' into feature/analyzers-web-ui

    Aditya Mukhopadhyay committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1226635 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…

    …ture/analyzers-web-ui
    KVS85 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    bf701cd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Added UIs for Stopwords, Collation and Segmentation Analyzers.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    08e4442 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/analyzers-web-ui' into f…

    …eature/analyzers-web-ui
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    aabcff5 View commit details
    Browse the repository at this point in the history
  3. Fixed DB base URL evaluation.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    7b50eb0 View commit details
    Browse the repository at this point in the history
  4. Switched to Pure.css-based grid components.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    e82d84e View commit details
    Browse the repository at this point in the history
  5. Allow rw access when server is running in non-authenticated mode.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    147020d View commit details
    Browse the repository at this point in the history
  6. Fixed radio button rendering.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    eddc653 View commit details
    Browse the repository at this point in the history
  7. Minor UI improvements.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    c1d82b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Fixed modal height issues, +fixed JSON form double scrollbar.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    e63f202 View commit details
    Browse the repository at this point in the history
  2. Maximized modal height for view mode.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    66e302b View commit details
    Browse the repository at this point in the history
  3. Minor UI improvements.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    a531327 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Fixed null values for blank numeric inputs.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b1454db View commit details
    Browse the repository at this point in the history
  2. UI improvements.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d496528 View commit details
    Browse the repository at this point in the history
  3. Slightly improved responsive grid.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    5906f75 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Reusing FormState as action button prop.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a5eb6b4 View commit details
    Browse the repository at this point in the history
  2. Stricter type restrictions.

    Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
    Aditya Mukhopadhyay committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ad24a3c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…

    …ture/analyzers-web-ui
    KVS85 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ad3cdfb View commit details
    Browse the repository at this point in the history
  2. Rebuild UI

    KVS85 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1256e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Update CHANGELOG

    KVS85 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4dbfe7e View commit details
    Browse the repository at this point in the history