Alex Ross
df10772b99
Multi repo improvements ( #6093 )
2024-07-16 12:05:46 +02:00
Alex Ross
985e75fe81
File can't be opened, redirects me to browser ( #6086 )
...
Fixes #5827
2024-07-10 09:01:05 -07:00
Alex Ross
58730f3279
Update use of comment thread reveal proposal ( #6085 )
...
Part of microsoft/vscode#167253
2024-07-10 12:32:28 +02:00
Alex Ross
3bc90f9626
Add logging for git file diffs in create PR view ( #6084 )
...
Part of #6083
2024-07-10 10:59:01 +02:00
Santhosh Mani
19c9b20482
Feature : Add open pr on github from pr description node ( #6020 )
...
* Add open pr on github from pr description node
* Fix open PR on GH icon visibility based on active pull requests
* Fix : limit openPRonGithub visibility to prStatus
2024-07-04 11:28:00 +02:00
Alex Ross
688bb110e6
Improve logging, fix metadata getting run more than once ( #6074 )
2024-07-04 10:33:23 +02:00
Alex Ross
2edf6bd53b
Make publish branch message more clear ( #6075 )
2024-07-04 10:32:26 +02:00
Alex Ross
b5f3d488d1
Use notification progress when deleting branches and remotes and add retry ( #6070 )
...
* Use notification progress when deleting branches and remotes and add retry
Fixes #6050
Fixes #6051
* Preemptively hide config for deleted branches
* Add no branches message
2024-07-04 10:10:39 +02:00
Alex Ross
1b04926ca9
Replace `img` tag in comments ( #6071 )
...
Will only work for public images
Fixes #4485
2024-07-04 10:10:08 +02:00
Alex Ross
3339ddcda9
0.92.0 ( #6077 )
2024-07-03 13:00:42 +02:00
Alex Ross
de7d26422b
Sign in failed: Error: No auth flow succeeded. ( #6076 )
...
Fixes #6056
2024-07-03 13:00:22 +02:00
Alex Ross
51a27dca38
Changelog for 0.92.0 ( #6073 )
2024-07-01 12:03:52 +02:00
Alex Ross
823c661f74
Add experimental to "review" button ( #6072 )
2024-07-01 10:42:45 +02:00
Alex Ross
89746534a0
Fix disappearing commenting ranges ( #6069 )
2024-06-27 17:02:37 +02:00
Alex Ross
a4b8971981
Fix renamed image in unchecked out PR ( #6068 )
...
Fixes #6008
2024-06-27 12:02:49 +02:00
Alex Ross
f23bae0c22
Fix inconsistent path for changed file tooltip ( #6067 )
2024-06-27 10:45:48 +02:00
Alex Ross
7693b1f0b3
Disable pre-review button when creating the PR ( #6064 )
2024-06-26 13:17:46 +02:00
Alex Ross
0f95c3aa60
Use relative date in commits subtree ( #6062 )
2024-06-25 17:22:03 +02:00
Alex Ross
1b4eb0ef46
Fix build ( #6060 )
2024-06-25 10:25:48 +02:00
Alex Ross
a77f1bf05b
Add dates in commits subtree ( #6059 )
2024-06-24 13:08:47 +02:00
Alex Ross
a6828d9196
Move pre-review into Files Changed view ( #6057 )
2024-06-24 12:03:04 +02:00
Alex Ross
4cf2e88cd6
Add very basic support for allowing another extension to provide a review ( #6055 )
2024-06-21 09:31:27 -07:00
Alex Ross
496e293e6f
Fix bad restore of deleted createPRViewProviderNew.ts file ( #6054 )
2024-06-21 08:30:31 -07:00
Alex Ross
2a28877f9b
Batch branch deletions ( #6053 )
...
* Batch deletion of branches and remotes
* Soft remove configs where the branch doesn't exist
2024-06-21 11:37:56 +02:00
dependabot[bot]
c77ad6cc1c
Bump ws from 8.7.0 to 8.17.1 ( #6049 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.7.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.7.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-20 09:58:57 +02:00
Alex Ross
48ff2b4f61
Focus comment reply when unresolving from Comments view ( #6035 )
...
* Focus comment reply when unresolving from Comments view
Fixes #5973
* Fix package.json
2024-06-19 17:49:05 +02:00
Alex Ross
37fd1547ca
Extension asks for commenting ranges on a file that got deleted in PR ( #6048 )
...
Fixes #6046
2024-06-19 16:18:29 +02:00
Alex Ross
3c9fec57e5
Update use of fileComments proposal ( #6047 )
2024-06-19 12:39:16 +02:00
dependabot[bot]
7648732d6f
Bump braces from 3.0.2 to 3.0.3 ( #6043 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 16:43:58 +02:00
Alex Ross
8e36e74910
Only show Comments view if there are comments ( #6031 )
...
* Only show Comments view if there are comments
* Update title of focus view
2024-06-17 16:36:43 +02:00
Alex Ross
5ec3ecdd49
GitHub Issue trigger `- [ ] ` does not work ( #6032 )
...
* GitHub Issue trigger `- [ ] ` does not work
Fixes #6007
* Merge branch `main` into alexr00/issue6007
2024-06-17 07:24:29 -07:00
Alex Ross
a3f9083866
An error occured while loading renamed picture for checked out PR ( #6033 )
...
* An error occured while loading renamed picture for checked out PR
Fixes #6008
* Merge branch `main` into alexr00/issue6008
2024-06-17 07:24:13 -07:00
Alex Ross
1ccc0849de
Disable features if SAML is not provided ( #6037 )
...
* Disable features if SAML is not provided
* Merge branch `main` into alexr00/unacceptable-swordfish
2024-06-17 07:23:40 -07:00
Alex Ross
9d78ca5e26
0.90.0 ( #6045 )
...
* 0.90.0
* Fix compile error
2024-06-17 11:41:32 +02:00
Alex Ross
4406af5c38
Change log for 0.90.0 ( #6030 )
2024-06-03 06:49:49 -07:00
Alex Ross
f8f644659c
Fix @ in urls ( #6027 )
...
Fixes #5924
2024-05-30 06:06:37 -07:00
Alex Ross
e20ee912d1
Fix comments when they have a permalink to a file that doesn't exist locally ( #6026 )
...
* Fix resolve conflicts button in focus view
Fixes #5942
* Fix comments when they have a permalink to a file that doesn't exist locally
Fixes #6025
* Revert "Fix resolve conflicts button in focus view"
This reverts commit b589aa44b2
.
2024-05-30 13:54:25 +02:00
Alex Ross
f9423bdd9a
Fix resolve conflicts button in focus view ( #6024 )
...
Fixes #5942
2024-05-30 11:28:24 +02:00
Alex Ross
b693ea548f
Fix mark file as viewed from editor toolbar and keybinding ( #6021 )
...
Fixes #6012
2024-05-29 10:06:21 +02:00
Aiday Marlen Kyzy
16913bbafc
not showing in command palette ( #6015 )
2024-05-24 13:59:28 +02:00
Alex Ross
1e336c3c38
Fix build from change in VS Code API ( #6010 )
2024-05-21 11:38:18 +02:00
Alex Ross
b0e67756f4
Bring 0.88.1 changelog to main ( #5997 )
2024-05-08 09:21:49 +00:00
Alex Ross
66a02ec6a9
Better logging for fetching failed ( #5992 )
...
Part of #5990
2024-05-03 15:36:47 +02:00
Alex Ross
3cccf4641e
Fix missing reviewers in focus view ( #5991 )
2024-05-03 14:59:20 +02:00
dependabot[bot]
93a4740c58
Bump json5 from 1.0.1 to 2.2.2 ( #5918 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 11:21:41 +02:00
Alex Ross
92338e397f
Fix conflict resolution for files that are added in both ( #5981 )
...
Fixes #5943
2024-05-03 09:58:04 +02:00
Alex Ross
ee0093ca36
Add command to focus PR description input ( #5980 )
...
Fixes #5527
2024-05-03 09:57:47 +02:00
Alex Ross
f28f9182b8
Make status section scrollable ( #5971 )
...
Fixes #5947
2024-05-03 09:50:43 +02:00
Alex Ross
58790ee044
Offer resolve conflicts in focus view ( #5972 )
...
Fixes #5942
2024-05-03 09:46:51 +02:00
Megan Rogge
3fbee5ae9a
add keybindings to acc help content ( #5977 )
...
* add keybindings
* Update package.nls.json
Co-authored-by: Alex Ross <alros@microsoft.com>
2024-05-03 09:46:26 +02:00