8000 Comparing v2.2.0...v2.3.0 · glauth/glauth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two bra 8000 nches 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: glauth/glauth
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: glauth/glauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 6 contributors

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    596d28e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Update the TRIM_FLAGS to use -trimpath (#327)

    The current TRIM_FLAGS specify gcflags and asmflags directly in order to
    trim the path of the resulting binaries. This results in an error where
    the plugins cannot be loaded due to the error: "built with a different
    version of package". Per golang/go#51955 in the
    golang repository, this is explicitly not supported. Switching to use the
    go build command's -trimpath flag resolves the issue.
    
    Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
    wolsen authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    944d602 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    0b7910c View commit details
    Browse the repository at this point in the history
  2. Allow custom S3 endpoint to be used (#329)

    Co-authored-by: Daniel Barney <daniel@thoughtplot.io>
    DBarney and DBarney authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    a4450d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08a89a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    4e62b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75abe08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3114106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27c9d4c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    d839828 View commit details
    Browse the repository at this point in the history
  2. Resolved minor conflict

    Fusion committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0c7a513 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore: release 2.3.0

    Release-As: 2.3.0
    Fusion committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0c11325 View commit details
    Browse the repository at this point in the history
  2. release-please

    Fusion committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    75d02ee View commit details
    Browse the repository at this point in the history
  3. Fix(plugins)!: Rename the groups table to ldapgroups (#326)

    The groups table name is a reserved keyword in mysql and requires that
    the table name be escaped with backticks in order to use the groups
    name. Other databases such as postgres do not support the use of the
    backticks in the query statements. This change renames the groups table
    to ldapgroups in oder to avoid this problem altogether.
    
    This does have a dependency on the backend sql plugins to alter the
    schema to match the new name.
    
    Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
    Co-authored-by: Chris F Ravenscroft <chris@voilaweb.com>
    wolsen and Fusion authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    675b236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ed058 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    349431c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa0414f View commit details
    Browse the repository at this point in the history
Loading
0