Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVW0h-000QFl-0M for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 11:45:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qVW0f-003sym-QK for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 11:45:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVW0f-003sye-Hp for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 11:45:21 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVW0d-0005Oj-FD for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 11:45:21 +0000 Received: from github.com (hubbernetes-node-0714622.va3-iad.github.net [10.48.209.53]) by smtp.github.com (Postfix) with ESMTPA id 86CB4941078 for ; Mon, 14 Aug 2023 04:45:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692013517; bh=1vF3oVnbNOQM5+7WnReMzLsG8VMemuT8Vug8KYbT6es=; h=Date:From:To:Subject:From; b=Nr2PqrIVMcotS+uVEbRwJqunUHHk3n0GFt8+hw1kvIqXuJXIDSqk6T1VWmrNbIxnX 9ZLobq3AFXo6lS2Tn5hh4aKSSbyjxVgMiE240vQR66UQ6+MnxrUdETLX9HtMBHQqMH tB6BE/qyXPYPmHTOHCc+VYfSNNSz+VTatlzgH7XE= Date: Mon, 14 Aug 2023 04:45:17 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2c81b3: Sort parent objects as well in Schema Diff tool. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2c81b33925ee32f69505c0042121bf631ad9e4ac https://github.com/pgadmin-org/pgadmin4/commit/2c81b33925ee32f69505c0042121bf631ad9e4ac Author: Akshay Joshi Date: 2023-08-14 (Mon, 14 Aug 2023) Changed paths: M web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx Log Message: ----------- Sort parent objects as well in Schema Diff tool.