Mohammad Teimori Pabandi

Results 12 issues of Mohammad Teimori Pabandi

We can check how Terraform or other IaC apps are detecting the changes in JSON Policies and how are they checking if two policies are the same thing. We can...

Currently the schema tab is using type names in the switch-case https://github.com/iasql/iasql/blob/282c305b7bc1374a3b5fc5ae3f2082c23ebac68c/dashboard/src/components/QuerySidebar/Schema.tsx#L19-L45 and the query results table is using type ids https://github.com/iasql/iasql/blob/817595df96ff94023e19989a579d946c8d90b1c1/dashboard/src/components/common/Table.tsx#L16-L49 we should make them both use the same...

tech debt

protocol `-1` is used in AWS as an alias for "all protocols". But currently if we use it, it'll result in the engine trying to create it multiple times and...

I have a database named "test". When I try creating another one named "test", I get this error: ![Image](https://user-images.githubusercontent.com/5357435/225111743-4d3f3014-be06-4260-a031-049ea80670de.png)

bug
iasql ux

This function has an input, but it's treating inputs as outputs. ![Image](https://user-images.githubusercontent.com/5357435/225104186-4524636d-f038-4753-b072-65c47fa981a5.png)

bug
iasql ux

Currently shows like this: ![Image](https://user-images.githubusercontent.com/5357435/222759698-bcce91dc-ffa4-46ce-a537-8d71b08d84ea.png) so code is on https://github.com/iasql/docusaurus-plugin-iasql . For rendering the components there is a helper function https://github.com/iasql/docusaurus-plugin-iasql/blob/759043a58c7f62f1020c5a034dd4cce5f611f77b/src/lib/resources/helpers/render-components.ts#L8 ```js if (item.kindString == "Class" && item.url?.includes("rpc")) methods.push(item); ```...

documentation
tech debt

We need an easy `iasql_support` RPC that submits a PR to our Github repo, together with debugging metadata needed to troubleshoot the problems. Since we won't have as much metadata...

Currently the project is using an obsolete version of `docker-modem`: https://github.com/AgustinCB/docker-api/blob/2098bd424e71ccdde8f379edac6acc2b47b317b2/package.json#L44 This version does not support SSH and therefore I can't use the library for our project (which needs connecting...