Docker build simplification

2019-09-10 Thread Dave Page
The attached patch simplifies the Docker container build so that it can be done entirely using "docker build" in the root of a source tree. It also enables building the container from a tarball, not just a git checkout. This does mean that container builds may now also include any garbage in the so

[pgAdmin][RM4408] Show validation errors for slickgrid cells

2019-09-10 Thread Aditya Toshniwal
Hi Hackers, Attached is a tiny patch to show the validation error message in case a user enters syntactically incorrect data in cell editors. Note that, the validation is already been done but the message was not displayed. Attached patch will display the message. Kindly review. -- Thanks and R