Codeberg and Bitbucket repos. Fixes #1007#1018
Merged
dgarijo merged 12 commits intoJun 26, 2026
Merged
Conversation
…dgeCaptureAndDiscovery#1007. Github, gitlat, codeberf and bitbucket. Docs. Same pattern than vuillaut.
Collaborator
|
This PR has conflicts now. Can you please check it @juanjemdIos ? |
dgarijo
reviewed
Jun 25, 2026
| ``` | ||
| As shown in the Turtle snippet above, SOMEF represents the software as an entity, its relationship with each release (software version), the license found in the repository and the Person who owns it. | ||
| --> | ||
| ## Codeberg API Crosswalk |
Collaborator
There was a problem hiding this comment.
This should be in its own page
dgarijo
reviewed
Jun 25, 2026
| `author.type` (`AGENT_TYPE`) for release authors. | ||
|
|
||
|
|
||
| ## Bitbucket API Crosswalk |
Collaborator
There was a problem hiding this comment.
This should be in its own page.
dgarijo
reviewed
Jun 25, 2026
| @@ -0,0 +1 @@ | |||
| {"values": [], "pagelen": 10, "size": 0, "page": 1} No newline at end of file | |||
Collaborator
There was a problem hiding this comment.
These are not tags. I do not know what this is
dgarijo
reviewed
Jun 25, 2026
| # AGENT_TYPE: ["owner", "type"], | ||
| CAT_DATE_CREATED: "created_at", | ||
| CAT_DATE_UPDATED: "updated_at", | ||
| # CAT_LICENSE: "license", |
Collaborator
There was a problem hiding this comment.
Why is license commented? No license in codeberg?
dgarijo
reviewed
Jun 25, 2026
dgarijo
reviewed
Jun 25, 2026
| def download_gitlab_files(directory, owner, repo_name, repo_branch, repo_ref): | ||
| def download_gitlab_files(directory, owner, repo_name, repo_branch, repo_ref, authorization=None): | ||
| """ | ||
| Download all repository files from a GitHub repository |
Collaborator
There was a problem hiding this comment.
Why does it say GitHub repo if it's from gitlab?
dgarijo
requested changes
Jun 25, 2026
dgarijo
left a comment
Collaborator
There was a problem hiding this comment.
Please see change requests
dgarijo
reviewed
Jun 25, 2026
Collaborator
|
@juanjemdIos there are still a couple of pending comments no? |
dgarijo
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.