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: zitadel/saml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.10
Choose a base ref
...
head repository: zitadel/saml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.11
Choose a head ref
  • 15 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 25, 2023

  1. chore(deps): bump golang.org/x/sys

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220207234003-57398862261d to 0.1.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](https://github.com/golang/sys/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    30752ab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3785ffc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request #38 from zitadel/dependabot/go_modules/github.com/…

    …stretchr/testify-1.8.2
    
    chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
    livio-a authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    59373a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.0 to 0.4.1.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.4.0...v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5f6e87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ad690 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request #39 from zitadel/dependabot/github_actions/actions…

    …/add-to-project-0.4.1
    
    chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1
    livio-a authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7941182 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from zitadel/dependabot/go_modules/golang.org/…

    …x/sys-0.1.0
    
    chore(deps): bump golang.org/x/sys from 0.0.0-20220207234003-57398862261d to 0.1.0
    livio-a authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5c05328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3761f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. chore(deps): bump github.com/russellhaering/goxmldsig

    Bumps [github.com/russellhaering/goxmldsig](https://github.com/russellhaering/goxmldsig) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/russellhaering/goxmldsig/releases)
    - [Commits](russellhaering/goxmldsig@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/russellhaering/goxmldsig
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    551442c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(deps): bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2784fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Merge pull request #40 from zitadel/custom-time-format

    fix: option to configure timeformat in metadata and messages
    livio-a authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fa8af66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from zitadel/dependabot/go_modules/github.com/…

    …russellhaering/goxmldsig-1.3.0
    
    chore(deps): bump github.com/russellhaering/goxmldsig from 1.2.0 to 1.3.0
    livio-a authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    043f248 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from zitadel/dependabot/github_actions/actions…

    …/setup-go-4
    
    chore(deps): bump actions/setup-go from 3 to 4
    livio-a authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    16c1920 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    39100db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from zitadel/custom-time-format

    fix: correct unit tests with valid certificates
    livio-a authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    543f0a3 View commit details
    Browse the repository at this point in the history
Loading