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: CommunitySolidServer/CommunitySolidServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: CommunitySolidServer/CommunitySolidServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 3 contributors

Commits on Sep 6, 2023

  1. chore(deps): bump actions/checkout from 3.6.0 to 4.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9bdaa79 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore(deps): bump docker/login-action from 2 to 3

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b86c3b4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/setup-qemu-action from 2 to 3

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    89e48e7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/metadata-action from 4 to 5

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1971351 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/build-push-action from 4 to 5

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9ba85c7 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump docker/setup-buildx-action from 2 to 3

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0a7a9b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(deps): bump actions/checkout from 4.0.0 to 4.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and joachimvh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4f09524 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    d31393f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa6d24 View commit details
    Browse the repository at this point in the history
  3. docs: Add starting guide.

    RubenVerborgh authored and joachimvh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e424b84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d618f97 View commit details
    Browse the repository at this point in the history
  5. test: Consistently clean up folder before stopping server

    There seems to be some integration tests that sometimes fail
    on tests where the order is reversed.
    Hopefully this resolves the problem.
    joachimvh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    db66e3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e9adef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71e5569 View commit details
    Browse the repository at this point in the history
  8. test: Initialize empty pods when testing quota

    Another attempt to help fix random CI integration test failures
    joachimvh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    44f731d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da46bec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fdb39f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c0c54c View commit details
    Browse the repository at this point in the history
Loading