[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

[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, #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] 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] 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] 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] 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] 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] 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] 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 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] 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] 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 #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 #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 #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 #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 #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 #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] 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] 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] 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

[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] 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] 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] 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 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] 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] 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] matthewxuda opened a new issue, #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-14 Thread GitBox
matthewxuda opened a new issue, #1878: URL: https://github.com/apache/incubator-devlake/issues/1878 ## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Go to '...' go to http://192.168.1.182:4000/ 2. S

[GitHub] [incubator-devlake] yumengwang03 commented on issue #1770: DevLake glossary discussion

2022-05-15 Thread GitBox
yumengwang03 commented on issue #1770: URL: https://github.com/apache/incubator-devlake/issues/1770#issuecomment-1126992275 Latest update: we decided to use one set of data scope to indicate only one GitHub/GitLab project or Jira board, along with its data entities that are selected to syn

[GitHub] [incubator-devlake] billmetangmo opened a new pull request, #1879: Updated doc: replace merico-dev/lale by apache/incubator-devlake

2022-05-15 Thread GitBox
billmetangmo opened a new pull request, #1879: URL: https://github.com/apache/incubator-devlake/pull/1879 # Summary ### Key Points - [ ] This is a breaking change - [X ] New or existing documentation is updated ### Description Change the url that link to the

[GitHub] [incubator-devlake] narrowizard commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-15 Thread GitBox
narrowizard commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127101045 Seems you are visit 4000 port from LAN. Try to change the listening address from `127.0.0.1:4000` to `0.0.0.0:4000`. > https://github.com/apache/incubator-dev

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

2022-05-15 Thread GitBox
likyh commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1127139573 @xgdyp ``` MacBook-Pro:build lin$ cmake --version cmake version 3.22.4 ``` But I got the same problem. ``` ld: warning: ignoring file /usr/local/lib/libs

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

2022-05-15 Thread GitBox
xgdyp commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1127183263 @likyh I rebuilt my libgit2 and checked the diff between the log. I found that ` Found LibSSH2: /usr/local/lib/libssh2.dylib ` may cause some problems as below `

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

2022-05-15 Thread GitBox
klesh commented on issue #292: URL: https://github.com/apache/incubator-devlake/issues/292#issuecomment-1127186185 Just a note: as we discussed on IM the other day, it was closed due to some implementation issues. We need this sooner or later. We should try to accomplish the following t

[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-15 Thread GitBox
matthewxuda commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127216249 thanks ,I can see the page :), but can't connect jenkins , can you help me ![image](https://user-images.githubusercontent.com/5927005/168521264-756c6e36-b685-4a

[GitHub] [incubator-devlake] Startrekzky commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
Startrekzky commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127444374 > thanks ,I can see the page :), but can't connect jenkins , can you help me > > ![image](https://user-images.githubusercontent.com/5927005/168521264-756c6e36-b6

[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
matthewxuda commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127497181 ![image](https://user-images.githubusercontent.com/5927005/168573365-7077c6c8-5fb7-4d09-9383-2b5916321da1.png) -- This is an automated message from the Apache Gi

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

2022-05-16 Thread GitBox
xgdyp commented on issue #292: URL: https://github.com/apache/incubator-devlake/issues/292#issuecomment-1127525465 Thanks for your note. I think ginswagger can match all the requirements. Now I have used this framework in project and I'm setting other parameters. -- This is an automated

[GitHub] [incubator-devlake] warren830 commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
warren830 commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127544620 > ![image](https://user-images.githubusercontent.com/5927005/168573365-7077c6c8-5fb7-4d09-9383-2b5916321da1.png) Can you send a request to jenkins server using cur

[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
matthewxuda commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127583920 it still can't connect ![image](https://user-images.githubusercontent.com/5927005/168588225-ac6c69b5-c7e7-4861-883a-f0ad71c4bfe5.png) ![image](https://us

[GitHub] [incubator-devlake] e2corporation closed pull request #1306: `feat`: add gitlab ci as supported data provider `ON-HOLD`

2022-05-16 Thread GitBox
e2corporation closed pull request #1306: `feat`: add gitlab ci as supported data provider `ON-HOLD` URL: https://github.com/apache/incubator-devlake/pull/1306 -- 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 #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
klesh commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127639816 @matthewxuda Looks like your jenkins server is not working...Wild guest, your jetty server is blocking request with unexpected `Authorization` header... You may want to cons

[GitHub] [incubator-devlake] mappjzc opened a new issue, #1880: Different reflect.Type use the same Map in batches of BatchSaveDivider.

2022-05-16 Thread GitBox
mappjzc opened a new issue, #1880: URL: https://github.com/apache/incubator-devlake/issues/1880 ## Describe the bug ![image](https://user-images.githubusercontent.com/2921251/168609452-dcc3189b-ecae-4942-957d-0c80b6195c59.png) the struct TestTypeA and the struct TestTypeBv are diff

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1881: Add a plugin for Trello

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1881: URL: https://github.com/apache/incubator-devlake/issues/1881 ## Description Collect data from Trello ## Describe the solution you'd like Add a plugin for `trello`. Please refer to other data source plugins such as [jira](https://github.com/

[GitHub] [incubator-devlake] Startrekzky commented on issue #1848: Several development documents need updated

2022-05-16 Thread GitBox
Startrekzky commented on issue #1848: URL: https://github.com/apache/incubator-devlake/issues/1848#issuecomment-1127754664 Thanks @skyleaworlder , we're trying to figure out permission problem and will get it merged asap. -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1882: Add a plugin for Teambition

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1882: URL: https://github.com/apache/incubator-devlake/issues/1882 ## Description Collect data from Teambition (Cloud). ## Describe the solution you'd like Add a plugin for `teambition`. Please refer to other data source plugins such as [jira](h

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1883: Add a plugin for Gitee

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1883: URL: https://github.com/apache/incubator-devlake/issues/1883 ## Description Collect data from Gitee(Cloud). ## Describe the solution you'd like Add a plugin for `gitee`. Please refer to other data source plugins such as [github](https://git

[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
matthewxuda commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127799469 can see the jenkins process in docker, is that mean jenkins server is working , right? ![image](https://user-images.githubusercontent.com/5927005/168625252-e6f0213e

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1884: Add a plugin for Ones

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1884: URL: https://github.com/apache/incubator-devlake/issues/1884 ## Description Collect data from Ones (Cloud). ## Pre-requisites Please make sure you have access to [Ones API](https://ones.geotmt.com:8443/project/open-api-doc/) before applying

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1885: Translate blog `How DevLake is Up and Running` into English

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1885: URL: https://github.com/apache/incubator-devlake/issues/1885 ## Documentation Scope Translate blog [DevLake是怎么跑起来的](https://merico.feishu.cn/docs/doccnb4M8qlBfRwoSQkpHoV3Nsd) into English and published it on the website's [blog page](https://www.de

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #1886: Translate blog `Deadlock caused by ants` into English

2022-05-16 Thread GitBox
Startrekzky opened a new issue, #1886: URL: https://github.com/apache/incubator-devlake/issues/1886 ## Documentation Scope Translate blog [使用ants引发的死锁](https://www.devlake.io/blog/deadlock-caused-by-using-ants) into English and published it on the website's [blog page](https://www.devla

[GitHub] [incubator-devlake] e2corporation opened a new issue, #1887: GitHub API - IssueTypeIncident Field breaks Test Case

2022-05-16 Thread GitBox
e2corporation opened a new issue, #1887: URL: https://github.com/apache/incubator-devlake/issues/1887 As a side effect of the `camelCase` refactor on the Backend, the `IssueTypeIncident` field for GitHub Connection API was changed to `typeIncident` and was not properly updated elsewhere. Ex

[GitHub] [incubator-devlake] e2corporation commented on issue #1887: GitHub API - IssueTypeIncident Field breaks Test Case

2022-05-16 Thread GitBox
e2corporation commented on issue #1887: URL: https://github.com/apache/incubator-devlake/issues/1887#issuecomment-1128226655 @klesh @warren830 -- 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 th

[GitHub] [incubator-devlake] klesh commented on issue #1880: Different reflect.Type use the same Map in batches of BatchSaveDivider.

2022-05-16 Thread GitBox
klesh commented on issue #1880: URL: https://github.com/apache/incubator-devlake/issues/1880#issuecomment-1128293496 Were they all `nil` ? -- 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] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
klesh commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128334667 @matthewxuda this is related to jenkins setup, subject that we dont fully understand, would you mind to join our slack group? Our Devops colleague may provide further help

[GitHub] [incubator-devlake] matthewxuda commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-16 Thread GitBox
matthewxuda commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128378641 thanks a lot, how to join the slack group -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-devlake] abeizn opened a new issue, #1888: The github plugin settings info can not save to .env

2022-05-16 Thread GitBox
abeizn opened a new issue, #1888: URL: https://github.com/apache/incubator-devlake/issues/1888 ## Describe the bug The github plugin settings info can not save to .env, so the github plugin can not collect whole data. ## To Reproduce Steps to reproduce the behavior: 1. run d

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

2022-05-16 Thread GitBox
likyh commented on issue #1863: URL: https://github.com/apache/incubator-devlake/issues/1863#issuecomment-1128422379 I re install libssh2 by port (a brew like tool), but build fail also. ``` Undefined symbols for architecture arm64: "_iconv", referenced from: _unicode_ico

[GitHub] [incubator-devlake] warren830 opened a new pull request, #1889: Fix GitHub connection

2022-05-16 Thread GitBox
warren830 opened a new pull request, #1889: URL: https://github.com/apache/incubator-devlake/pull/1889 # Summary the way we used mapstructure has some problems. In this pr, we moved `mapstructure:",squash"`to under `Config` in GithubConnection ### Does this close any open i

[GitHub] [incubator-devlake] warren830 closed pull request #1889: Fix GitHub connection

2022-05-16 Thread GitBox
warren830 closed pull request #1889: Fix GitHub connection URL: https://github.com/apache/incubator-devlake/pull/1889 -- 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] klesh commented on issue #1845: plugin development document must be updated

2022-05-16 Thread GitBox
klesh commented on issue #1845: URL: https://github.com/apache/incubator-devlake/issues/1845#issuecomment-1128457624 @warren830 -- 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] klesh commented on issue #1843: config-ui: jira connections modify & delete api errors `v0.11.0`

2022-05-16 Thread GitBox
klesh commented on issue #1843: URL: https://github.com/apache/incubator-devlake/issues/1843#issuecomment-1128458768 @mappjzc -- 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 commen

[GitHub] [incubator-devlake] mappjzc closed issue #1880: Different reflect.Type use the same Map in batches of BatchSaveDivider.

2022-05-17 Thread GitBox
mappjzc closed issue #1880: Different reflect.Type use the same Map in batches of BatchSaveDivider. URL: https://github.com/apache/incubator-devlake/issues/1880 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-devlake] mindlesscloud opened a new pull request, #1890: Release v0.11.0

2022-05-17 Thread GitBox
mindlesscloud opened a new pull request, #1890: URL: https://github.com/apache/incubator-devlake/pull/1890 # Summary Combine several PRs: #1871 Add some critical point checks to see if the context was canceled #1874 fix(github): fix unicode for pg #1876 feat: save .env as original

[GitHub] [incubator-devlake] klesh merged pull request #1864: PR: docs about #1848

2022-05-17 Thread GitBox
klesh merged PR #1864: URL: https://github.com/apache/incubator-devlake/pull/1864 -- 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 unsubscribe, e-mail: dev-unsubscr...@devlak

[GitHub] [incubator-devlake] klesh commented on pull request #1877: fix: refdiff incompatible with postgres

2022-05-17 Thread GitBox
klesh commented on PR #1877: URL: https://github.com/apache/incubator-devlake/pull/1877#issuecomment-1128519460 Covered by #1890 -- 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 com

[GitHub] [incubator-devlake] klesh closed pull request #1877: fix: refdiff incompatible with postgres

2022-05-17 Thread GitBox
klesh closed pull request #1877: fix: refdiff incompatible with postgres URL: https://github.com/apache/incubator-devlake/pull/1877 -- 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 closed pull request #1871: Add some critical point checks to see if the context was canceled

2022-05-17 Thread GitBox
mindlesscloud closed pull request #1871: Add some critical point checks to see if the context was canceled URL: https://github.com/apache/incubator-devlake/pull/1871 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2022-05-17 Thread GitBox
mindlesscloud commented on PR #1871: URL: https://github.com/apache/incubator-devlake/pull/1871#issuecomment-1128518837 moved to #1890 -- 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 specif

[GitHub] [incubator-devlake] klesh closed pull request #1876: feat: save .env as original format

2022-05-17 Thread GitBox
klesh closed pull request #1876: feat: save .env as original format URL: https://github.com/apache/incubator-devlake/pull/1876 -- 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. T

[GitHub] [incubator-devlake] klesh closed pull request #1874: fix(github): fix unicode for pg

2022-05-17 Thread GitBox
klesh closed pull request #1874: fix(github): fix unicode for pg URL: https://github.com/apache/incubator-devlake/pull/1874 -- 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 u

[GitHub] [incubator-devlake] klesh commented on pull request #1876: feat: save .env as original format

2022-05-17 Thread GitBox
klesh commented on PR #1876: URL: https://github.com/apache/incubator-devlake/pull/1876#issuecomment-1128519599 Covered by #1890 -- 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 com

[GitHub] [incubator-devlake] klesh commented on pull request #1874: fix(github): fix unicode for pg

2022-05-17 Thread GitBox
klesh commented on PR #1874: URL: https://github.com/apache/incubator-devlake/pull/1874#issuecomment-1128519742 Covered by #1890 -- 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 com

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

2022-05-17 Thread GitBox
klesh closed issue #1869: refdiff (calculateIssuesDiff) is incompatible with postgres URL: https://github.com/apache/incubator-devlake/issues/1869 -- 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

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

2022-05-17 Thread GitBox
klesh closed issue #1868: jira use empty connection data without any error URL: https://github.com/apache/incubator-devlake/issues/1868 -- 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 co

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

2022-05-17 Thread GitBox
klesh closed issue #1866: PKCS7UnPadding panic with empty origData URL: https://github.com/apache/incubator-devlake/issues/1866 -- 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 closed issue #1873: refdiff (calculatePrCherryPick) is incompatible with postgres

2022-05-17 Thread GitBox
klesh closed issue #1873: refdiff (calculatePrCherryPick) is incompatible with postgres URL: https://github.com/apache/incubator-devlake/issues/1873 -- 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 t

[GitHub] [incubator-devlake] klesh closed issue #1888: The github plugin settings info can not save to .env

2022-05-17 Thread GitBox
klesh closed issue #1888: The github plugin settings info can not save to .env URL: https://github.com/apache/incubator-devlake/issues/1888 -- 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 specifi

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

2022-05-17 Thread GitBox
klesh closed issue #1842: Postgres Support: some SQL include functions that are only available in Postgres URL: https://github.com/apache/incubator-devlake/issues/1842 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

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

2022-05-17 Thread GitBox
klesh closed issue #1865: github save connection action will make some params truncated in .env file URL: https://github.com/apache/incubator-devlake/issues/1865 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-devlake] klesh merged pull request #1890: Release v0.11.0

2022-05-17 Thread GitBox
klesh merged PR #1890: URL: https://github.com/apache/incubator-devlake/pull/1890 -- 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 unsubscribe, e-mail: dev-unsubscr...@devlak

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

2022-05-17 Thread GitBox
klesh closed issue #1844: config-ui: pipelines - cancel running pipeline not successful URL: https://github.com/apache/incubator-devlake/issues/1844 -- 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 t

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

2022-05-17 Thread GitBox
klesh closed issue #1867: tapd not sent out error when find connection empty. URL: https://github.com/apache/incubator-devlake/issues/1867 -- 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

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

2022-05-17 Thread GitBox
klesh closed issue #1870: The github plugin failed to collect tidb on postgres. URL: https://github.com/apache/incubator-devlake/issues/1870 -- 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 specif

[GitHub] [incubator-devlake] klesh commented on a diff in pull request #1879: docs: replaced merico-dev/lale by apache/incubator-devlake

2022-05-17 Thread GitBox
klesh commented on code in PR #1879: URL: https://github.com/apache/incubator-devlake/pull/1879#discussion_r874469865 ## README.md: ## @@ -77,7 +77,7 @@ DevLake is designed for developer teams looking to make better sense of their de Launch DevLake -1. Download `docke

[GitHub] [incubator-devlake] klesh commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

2022-05-17 Thread GitBox
klesh commented on issue #1878: URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1128524741 @matthewxuda Sorry, forgot to mention, it is on the bottom of our project main readme https://github.com/apache/incubator-devlake scroll down you should able to see the

[GitHub] [incubator-devlake] klesh commented on pull request #1273: Add gitlab commits' parent and fix a bug

2022-05-17 Thread GitBox
klesh commented on PR #1273: URL: https://github.com/apache/incubator-devlake/pull/1273#issuecomment-1128531679 total outdated -- 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 commen

[GitHub] [incubator-devlake] klesh closed pull request #1273: Add gitlab commits' parent and fix a bug

2022-05-17 Thread GitBox
klesh closed pull request #1273: Add gitlab commits' parent and fix a bug URL: https://github.com/apache/incubator-devlake/pull/1273 -- 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] klesh opened a new pull request, #1891: Kw 1765 gitlab e2e

2022-05-17 Thread GitBox
klesh opened a new pull request, #1891: URL: https://github.com/apache/incubator-devlake/pull/1891 # Summary Closes #1765 Implement e2e-test for gitlab plugin ## test case for `gitlab project` ![image](https://user-images.githubusercontent.com/61080/167654316-974

[GitHub] [incubator-devlake] klesh closed pull request #1795: feat: plugin data flow e2e test case

2022-05-17 Thread GitBox
klesh closed pull request #1795: feat: plugin data flow e2e test case URL: https://github.com/apache/incubator-devlake/pull/1795 -- 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] billmetangmo commented on a diff in pull request #1879: docs: replaced merico-dev/lale by apache/incubator-devlake

2022-05-17 Thread GitBox
billmetangmo commented on code in PR #1879: URL: https://github.com/apache/incubator-devlake/pull/1879#discussion_r874511447 ## README.md: ## @@ -77,7 +77,7 @@ DevLake is designed for developer teams looking to make better sense of their de Launch DevLake -1. Download

[GitHub] [incubator-devlake] warren830 opened a new pull request, #1892: fix(lint): increase the logging detail in golangci-lint action

2022-05-17 Thread GitBox
warren830 opened a new pull request, #1892: URL: https://github.com/apache/incubator-devlake/pull/1892 # Summary increase the logging detail in golangci-lint action -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-devlake] klesh merged pull request #1892: fix(lint): increase the logging detail in golangci-lint action

2022-05-17 Thread GitBox
klesh merged PR #1892: URL: https://github.com/apache/incubator-devlake/pull/1892 -- 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 unsubscribe, e-mail: dev-unsubscr...@devlak

[GitHub] [incubator-devlake] warren830 opened a new pull request, #1893: docs(plugins): how to create plugin

2022-05-17 Thread GitBox
warren830 opened a new pull request, #1893: URL: https://github.com/apache/incubator-devlake/pull/1893 # Summary Update doc `how to create a new plugin` ### Key Points - [ ] This is a breaking change - [ ] New or existing documentation is updated ### Description

[GitHub] [incubator-devlake-website] WillemJiang opened a new pull request, #12: Create an apache yam file for the website

2022-05-17 Thread GitBox
WillemJiang opened a new pull request, #12: URL: https://github.com/apache/incubator-devlake-website/pull/12 We need to put the web pages into the asf-site branch for the website hosting. You can find more information [here](https://infra.apache.org/project-site.html) -- This is an au

[GitHub] [incubator-devlake] klesh closed pull request #1852: docs: update architecture diagram

2022-05-17 Thread GitBox
klesh closed pull request #1852: docs: update architecture diagram URL: https://github.com/apache/incubator-devlake/pull/1852 -- 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

[GitHub] [incubator-devlake] klesh opened a new pull request, #1894: docs: update architecture diagram

2022-05-17 Thread GitBox
klesh opened a new pull request, #1894: URL: https://github.com/apache/incubator-devlake/pull/1894 # Summary Closes #1562 Please switch to `Files changeds` to preview the new diagram. ### Key Points - [ ] This is a breaking change - [ ] New or existing docu

[GitHub] [incubator-devlake] narrowizard opened a new issue, #1895: [jira] assignee data of issue_assignee_history table beyonds users scope

2022-05-17 Thread GitBox
narrowizard opened a new issue, #1895: URL: https://github.com/apache/incubator-devlake/issues/1895 ## Describe the bug After syncing jira data, I find there are some records of issue_assignee_history.assignee not exists in users table. ```bash mysql> select distinct issue_assi

  1   2   3   >