-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: golang-migrate/migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: samfoxcode/migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 6 files changed
- 3 contributors
Commits on Jun 16, 2021
-
Add MSI Auth option to SQL Server connection. Default if no password is provided in connection string.
Configuration menu - View commit details
-
Copy full SHA for 710e0ce - Browse repository at this point
Copy the full SHA 710e0ceView commit details
Commits on Jun 17, 2021
-
Parse resource endpoint from server for msi
update host name parsing to get just the resource endpoint for msi
Configuration menu - View commit details
-
Copy full SHA for 04c3f27 - Browse repository at this point
Copy the full SHA 04c3f27View commit details
Commits on Jun 18, 2021
-
update go-mssqldb to resolve panic issue referenced here: denisenkom/go-mssqldb#642
Configuration menu - View commit details
-
Copy full SHA for 2ff2841 - Browse repository at this point
Copy the full SHA 2ff2841View commit details
Commits on Jun 22, 2021
-
switch from deprecated methods. NewServicePrincipalTokenFromManagedIdentity calls the two methods that are deprecated for us
Configuration menu - View commit details
-
Copy full SHA for dba53bb - Browse repository at this point
Copy the full SHA dba53bbView commit details
Commits on Jun 25, 2021
-
add useMsi param instead of looking for nil password
Configuration menu - View commit details
-
Copy full SHA for 737f026 - Browse repository at this point
Copy the full SHA 737f026View commit details -
Update sqlserver readme for msi auth. make useMsi a bit safer
Configuration menu - View commit details
-
Copy full SHA for 0c7286c - Browse repository at this point
Copy the full SHA 0c7286cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f2d54 - Browse repository at this point
Copy the full SHA 78f2d54View commit details
Commits on Jun 28, 2021
-
Update database/sqlserver/README.md
Co-authored-by: Keegan Campbell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7dc122 - Browse repository at this point
Copy the full SHA f7dc122View commit details
Commits on Jun 29, 2021
-
refactor resource uri logic into its own method
Configuration menu - View commit details
-
Copy full SHA for 138aa4d - Browse repository at this point
Copy the full SHA 138aa4dView commit details -
add tests for msi connection. can only test whether it fails with useMsi= true, or succeeds with useMsi=false
Configuration menu - View commit details
-
Copy full SHA for c5844f8 - Browse repository at this point
Copy the full SHA c5844f8View commit details -
Merge pull request #2 from samfoxcode/samfoxcode/sql-msi
Add SqlServer MSI Support
Configuration menu - View commit details
-
Copy full SHA for e898ae1 - Browse repository at this point
Copy the full SHA e898ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3903a - Browse repository at this point
Copy the full SHA ff3903aView commit details
Commits on Jul 1, 2021
-
Return error for multiple auth and move query filter
move migrate.FilterCustomQuery(purl).String() into one line out of if/else. return error if both useMsi=true and password are passed
Configuration menu - View commit details
-
Copy full SHA for d8f3667 - Browse repository at this point
Copy the full SHA d8f3667View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58db03 - Browse repository at this point
Copy the full SHA a58db03View commit details -
Update TestMsiFalse test case as now it should fail when useMsi=false and no password is provided
Configuration menu - View commit details
-
Copy full SHA for ba583bf - Browse repository at this point
Copy the full SHA ba583bfView 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 master...master