-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: tdruez <[email protected]>
- Loading branch information
Showing
360 changed files
with
4,812 additions
and
2,671 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$Format:%(describe:tags)$ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Save the version details for git tarballs in .VERSION file | ||
.VERSION export-subst |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'BUG: ' | ||
labels: bug, design needed, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Context (OS, Browser, Device, etc.):** |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: DejaCode documentation | ||
about: Request a DejaCode documentation improvement | ||
title: 'DOC: ' | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What type of documentation would you like?** | ||
How-to, Reference, Tutorial, on-screen prompt | ||
|
||
**Documentation topic** | ||
Describe the features of DejaCode that would benefit from more explanation. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: DejaCode enhancement request | ||
about: Suggest an enhancement for DejaCode | ||
title: 'Enhancement request: ' | ||
labels: design needed, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your enhancement request related to a problem? Please describe.** | ||
Describe the problem that you would like to address. | ||
|
||
**What are the benefits of the requested enhancement?** | ||
How will the new functionality benefit DejaCode users? | ||
|
||
**Describe the solution you would like** | ||
Provide a concise scenario or use case that needs to be supported in DejaCode. | ||
|
||
**Additional notes** | ||
Add any other context or screenshots about the feature request here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Roadmap item template | ||
about: Structure for roadmap items | ||
title: 'RFC: ' | ||
labels: design needed, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
A clear and concise description of the Roadmap requirements and objectives. | ||
|
||
**Intended Outcome** | ||
A clear and concise description of the impact on the AboutCode stack. | ||
|
||
**How will it work?** | ||
Details to explain what needs to be done. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Create a GitHub release | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
tags: | ||
- "v*.*.*" | ||
|
||
jobs: | ||
create-github-release: | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Create a GitHub release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
draft: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
*.pyc | ||
*.db | ||
*.rdb | ||
.installed.cfg | ||
parts | ||
develop-eggs | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,101 @@ | ||
Release notes | ||
============= | ||
|
||
### Version 5.0.1-dev | ||
### Version 5.1.1-dev | ||
|
||
- Add visual indicator in hierarchy views, when an object on the far left or far right | ||
also belong or have a hierarchy (relathionship tree). | ||
https://github.com/nexB/dejacode/issues/70 | ||
|
||
### Version 5.1.0 | ||
|
||
- Upgrade Python version to 3.12 and Django to 5.0.x | ||
https://github.com/nexB/dejacode/issues/50 | ||
|
||
- Replace Celery by RQ for async job queue and worker. | ||
https://github.com/nexB/dejacode/issues/6 | ||
|
||
- Add support for CycloneDX spec version "1.6". | ||
In the UI and API, older spe version such as "1.4" and "1.5" are also available as | ||
download. | ||
https://github.com/nexB/dejacode/pull/79 | ||
|
||
- Lookup in PurlDB by purl in Add Package form. | ||
When a Package URL is available in the context of the "Add Package" form, | ||
for example when using a link from the Vulnerabilities tab, | ||
data is fetched from the PurlDB to initialize the form. | ||
https://github.com/nexB/dejacode/issues/47 | ||
|
||
- If you select two versions of the same Product in the Product list, or two different | ||
Products, and click the Compare button, you can now download the results of the | ||
comparison to a .xlsx file, making it easy to share the information with your | ||
colleagues. | ||
https://github.com/nexB/dejacode/issues/7 | ||
|
||
- Add dark theme support in UI. | ||
https://github.com/nexB/dejacode/issues/25 | ||
|
||
- Add "Load Packages from SBOMs", "Import scan results", and | ||
"Pull ScanCode.io project data" feature as Product action in the REST API. | ||
https://github.com/nexB/dejacode/issues/59 | ||
|
||
- Add REST API endpoints to download SBOMs as CycloneDX and SPDX. | ||
https://github.com/nexB/dejacode/issues/60 | ||
|
||
- Refactor the "Import manifest" feature as "Load SBOMs". | ||
https://github.com/nexB/dejacode/issues/61 | ||
|
||
- Add support to import packages from manifest. | ||
https://github.com/nexB/dejacode/issues/65 | ||
|
||
- Add a vulnerability link to the VulnerableCode app in the Vulnerability tab. | ||
https://github.com/nexB/dejacode/issues/4 | ||
|
||
- Add a DEJACODE_SUPPORT_EMAIL setting for support email address customization. | ||
https://github.com/nexB/dejacode/issues/76 | ||
|
||
- Show the individual PURL fields in the Package details view. | ||
https://github.com/nexB/dejacode/issues/83 | ||
|
||
- Fix the logout link of the admin app. | ||
https://github.com/nexB/dejacode/issues/89 | ||
|
||
- Display full commit in the version displayed in the UI | ||
https://github.com/nexB/dejacode/issues/88 | ||
|
||
- Refine the Product comparison logic for Packages. | ||
The type and namespace fields are now used along the name field to match similar | ||
Packages (excluding the version). | ||
https://github.com/nexB/dejacode/issues/113 | ||
|
||
- Refactor the implementation of Keywords on forms to allow more flexibilty. | ||
Existing Keywords are suggested for consistency but any values is now allowed. | ||
https://github.com/nexB/dejacode/issues/48 | ||
|
||
- Display Product inventory count on the Product list view. | ||
https://github.com/nexB/dejacode/issues/81 | ||
|
||
- Always display the full Package URL in the UI view including the "pkg:" prefix. | ||
https://github.com/nexB/dejacode/issues/115 | ||
|
||
- Add a new AboutCode tab in Package details view. | ||
https://github.com/nexB/dejacode/issues/42 | ||
|
||
- Enhance Package Import to support modifications. | ||
https://github.com/nexB/dejacode/issues/84 | ||
|
||
- Add an option on the "Add to Product" form to to replace any existing relationships | ||
with a different version of the same object by the selected object. | ||
https://github.com/nexB/dejacode/issues/12 | ||
|
||
### Version 5.0.1 | ||
|
||
- Improve the stability of the "Check for new Package versions" feature. | ||
https://github.com/nexB/dejacode/issues/17 | ||
|
||
- Improve the support for SourgeForge download URLs. | ||
https://github.com/nexB/dejacode/issues/26 | ||
|
||
### Version 5.0.0 | ||
|
||
Initial release. |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.