-
Notifications
You must be signed in to change notification settings - Fork 229
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: glauth/glauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 12 files changed
- 6 contributors
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 596d28e - Browse repository at this point
Copy the full SHA 596d28eView commit details
Commits on Sep 4, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 944d602 - Browse repository at this point
Copy the full SHA 944d602View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b7910c - Browse repository at this point
Copy the full SHA 0b7910cView commit details -
Allow custom S3 endpoint to be used (#329)
Co-authored-by: Daniel Barney <daniel@thoughtplot.io>
Configuration menu - View commit details
-
Copy full SHA for a4450d4 - Browse repository at this point
Copy the full SHA a4450d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a89a9 - Browse repository at this point
Copy the full SHA 08a89a9View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e62b7c - Browse repository at this point
Copy the full SHA 4e62b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75abe08 - Browse repository at this point
Copy the full SHA 75abe08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3114106 - Browse repository at this point
Copy the full SHA 3114106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c9d4c - Browse repository at this point
Copy the full SHA 27c9d4cView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d839828 - Browse repository at this point
Copy the full SHA d839828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7a513 - Browse repository at this point
Copy the full SHA 0c7a513View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c11325 - Browse repository at this point
Copy the full SHA 0c11325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d02ee - Browse repository at this point
Copy the full SHA 75d02eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 675b236 - Browse repository at this point
Copy the full SHA 675b236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ed058 - Browse repository at this point
Copy the full SHA 15ed058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349431c - Browse repository at this point
Copy the full SHA 349431cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0414f - Browse repository at this point
Copy the full SHA aa0414fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.3.0