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

Feature/#204 consolidate search and multiselect #301

Merged
merged 68 commits into from
Jun 23, 2021

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    756d02c View commit details
    Browse the repository at this point in the history
  2. option to include revoked/deprecated objects when parsing a bundle; c…

    …reated object in which to store stix bundle changes
    clemiller committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c4d9b50 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 26, 2021

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

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    e9f84c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d423e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    6b2ee5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18a8f3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Moved mat-drawer-container to wrap matrix in data-table.component, ad…

    …ded autosize and mode="side" setting to mat-drawer to push matrix to the side when sidebar is open
    iguannalin committed May 6, 2021
    Configuration menu
    Copy the full SHA
    85909cd View commit details
    Browse the repository at this point in the history
  2. Moved matrices class to wrap mat-drawer-container, to have the gray b…

    …order surround the sidebar as well
    iguannalin committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e77c625 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Added get, set for private _sidebarOpened variable in Data Service, a…

    …nd updated function of search icon in toolbar
    iguannalin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    9cbc6f0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Updated usage of sidebarOpened from the data service--in the data tab…

    …le component search button, and in the layer upgrade component sidebar done button
    iguannalin committed May 17, 2021
    Configuration menu
    Copy the full SHA
    222d9dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92733c1 View commit details
    Browse the repository at this point in the history
  3. Revert "Updated usage of sidebarOpened in the data table component se…

    …arch button" -- search icon in toolbar should function as before sidebar updates (this is to keep the changes separate, as they are different issues)
    
    This reverts commit 222d9dc.
    iguannalin committed May 17, 2021
    Configuration menu
    Copy the full SHA
    88d543b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Adding sidebarContentType to data service, to change the content of t…

    …he sidebar, depending on where it was clicked from
    iguannalin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    672ecdb View commit details
    Browse the repository at this point in the history
  2. Adding viewModel (optional Input) to sidebar called from datatable, t…

    …o render techniques in search feature
    iguannalin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    004b12a View commit details
    Browse the repository at this point in the history
  3. Updated functionality of what search icon in toolbar does when clicke…

    …d, and removed multiselect
    iguannalin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8d3e8bf View commit details
    Browse the repository at this point in the history
  4. Added optional ? when looking for field in the search all techniques …

    …function, as it was throwing an error trying to convert undefined to lower case
    iguannalin committed May 18, 2021
    Configuration menu
    Copy the full SHA
    13cb570 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    8e35a26 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/#204-consolidate-search-and-multiselect' into f…

    …eature/#181-layer-upgrade-ui-update
    iguannalin committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1a463d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #297 from mitre-attack/feature/#181-layer-upgrade-…

    …ui-update
    
    Feature/#181 layer upgrade UI update
    iguannalin committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7c000b9 View commit details
    Browse the repository at this point in the history
  4. Merging moving sidebar options from Data Service to View Model, and u…

    …pdating with my changes to set the sidebar content
    iguannalin committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f4b727f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

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

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    91bade5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624e612 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    1849f18 View commit details
    Browse the repository at this point in the history
  2. Combined search and multi-select as accordion expansion panels in sid…

    …ebar; Updated search feature to query StixObjects also--the search queries the same decreasing number of StixObjects until either: 1) there's no results, or 2) the query clears out (is an empty string ""); it was too slow to repeat the search with a new set of StixObjects each time, so there's getStixData() and getStixResults()
    iguannalin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    154f994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2332e9f View commit details
    Browse the repository at this point in the history
  4. Added a previousQuery variable to prevent users from seeing nothing i…

    …f query is completely different from the last query
    iguannalin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    137e0ac View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    b3e4d78 View commit details
    Browse the repository at this point in the history
  2. Modified filter and sort method in techniques search component to fil…

    …ter StixData by query as well
    iguannalin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    b6e9a54 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    0e97ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7adec59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6a26e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Changed highlightedTechnique in ViewModel to a Set<string> of techniq…

    …ue IDs that are highlighted; Added highlight on hover over technique search results feature
    iguannalin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    06b9bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c9e91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8aa97a View commit details
    Browse the repository at this point in the history
  4. Added seenIDs set to remove duplicate sdos in dataService, since the …

    …filter has been removed from the techniques search (multiselect) component
    iguannalin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    76b9682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85daf2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e7686f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b64d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Remove unused icons

    iguannalin committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c69d74b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Fixed typo

    iguannalin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5cad3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ed890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e29984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7096103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a28c48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e720551 View commit details
    Browse the repository at this point in the history
  7. Removed includeAll parameters in function call and version changelog …

    …feature from Data Service (this is part of issue#181)
    iguannalin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2d29815 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45c4017 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61fa1d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6d149a View commit details
    Browse the repository at this point in the history
  11. Updated style in search-and-multiselect.component, set viewEncapsulat…

    …ion and removed ::ng-deep
    iguannalin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7e24509 View commit details
    Browse the repository at this point in the history
  12. Deleted unused spec file

    iguannalin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9b148fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f7de8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75e8639 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    069d2ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7ded44 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fc2056b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dcbb2aa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9bed4e5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ee526fc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    c359dc9 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    iguannalin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    bad0c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671cdec View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Jun 23, 2021

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