Ensure Robocopy exit codes are handled properly.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=001093570761380b3afda178cedb0f4a6c06e319
Modified Files
--
Make.bat | 26 ++
1 file changed, 18 insertions(+),
Remove __pycache__ to fix 'venv/bin/__pycache__: not a regular file' error.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fb4df67a91d562a3ffea701fb4010f9c7fa4eff
Modified Files
--
pkg/linux/build-functions.sh | 3 +++
1 file chan
Thanks, the patch applied.
On Mon, Feb 14, 2022 at 5:14 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> On Mon, Feb 14, 2022 at 2:17 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Khushboo
>>
>> Jenkins is failing after committing the patch with error:
>>
1) Fixed API test cases for Utilities.
2) Try to fix Jenkins build for __pycache__.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0fa4609220bec097619455945f1cb15ab28b69a4
Author: Khushboo Vashi
Modified Files
--
pkg/debian/build
Hi,
On Mon, Feb 14, 2022 at 2:17 PM Akshay Joshi
wrote:
> Hi Khushboo
>
> Jenkins is failing after committing the patch with error:
>
> *13:40:05* sed: couldn't edit venv/bin/__pycache__: not a regular
> file*13:40:05* The command "sed -i
> 's/#!.*\/python3/#\!\/usr\/pgadmin4\/venv\/bin\/pytho
Fixed an issue where the User Management dialog is not opening. Fixes #7173
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1cdbb9a64320e9789f784cefde34344b7e8ee4b3
Modified Files
--
docs/en_US/release_notes_6_6.rst
Hi Khushboo
Jenkins is failing after committing the patch with error:
*13:40:05* sed: couldn't edit venv/bin/__pycache__: not a regular
file*13:40:05* The command "sed -i
's/#!.*\/python3/#\!\/usr\/pgadmin4\/venv\/bin\/python3/g' venv/bin/*"
failed in "_create_python_virtualenv" with exit code 4.