Dmitriy Korobskiy

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Resin Plugin broke in IDEA 2020.2
AnsweredResin plug-in 1.9.1 worked fine up to 2020.1. In 2020.2 it blows up on start with an exception similar to the one posted in the review here: https://plugins.jetbrains.com/plugin/215-resin-plugin/ `... -
Created Two-Factor Authentication (2FA) Support in SSH tunnels
CompletedI need to have DataGrip working with our Postgres server using Google 2FA. Several tickets in a bug tracker asked to implement/fix 2FA support in SSH tunnels, but they are all marked as duplicates ... -
Edited What do different column icons mean on DB diagrams?
I noticed at least 5 different glyph icons used for different columns on DB diagrams. Do they have any meaning or are they assigned randomly? I understand PK and indexed columns are highlighted wit... -
Created (Mac) Diagram Export to File requires typing an extension
I had a trouble trying to figure out why Export to File produces zero-bytes files. Finally, I figured that I have to type `.png` extension, which is not offered by default. It is an annoyance: look... -
Edited Generated DDL for Postgres indexes is missing index methods
CompletedPostgres supports different indexing methods (https://www.postgresql.org/docs/9.6/static/sql-createindex.html): methodThe name of the index method to be used. Choices are btree, hash, gist, spgist,... -
Created Generated DDL for Postgres is missing tablespaces
I could not find a way to include non-default tablespaces in generated DDL for Postgres. This is important for our project because we deal with 8 tablespaces in the same schema. This might be a fea... -
Created (Mac) CSV export must use CRLF end-of-lines per RFC 4180
CSV format is standardized by RFC 4180 (https://tools.ietf.org/html/rfc4180). Upon the first look at DataGrip CSV export, it looks like the default format follows RFC with one notable exception: ne...