[GitHub] [incubator-devlake] abeizn opened a new pull request, #1877: fix refdiff incompatible with postgres

2022-05-13 Thread GitBox
abeizn opened a new pull request, #1877: URL: https://github.com/apache/incubator-devlake/pull/1877 fix #1868: refs_issues_diffs has no primary key fix #1873: unterminated quoted identifier at or near """ and invalid value, should be pointer to struct or slice fix #1842: some SQL

[GitHub] [incubator-devlake] warren830 closed pull request #1872: some description here

2022-05-13 Thread GitBox
warren830 closed pull request #1872: some description here URL: https://github.com/apache/incubator-devlake/pull/1872 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [incubator-devlake] likyh opened a new pull request, #1876: feat: save .env as original format

2022-05-13 Thread GitBox
likyh opened a new pull request, #1876: URL: https://github.com/apache/incubator-devlake/pull/1876 #1863 ### ⚠️   Pre Checklist > Please complete _ALL_ items in this checklist, and remove before submitting - [ ] I have read through the [Contributing](../CONTRIBUTING.md)

[GitHub] [incubator-devlake] long2ice opened a new issue, #1875: Get all plugins metadata inside one plugin

2022-05-13 Thread GitBox
long2ice opened a new issue, #1875: URL: https://github.com/apache/incubator-devlake/issues/1875 ## Description Can we get all metadata from plugins inside one plugin? Such as the plugin models. ## Describe the solution you'd like Now I want write a plugin to export all data fro

[GitHub] [incubator-devlake] likyh commented on issue #1865: github save connection action will make some params truncated in .env file

2022-05-13 Thread GitBox
likyh commented on issue #1865: URL: https://github.com/apache/incubator-devlake/issues/1865#issuecomment-1125802922 I’ll try to fix it. I plan to write a new config_util helper `WriteConfig` to search `key=(.*)` to replace as `key='newValue'`. -- This is an automated message

[GitHub] [incubator-devlake] xgdyp commented on issue #1863: Mac m1 cannot install libgit2

2022-05-13 Thread GitBox
xgdyp commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1125795102 my mac is mbp m1 and my cmake version is 3.22.3 @likyh ,may caused by version gap? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-devlake] warren830 opened a new pull request, #1874: fix(github): fix unicode for pg

2022-05-13 Thread GitBox
warren830 opened a new pull request, #1874: URL: https://github.com/apache/incubator-devlake/pull/1874 # Summary As of #1870, pg cannot support unicode \u, we have to drop json as field type in the table. We use text to store json data ### Does this close any open issues?

[GitHub] [incubator-devlake] abeizn opened a new issue, #1873: refdiff (calculatePrCherryPick) is incompatible with postgres

2022-05-13 Thread GitBox
abeizn opened a new issue, #1873: URL: https://github.com/apache/incubator-devlake/issues/1873 ## Describe the bug ERROR: unterminated quoted identifier at or near """ (SQLSTATE 42601) ## To Reproduce Steps to reproduce the behavior: run github plugin (apache/incubator-devlake