You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/26 10:38:16 UTC

[GitHub] [incubator-devlake-website] shubham-cmyk opened a new pull request, #129: update gitextractor.md

shubham-cmyk opened a new pull request, #129:
URL: https://github.com/apache/incubator-devlake-website/pull/129

   Finding Repo ID could be time-consuming to figure out the repo id just run the query in the browser console.


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

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


[GitHub] [incubator-devlake-website] mindlesscloud commented on a diff in pull request #129: update gitextractor.md

Posted by GitBox <gi...@apache.org>.
mindlesscloud commented on code in PR #129:
URL: https://github.com/apache/incubator-devlake-website/pull/129#discussion_r932928625


##########
docs/Plugins/gitextractor.md:
##########
@@ -38,6 +38,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
 ```
 - `url`: the location of the git repository. It should start with `http`/`https` for a remote git repository and with `/` for a local one.
 - `repoId`: column `id` of  `repos`.
+   Note : To find the repo id run `$("meta[name=octolytics-dimension-repository_id]").getAttribute('content')` in console. 

Review Comment:
   To be more specific, this  command should be executed in the **browser console**



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

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


[GitHub] [incubator-devlake-website] shubham-cmyk commented on pull request #129: update gitextractor.md

Posted by GitBox <gi...@apache.org>.
shubham-cmyk commented on PR #129:
URL: https://github.com/apache/incubator-devlake-website/pull/129#issuecomment-1198956200

   @mindlesscloud  Added Browser keyword


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

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


[GitHub] [incubator-devlake-website] mindlesscloud merged pull request #129: update gitextractor.md

Posted by GitBox <gi...@apache.org>.
mindlesscloud merged PR #129:
URL: https://github.com/apache/incubator-devlake-website/pull/129


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

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


[GitHub] [incubator-devlake-website] shubham-cmyk commented on a diff in pull request #129: update gitextractor.md

Posted by GitBox <gi...@apache.org>.
shubham-cmyk commented on code in PR #129:
URL: https://github.com/apache/incubator-devlake-website/pull/129#discussion_r932933462


##########
docs/Plugins/gitextractor.md:
##########
@@ -38,6 +38,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
 ```
 - `url`: the location of the git repository. It should start with `http`/`https` for a remote git repository and with `/` for a local one.
 - `repoId`: column `id` of  `repos`.
+   Note : To find the repo id run `$("meta[name=octolytics-dimension-repository_id]").getAttribute('content')` in console. 

Review Comment:
   Yes in the browser console



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

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