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

[CYB-201] [UI][COMPONENT] Fix Karma unit test. #69

Merged
merged 26 commits into from
Apr 20, 2024
Merged

Commits on Feb 28, 2024

  1. [CYB-201] [UI][COMPONENT] Multiple choice button.

    * Added multi choose button implementation.
    * Added custom palette.
    * Refactor styles and theming.
    vpavlenko-cv committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    04c0b1a View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Multiple choice button.

    * Fixed unit test errors.
    vpavlenko-cv committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    481db7b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed all unit test errors.
    vpavlenko-cv committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    08fd7c8 View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Add github hook for angular test.
    vpavlenko-cv committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    749158d View commit details
    Browse the repository at this point in the history
  3. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Update hook.
    vpavlenko-cv committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fdde9d6 View commit details
    Browse the repository at this point in the history
  4. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Chrome headless browser
    vpavlenko-cv committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e534ea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Some fix for maven build.
    vpavlenko-cv committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c57ac3b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fix swagger update to v3.
    vpavlenko-cv committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7bdcddf View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Update node version and dependency graph tool.
    vpavlenko-cv committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    edcafdd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'develop' into CYB-201

    # Conflicts:
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/angular.json
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/package-lock.json
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/package.json
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/chain-page.module.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/custom-form/components/multi-input/multi-input.component.spec.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/indexing-form/indexing-form.component.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/live-view/diff-popup/diff-popup.component.html
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/live-view/live-view.module.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/live-view/sample-data-form/sample-data-text-folder-input/sample-data-text-folder-input.component.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/live-view/text-diff-view/text-diff-view.component.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/parser/advanced-editor/advanced-editor.component.spec.ts
    #	flink-cyber/metron-parser-chain/parser-chains-config-service/frontend/parser-chains-client/src/app/chain-page/components/parser/parser.component.spec.ts
    vpavlenko-cv committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0fb1291 View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed merge-conflict.
    vpavlenko-cv committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    51dedb0 View commit details
    Browse the repository at this point in the history
  3. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed build action.
    vpavlenko-cv committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    20f0f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed build action.
    vpavlenko-cv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    88e9bb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Rollback node version to angular compatible.
    vpavlenko-cv committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    33e5316 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed console error.
    vpavlenko-cv committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bc185cb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed eslint and remove tslint.
    vpavlenko-cv committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1abeec2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed some test and lint problems.
    vpavlenko-cv committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bd3998f View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed issue with loops.
    vpavlenko-cv committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    08683de View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed createEffect that did not fire a new action as a result.
    * Added change detector for multi-iput.
    vpavlenko-cv committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b4e9bd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Fixed type mismatching between component.
    * Removed redundant effect.
    * Fixed Eslint naming convention.
    vpavlenko-cv committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7adf1b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Updated unit tests.
    vpavlenko-cv committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    77c9321 View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    * Remove unnecessary pipe.
    vpavlenko-cv committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0c81581 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix merge conflicts.

    vpavlenko-cv committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    12bea2d View commit details
    Browse the repository at this point in the history
  2. fixes after merge

    vpavlenko-cv committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0176c63 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    Fixed PR comments.
    vpavlenko-cv committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b66aaca View commit details
    Browse the repository at this point in the history
  2. [CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.

    Fixed PR comments.
    vpavlenko-cv committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3a451e1 View commit details
    Browse the repository at this point in the history