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

Add blurbs on frontend #2186

Merged
merged 17 commits into from
Apr 4, 2024
Merged

Commits on Mar 27, 2024

  1. [reposense#2120] Update RepoSense contributors in documentation (repo…

    …sense#2138)
    
    The current About page on the RepoSense docs does not reflect the
    updated list of developers working on RepoSense.
    
    Let's move to update the list to more accurately reference the current
    developers of RepoSense.
    asdfghjkxd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a733531 View commit details
    Browse the repository at this point in the history
  2. [reposense#2001] Extract c-zoom-commit-message component from views/c…

    …-zoom (reposense#2132)
    
    Many of the frontend files are difficult to navigate through due to the
    large file sizes. As we add more features to the frontend, it is
    getting harder to maintain. This is also very unfriendly towards new
    contributors. 
    
    Let us break down frontend files in a logical manner, continuing with
    extracting c-zoom-commit-message from views/c-zoom.
    sopa301 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ffa9a72 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. [reposense#2142] Fix Vulnerabilities (reposense#2143)

    Fix vulnerabilities in codebase.
    
    There are existing vulnerabilities in the codebase.
    
    Let's fix as many as possible.
    sopa301 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f2be8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a35b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84e0e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. [reposense#2151] Update LoadingOverlay and Minor Versions of Node Dep…

    …endencies (reposense#2152)
    
    Update LoadingOverlay and Minor Versions of Node Dependencies
    
    Some dependencies are not at their latest minor or patch releases.
    
    Let's update these dependencies, as well as LoadingOverlay as part of a
    bug fix.
    sopa301 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c3cd12d View commit details
    Browse the repository at this point in the history
  2. Factor out markdown parser

    sopa301 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    88be92b View commit details
    Browse the repository at this point in the history
  3. [reposense#2109] Add search by tag functionality (reposense#2167)

    Add search by tag functionality
    
    It can be useful to search author/repos by git tags.
    
    Let's add this functionality to make it easier to filter by tags. This
    commit also fixes a bug that existed in a previous version of the
    feature which resulted in all users being shown to belong to same group.
    jonasongg committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b139a95 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Refactor chunks

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    06cf607 View commit details
    Browse the repository at this point in the history
  2. Fix style

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    85d3a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7bb82 View commit details
    Browse the repository at this point in the history
  4. Add parts of blurb

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9e72b2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3829d7d View commit details
    Browse the repository at this point in the history
  6. Fix linting

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    099b3f1 View commit details
    Browse the repository at this point in the history
  7. Fix style

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1b884bf View commit details
    Browse the repository at this point in the history
  8. Fix missing html parsing

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    af7b299 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    sopa301 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    65ddf63 View commit details
    Browse the repository at this point in the history