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

Develop #366

Closed
wants to merge 65 commits into from
Closed

Develop #366

wants to merge 65 commits into from

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e09102e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778776a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    63e6e1f View commit details
    Browse the repository at this point in the history
  2. 🔰 more tests

    Divergent-Caesar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b63afab View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    30d4031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0d46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9347ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. 🔰 Spotify Service 83% coverage. Will not test further due to presence…

    … of protected members.
    
    all private members in spotify.service.ts changed to protected for testability purposes.
    
    Added new dependency:
    @types/axios
    
    Coverage now at 72.41 for Backend.
    Divergent-Caesar committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1205de5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. 🔰 86% coverage for backend achieved.

    encryptionKey member variable changed from private to protected for testability purposes.
    Divergent-Caesar committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f69562e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    22a097c View commit details
    Browse the repository at this point in the history
  2. 📐Switch mood list Accent

    21434809 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    69b692f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5e68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa71a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e7bfca View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    9bdf340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4cadd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2576bb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    bd2a8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec44d85 View commit details
    Browse the repository at this point in the history
  3. 📐Refactor grid layout in app component and side bar component to incl…

    …ude padding in the center section
    21434809 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d36b01d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e07c7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eca795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a8039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    773b08e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eda7965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc352cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268ffb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7c4690 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 📐Switch mood list Accent

    21434809 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    072bf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac58c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b7ffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2006f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955c68b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dcea1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b724b7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f6dec4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0db4fb View commit details
    Browse the repository at this point in the history
  10. 📐Refactor grid layout in app component and side bar component to incl…

    …ude padding in the center section
    21434809 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2c85cc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45750bb View commit details
    Browse the repository at this point in the history
  12. frotend coverage at 64%

    Added correct imports
    Added coverage report to .gitignore
    Removed Dolphins
    Divergent-Caesar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6588c61 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 🔰 Increased coverage:

    Added custom mock for httpClient.
    removed coverage files from tracking.
    added axios as a dependency.
    added updated provider signitures for httpClient to align with current versioning.
    Divergent-Caesar committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ca1eee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978a6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c23fb View commit details
    Browse the repository at this point in the history
  4. 🚀New insights layout

    Douglasj02 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4f16414 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    033296b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    af0dcbc View commit details
    Browse the repository at this point in the history
  2. 🚧Updated wildcard route

    Douglasj02 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1829345 View commit details
    Browse the repository at this point in the history
  3. 🚧 Updated static.json

    Douglasj02 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ab0f89d View commit details
    Browse the repository at this point in the history
  4. 🔰 Frontend Coverage at 70%

    -Removed ThemeService Dependencies
    -Many functions that still require testing in SpotifyService are private. Currently exploring potential solutions.
    Divergent-Caesar committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    416db8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc5ace View commit details
    Browse the repository at this point in the history
  6. Merge pull request #361 from COS301-SE-2024/feat/updatedInsights

    Feat/updated insights
    Douglasj02 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fcf2bc0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #362 from COS301-SE-2024/feat/youtubeIntegration

    Feat/youtube integration
    Douglasj02 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    97ed414 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #360 from COS301-SE-2024/feat/renderDeployment

    Feat/render deployment
    Douglasj02 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    967b3b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95dc39d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1d2841 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8313e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac513aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cd3c9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49cb5f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ad388f8 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #358 from COS301-SE-2024/feat/highFrontendUpdate

    Feat/high frontend update
    21434809 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e1f5ba1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    27f45ec View commit details
    Browse the repository at this point in the history
  18. Merge pull request #367 from COS301-SE-2024/feat/smallProfileUpdate

    📐Refactor profile image HTML in profile.component.html
    21434809 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7372065 View commit details
    Browse the repository at this point in the history