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 1qZPe9-005CVF-BL for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 05:46:13 +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 1qZPe8-00HOYp-3i for pgadmin-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 05:46:11 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZPe7-00HOYW-QZ for pgadmin-hackers@lists.postgresql.org; Fri, 25 Aug 2023 05:46:11 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZPe1-000q0Y-DX for pgadmin-hackers@lists.postgresql.org; Fri, 25 Aug 2023 05:46:10 +0000 Received: from github.com (hubbernetes-node-ef8e3a3.ac4-iad.github.net [10.52.143.40]) by smtp.github.com (Postfix) with ESMTPA id 3EB467006D4 for ; Thu, 24 Aug 2023 22:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692942364; bh=BzDKgRJC9zj7vLT++5YoiV0GITwjtoIfE6qOtySlaZ8=; h=Date:From:To:Subject:From; b=FxzFBVY5A7FsTAoOtF0ygrgkwoo5hxTKizlC7Kv4h/IQjozmgfgKpP+AKHTLZZIsR pz5Sl3Kb0ednwX2FztVnzfuhGOgdvRXvs6UoIo1jYJBEJkLO28JHTZ6hB9qBhCCtE7 Q0HGZtHmAOL9SZvaibHKH1jFRQKRfsDAcDHf3tb8= Date: Thu, 24 Aug 2023 22:46:04 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 774672: 1) Added release note for v7.7 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: 77467209c2bca1a28b978ff8e53ea71e1622a4a4 https://github.com/pgadmin-org/pgadmin4/commit/77467209c2bca1a28b978ff8e53ea71e1622a4a4 Author: Akshay Joshi Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M docs/en_US/release_notes.rst A docs/en_US/release_notes_7_7.rst M web/regression/python_test_utils/test_utils.py Log Message: ----------- 1) Added release note for v7.7 2) Added exception handling while removing the test database file.