8000 Comparing v2.2.0...v2.3.0 · onebeyond/monaco · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: onebeyond/monaco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: onebeyond/monaco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 3 commits
  • 143 files changed
  • 2 contributors

Commits on Dec 13, 2023

  1. FIX: update template to exclude file service tests (#60)

    ## Description
    Fixes and closes a bug with the `filesSupport` flag
    
    ## Related Issue
    Fixes #59 
    
    ## Motivation and Context
    To fix a reported bug
    
    ## How Has This Been Tested?
    Generating a new project solution with the `filesSupport` flag to false,
    then building the application.
    
    ## Types of changes
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    
    ## Checklist:
    - [x] My code follows the code style of this project.
    - [ ] My change requires a change to the documentation.
    - [ ] I have updated the documentation accordingly.
    - [x] I have read the **CONTRIBUTING** document.
    - [ ] I have added tests to cover my changes.
    - [x] All new and existing tests passed.
    matthewtoghill authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9406b81 View commit details
    Browse the repository at this point in the history
  2. FEAT: single file commands and queries (#58)

    ## Description
    Refactor the command and query classes such that each Command or Query
    is a single class with subclasses that implement the required `Handler`
    as well as any related `Validator` for `Commands`.
    
    Unit tests have also been updated to reference the new Command and Query
    structure.
    
    ## Related Issue
    Implements and closes #57 
    
    ## Motivation and Context
    ## How Has This Been Tested?
    ## Screenshots (if appropriate):
    
    ## Types of changes
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    
    ## Checklist:
    - [x] My code follows the code style of this project.
    - [ ] My change requires a change to the documentation.
    - [ ] I have updated the documentation accordingly.
    - [x] I have read the **CONTRIBUTING** document.
    - [ ] I have added tests to cover my changes.
    - [x] All new and existing tests passed.
    
    ---------
    
    Co-authored-by: César <cesar.demicheli@gmail.com>
    matthewtoghill and CesarD authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    32a6128 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. FEAT: Include a Product entity with pictures for sampling anonymous e…

    …ndpoints and downloading (#61)
    
    ## Description
    Include a Product entity with pictures for sampling anonymous endpoints
    and upload/download of files.
    
    ## Related Issue
    Closes #52 
    
    ## How Has This Been Tested?
    Template flag `--filesSupport` has been changed by
    `--excludeFilesSupport`, which will default to true and will include the
    implementation of the Products and Files by default and allows the user
    to opt-out.
    All the files and code related to Products and Files should be excluded
    when passing the `--excludeFilesSupport` flag during the creation of a
    new solution.
    
    ## Screenshots (if appropriate):
    
    ## Types of changes
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [X] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    
    ## Checklist:
    <!--- Go over all the following points, and put an `x` in all the boxes
    that apply. -->
    <!--- If you're unsure about any of these, don't hesitate to ask. We're
    here to help! -->
    - [X] My code follows the code style of this project.
    - [X] My change requires a change to the documentation.
    - [x] I have updated the documentation accordingly.
    - [X] I have read the **CONTRIBUTING** document.
    - [X] I have added tests to cover my changes.
    - [X] All new and existing tests passed.
    CesarD authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    fb6a183 View commit details
    Browse the repository at this point in the history
Loading
0