Skip to content
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 33 commits into from
Aug 1, 2023
Merged

Snap v1.9.0 #451

merged 33 commits into from
Aug 1, 2023

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    5962bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5db2a View commit details
    Browse the repository at this point in the history
  3. 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
    pradeepkintali authored May 30, 2023
    Configuration menu
    Copy the full SHA
    6ee4bb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. 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
    nasc17 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4941d8b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update table routes (#414)

    * Function order
    
    * format
    
    * updating names
    
    * update routes
    
    * spacing and order
    
    * fix system folders
    
    * spacing
    
    * remove unnecessary system folders
    nasc17 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    94bbd9e View commit details
    Browse the repository at this point in the history
  2. release trigger (#418)

    nasc17 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    bde6035 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. 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
    Copy the full SHA
    7d31c64 View commit details
    Browse the repository at this point in the history
  2. Update build pipelines for including Linux. (#420)

    * include linux
    
    * include style check
    
    * style fixes and build fix
    
    * styling
    
    * styling
    
    * update build file names
    nasc17 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8bc867c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Fix display of partitioned tables (#422)

    * Include partitioned tables in catalog queries
    * Exclude partitions themselves from table list view
    jonels-msft authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    16c4f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Have Insiders build publish to Pre-Release on Github (#425)

    * publish to github
    
    * syntax
    nasc17 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b294f7e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. 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
    DaeunYim authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a531607 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. 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>
    nasc17 and DaeunYim authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c76a772 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. 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
    nasc17 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    226b9c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 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
    DaeunYim authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b3496da View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix (#433)

    nasc17 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5f2745b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Add pg_dump and pg_restore for linux postgresql 14 (#436)

    * Included pg_dump and pg_restore for 14  linux
    
    * include bin
    
    * fix file
    nasc17 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    488ba64 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Include partitioned tables, hide partitions (#434)

    * Filter table partitions from database "Manage" screen
    * Include partitioned tables/columns in completion popup
    jonels-msft authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9210fcb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fix change log for insiders' releases (#437)

    * change based on last insiders
    
    * variable
    nasc17 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5549147 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. 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
    nasc17 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ede53c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix edit data revert row issue (#439)

    * Fix broken language service
    
    * fix edit data revert logic
    
    * Update common.py
    
    * Update common.py
    DaeunYim authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    22714d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. 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.
    samir-puranik authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9942593 View commit details
    Browse the repository at this point in the history
  2. 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..
    DaeunYim authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    04017e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix failing edit data test (#444)

    * Fix broken language service
    
    * fix test
    
    * Revert "Fix broken language service"
    
    This reverts commit f8ab759.
    
    * style fix
    DaeunYim authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d68ebe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. 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
    DaeunYim authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    35219a9 View commit details
    Browse the repository at this point in the history
  2. 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.
    nasc17 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4bec18e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 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
    nasc17 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    02b0365 View commit details
    Browse the repository at this point in the history
  2. Fix session id connection error (#449)

    * Fix broken language service
    
    * fix session id failure
    
    * remove unnecessary logging
    
    * fix not ready error and test
    DaeunYim authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    397bf9b View commit details
    Browse the repository at this point in the history
  3. 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
    samir-puranik authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aa4b93f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5d785a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. fix (#452)

    nasc17 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2cc9b52 View commit details
    Browse the repository at this point in the history
  2. 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.
    samir-puranik authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    57802be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ab99f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    2bbcd8e View commit details
    Browse the repository at this point in the history