-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: PostgREST.postgrest version 12.2.3 #189441
Open
Dragon1573
wants to merge
1
commit into
microsoft:master
Choose a base branch
from
Dragon1573:issues/189017
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+70
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/p/PostgREST/postgrest/12.2.3/PostgREST.postgrest.installer.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: PostgREST.postgrest | ||
PackageVersion: 12.2.3 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: artifacts/postgrest-windows-x64/postgrest.exe | ||
InstallModes: | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: uninstallPrevious | ||
ReleaseDate: 2024-08-01 | ||
Dependencies: | ||
ExternalDependencies: | ||
- libpq.dll | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-windows-x64.zip | ||
InstallerSha256: A850CD1CF5B208972F4DB2803656C645436AD333882480685E052D45706C1966 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
39 changes: 39 additions & 0 deletions
39
manifests/p/PostgREST/postgrest/12.2.3/PostgREST.postgrest.locale.en-US.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: PostgREST.postgrest | ||
PackageVersion: 12.2.3 | ||
PackageLocale: en-US | ||
Publisher: PostgREST | ||
PublisherUrl: https://github.com/PostgREST | ||
PublisherSupportUrl: https://github.com/PostgREST/postgrest/issues | ||
PackageName: postgrest | ||
PackageUrl: https://github.com/PostgREST/postgrest | ||
License: MIT | ||
LicenseUrl: https://github.com/PostgREST/postgrest/blob/main/LICENSE | ||
Copyright: |- | ||
Copyright (c) 2014 Joe Nelson | ||
Copyright (c) 2019 Steve Chavez | ||
CopyrightUrl: https://github.com/PostgREST/postgrest/blob/main/LICENSE | ||
ShortDescription: REST API for any Postgres database | ||
Tags: | ||
- api | ||
- automatic-api | ||
- database | ||
- haskell | ||
- http | ||
- pg | ||
- pgsql | ||
- postgres | ||
- postgresql | ||
- postgrest | ||
- rest | ||
- server | ||
- sql | ||
InstallationNotes: |- | ||
"libpq.dll" is required by this package. It can be found in any version of PostgreSQL ODBC drivers. | ||
Available via "PostgreSQL.psqlODBC" in WinGet. You should manually add it's "bin/" directory ( | ||
"$env:PROGRAMFILES/psqlODBC/<version>/bin" by default) into "$env:PATH" environment variable. | ||
Comment on lines
+33
to
+36
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I note here and asking users to resolve " |
||
ReleaseNotesUrl: https://github.com/PostgREST/postgrest/releases/tag/v12.2.3 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/p/PostgREST/postgrest/12.2.3/PostgREST.postgrest.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: PostgREST.postgrest | ||
PackageVersion: 12.2.3 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libpq.dll
is mentioned here as an external dependency.