Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theauk/ProjectBank
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: theauk/ProjectBank
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-in-disguise
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 6 contributors

Commits on Dec 18, 2021

  1. Updates to entities, pages, controllers, repos, tests (#15)

    * Testing for repo
    
    * Get active users - repo
    
    * Get active users from controller
    
    * LandingPage only pulls active users for filter now.
    
    * Runs
    
    * ToDTO entity methods.
    
    * Project repo beautification
    
    * User repo beautification.
    
    * Fix failing post project test by adding claim principal for test user
    
    * Remove unused imports
    
    * Fix comments
    
    * Clean up some more
    
    * Updated script to use universal URI
    
    * Updated readme
    
    * WithUserClaims() now creates an unauthorized user
    
    * Cleaned up. Streamlined namespace notation.
    
    * Moved to new folder to streamline structure
    
    * Created new migrations
    
    * Set properties to nullable, since they are already checked by database
    
    * Implemented roles enum for users.
    
    * Implemented roles for users to filter by
    
    * Implemented read by email
    
    * Now implements IComparable because Tag is used in sorted list
    
    * Implemented role for users and set email index
    
    * Updated migrations to support email and roles
    
    * Cleaned up and added tests
    
    * Added unknown role for error
    
    * Added new test data for student role
    
    * Fixed 400 bug, when creating Project with email
    
    * Now support filtering by multiple roles
    
    * Fixed bug with ordering of users causing 500 error
    
    * Minor updates to script
    
    * Made projects and taggroups associate itself to a university on creation
    
    * things
    
    * Delete shared folder
    
    * revert tests
    
    * Manage tag groups add/delete tags fixed
    
    * Added license (#14)
    
    * Fixed loading loop. Now displays relevant messages
    
    * Fixed equals throws exception (TY Viktor <3)
    
    * Cascade deletion of Tags now works
    
    * Added todo
    
    * Update button wrap and edit icon to make edit name more obvious
    
    Co-authored-by: Viktor Máni Jensson <[email protected]>
    Co-authored-by: Gustav Metnik-Beck <[email protected]>
    Co-authored-by: Mai_Sigurd <[email protected]>
    Co-authored-by: itu <[email protected]>
    5 people authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    75f453e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    7eaeae1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dev-in-disguise

    # Conflicts:
    #	ProjectBank.Client/Pages/CreateProject.razor
    #	ProjectBank.Client/Pages/LandingPage.razor
    #	ProjectBank.Client/Pages/ManageTagGroups.razor
    #	ProjectBank.Client/wwwroot/css/styles.css
    #	ProjectBank.Core/DTOs/ProjectDTO.cs
    #	ProjectBank.Core/DTOs/TagDTO.cs
    #	ProjectBank.Core/DTOs/TagGroupDTO.cs
    #	ProjectBank.Core/DTOs/UniversityDTO.cs
    #	ProjectBank.Core/DTOs/UserDTO.cs
    #	ProjectBank.Core/IRepositories/IProjectRepository.cs
    #	ProjectBank.Core/IRepositories/ITagGroupRepository.cs
    #	ProjectBank.Core/IRepositories/IUniveristyRepository.cs
    #	ProjectBank.Core/IRepositories/IUserRepository.cs
    #	ProjectBank.Core/Roles.cs
    #	ProjectBank.Infrastructure.Tests/RepoTests.cs
    #	ProjectBank.Infrastructure.Tests/Repositories/ProjectRepositoryTests.cs
    #	ProjectBank.Infrastructure.Tests/Repositories/TagGroupRepositoryTest.cs
    #	ProjectBank.Infrastructure.Tests/Repositories/UniversityRepositoryTests.cs
    #	ProjectBank.Infrastructure.Tests/Repositories/UserRepositoryTests.cs
    #	ProjectBank.Infrastructure/EntityExtension.cs
    #	ProjectBank.Infrastructure/Repositories/ProjectRepository.cs
    #	ProjectBank.Infrastructure/Repositories/TagGroupRepository.cs
    #	ProjectBank.Infrastructure/Repositories/UniversityRepository.cs
    #	ProjectBank.Infrastructure/Repositories/UserRepository.cs
    #	ProjectBank.Infrastructure/SeedExtensions.cs
    #	ProjectBank.Server.Integration.Tests/CustomWebApplicationFactory.cs
    #	ProjectBank.Server.Integration.Tests/TagGroupTests.cs
    #	ProjectBank.Server.Tests/Controllers/ProjectControllerTests.cs
    #	ProjectBank.Server.Tests/Controllers/TagGroupControllerTests.cs
    #	ProjectBank.Server.Tests/Controllers/UserControllerTest.cs
    #	ProjectBank.Server.Tests/GlobalUsings.cs
    #	ProjectBank.Server/Controllers/ProjectController.cs
    #	ProjectBank.Server/Controllers/TagGroupController.cs
    #	ProjectBank.Server/Controllers/UniversityController.cs
    #	ProjectBank.Server/Controllers/UserController.cs
    #	ProjectBank.Server/GlobalUsings.cs
    #	ProjectBank.Server/Model/Extensions.cs
    #	README.md
    #	run.ps1
    Hexfall committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9465eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7114434 View commit details
    Browse the repository at this point in the history
  4. Updated script

    gustav-mb committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    aa925f7 View commit details
    Browse the repository at this point in the history
  5. Updated readme

    gustav-mb committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    236e931 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c5067a View commit details
    Browse the repository at this point in the history
  7. All tests green

    Hexfall committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    eedc4a6 View commit details
    Browse the repository at this point in the history
Loading