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: amberframework/amber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: amberframework/amber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Aug 2, 2023

  1. Resolved from failing tests from merged PRs in v1.4.0 (#1335)

    * Bump version up a minor release since we are removing some deprecated dependencies
    
    * Removed some controller tests that rely on a lib we don't use any more
    
    * Made the PG version more consistent across shard.yml versions
    
    * Changed CI to use CircleCI and started to configure the tests
    
    * Added other workflows to start testing everything being a little more broken up, hopefully this makes finding failing tests easier
    
    * Fixed where the folder for the test results is made and removed vim
    
    * Fixed Copilot error in the naming of the granite build spec
    
    * Bumped version to the new patch release
    
    * Fixed failing generator spec
    
    * Fixed responses for application/json including charset=utf-8 even if it's not included in the Accept header
    
    * Changes the static file handler to be more similar to the std lib
    - Defaults to _not_ listing directory contents
    - Adjusted some of the tests to reflect behavior from the std lib when a directory is requested but does not have the trailing /
    
    * Disabled the granite specs due to parallel but separate work that is required to maintain Granite which is going to require it's own release
    crimson-knight authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f844da3 View commit details
    Browse the repository at this point in the history
Loading