Re: BUG: Can't establish SSH tunnel with 3.6

2019-01-03 Thread Akshay Joshi
Hi SleepProgger We haven't tested this with Python 3.7. Can you please log an RM https://redmine.postgresql.org. Please specify the Python version. On Fri, Jan 4, 2019 at 12:26 AM SleepProgger wrote: > Since updating to pgAdmin4 3.6 i can't use the SSH tunnel feature anymore. > > As soon as i p

BUG: Can't establish SSH tunnel with 3.6

2019-01-03 Thread SleepProgger
Since updating to pgAdmin4 3.6 i can't use the SSH tunnel feature anymore. As soon as i provide the password the following exception occurs: 2019-01-03 15:36:23,007: ERROR    flask.app:    Object type 'str'> cannot be passed to C code Traceback (most recent call last):   File "/usr/lib/pgadmi

Re: Does an Automation CLI or REST API exist?

2019-01-03 Thread Dave Page
On Thu, Jan 3, 2019 at 11:38 AM Isaías Sánchez wrote: > > Can this request be fulfilled talking directly to sqlite db in the back end? > It could, but as with the REST API, we may whack around the format of that between releases so I wouldn't recommend it. -- Dave Page Blog: http://pgsnake.blog

Re: Does an Automation CLI or REST API exist?

2019-01-03 Thread Isaías Sánchez
Can this request be fulfilled talking directly to sqlite db in the back end? Cheers, Isaias S. En 3 de enero de 2019 6:28:17 Dave Page escribió: Hi On Thu, Jan 3, 2019 at 11:16 AM Alex Karasulu wrote: Hello, and happy new year to everyone, Just as the subject states I'm looking to automat

Re: Does an Automation CLI or REST API exist?

2019-01-03 Thread Dave Page
Hi On Thu, Jan 3, 2019 at 11:16 AM Alex Karasulu wrote: > Hello, and happy new year to everyone, > > Just as the subject states I'm looking to automate the creation of server > nodes in the UI. I want them to be made available as they're brought online > in an environment automatically. > > Is t

Does an Automation CLI or REST API exist?

2019-01-03 Thread Alex Karasulu
Hello, and happy new year to everyone, Just as the subject states I'm looking to automate the creation of server nodes in the UI. I want them to be made available as they're brought online in an environment automatically. Is there are REST or CLI based API for automating such operations? Thanks