-
Notifications
You must be signed in to change notification settings - Fork 36
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
Snap v1.9.0 #451
Merged
Merged
Snap v1.9.0 #451
Conversation
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
* Update build_pullrequest.yml * Rename config.json.txt to config.json * Update build_pullrequest.yml to run ps1 script tests only for Windows. * Update build_pullrequest.yml * Update build_pullrequest.yml
…or Windows (#417) * add non windows tests * include release * add display name for bash * fix extra ' * build fix * fix windows tests and take out linux * powershell 2 * add back in conditions * fix password * fix test path * spacing and test file * remove style check * fix build
* Function order * format * updating names * update routes * spacing and order * fix system folders * spacing * remove unnecessary system folders
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> Co-authored-by: nasc17 <69922333+nasc17@users.noreply.github.com>
* include linux * include style check * style fixes and build fix * styling * styling * update build file names
* Include partitioned tables in catalog queries * Exclude partitions themselves from table list view
* publish to github * syntax
* Fix broken language service * Fixing tests * remove qt literals * Fix test codes * Fix psycopg2 code * autopep * test debugger * Fix psycopg2 references
* init routing updates * procedure templates * spacing * script fixes * remove qtLiteral condition from sql files * fix quotation issue --------- Co-authored-by: Daeun Yim <daeunyim@microsoft.com>
* publish to github * syntax * user service connection * add userSpecifiedTag * new service connection * more permissions * add jobs * spacing * fix jobs * task name fix * update condition * lint change * spacing for powershell * powershell inlinescript * Update powershell again * continue on error for deleting pre-release * Remove deleting builds and add build number * use workspace * download build artififacts * use System.ArtifactsDirectory for release * include vmImage * download in second job * fix spacing * github for release build * changelogtype * Use insiders tag, delete old pre-release * add code sign to PR build and lint fixes
* Fix broken language service * use variable for vsts artifact versioning * use variable for vsts artifact versioning * use package name as a variable too * Update common.py * trigger ci
* Included pg_dump and pg_restore for 14 linux * include bin * fix file
* Filter table partitions from database "Manage" screen * Include partitioned tables/columns in completion popup
* change based on last insiders * variable
* add delimiter * check for exception * display raw object sending to excel * add line terminator * add delimiter test * fix failing tests * fix assert * fix assert
* Fix broken language service * fix edit data revert logic * Update common.py * Update common.py
Fixes create script for functions such that: - Syntax is correct for immediate execution - Function body is included for all versions (< 14 and >= 14) - Should work for procedures and functions Some template files needed to be changed slightly to prevent using the full properties that are generated for functions in pgAdmin.
* Fix broken language service * Reduce executable size and only download host related pg executables * Update common.py why is this keep coming back..
* Fix broken language service * fix test * Revert "Fix broken language service" This reverts commit f8ab759. * style fix
* Fix broken language service * Revert "Fix broken language service" This reverts commit f8ab759. * Handle role name containing spaces * fix style issue
* style check all platforms * remove warningpreference from bash * upgrade pip and try mac tests * python3 install pip * update calls * remove pg start and fix style check * add fail on test * remove continue on error * remove failOnStderr * fail check * Revert "fail check" This reverts commit c50e269.
* init * notification handler * include save point * build and test issues * fix status * fix for setting back autocommit * fix trans error check * add transaction messaging * fix open block * fix text format * test fix * test * update messages * test message * starts with begin
* Fix broken language service * fix session id failure * remove unnecessary logging * fix not ready error and test
* initial commit * started to fix style check and tests * check to see if parent hasattr of schema * is_sort_nulls_applicable should always be set to true
This fix enables table objects to be expanded again. We take the schema value from the table object's parent node instead of the node itself.
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.
No description provided.