Conversation
Deploying github1s with
|
| Latest commit: |
965fe34
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f3204e4c.github1s-dld.pages.dev |
| Branch Preview URL: | https://dev.github1s-dld.pages.dev |
conwnet
marked this pull request as draft
August 11, 2026 07:22
conwnet
marked this pull request as ready for review
August 11, 2026 09:54
conwnet
added a commit
that referenced
this pull request
Aug 12, 2026
* feat: github/gitlab oauth with state validation (#709) * chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 (#710) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: fit COOP headers (#711) * chore: bump vscode to 1.132.0 (#712) * chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 (#713) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: use resourceLabelFormatters (#714) * feat: use resourceLabelFormatters * feat: use absolute paths uniformly * feat: fit uri state * feat: standardize uri authorization * feat: avoid unnecessary readfile requests * chore: optimize import codes (#715) * feat: simplify repository import * feat: simplify adapter import * feat: standardize router state * chore: fix ci * fix: submodule read file * feat: fit resourceLabelFormatters (#716) * chore: bump vscode to 1.132.1 (#717) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR uses
resourceLabelFormattersto display editor titles for different commits.It also standardizes the use of
authorityin URIs:for files within the current workspace, the authority is an empty string.
For other cases, it uses the fixed format
${repo}+${ref}.This will also make the file list in Recent Files (Ctrl + P) more clear.