[pgAdmin][RM4408] Show validation errors for slickgrid cells
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 Regards, Aditya Toshniwal Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" RM4408.patch Description: Binary data
Docker build simplification
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 source tree from which they're built, but conversely offers the benefit of making it easy to build a container with code changes in it without having to commit first. Akshay, can you look it over to make sure I haven't done anything obviously stupid? Feedback from others is also welcome of course. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company docker_simplification.patch Description: Binary data