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

Viewer #2

Merged
merged 39 commits into from Feb 13, 2020
Merged

Viewer #2

merged 39 commits into from Feb 13, 2020

Commits on Jan 29, 2020

  1. feature (app): add an Angular app

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    64b4f7d View commit details
    Browse the repository at this point in the history
  2. feature (lib): add an Angular library

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    882745f View commit details
    Browse the repository at this point in the history
  3. refactor (package.json): add dependencies

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a1fb290 View commit details
    Browse the repository at this point in the history
  4. feature (core): add core module

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    935819a View commit details
    Browse the repository at this point in the history
  5. feature (viewer): add basic structure

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a5a96de View commit details
    Browse the repository at this point in the history
  6. feature (values): add component for text

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    271a719 View commit details
    Browse the repository at this point in the history
  7. feature (values): text value as string comp.

    Tobias Schweizer committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2fa0ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. test (value): add tests for text as string value component

    Tobias Schweizer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    8294fa1 View commit details
    Browse the repository at this point in the history
  2. feature (values): do not return invalid values

    Tobias Schweizer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2c546d1 View commit details
    Browse the repository at this point in the history
  3. test (value): add tests for text as string value component

    Tobias Schweizer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1a8b787 View commit details
    Browse the repository at this point in the history
  4. feature (app): add test env for value editing

    Tobias Schweizer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    bc38701 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. feature (app): edit and save a value

    Tobias Schweizer committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    b3418d2 View commit details
    Browse the repository at this point in the history
  2. feature (app): create and save a value

    Tobias Schweizer committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    cdacac0 View commit details
    Browse the repository at this point in the history
  3. feature (app): create and save a value

    Tobias Schweizer committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9f71f8c View commit details
    Browse the repository at this point in the history
  4. test (value): add tests for text as string value component

    Tobias Schweizer committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    dcedb03 View commit details
    Browse the repository at this point in the history
  5. feature (values): move some logic to base class

    Tobias Schweizer committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a04e884 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. feature (value): combine value and comment validator

    Tobias Schweizer committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    050d0c1 View commit details
    Browse the repository at this point in the history
  2. feature (value): combine value and comment validator

    Tobias Schweizer committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8a2106d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. feature (app): get rid of nested subscriptions (still need to figure …

    …out some weird typing problems ...)
    Tobias Schweizer committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e6559be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab3b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. feature (values): add custom validators

    Tobias Schweizer committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    dbf5475 View commit details
    Browse the repository at this point in the history
  2. feature (value): add comments to members of the base class

    Tobias Schweizer committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7ed459d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    96cf770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e660b View commit details
    Browse the repository at this point in the history
  3. test (value): optimize creating text value tests and add tests for up…

    …dated a value that already has a comment
    mdelez committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e9feabe View commit details
    Browse the repository at this point in the history
  4. feature (CRUD operations): use display edit component

    Tobias Schweizer committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    7b18dfd View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. feature (app init): add app init service

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    45f5c93 View commit details
    Browse the repository at this point in the history
  2. test (CRUD operations): add test for DisplayEditComponent

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    41d2e11 View commit details
    Browse the repository at this point in the history
  3. test (CRUD operations): add test for DisplayEditComponent

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    edc2199 View commit details
    Browse the repository at this point in the history
  4. fix (CRUD operations): fix import

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e6b23ee View commit details
    Browse the repository at this point in the history
  5. test (CRUD operations): add test for DisplayEditComponent

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    da11edb View commit details
    Browse the repository at this point in the history
  6. test (CRUD operations): improve test for DisplayEditComponent

    Tobias Schweizer committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2d9d8f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. refactor (selector prefix): change prefix to kui

    Tobias Schweizer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    90f2a50 View commit details
    Browse the repository at this point in the history
  2. refactor (values): reformat file, remove selectors on test parent com…

    …ponents
    Tobias Schweizer committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7826bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f726a75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162f77a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87aa27d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f5541f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c5c53e View commit details
    Browse the repository at this point in the history