Commit graph

34588 commits

Author SHA1 Message Date
tidy-dev 8609abbd30 Release 3.2.8-beta1 2023-07-26 09:33:54 -04:00
tidy-dev 04298412ac
Merge pull request #17111 from desktop/Revert-only-uploading-current-version-nuget-packages
Revert Only upload current version nuget packages
2023-07-24 17:33:59 +00:00
tidy-dev 0d3df4c4d9 Revert "Merge pull request #17030 from desktop/only-upload-current-nuget-packages"
This reverts commit 0de2697b5d, reversing
changes made to 2287b0d370.
2023-07-24 13:07:01 -04:00
tidy-dev cb9071ad8d
Merge pull request #17074 from mkafrin/development
Fix not recognizing remote for partial clone/fetch
2023-07-24 12:14:34 +00:00
tidy-dev afb5c16b67
Merge pull request #17062 from desktop/diff-settings-a11y
Improve accessibility of diff options button
2023-07-21 12:03:13 +00:00
tidy-dev 44f627f9a1 Use aria-label and tooltip 2023-07-19 15:02:12 -04:00
tidy-dev cb740de3bd
Merge pull request #17085 from desktop/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
2023-07-19 18:46:16 +00:00
tidy-dev 514e8d01bc
Merge pull request #17031 from desktop/refresh-pull-request-feedback
Improve accessibility of refreshing pull requests
2023-07-19 18:43:45 +00:00
dependabot[bot] df7d4835bb
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 23:09:23 +00:00
mkafrin 17367e087f Add unit test for getRemotes for repos with a promisor remote 2023-07-17 10:38:04 -04:00
tidy-dev 7b370618b1
Merge pull request #17077 from voidei/docs-update
Update setup.md
2023-07-16 19:08:12 +00:00
Dawn Walker 76f8a7284d
Update setup.md
Update file to match changes done in [#16624](https://github.com/desktop/desktop/pull/16624)
2023-07-16 13:08:02 +10:00
mkafrin 139c110221 Fix getRemotes for promisor remotes
The printout for promisor remotes (from partial clones) does not end in "(fetch)". Instead, it ends in "(fetch) [filter=filterType]".

This commit changes getRemotes to use a regex instead of `endsWith()` to account for this case.

Co-Authored-By: Sky <2097064+skyrossm@users.noreply.github.com>
2023-07-14 19:30:04 -04:00
Sergio Padrino c62076bdb2 Set the right radiogroup role to the diff display fieldset 2023-07-11 17:35:17 +02:00
Sergio Padrino c4c78a9ffa Use fieldset & legend instead of h4 in diff options popover 2023-07-11 17:30:17 +02:00
Sergio Padrino f9f15f590f Indicate the diff options expanded/collapsed state 2023-07-11 17:06:41 +02:00
Sergio Padrino 71b3cfc8c7 Set the right accessibility label for the diff options button 2023-07-11 17:06:28 +02:00
Sergio Padrino 42132b82bb
Merge pull request #17058 from desktop/dependabot/npm_and_yarn/app/semver-5.7.2
Bump semver from 5.6.0 to 5.7.2 in /app
2023-07-11 09:40:55 +02:00
Sergio Padrino eb9fc2d489
Merge pull request #17052 from desktop/dependabot/npm_and_yarn/tough-cookie-4.1.3
Bump tough-cookie from 4.0.0 to 4.1.3
2023-07-11 09:14:01 +02:00
dependabot[bot] bc7ac961c7
Bump semver from 5.6.0 to 5.7.2 in /app
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.6.0...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 07:13:51 +00:00
Sergio Padrino 96d1acda46
Merge pull request #17057 from desktop/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-11 09:13:21 +02:00
dependabot[bot] 8601b632cc
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 00:56:51 +00:00
Sergio Padrino 244e7555fb
Merge pull request #17043 from desktop/Remove-autofocus-linter
Remove autofocus warning
2023-07-10 18:25:43 +02:00
Sergio Padrino 75286a07b9 Improve screen reader messaging when refreshing PRs
Co-Authored-By: tidy-dev <75402236+tidy-dev@users.noreply.github.com>
2023-07-10 16:45:45 +02:00
Sergio Padrino e0f1f9068e
Merge pull request #17035 from desktop/history-keyboard-context-menu
Enable context menu from keyboard in History view
2023-07-10 13:39:45 +02:00
dependabot[bot] 8ed5fba274
Bump tough-cookie from 4.0.0 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 17:42:08 +00:00
tidy-dev c26f607813 Need to turn it off not just remove.. 2023-07-07 15:03:45 -04:00
tidy-dev 88a2a3cd9f Remove autofocus warning 2023-07-07 14:06:02 -04:00
tidy-dev 971887f6b1 Fell into my own trap. Lint fix 2023-07-07 13:51:52 -04:00
tidy-dev 6a6950ee6e
Use original canCherryPick method 2023-07-07 13:45:23 -04:00
tidy-dev 3b37e97ccb
Revert accidental comment modification 2023-07-07 13:41:48 -04:00
Markus Olsson 0de2697b5d
Merge pull request #17030 from desktop/only-upload-current-nuget-packages
Only upload current version nuget packages
2023-07-06 12:56:57 +02:00
Sergio Padrino 4291eff43e Remove onCherryPick since it's not needed anymore 2023-07-05 18:55:56 +02:00
Sergio Padrino 985e4022fc Move context menu actions from CommitListItem to CommitList 2023-07-05 18:46:52 +02:00
Sergio Padrino 6be4c64e05 Set aria-label to repo refresh button 2023-07-05 17:20:32 +02:00
Sergio Padrino c320f73881 Announce PR refreshing state 2023-07-05 17:18:53 +02:00
Sergio Padrino 5c70e5b6d5 Add aria-label to PR refresh button 2023-07-05 17:18:43 +02:00
Markus Olsson 12209fd81c Only upload current version nuget packages 2023-07-05 13:45:26 +02:00
Markus Olsson 2287b0d370
Merge pull request #17026 from desktop/releases/3.2.7-beta2
Release 3.2.7-beta2
2023-07-05 13:40:43 +02:00
Markus Olsson 8b60b02b3a Merge branch 'development' into releases/3.2.7-beta2 2023-07-05 12:59:45 +02:00
Markus Olsson 6d6f70b3b1
Merge pull request #17000 from desktop/reuse-workflow
Reusable build workflow
2023-07-05 12:55:32 +02:00
Markus Olsson 54c64cedf0 Merge branch 'reuse-workflow' into releases/3.2.7-beta2 2023-07-04 16:39:35 +02:00
Sergio Padrino 32dcda623a Enable section lists and add changelog line 2023-07-04 16:37:43 +02:00
Markus Olsson 4e4654e4ce Changelog and version bump 2023-07-04 16:32:30 +02:00
Markus Olsson fcd903be9d
Merge pull request #16943 from desktop/dusty-repositories
Show indicator when repository is archived
2023-07-04 16:21:18 +02:00
Markus Olsson 54d2249ed4
Merge pull request #16990 from desktop/custom-ua
Provide custom user agent for Git http requests
2023-07-04 16:13:41 +02:00
Sergio Padrino 9efd5ed5a9
Merge pull request #17014 from desktop/focus-prompt-checkbox
Don't exclude checkboxes for focus when a dialog is shown
2023-07-04 16:13:14 +02:00
Markus Olsson 9e6a3f7958 Use contrast border 2023-07-04 13:32:16 +02:00
Markus Olsson 5ab9af4e0f Merge branch 'development' into dusty-repositories 2023-07-04 13:25:23 +02:00
Markus Olsson aa6b404297
Merge pull request #17024 from desktop/entssh
Fix enterprise ssh url parsing
2023-07-04 11:46:09 +02:00