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

2022-05-12 Thread GitBox
xgdyp commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1125656530 I use M1 too and install successfully, how about try again and record all your commands? -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-devlake] xgdyp commented on issue #292: Add swagger api document

2022-05-12 Thread GitBox
xgdyp commented on issue #292: URL: https://github.com/apache/incubator-devlake/issues/292#issuecomment-1125647093 I noticed the PR before was closed. Should I use go-swagger or just write down the docs? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-devlake] klesh commented on issue #1842: Postgres Support: some SQL include functions that are only available in Postgres

2022-05-12 Thread GitBox
klesh commented on issue #1842: URL: https://github.com/apache/incubator-devlake/issues/1842#issuecomment-1125611535 resolved -- 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

[GitHub] [incubator-devlake] klesh commented on issue #1843: config-ui: jira connections modify & delete api errors `v0.11.0`

2022-05-12 Thread GitBox
klesh commented on issue #1843: URL: https://github.com/apache/incubator-devlake/issues/1843#issuecomment-1125610784 deletion should not need decryption. -- 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 t

[GitHub] [incubator-devlake] klesh commented on issue #1844: config-ui: pipelines - cancel running pipeline not successful

2022-05-12 Thread GitBox
klesh commented on issue #1844: URL: https://github.com/apache/incubator-devlake/issues/1844#issuecomment-1125609547 create a unit-test to cover this case -- 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

[GitHub] [incubator-devlake] klesh commented on issue #1866: PKCS7UnPadding panic with empty origData

2022-05-12 Thread GitBox
klesh commented on issue #1866: URL: https://github.com/apache/incubator-devlake/issues/1866#issuecomment-1125601055 Tolerate empty data. Do not panic. -- 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

[GitHub] [incubator-devlake] klesh commented on issue #1867: tapd not sent out error when find connection empty.

2022-05-12 Thread GitBox
klesh commented on issue #1867: URL: https://github.com/apache/incubator-devlake/issues/1867#issuecomment-1125600332 use `First` instead of `Find` -- 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

[GitHub] [incubator-devlake] klesh commented on issue #1868: jira use empty connection data without any error

2022-05-12 Thread GitBox
klesh commented on issue #1868: URL: https://github.com/apache/incubator-devlake/issues/1868#issuecomment-1125600025 Use `db.First` instead `db.Find` -- 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

[GitHub] [incubator-devlake] klesh commented on issue #1869: refdiff (calculateIssuesDiff) is incompatible with postgres

2022-05-12 Thread GitBox
klesh commented on issue #1869: URL: https://github.com/apache/incubator-devlake/issues/1869#issuecomment-1125599629 1. clean up data 2. create composite pk -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-devlake] klesh commented on issue #1870: The github plugin failed to collect tidb on postgres.

2022-05-12 Thread GitBox
klesh commented on issue #1870: URL: https://github.com/apache/incubator-devlake/issues/1870#issuecomment-1125599466 change type to `text` -- 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 spe

[GitHub] [incubator-devlake] warren830 opened a new pull request, #1872: some description here

2022-05-12 Thread GitBox
warren830 opened a new pull request, #1872: URL: https://github.com/apache/incubator-devlake/pull/1872 Signed-off-by: Yingchu Chen ### ⚠️   Pre Checklist > Please complete _ALL_ items in this checklist, and remove before submitting - [ ] I have read through the [Contribu

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

2022-05-12 Thread GitBox
likyh commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1125577020 ``` ld: warning: ignoring file /usr/local/lib/libssh2.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 Undefined symbols for arch

[GitHub] [incubator-devlake] warren830 commented on issue #1870: The github plugin failed to collect tidb on postgres.

2022-05-12 Thread GitBox
warren830 commented on issue #1870: URL: https://github.com/apache/incubator-devlake/issues/1870#issuecomment-1125183003 postgres cannot save text like '���'. here is tidb url: https://github.com/pingcap/tidb/pull/2048 here is how people talk about this issue: https:/

[GitHub] [incubator-devlake] xgdyp commented on issue #292: Add swagger api document

2022-05-12 Thread GitBox
xgdyp commented on issue #292: URL: https://github.com/apache/incubator-devlake/issues/292#issuecomment-1125085252 I'll pick it! -- 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 comm

[GitHub] [incubator-devlake] thenicetgp commented on issue #715: Gitlab needs to collect and enrich issues

2022-05-12 Thread GitBox
thenicetgp commented on issue #715: URL: https://github.com/apache/incubator-devlake/issues/715#issuecomment-1125082160 got it! -- 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 comme

[GitHub] [incubator-devlake] mindlesscloud opened a new pull request, #1871: Add some critical point checks to see if the context was canceled

2022-05-12 Thread GitBox
mindlesscloud opened a new pull request, #1871: URL: https://github.com/apache/incubator-devlake/pull/1871 # Summary fix #1844 config-ui: pipelines - cancel running pipeline not successful Add some critical point checks to see if the context was canceled. ### Key Points

[GitHub] [incubator-devlake] abeizn opened a new issue, #1870: The github plugin failed to collect tidb on postgres.

2022-05-12 Thread GitBox
abeizn opened a new issue, #1870: URL: https://github.com/apache/incubator-devlake/issues/1870 ## Describe the bug postgres unsupported Unicode escape sequence. ## To Reproduce Steps to reproduce the behavior: 1. run github by (pingcap/tidb) 2. subtask collectApiIssues err

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

2022-05-12 Thread GitBox
abeizn opened a new issue, #1869: URL: https://github.com/apache/incubator-devlake/issues/1869 ## To Reproduce Steps to reproduce the behavior: 1. run github plugin (wechaty/wechaty) 2. run gitextrator plugin(wechaty) 3. run refdiff (Calculate issues diff) ## Screenshots

[GitHub] [incubator-devlake] mappjzc opened a new issue, #1868: jira use empty connection data without any error

2022-05-12 Thread GitBox
mappjzc opened a new issue, #1868: URL: https://github.com/apache/incubator-devlake/issues/1868 ## Describe the bug ![image](https://user-images.githubusercontent.com/2921251/168068206-5b9d58cf-f56d-45f7-a65c-9e13c19a8a13.png) There are no Connection with ConnectionId 1. So the jira

[GitHub] [incubator-devlake] mappjzc opened a new issue, #1867: tapd not sent out error when find connection empty.

2022-05-12 Thread GitBox
mappjzc opened a new issue, #1867: URL: https://github.com/apache/incubator-devlake/issues/1867 ## Describe the bug ![image](https://user-images.githubusercontent.com/2921251/168066143-4ea9b62b-f36f-4faa-a736-1f6a8ef5f59d.png) There are no Connection with ConnectionId 1. So the tapd

[GitHub] [incubator-devlake] mappjzc opened a new issue, #1866: PKCS7UnPadding panic with empty origData

2022-05-12 Thread GitBox
mappjzc opened a new issue, #1866: URL: https://github.com/apache/incubator-devlake/issues/1866 ## Describe the bug ![image](https://user-images.githubusercontent.com/2921251/168048652-458dea8a-ce54-4dcc-833a-42123a460718.png) ![image](https://user-images.githubusercontent.com/2921251