Commit graph

36266 commits

Author SHA1 Message Date
Markus Olsson
b80f540b63
Merge pull request #18676 from desktop/bump-dugite
Bump to dugite 3.0.0-rc0
2024-05-23 14:33:03 +02:00
Markus Olsson
50c095909a Fix type conflicts 2024-05-23 14:02:35 +02:00
Markus Olsson
d90e7aea15 Bump to dugite 3.0.0-rc0 2024-05-23 13:52:44 +02:00
Markus Olsson
a4ca0d6490
Merge pull request #18651 from desktop/enable-path-based-accounts
Support multiple accounts for remote urls that differ in path
2024-05-23 13:51:34 +02:00
Markus Olsson
9df8f33847 📖 2024-05-22 22:17:53 +02:00
tidy-dev
d29f673ad8
Merge pull request #18670 from desktop/generic-auth-dialog-as-alert-dialog
Add alert semantics to generic git auth dialog
2024-05-22 18:02:02 +00:00
tidy-dev
ff8e582787 More specific id 2024-05-22 12:37:27 -04:00
tidy-dev
5fa6c31ba8 Add alert semantics to auth dialog 2024-05-22 12:33:47 -04:00
Markus Olsson
9918c161e5
Merge pull request #18627 from desktop/no-generic-hostname 2024-05-22 17:34:11 +02:00
Markus Olsson
2e004b93b9
Merge pull request #18626 from desktop/proxy-url-without-account 2024-05-22 16:46:01 +02:00
Sergio Padrino
3fa4072f62
Merge pull request #18656 from desktop/disable-actions-version-updates-from-dependabot
Disable Dependabot version updates for actions
2024-05-21 16:20:10 +02:00
Sergio Padrino
cf21f9febe
Disable Dependabot version updates for actions 2024-05-21 10:29:37 +02:00
Markus Olsson
51fd0b7518 Memoize getGenericPassword to avoid double TokenStore lookups
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-20 14:15:57 +02:00
Markus Olsson
a8b6ee7c72 Support remote urls containing usernames
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-20 14:04:59 +02:00
Markus Olsson
3e70fdbc61 Get rid of IGitAccount
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-20 14:03:48 +02:00
Markus Olsson
08ed51edd8 Don't ask for username when provided in URL 2024-05-20 14:03:13 +02:00
tidy-dev
38a17e98b2
Merge pull request #18615 from desktop/releases/3.3.19-beta1
Release 3.3.19-beta1
2024-05-16 15:51:46 +00:00
Markus Olsson
eb85e8555c Don't request username if provided in url 2024-05-16 16:14:04 +02:00
Markus Olsson
185cf60af9 Use full remote url instead of hostname 2024-05-16 16:11:25 +02:00
Markus Olsson
3fd0e4a81d
Merge pull request #18622 from desktop/dont-clear-creds-in-the-background
Don't clear credentials in the background
2024-05-16 15:00:31 +02:00
Markus Olsson
7adf03ec42 Let's call it endpoint, hostname won't be accurate for long 2024-05-16 14:27:26 +02:00
Markus Olsson
d0d3acbf31 Stop migrating accounts 2024-05-16 14:26:17 +02:00
Markus Olsson
6b575c7b82 We no longer need to pass an account
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 14:03:34 +02:00
Markus Olsson
92a26889be Merge branch 'proxy-url-without-account' into no-generic-hostname 2024-05-16 14:00:11 +02:00
Markus Olsson
07fddaee80 Fix tests?
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:59:50 +02:00
Markus Olsson
19e6353338 Bettererer naming
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:55:41 +02:00
Markus Olsson
70dea38a02 Intentionally shadow previously closed-over repository variable
We don't want to accidentally reference it

Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:51:41 +02:00
Markus Olsson
5caf811e0d refactor: Remove need to pass account to envForRemoteOperation
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:50:32 +02:00
Markus Olsson
293d0626d5 Pass the current remote to getFallbackUrlForProxyResolve
We hate this but this is replicating the previous behavior

Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:20:17 +02:00
Markus Olsson
67dc8fbad9 Pass the actual remote to deleteRemoteBranch
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:20:14 +02:00
Markus Olsson
ea7d86a1e8 Let getFallbackUrlForProxyResolve resolve tracking branches to get remotes
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:20:10 +02:00
Markus Olsson
d99c9aa20a rev parse helper methods
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:20:07 +02:00
Markus Olsson
8a2319cd52 Resolve remote for non-GH repos
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:20:03 +02:00
Markus Olsson
47db43c6d6 Resolve proxy url by repository endpoint to remove the need for account
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2024-05-16 13:19:37 +02:00
Markus Olsson
83c6dd724c Don't clear credentials in the background 2024-05-15 15:36:35 +02:00
tidy-dev
4740919792 Release 3.3.19-beta1 2024-05-14 17:28:49 -04:00
tidy-dev
d34ef8c01d Bump dugite to 2.7.1 2024-05-14 17:28:40 -04:00
tidy-dev
840f362cf8 Revert "Reapply "Catch auth failures for http as well as https""
This reverts commit 5514e0e822.
2024-05-14 17:28:18 -04:00
tidy-dev
5121156437
Merge pull request #18614 from desktop/releases/3.3.18
Release 3.3.18
2024-05-14 21:23:18 +00:00
tidy-dev
e85f51b75f Merge branch 'development' into releases/3.3.18 2024-05-14 15:25:19 -04:00
tidy-dev
4cf8fa4629
Merge pull request #18613 from desktop/releases/3.3.18-beta3
Release 3.3.18-beta3
2024-05-14 19:22:53 +00:00
tidy-dev
5514e0e822 Reapply "Catch auth failures for http as well as https"
This reverts commit c0a831a224.
2024-05-14 15:22:21 -04:00
tidy-dev
2155409ebf Release 3.3.18 2024-05-14 14:04:35 -04:00
tidy-dev
a13d94fd7f Release 3.3.18-beta3 2024-05-14 14:04:35 -04:00
tidy-dev
cdbd507b88 Bump dugite to 2.7.0 2024-05-14 14:04:35 -04:00
tidy-dev
fac3aaf7bc Release 3.3.18-beta3 2024-05-14 14:03:49 -04:00
tidy-dev
72ebf1fabd Bump dugite to 2.7.0 2024-05-14 14:03:48 -04:00
tidy-dev
c0a831a224 Revert "Catch auth failures for http as well as https"
This reverts commit 77df075e80.
2024-05-14 13:53:02 -04:00
tidy-dev
ef2babf3cc
Merge pull request #18597 from desktop/releases/3.3.18-beta2
Release 3.3.18-beta2
2024-05-10 20:50:35 +00:00
tidy-dev
dc9d4641b3 Release 3.3.18-beta2 2024-05-10 11:15:24 -04:00