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

Unit tests #591

Merged
merged 50 commits into from
Oct 25, 2023
Merged

Unit tests #591

merged 50 commits into from
Oct 25, 2023

Commits on Jul 17, 2023

  1. Setup basic unit tests for utilities

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    03a7d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bf73a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Completed tests for utils

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    bfc2a73 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Completed tests for verifying header imports

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6058858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3add0f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

  1. Refactor parser, Added tests for Copyright & headers

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3729ae9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Added tests for copyright, licenses, email_url_info

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    76e1a85 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Fixed scan errors in table & ScanInfo, and added tests for scanErrors

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2bc6bd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Reorganized tests

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f37a0c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    07fb6b8 View commit details
    Browse the repository at this point in the history
  2. Added tests for packages & dependencies, Setup Tests CI

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fcc0400 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Test ci - fix attempt1

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ef7319d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 23, 2023

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

Commits on Aug 26, 2023

  1. Completed tests and refactoring for File tree, history & misc test

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    99b1d4b View commit details
    Browse the repository at this point in the history
  2. Tests for tableview columns and filters

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d25c101 View commit details
    Browse the repository at this point in the history
  3. Added latest sample scans & updated readme

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2ebe01b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Updated publish comments & code formatting

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    989e44d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Implemented close file button, menu item and before new scan import

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9281b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Fixed #590 scrolling irregularities in deeply nested filetree

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0d8163c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Added dev script for docs & installation steps for centos

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    644af13 View commit details
    Browse the repository at this point in the history
  2. Setup precommit hooks for tests using husky

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    96d85b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merged skeleton docs

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f6a0d84 View commit details
    Browse the repository at this point in the history
  2. Fixed previous title preserved on closing file

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f39c86a View commit details
    Browse the repository at this point in the history
  3. Docs for Tableview

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e54493f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Added directory-tree docs & column list for tableview

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    45c7367 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Updated docs with latest information

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    d87295a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Removed year from project's copyright statements

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    89083c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fixed sphinx errors, changed requirements versions, formatting and bu…

    …ild errors
    
    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9e96f9e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Fixed unnecessary scrolling on click, added working indicator for fil…

    …etree render
    
    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ab53936 View commit details
    Browse the repository at this point in the history
  2. Fixed #542 file icon being shown for empty directories

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a9c97e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #599 from nexB/fix/scrolltofile

    Fix irregular scroll behavior for files in deeply nested FileTree
    OmkarPh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a3dd1b5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #600 from nexB/feature/closefile

    Close file option & cleanup before imports
    OmkarPh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8688efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc838c5 View commit details
    Browse the repository at this point in the history
  6. Updated documentation scripts

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9eadc37 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Setup automatic height & max height for matches & file regions table

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9eb26f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Fixed auto height for package & dependency entity

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1626bab View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Updated docs config, dark theme, UI reference updates

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    d86c93f View commit details
    Browse the repository at this point in the history
  2. Updated config for readthedocs deploys

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    af16680 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Completed UI references, refer-scans, sct-swb interlinks

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6c92d66 View commit details
    Browse the repository at this point in the history
  2. Add minor fixes in workbench docs

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    be37218 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #604 from nexB/fix/emptyDirectoryIcon

    Fixed Empty directory being shown with file icon
    OmkarPh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    241487f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Handled summary table for packages without dependencies & adjusted ta…

    …ble dimensions
    
    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e397372 View commit details
    Browse the repository at this point in the history
  2. Added Docs CI, fixed minor docs errors

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7e00d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add minor doc updates

    Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
    AyanSinhaMahapatra committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e7914f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #606 from nexB/fix/autoTableDimensions

    Automatic height for table
    AyanSinhaMahapatra committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d21e55d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Updated underlying technology, build tools versions, removed policies…

    … outdated docs
    
    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8a217c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Updated jest config

    Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
    OmkarPh committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4afe992 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request #602 from nexB/update/docs

    Update Documentation
    AyanSinhaMahapatra committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8ed4e40 View commit details
    Browse the repository at this point in the history