[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/168048850-52a74e06-6eb5-4060-aa64-a900a3843016.png)
   
   If give PKCS7UnPadding an empty data, it will panic because visit the -1 
index.
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Set the BaseAuth as empty witch would be Decrypt
   2. debug to run it.
   
   ## Expected behavior
   Don't panic even for empty data.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 get an empty struct
   But here don't sent an error
   The empty sturct are using continue.
   It is unsafe.
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Debug plugins/tapd/tapd.go with param “-c 1 -w 1” without the database 
data  of ConnectionID 1.
   2. break after db.Find and look at the err and connection.
   
   ## Expected behavior
   Send out an error if there is no data about target ConnectionID.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 get an empty struct
   But here don't sent an error
   The empty sturct are using continue.
   It is unsafe.
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Debug plugins/jira/jira.go with param “-s 1 -b 1” without the database 
data of ConnectionID 1.
   2. break after db.Find and look at the err and connection.
   
   ## Expected behavior
   A clear and concise description of what you expected to happen.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
   
![image](https://user-images.githubusercontent.com/101256042/168073222-7e52e08a-f5f3-48a3-98b5-69813be3f053.png)
   
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 error occured
   
   ## Screenshots
   
![image](https://user-images.githubusercontent.com/101256042/168076584-fcb63960-274d-4f5d-9c3d-a2b345f5b2ec.png)
   
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
   
   - [ ] This is a breaking change
   - [ ] New or existing documentation is updated
   
   
   ### Does this close any open issues?
   close #1844 
   
   
   ### Screenshots
   
![image](https://user-images.githubusercontent.com/8455907/168089668-eebb1ccd-9c89-46c7-ac57-7861a9d68219.png)
   
   
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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://stackoverflow.com/questions/31671634/handling-unicode-sequences-in-postgresql


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 architecture arm64:
 "_libssh2_agent_connect", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_disconnect", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_free", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_get_identity", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_init", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_list_identities", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_userauth", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_channel_close", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_channel_free", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_channel_open_ex", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_channel_process_startup", referenced from:
 _send_command in ssh.c.o
 "_libssh2_channel_read_ex", referenced from:
 _ssh_stream_read in ssh.c.o
 "_libssh2_channel_set_blocking", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_channel_write_ex", referenced from:
 _ssh_stream_write in ssh.c.o
 "_libssh2_exit", referenced from:
 _shutdown_ssh in ssh.c.o
 "_libssh2_hostkey_hash", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_init", referenced from:
 _git_transport_ssh_global_init in ssh.c.o
 "_libssh2_session_abstract", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_session_disconnect_ex", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_session_free", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 __git_ssh_session_create in ssh.c.o
 _ssh_stream_free in ssh.c.o
 "_libssh2_session_handshake", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_session_hostkey", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_session_init_ex", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_session_last_error", referenced from:
 _ssh_error in ssh.c.o
 "_libssh2_session_set_blocking", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_userauth_authenticated", referenced from:
 _list_auth_methods in ssh.c.o
 "_libssh2_userauth_keyboard_interactive_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_list", referenced from:
 _list_auth_methods in ssh.c.o
 "_libssh2_userauth_password_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_publickey", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_publickey_fromfile_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
   ld: symbol(s) not found for architecture arm64
   clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
   make[2]: *** [libgit2.1.3.0.dylib] Error 1
   make[1]: *** [src/CMakeFiles/git2.dir/all] Error 2
   make: *** [all] Error 2
   ```


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 [Contributing](../CONTRIBUTING.md) 
Documentation
   - [ ] This PR is using a `label` (bug, feature etc.)
   - [ ] My code is has necessary documentation (if appropriate)
   - [ ] I have added any relevant tests
   - [ ] This section (**⚠️   Pre Checklist**) will be removed when 
submitting PR
   
   # Summary
   
   
   
   ### Key Points
   
   - [ ] This is a breaking change
   - [ ] New or existing documentation is updated
   
   ### Description
   Describe what this PR does, and aims to solve in a few sentences.
   
   ### Does this close any open issues?
   Please mention the issues here.
   
   ### Current Behavior
   Describe the current behaviour of this issue, if relevant.
   
   ### New Behavior
   Describe the new behaviour updated in this issue, if relevant.
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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)
   run gitextrator plugin(apache/incubator-devlake)
   run refdiff (calculatePrCherryPick)
   
   
   ## Screenshots
   
![image](https://user-images.githubusercontent.com/101256042/168227120-83c0348e-fd23-47f8-ac1b-9a7691439768.png)
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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?
   close #1870
   
   ### Current Behavior
   Describe the current behaviour of this issue, if relevant.
   
   ### New Behavior
   Describe the new behaviour updated in this issue, if relevant.
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 from other plugins in devlake 
to other database and want create table by plugins models automatically, but I 
can't get the plugins models.
   
   ## Has the Feature been Requested Before?
   No
   
   ## Describe alternatives you've considered
   
   Now I can only read that from database, but I need dealing with dialect 
problems
   
   ## Additional context
   Add any other context or screenshots about the feature request here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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) 
Documentation
   - [ ] This PR is using a `label` (bug, feature etc.)
   - [ ] My code is has necessary documentation (if appropriate)
   - [ ] I have added any relevant tests
   - [ ] This section (**⚠️   Pre Checklist**) will be removed when 
submitting PR
   
   # Summary
   
   
   
   ### Key Points
   
   - [ ] This is a breaking change
   - [ ] New or existing documentation is updated
   
   ### Description
   Describe what this PR does, and aims to solve in a few sentences.
   
   ### Does this close any open issues?
   Please mention the issues here.
   
   ### Current Behavior
   Describe the current behaviour of this issue, if relevant.
   
   ### New Behavior
   Describe the new behaviour updated in this issue, if relevant.
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 include functions that are only available in Postgres
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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. See nothing
   
   ## Expected behavior
   A clear and concise description of what you expected to happen.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   
![image](https://user-images.githubusercontent.com/5927005/168459505-35b13c7e-effd-4b1e-8620-cfc08bd6257c.png)
   
   
![image](https://user-images.githubusercontent.com/5927005/168459452-6e1a9a75-f33c-4be1-b62c-3a30f3061b86.png)
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 sync. Then, each set of data scope is strictly applied with one set 
of transformation rules. This update will be added to the Glossary doc on the 
website.


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 previous repo (merico-dev) to the new one ( 
apache)
   
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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-devlake/blob/3f950c95e5c48ca463c240c31a8f74a782ecd6fc/docker-compose.yml#L68


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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/libssh2.dylib, building for 
macOS-arm64 but attempting to link with file built for macOS-x86_64
   Undefined symbols for architecture arm64:
 "_iconv", referenced from:
 _unicode_iconv_encoding_convert in unicode_iconv.c.o
(maybe you meant: _git_path_iconv, _git_path_iconv_clear , 
_git_path_iconv_init_precompose )
 "_iconv_close", referenced from:
 _ntlm_unicode_shutdown in unicode_iconv.c.o
 "_iconv_open", referenced from:
 _ntlm_unicode_init in unicode_iconv.c.o
 "_libssh2_agent_connect", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_disconnect", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_free", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_get_identity", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_init", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_list_identities", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_agent_userauth", referenced from:
 _ssh_agent_auth in ssh.c.o
 "_libssh2_channel_close", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_channel_free", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_channel_open_ex", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_channel_process_startup", referenced from:
 _send_command in ssh.c.o
 "_libssh2_channel_read_ex", referenced from:
 _ssh_stream_read in ssh.c.o
 "_libssh2_channel_set_blocking", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_channel_write_ex", referenced from:
 _ssh_stream_write in ssh.c.o
 "_libssh2_exit", referenced from:
 _shutdown_ssh in ssh.c.o
 "_libssh2_hostkey_hash", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_init", referenced from:
 _git_transport_ssh_global_init in ssh.c.o
 "_libssh2_session_abstract", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_session_disconnect_ex", referenced from:
 _ssh_stream_free in ssh.c.o
 "_libssh2_session_free", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 __git_ssh_session_create in ssh.c.o
 _ssh_stream_free in ssh.c.o
 "_libssh2_session_handshake", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_session_hostkey", referenced from:
 __git_ssh_setup_conn in ssh.c.o
 "_libssh2_session_init_ex", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_session_last_error", referenced from:
 _ssh_error in ssh.c.o
 "_libssh2_session_set_blocking", referenced from:
 __git_ssh_session_create in ssh.c.o
 "_libssh2_userauth_authenticated", referenced from:
 _list_auth_methods in ssh.c.o
 "_libssh2_userauth_keyboard_interactive_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_list", referenced from:
 _list_auth_methods in ssh.c.o
 "_libssh2_userauth_password_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_publickey", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
 "_libssh2_userauth_publickey_fromfile_ex", referenced from:
 __git_ssh_authenticate_session in ssh.c.o
   ld: symbol(s) not found for architecture arm64
   ```


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
   `ld: warning: ignoring file /usr/local/lib/libssh2.dylib, building for 
macOS-arm64 but attempting to link with file built for macOS-x86_64`
   I'm not sure yet and we can continue to solve the problem
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 targets regarding implementation:
   1. Can swagger server run along side api server? AKA, under different `path` 
but same `port`?
   2. Can document be generated automatically from the source code, not a 
separated `json` file?
   3. Can we call api directly from swagger doc?


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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-4a39-944c-bb1cd525c43b.png)
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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-b685-4a39-944c-bb1cd525c43b.png)
   > 
   > use username and password can login it 
![image](https://user-images.githubusercontent.com/5927005/168524903-fd63269f-84cd-4696-88cf-05a9f3a6bc6e.png)
   > 
   > and I generate api token with the password, and it still can't connect 
![image](https://user-images.githubusercontent.com/5927005/168529407-4d32e941-75d3-4d73-9c2e-f64992d32c02.png)
   
   It doesn't require Jenkins API, the username and password will do. May I 
have the version of Jenkins?


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 curl like the following:
   curl --location --request GET --X GET 'http://192.168.1.181:30180/' \
   --header 'Authorization: Basic ' 
   
   `` should be your username:password encoded by base64
   
   You can use this website to get encoded basic auth token: 
https://www.base64encode.org/
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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://user-images.githubusercontent.com/5927005/168588422-10e8367e-6209-4d22-94fc-07fb7b01faaa.png)
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 consult your IT or Devops guys to figure out why.


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 diffrent reflect.Type
   but when we look at the pointer of the Map, we can see it use the same 
pointer.
   so it made different reflect.Type use the same Map in batches of 
BatchSaveDivider. 
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Go to unit test and debug the code.
   
   ## Expected behavior
   Different reflect.Type should to use different Map pointer.
   
   ## Screenshots
   If applicable, add screenshots to help explain your problem.
   
   ## Additional context
   Add any other context about the problem here.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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/apache/incubator-devlake/tree/main/plugins/jira) and 
[tapd](https://github.com/apache/incubator-devlake/tree/main/plugins/tapd). 
   
   
   This plugin performs 3 major tasks:
   1. Collect data from [Trello 
API](https://developer.atlassian.com/cloud/trello/rest/api-group-actions/#api-actions-id-get).
 The API response will be stored in the raw data layer.
   2. 1st ETL: transform the raw data and load it into the tool layer.
   3. 2nd ETL: transform the tool layer data and load it into the domain layer. 
As Trello is an issue tracking tool, the final data to be loaded into the 
domain layer are mainly [entities from issue tracking 
domain](https://www.devlake.io/docs/DataModels/DevLakeDomainLayerSchema#domain-1---issue-tracking)
   
   
   ## How to start
   Please follow the doc [how to add a plugin](url)
   
   ## Additional notes
   In DevLake, there're 3 layers of storage: 
   - raw data layer: tables starting with `_raw_` 
   - tool layer: tables starting with `_tool_`
   - domain layer: tables with on prefix
   
   You can set up DevLake and see the tables in MySQL.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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](https://github.com/apache/incubator-devlake/tree/main/plugins/jira) and 
[tapd](https://github.com/apache/incubator-devlake/tree/main/plugins/tapd). 
   
   
   This plugin performs 3 major tasks:
   1. Collect data from [Teambition 
API](https://open.teambition.com/help/folders/5da9273721dcbc001450670b). The 
API response will be stored in the raw data layer.
   2. 1st ETL: transform the raw data and load it into the tool layer.
   3. 2nd ETL: transform the tool layer data and load it into the domain layer. 
As Teambition is an issue tracking tool, the final data to be loaded into the 
domain layer are mainly [entities from issue tracking 
domain](https://www.devlake.io/docs/DataModels/DevLakeDomainLayerSchema#domain-1---issue-tracking)
   
   
   ## How to start
   1. Make sure you have access to Teambition API.
   2. Please follow the doc [how to add a plugin(WIP)](url).
   3. Please investigate the Teambition API.
   
   ## Additional notes
   In DevLake, there're 3 layers of storage: 
   - raw data layer: tables starting with `_raw_` 
   - tool layer: tables starting with `_tool_`
   - domain layer: tables with no prefix
   
   You can set up DevLake and see the tables in MySQL.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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://github.com/apache/incubator-devlake/tree/main/plugins/github) 
and 
[gitlab](https://github.com/apache/incubator-devlake/tree/main/plugins/gitlab). 
   
   
   This plugin performs 3 major tasks:
   1. Collect data from [Gitee 
API](https://gitee.com/api/v5/swagger#/getV5ReposOwnerRepoStargazers?ex=no). 
The API response will be stored in the raw data layer.
   2. 1st ETL: transform the raw data and load it into the tool layer.
   3. 2nd ETL: transform the tool layer data and load it into the domain layer. 
As Gitee is an issue tracking tool, the final data to be loaded into the domain 
layer are mainly entities from [source code management 
domain](https://www.devlake.io/docs/DataModels/DevLakeDomainLayerSchema#domain-1---issue-tracking)
 and [code review 
domain](https://www.devlake.io/docs/DataModels/DevLakeDomainLayerSchema#domain-3---code-review).
   
   
   ## How to start
   1. Make sure you have access to Gitee API.
   2. Please follow the doc [how to add a plugin(WIP)](url).
   3. Please investigate the Gitee API.
   
   ## Additional notes
   In DevLake, there're 3 layers of storage: 
   - raw data layer: tables starting with `_raw_` 
   - tool layer: tables starting with `_tool_`
   - domain layer: tables with no prefix
   
   You can set up DevLake and see the tables in MySQL.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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-3491-42d3-b220-c3256c07e8c4.png)
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 to 
this issue; otherwise, it's nearly impossible to finish this task.
   
   ## Describe the solution you'd like
   Add a plugin for `ones`. Please refer to other data source plugins such as 
[jira](https://github.com/apache/incubator-devlake/tree/main/plugins/jira) and 
[tapd](https://github.com/apache/incubator-devlake/tree/main/plugins/tapd). 
   
   
   This plugin performs 3 major tasks:
   1. Collect data from [Ones 
API](https://ones.geotmt.com:8443/project/open-api-doc/). The API response will 
be stored in the raw data layer.
   2. 1st ETL: transform the raw data and load it into the tool layer.
   3. 2nd ETL: transform the tool layer data and load it into the domain layer. 
As Ones is an issue tracking tool, the final data to be loaded into the domain 
layer are mainly [entities from issue tracking 
domain](https://www.devlake.io/docs/DataModels/DevLakeDomainLayerSchema#domain-1---issue-tracking)
   
   
   ## How to start
   1. Please follow the doc [how to add a plugin(WIP)](url).
   2. Please investigate the Ones API.
   
   ## Additional notes
   In DevLake, there're 3 layers of storage: 
   - raw data layer: tables starting with `_raw_` 
   - tool layer: tables starting with `_tool_`
   - domain layer: tables with no prefix
   
   You can set up DevLake and see the tables in MySQL.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.devlake.io/blog).
   
   ## Solution
   1. translate the doc.
   2. push it into the 
[blog](https://github.com/apache/incubator-devlake-website/tree/main/blog) 
folder of website repo with the name `How DevLake is Up and Running`.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.devlake.io/blog).
   
   ## Solution
   1. translate the doc.
   2. push it into the 
[blog](https://github.com/apache/incubator-devlake-website/tree/main/blog) 
folder of website repo with the name `Deadlock Caused by Ants`.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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. Expected BE to respond 
with `issueTypeIncident` key instead.
   
   
   https://user-images.githubusercontent.com/1742233/168696932-abf12c54-0f39-4323-b71d-23cd3d65905e.png";>
   
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 there.


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 devlake
   2. open configure-ui  and Manage GitHub Settings, Instance Settings saved 
successfully.
   
![image](https://user-images.githubusercontent.com/101256042/168728440-97a48bc5-9246-48a9-834f-8bf24ccde5e3.png)
   3. vi .env at locally,github settings cant not  save successfully.
   
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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_iconv_encoding_convert in unicode_iconv.c.o
(maybe you meant: _git_path_iconv, _git_path_iconv_clear , 
_git_path_iconv_init_precompose )
 "_iconv_close", referenced from:
 _ntlm_unicode_shutdown in unicode_iconv.c.o
 "_iconv_open", referenced from:
 _ntlm_unicode_init in unicode_iconv.c.o
   ld: symbol(s) not found for architecture arm64
   ```
   
   So I install libgit2 by port:
   
![462PC0hyG2](https://user-images.githubusercontent.com/3294100/168734606-d6ebf626-35bb-436b-a2b8-a5feb961b44f.png)
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 issues?
   closes #1888 
   
   ### Current Behavior
   Describe the current behaviour of this issue, if relevant.
   
   ### New Behavior
   Describe the new behaviour updated in this issue, if relevant.
   
   ### Screenshots
   modified successfully 
   https://user-images.githubusercontent.com/39366025/168737676-f9eec856-e40d-4647-9984-a85e1a15eeb3.png";>
   
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 format
   #1877 fix: refdiff incompatible with postgres
   
   
   ### Key Points
   
   - [x] This is a breaking change
   - [ ] New or existing documentation is updated
   
   DB_URL format
   `issues` add `icon_url` column
   `notes.system` -> `notes.is_system`
   PUT -> PATCH for all plugin connection api
   Jira plugin: change subtask name `ConvertUsers` to `convertUsers`
   
   ### Does this close any open issues?
   
   close #1870 The github plugin failed to collect tidb on postgres
   close #1869 refdiff (calculateIssuesDiff) is incompatible with postgres 
   close #1868 jira use empty connection data without any error 
   close #1867 tapd not sent out error when find connection empty
   close #1866 PKCS7UnPadding panic with empty origData 
   close #1865 github save connection action will make some params trunced in 
.env file 
   close #1844 config-ui: pipelines - cancel running pipeline not successful 
   close #1842 Postgres Support: some SQL include functions that are only 
available in Postgres 
   close #1873 refdiff (calculatePrCherryPick) is incompatible with postgres 
   
   
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 `docker-compose.yml` and `env.example` from [latest release 
page](https://github.com/merico-dev/lake/releases/latest) into a folder.
+1. Download `docker-compose.yml` and `env.example` from [latest release 
page](https://github.com/https://github.com/apache/incubator-devlake/wiki/How-to-Set-Up-Dev-Lake-with-Tin/releases/latest)
 into a folder.

Review Comment:
   this doesn't seem right.



-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 them
   
![image](https://user-images.githubusercontent.com/61080/168756551-c466a6d6-5640-44d1-add5-9e152b262829.png)
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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-97408f92-a247-44b1-84e3-5745c0458022.png)
   
   
   ## Running test:
   
![image](https://user-images.githubusercontent.com/61080/167651539-54096896-8f41-4201-9b59-f89e871504a0.png)
   
   
   ## Documentation:
   
   
![image](https://user-images.githubusercontent.com/61080/167651356-61e45442-ac09-4669-8fc6-2f78424de11a.png)
   
![image](https://user-images.githubusercontent.com/61080/167651418-ead75d5d-db83-4476-ba41-618e0a7e08dd.png)
   
   
   ### Key Points
   
   - [ ] This is a breaking change
   - [x] New or existing documentation is updated
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 `docker-compose.yml` and `env.example` from [latest release 
page](https://github.com/merico-dev/lake/releases/latest) into a folder.
+1. Download `docker-compose.yml` and `env.example` from [latest release 
page](https://github.com/https://github.com/apache/incubator-devlake/wiki/How-to-Set-Up-Dev-Lake-with-Tin/releases/latest)
 into a folder.

Review Comment:
   done



-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
   Describe what this PR does, and aims to solve in a few sentences.
   
   ### Does this close any open issues?
   part of #1821 
   
   ### Current Behavior
   Describe the current behaviour of this issue, if relevant.
   
   ### New Behavior
   Describe the new behaviour updated in this issue, if relevant.
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 documentation is updated
   


-- 
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...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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_assignee_history.assignee
   -> from issue_assignee_history
   -> left join users on issue_assignee_history.assignee = users.id
   -> where users.id is null and assignee != '';
   +--+
   | assignee |
   +--+
   | jira:JiraUser:1:5ecfbd0947d31e0c2a15fd83 |
   | jira:JiraUser:1:5fab870b7cfc240071f37525 |
   +--+
   2 rows in set (0.03 sec)
   ```
   
   ## To Reproduce
   Steps to reproduce the behavior:
   1. Config jira plugin
   2. Sync data
   3. Query with SQL I provided above.
   
   ## Expected behavior
   All assignees of issue_assignee_history should be saved in users table, or I 
cannot find basic info of the assignee.
   
   ## Additional context
   These user's record also lacked in `_tool_jira_users` table.
   


-- 
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...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   3   >