-
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
Snap v1.9.0 #451
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5962bb9 - Browse repository at this point
Copy the full SHA 5962bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5db2a - Browse repository at this point
Copy the full SHA 1b5db2aView commit details -
Update build_pullrequest.yml (#416)
* 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
Configuration menu - View commit details
-
Copy full SHA for 6ee4bb5 - Browse repository at this point
Copy the full SHA 6ee4bb5View commit details
Commits on Jun 1, 2023
-
Create yml file for release build and updates, including unit tests f…
…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
Configuration menu - View commit details
-
Copy full SHA for 4941d8b - Browse repository at this point
Copy the full SHA 4941d8bView commit details
Commits on Jun 2, 2023
-
* Function order * format * updating names * update routes * spacing and order * fix system folders * spacing * remove unnecessary system folders
Configuration menu - View commit details
-
Copy full SHA for 94bbd9e - Browse repository at this point
Copy the full SHA 94bbd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde6035 - Browse repository at this point
Copy the full SHA bde6035View commit details
Commits on Jun 7, 2023
-
Microsoft mandatory file (#419)
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>
Configuration menu - View commit details
-
Copy full SHA for 7d31c64 - Browse repository at this point
Copy the full SHA 7d31c64View commit details -
Update build pipelines for including Linux. (#420)
* include linux * include style check * style fixes and build fix * styling * styling * update build file names
Configuration menu - View commit details
-
Copy full SHA for 8bc867c - Browse repository at this point
Copy the full SHA 8bc867cView commit details
Commits on Jun 8, 2023
-
Fix display of partitioned tables (#422)
* Include partitioned tables in catalog queries * Exclude partitions themselves from table list view
Configuration menu - View commit details
-
Copy full SHA for 16c4f46 - Browse repository at this point
Copy the full SHA 16c4f46View commit details
Commits on Jun 13, 2023
-
Have Insiders build publish to Pre-Release on Github (#425)
* publish to github * syntax
Configuration menu - View commit details
-
Copy full SHA for b294f7e - Browse repository at this point
Copy the full SHA b294f7eView commit details
Commits on Jun 14, 2023
-
Psycopg version bump 2 to 3 (#428)
* Fix broken language service * Fixing tests * remove qt literals * Fix test codes * Fix psycopg2 code * autopep * test debugger * Fix psycopg2 references
Configuration menu - View commit details
-
Copy full SHA for a531607 - Browse repository at this point
Copy the full SHA a531607View commit details
Commits on Jun 16, 2023
-
Add support for showing stored procedures (#423)
* 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>
Configuration menu - View commit details
-
Copy full SHA for c76a772 - Browse repository at this point
Copy the full SHA c76a772View commit details
Commits on Jun 19, 2023
-
Use service connection for publishing insiders build (#426)
* 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
Configuration menu - View commit details
-
Copy full SHA for 226b9c8 - Browse repository at this point
Copy the full SHA 226b9c8View commit details
Commits on Jun 22, 2023
-
Dynamically set versioning for apple silicon artifacts (#429)
* 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
Configuration menu - View commit details
-
Copy full SHA for b3496da - Browse repository at this point
Copy the full SHA b3496daView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f2745b - Browse repository at this point
Copy the full SHA 5f2745bView commit details
Commits on Jul 7, 2023
-
Add pg_dump and pg_restore for linux postgresql 14 (#436)
* Included pg_dump and pg_restore for 14 linux * include bin * fix file
Configuration menu - View commit details
-
Copy full SHA for 488ba64 - Browse repository at this point
Copy the full SHA 488ba64View commit details
Commits on Jul 10, 2023
-
Include partitioned tables, hide partitions (#434)
* Filter table partitions from database "Manage" screen * Include partitioned tables/columns in completion popup
Configuration menu - View commit details
-
Copy full SHA for 9210fcb - Browse repository at this point
Copy the full SHA 9210fcbView commit details
Commits on Jul 12, 2023
-
Fix change log for insiders' releases (#437)
* change based on last insiders * variable
Configuration menu - View commit details
-
Copy full SHA for 5549147 - Browse repository at this point
Copy the full SHA 5549147View commit details
Commits on Jul 13, 2023
-
Addressing Save As issues from queries (#438)
* add delimiter * check for exception * display raw object sending to excel * add line terminator * add delimiter test * fix failing tests * fix assert * fix assert
Configuration menu - View commit details
-
Copy full SHA for ede53c3 - Browse repository at this point
Copy the full SHA ede53c3View commit details
Commits on Jul 17, 2023
-
Fix edit data revert row issue (#439)
* Fix broken language service * fix edit data revert logic * Update common.py * Update common.py
Configuration menu - View commit details
-
Copy full SHA for 22714d3 - Browse repository at this point
Copy the full SHA 22714d3View commit details
Commits on Jul 19, 2023
-
Fixing CREATE script for Functions (#442)
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.
Configuration menu - View commit details
-
Copy full SHA for 9942593 - Browse repository at this point
Copy the full SHA 9942593View commit details -
Optimize pgtoolsservice size (#441)
* Fix broken language service * Reduce executable size and only download host related pg executables * Update common.py why is this keep coming back..
Configuration menu - View commit details
-
Copy full SHA for 04017e8 - Browse repository at this point
Copy the full SHA 04017e8View commit details
Commits on Jul 20, 2023
-
Fix failing edit data test (#444)
* Fix broken language service * fix test * Revert "Fix broken language service" This reverts commit f8ab759. * style fix
Configuration menu - View commit details
-
Copy full SHA for d68ebe5 - Browse repository at this point
Copy the full SHA d68ebe5View commit details
Commits on Jul 21, 2023
-
Fix dsn parameters parsing to handle username with spaces (#446)
* Fix broken language service * Revert "Fix broken language service" This reverts commit f8ab759. * Handle role name containing spaces * fix style issue
Configuration menu - View commit details
-
Copy full SHA for 35219a9 - Browse repository at this point
Copy the full SHA 35219a9View commit details -
Style check for all platforms (#443)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 4bec18e - Browse repository at this point
Copy the full SHA 4bec18eView commit details
Commits on Jul 25, 2023
-
Psycopg3 Transactions update (#448)
* 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
Configuration menu - View commit details
-
Copy full SHA for 02b0365 - Browse repository at this point
Copy the full SHA 02b0365View commit details -
Fix session id connection error (#449)
* Fix broken language service * fix session id failure * remove unnecessary logging * fix not ready error and test
Configuration menu - View commit details
-
Copy full SHA for 397bf9b - Browse repository at this point
Copy the full SHA 397bf9bView commit details -
Fixing the Scripting issues for Indexes (#450)
* 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
Configuration menu - View commit details
-
Copy full SHA for aa4b93f - Browse repository at this point
Copy the full SHA aa4b93fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d785a - Browse repository at this point
Copy the full SHA c5d785aView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cc9b52 - Browse repository at this point
Copy the full SHA 2cc9b52View commit details -
Allowing table objects to be expanded again (#453)
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.
Configuration menu - View commit details
-
Copy full SHA for 57802be - Browse repository at this point
Copy the full SHA 57802beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ab99f - Browse repository at this point
Copy the full SHA d8ab99fView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bbcd8e - Browse repository at this point
Copy the full SHA 2bbcd8eView commit details