Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/test/docker test pr #25

Open
wants to merge 296 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
296 commits
Select commit Hold shift + click to select a range
4743236
chore: Update gitignore and ide settings
heliocastro Jul 15, 2024
712f7c0
refactor: Versioning update
heliocastro Jul 15, 2024
2e04e94
chore: Place enforcer plugin in correct place
heliocastro Jul 15, 2024
89f47fe
fix(test): Proper build tests now without jump folders
heliocastro Jul 15, 2024
e271981
chore: Remove unused flatten plugin
heliocastro Jul 15, 2024
41e6951
chore: Remove unused spotless plugin
heliocastro Jul 15, 2024
1eb27eb
refactor: Remove liferay build references
heliocastro Jul 15, 2024
b69720c
fix: Update thrift build to fix github caching
heliocastro Jul 14, 2024
8505587
chore: Remove unused buildnumber plugin
heliocastro Jul 15, 2024
f48e6d2
fix: Thrift cache location
heliocastro Jul 15, 2024
063c294
refactor(project): Remove log4j-osgi-support
heliocastro Apr 29, 2024
0507602
refactor(datahandler): Remove OSGI bundle
heliocastro Apr 29, 2024
a305f5f
refactor(libraries): Remove OSGI bundle from CommonIO
heliocastro May 14, 2024
d66d6f6
refactor(libraries): Remove OSGI bundle from exporters
heliocastro May 14, 2024
51af923
refactor(libraries): Remove OSGI bundle from importers
heliocastro May 14, 2024
0462eec
refactor(project): Remove OSGI bundle plugin
heliocastro Jul 14, 2024
612bce6
refactor: Remove liferay deploy dir
heliocastro Jul 15, 2024
8f0560c
fix: Only publish test report on failures
heliocastro Jul 31, 2024
308ce54
fix(rest): Added a missed field in package endpoint for allDetails.
Jul 29, 2024
b262c4c
fix(rest): Fixing the rest test cases
smrutis1 Jul 25, 2024
e5e29a3
Merge pull request #2535 from siemens/fix/RestTestCases
GMishx Aug 7, 2024
51fabdf
fix(rest):Added code to resolve the server error while fetching a sum…
Aug 12, 2024
cc38d07
fix(rest): Fixed the swagger issue
smrutis1 Aug 8, 2024
82ad83e
Revert "fix(rest): Fixed the swagger issue"
heliocastro Aug 14, 2024
da95be6
fix(rest): Added modifiedBy field in get package_by_id endpoint.
Jul 31, 2024
0121827
fix(backend) : Product clearing report generated has strange numberin…
keerthi-bl Jul 29, 2024
828c05a
build(deps): bump urllib3 in /.github/actions/clean_up_package_registry
dependabot[bot] Jul 15, 2024
fea2d4e
fix(rest): Fixed the swagger issue
smrutis1 Aug 8, 2024
7e65b78
Merge pull request #2557 from siemens/fix/Swagger
GMishx Aug 16, 2024
3c40f09
feat(License): Add API Listing LicenseType and Add pageble for licens…
tuannn2 Apr 12, 2024
0d88cac
fix(rest) : Non uniform link format in attachmentUsage end point
keerthi-bl Jun 5, 2024
cb7ea6e
Merge pull request #2481 from siemens/fix/attachmentUsageJsonReponseU…
GMishx Aug 16, 2024
f0e1494
fix(rest): Fixing pagination for endpoint '/packages'.
rudra-superrr Jul 30, 2024
5bd4cae
feat(obligation): rest endpoint to update license obligations of the …
rudra-superrr May 29, 2024
8f971f7
feat(rest): new endpoint for releases of linked projects.
rudra-superrr Apr 19, 2024
3dfbb55
fix(rest): Fix internal server error with 500 status code for link pr…
akshitjoshii May 30, 2024
3f6ae98
fix(importCDX):Improve error message when PURL is invalid
akshitjoshii May 15, 2024
1fb7bcf
fix(rest): Add null check for linkedProject field to prevent Internal…
sameed20 Aug 22, 2024
540f9ba
fix(rest): Added the Oidc user info customizer and token customizer
smrutis1 Aug 16, 2024
293e025
fix(rest): Added JWT token convert to fix the issue with authorities
smrutis1 Aug 22, 2024
402ba8f
Merge pull request #2568 from Siemens-Healthineers/fix/api-linked-pro…
GMishx Aug 28, 2024
fd05462
feat: Update to Ubuntu 24.04 (Noble)
heliocastro Aug 28, 2024
8b6aa42
feat(docs): Remove old asciidocs support
heliocastro Aug 28, 2024
0265205
fix(docker): Update docker build to fit Ubuntu Noble and improved cac…
heliocastro Aug 28, 2024
406b2ee
chore: Remove pom duplicates
heliocastro Aug 28, 2024
714e16e
ci: Minor quality control fixes
heliocastro Aug 28, 2024
f10c1b0
refactor(docker): Adjust CouchDB configurations
heliocastro Aug 29, 2024
9777923
fix(docker): Reinstate docker builds
heliocastro Aug 30, 2024
09517af
ci(docker): Use correct thrift docker context
heliocastro Aug 30, 2024
744923f
Merge pull request #2400 from toshiba/release/add_api_for_license_page
GMishx Aug 31, 2024
0d1d6f3
Merge pull request #2419 from siemens/feat/releasesOfLinkedProjects
GMishx Aug 31, 2024
7700011
Merge pull request #2457 from Siemens-Healthineers/fix/improveErrorMs…
GMishx Aug 31, 2024
0bf3a84
Merge pull request #2473 from Siemens-Healthineers/fix/linkProjectToP…
GMishx Aug 31, 2024
9fa831d
Merge pull request #2476 from siemens/feat/updateLicenseObl
GMishx Aug 31, 2024
4d902af
Merge pull request #2534 from siemens/fix/packagesPagination
GMishx Aug 31, 2024
4795b4c
Merge pull request #2547 from siemens/fix/summaryAdministration-1607
GMishx Sep 2, 2024
5943127
fix(rest): Add code to update user details when creating a moderation…
Jul 16, 2024
a29d5b0
feat: Generate provenance and SBOMs on Docker images
heliocastro Sep 2, 2024
e8d6398
chore(docker): Fix syntax warnings
heliocastro Sep 2, 2024
159ad6a
Merge pull request #2517 from siemens/fix/db-update-on-moderation-acc…
GMishx Sep 3, 2024
77bdbf7
fix(rest): Add null check for linkedProject field to prevent Internal…
sameed20 Aug 22, 2024
16c9350
Merge pull request #2600 from siemens/fix/api/linkedprojects
GMishx Sep 4, 2024
d655adc
fix(rest): Add null check for linkedProject field if it is empty
akshitjoshii Sep 4, 2024
1ab8be4
Merge pull request #2601 from Siemens-Healthineers/fix/handle-null-ex…
GMishx Sep 4, 2024
acb1e54
feat(vscode): Add base Eclipse java formatter config file
heliocastro Aug 29, 2024
0d6908a
feat(project): Add necessary library dependencies required by rest code
heliocastro Aug 29, 2024
c15e36c
fix(docker): Use Tomcat with Ubuntu 24.04 (Noble)
heliocastro Aug 29, 2024
c493d83
fix(couchdb): Move setup data for single file and update compose to u…
heliocastro Aug 29, 2024
9dc2d68
fix(rest): Enable back authorization and resource server with up to d…
heliocastro Aug 29, 2024
d1e1269
chore: Remove dead code
heliocastro Aug 29, 2024
86be40d
chore: Ignore vscode directory
heliocastro Aug 29, 2024
45a8137
fix: Update docker documentation to reflect current status
heliocastro Aug 29, 2024
1bb1ce2
chore: Update couchdb user and password for scripts
heliocastro Aug 29, 2024
9dbbaf9
chore: Update README_DOCKER with proper commands
heliocastro Sep 3, 2024
83796a9
fix(rest): add requestClosedOn field in get clearingRequest_by_id end…
akshitjoshii Aug 19, 2024
6a1408f
fix(doc): fix OpenAPI doc for Search endpoint
GMishx Aug 19, 2024
ffbf1b1
feat(project): endpoint for vulnerabilitySummary page.
rudra-superrr Jul 29, 2024
eec9f15
chore(vscode): Increase memory requirements for language server
heliocastro Sep 8, 2024
9a15832
feat(rest): Endpoint to get comments of a Clearing Request.
akshitjoshii Sep 9, 2024
d6f6300
fix(rest): Ensure visibility field is case-insensitive
Aug 22, 2024
b0c11a1
fix(GenerateLicenseInfo): Generate License Info failing for releases …
afsahsyeda Sep 10, 2024
66cac90
feat(CycloneDX): Make methods compatible with cyclonedx upgrade and u…
dependabot[bot] Jun 24, 2024
af15a09
feat(rest): includeAllAttachments parameter in licenseInfo endpoint
afsahsyeda Jun 4, 2024
dfefe8a
Merge pull request #2488 from Siemens-Healthineers/feat/GenerateReadm…
GMishx Sep 12, 2024
3403285
Merge pull request #2570 from siemens/fix/project-visibility-insensitive
GMishx Sep 12, 2024
8cceaae
Merge pull request #2603 from Siemens-Healthineers/feat/get-comments-…
GMishx Sep 12, 2024
99d0c80
feat(api): postpone moderation request action
GMishx May 28, 2024
910411f
Merge pull request #2468 from siemens/feat/mr/postpone
GMishx Sep 12, 2024
79c4670
Merge pull request #2605 from Siemens-Healthineers/fix/GenerateLicens…
GMishx Sep 12, 2024
771b965
feat(ComponentPortletandImportCDX): Validate VCS URL and sanitize Git…
afsahsyeda Apr 13, 2024
fe05d9f
fix(rest): Update search API to return 200 status with empty results …
sameed20 May 17, 2024
90ad3ea
feat(rest): Add additional fields in get clearingrequest endpoints.
akshitjoshii Sep 17, 2024
f0719b9
fix(rest): Resolved null value returning for svm tracking status.
akshitjoshii Sep 19, 2024
cd3d823
Merge pull request #2408 from Siemens-Healthineers/feat/ValidateGitHu…
GMishx Sep 20, 2024
a140ee7
Merge pull request #2521 from Siemens-Healthineers/feat/cycloneDXVers…
GMishx Sep 20, 2024
18e8989
Merge pull request #2618 from Siemens-Healthineers/fix/vulnerability-…
GMishx Sep 24, 2024
eaeb4e0
refactor(backend): Unify source tree
heliocastro Sep 8, 2024
d1f88af
refactor(backend): Move vulnerabilities shared classes to core
heliocastro Sep 8, 2024
2e9b671
refactor(backend): Create licenses-core shared library
heliocastro Sep 8, 2024
a5df30c
refactor(backend): Move svc-common to service-core
heliocastro Sep 8, 2024
2019328
refactor(backend): Adjust dependencies for subprojects
heliocastro Sep 8, 2024
a973a70
refactor(backend): Disable usage of Handlers by importer
heliocastro Sep 8, 2024
a81fe91
refactor(backend): Remove invalid recursive add-build-configuration p…
heliocastro Sep 8, 2024
a9cff25
chore: Fix version dependencies
heliocastro Sep 9, 2024
bc759ed
refactor(backend): Restore webapps install
heliocastro Sep 9, 2024
2f24d0b
chore: Disable logging on disk for couchdb and configure authorizatio…
heliocastro Sep 9, 2024
b7d9941
refactor(backend): Fix licenseinfo test
heliocastro Sep 10, 2024
a0369e0
refactor(backend): Allow test properties be configurable
heliocastro Sep 10, 2024
9a09353
refactor(backend): Disable ComponentImportTestUtils
heliocastro Sep 11, 2024
30b6114
refactor(backend): Adjust component test call
heliocastro Sep 11, 2024
442970d
chore: Add color coding for sw360 project
heliocastro Sep 11, 2024
7b3fe92
chore: CouchDB setup can't be read only
heliocastro Sep 12, 2024
56b63f0
refactor: Remove dead code comments
heliocastro Sep 24, 2024
27fddd1
refactor: Use the correct thrift image
heliocastro Sep 24, 2024
af056ef
chore: Properly set components servlet as war file
heliocastro Sep 24, 2024
bff4301
feat: Add CODEOWNERS to the repository
heliocastro Sep 25, 2024
e3f3dab
chore: Update the license header checkfor CODEOWNERS
heliocastro Sep 26, 2024
6168fe3
Merge pull request #2625 from eclipse-sw360/fix/licenseheader
GMishx Sep 26, 2024
8fdd93c
feat(rest): endpoint to update a vendor.
rudra-superrr Sep 10, 2024
da45600
Merge pull request #2616 from Siemens-Healthineers/feat/add-additiona…
smrutis1 Sep 30, 2024
e3dccf3
chore: Reduce couchdb log level on docker compose
heliocastro Sep 30, 2024
3c45367
feat(couchdb): Enable use of latest CouchDB with nouveau
heliocastro Sep 28, 2024
9bf7c2b
Merge pull request #2631 from eclipse-sw360/feature/nouveau_docker
GMishx Oct 2, 2024
5c4810a
fix(backend): fix dependency for backend core
GMishx Oct 3, 2024
f1503cb
Merge pull request #2632 from siemens/fix/containers
GMishx Oct 3, 2024
a019b46
feat(keycloak-spis): Added the custom keycloak SPIs
smrutis1 Apr 10, 2024
111a0fe
chore(refactor): Refactored the models by adding Lombok
smrutis1 Sep 9, 2024
57f5b69
fix(REST): Patch Release is causing the clearing state to be updated …
afsahsyeda Oct 8, 2024
af02621
feat(lucene): nouveau integration
GMishx Mar 18, 2024
09586fa
feat(ektorp): remove ektorp from search handlers
GMishx Mar 27, 2024
3fc2e09
chore(couchdb-lucene): remove third-party/couchdb-lucene
GMishx Apr 4, 2024
8245045
chore(docker): update compose with dockerhub image
GMishx Oct 8, 2024
7b4c534
feat(cloudant): use IBM SDK
GMishx Jul 29, 2024
ced70a0
fix(cloudant): fix views
GMishx Aug 5, 2024
cbcffd9
fix(cloudant): fix query builders
GMishx Aug 15, 2024
41e3d46
fix(nouveau): extend nouveau connector as cloudant
GMishx Aug 16, 2024
442ac94
fix(test): fix test cases with cloudant SDK
GMishx Sep 10, 2024
e43c342
fix(nouveau): fix nouveau query result
GMishx Sep 12, 2024
77b8018
fix(keycloak-spi): Added the README.md
smrutis1 Sep 25, 2024
441fa7d
feat(Project): Create new endpoint to serve list view of dependency n…
hoangnt2 Feb 16, 2024
cb99fc6
feat(ImportSBOM):Change naming convention of imported components
afsahsyeda Jun 10, 2024
872c74e
chore(nouveau): catch exception for nouveau query
GMishx Oct 12, 2024
e9ec8d8
feat: Make Java 21 default
heliocastro Oct 15, 2024
3cad1c4
fix(UI): Add lang attribute to ReadmeOSS.html for generated license i…
Sep 3, 2024
8a9f6d2
Merge pull request #2639 from eclipse-sw360/feat/java_21
arunazhakesan Oct 16, 2024
ed76d5b
Merge pull request #2634 from siemens/fix/add-lang-attribute-readmeoss
arunazhakesan Oct 16, 2024
d9b3edf
chore: Add Tomcat 11 default for Docker
heliocastro Oct 16, 2024
295f1cb
feat(rest): fetch group list in project add and edit page.
May 29, 2024
5deda24
Merge pull request #2599 from siemens/feat/KeycloakSPIs
GMishx Oct 17, 2024
69fcc6c
fix(servlet): complete migration javax to jakarta
GMishx Oct 16, 2024
9027437
Merge pull request #2470 from siemens/feat/get-grouplist-in-project
GMishx Oct 17, 2024
300a33a
Merge pull request #2460 from Siemens-Healthineers/feat/return-empty-…
GMishx Oct 17, 2024
d4fd2cf
Merge pull request #2483 from Siemens-Healthineers/feat/ChangeImportS…
GMishx Oct 17, 2024
3316c64
Merge pull request #2606 from siemens/feat/updateVendor
GMishx Oct 17, 2024
61ec9ac
feat(REST): Exclude release version from license info
afsahsyeda Jun 28, 2024
329374f
Merge pull request #2612 from toshiba/release/feat_rest-dependency-ne…
GMishx Oct 17, 2024
b095e36
Merge pull request #2633 from Siemens-Healthineers/fix/rest/PatchRele…
GMishx Oct 17, 2024
144ea5b
feat(rest) : Move GenerateLicenseInfoFile rest end point to SW360repo…
keerthi-bl Oct 7, 2024
1f9b08c
Merge pull request #2496 from Siemens-Healthineers/feat/rest/configur…
GMishx Oct 17, 2024
500514b
Merge pull request #2442 from siemens/feat/rest_addConfigToGenericLic…
GMishx Oct 17, 2024
3f10b68
fix(build): add the missing excludeReleaseVersion
GMishx Oct 17, 2024
4fec69e
Merge pull request #2648 from siemens/fix/build/reports
smrutis1 Oct 18, 2024
a18b053
feat(rest): Create new endpoint to download component template in csv…
Jan 19, 2024
546d35b
feat(Project): Import SPDX as dependency network
hoangnt2 Feb 23, 2024
9751a2e
feat(Project): Add new endpoint for project's license clearing tree v…
hoangnt2 May 9, 2024
d942de5
Merge pull request #2614 from toshiba/release/feat_rest-dependency-ne…
GMishx Oct 18, 2024
34a3ca6
Merge pull request #2361 from toshiba/release/dependency-network_impo…
GMishx Oct 18, 2024
fe02216
Merge pull request #2278 from siemens/feat/ImportExport-downloadCompo…
GMishx Oct 18, 2024
c71b0d5
chore(maven): segregate war and jar deploy dirs
GMishx Oct 17, 2024
bfd2960
chore(maven): deploy keycloak listeners
GMishx Oct 17, 2024
2d90a9a
chore(deps): bump org.keycloak:keycloak-core
dependabot[bot] Oct 18, 2024
d086e9a
chore(deps): bump org.keycloak:keycloak-core
dependabot[bot] Oct 18, 2024
7dd44a5
chore: Add maven validation on build
heliocastro Oct 17, 2024
4e883a5
chore(deps): bump org.springframework:spring-context
dependabot[bot] Oct 18, 2024
e95e8d9
Merge pull request #2651 from eclipse-sw360/dependabot/maven/org.spri…
dependabot[bot] Oct 21, 2024
062a892
feat(rest): saveUsages in project page
rudra-superrr Mar 18, 2024
31b720b
feat(rest) : Rest end point for generate source code bundle
keerthi-bl Jun 26, 2024
5702dc5
fix(clearingState): making fossology report download configurable.
rudra-superrr Aug 7, 2024
00d70bc
feat(rest): get releases used by vendor
rudra-superrr Aug 20, 2024
cd97b61
feat(rest): Create new endpoint for schedule CVE and schedule attachm…
nikkuma7 Dec 14, 2023
c167bcc
feat(rest): Endpoint to add comment on a clearing request
akshitjoshii Aug 12, 2024
dc18109
fix(Project): Fix project handler test with dependency network feature
hoangnt2 Oct 11, 2024
48e0f6c
fix(ImportCDX): VCS sanitization failing on characters like colon
afsahsyeda Oct 10, 2024
5bdef6d
fix(pom): fixed the java version in kc module pom.xml
smrutis1 Oct 21, 2024
9452b2b
fix(cloudant): fix attachment creation
GMishx Oct 12, 2024
dc176a9
chore(rel-19.0): changing files for tagging 19.0
GMishx Oct 23, 2024
0ea6cfb
chore(scorecard): Create initial codeql.yml setup
heliocastro Oct 31, 2024
0f7167b
chore(deps): Update json
heliocastro Oct 31, 2024
f95b3b5
chore(scorecard): Remove broad permissions allowance.
heliocastro Oct 31, 2024
1f31935
chore: Remove unmaintained and disabled workflow
heliocastro Oct 31, 2024
0be1b18
chore: No need validate for any of .github files
heliocastro Nov 1, 2024
416c9a4
chore: Remove dead code from actions
heliocastro Nov 1, 2024
75971bd
chore(scorecard): Update permissions on workflows
heliocastro Nov 1, 2024
06a65cd
chore: Remove duplicate entries for vscode workspace
heliocastro Nov 3, 2024
a2734ca
fix(StepSecurity): Apply security best practices
step-security-bot Nov 3, 2024
047bff8
chore(deps): bump org.json:json from 20231013 to 20240303
dependabot[bot] Nov 3, 2024
73e6820
fix: Update POI code to modern version
heliocastro Nov 3, 2024
d4c57b1
chore: Extend gitignore
heliocastro Nov 3, 2024
b3de287
chore: Update pre-commit with latest versions
heliocastro Nov 3, 2024
5901e9b
chore(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
dependabot[bot] Nov 3, 2024
bb84e6e
chore(deps): bump docker/build-push-action from 5.4.0 to 6.9.0
dependabot[bot] Nov 3, 2024
4bd5a97
chore(deps): bump poi.version from 4.1.2 to 5.3.0
dependabot[bot] Nov 3, 2024
34ab188
chore(deps): bump version.keycloak from 25.0.4 to 26.0.5
dependabot[bot] Nov 3, 2024
c120a4c
chore(deps): bump org.glassfish.jaxb:jaxb-runtime from 2.3.9 to 4.0.5
dependabot[bot] Nov 3, 2024
c41a3d0
chore: Remove unused dead code
heliocastro Nov 3, 2024
ec6d2bc
fix: Adjust pinned dependencies on Dockerfile
heliocastro Nov 3, 2024
e18227a
fix: Remove spotless dead code
heliocastro Nov 3, 2024
24b71c5
feat: Update README.md with openssf scorecard badge
heliocastro Nov 3, 2024
0bbf139
chore(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin
dependabot[bot] Nov 4, 2024
d026717
chore(deps): bump log4j2.version from 2.19.0 to 2.24.1
dependabot[bot] Nov 4, 2024
038e12a
chore(deps): bump org.jetbrains:annotations from 26.0.0 to 26.0.1
dependabot[bot] Nov 4, 2024
e84e66b
chore(deps): bump org.springframework.security:spring-security-oauth2…
dependabot[bot] Nov 4, 2024
4a88eba
chore(deps): bump tomcat from `e19f9ca` to `7e26fc3`
dependabot[bot] Nov 4, 2024
3421457
fix: Restore target for Dockerfile
heliocastro Nov 4, 2024
d5068fd
chore: fix swagger docs of ScheduleAdminController
GMishx Nov 4, 2024
f88c820
chore: fix openapi docs for LicenseController
GMishx Nov 4, 2024
671f393
chore: fix OpenAPI docs for UserController
GMishx Nov 4, 2024
b330354
chore: fix OpenAPI docs for EccController
GMishx Nov 4, 2024
e892e5e
chore: fix OpenAPI docs for DatabaseSanitationController
GMishx Nov 4, 2024
7478bd8
chore: fix OpenAPI docs for VendorController
GMishx Nov 4, 2024
a4be46a
chore: update OpenAPI docs for ProjectController
GMishx Nov 4, 2024
4d34c09
chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0
dependabot[bot] Nov 5, 2024
29fdca6
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
dependabot[bot] Nov 5, 2024
f2b110d
chore(deps): bump org.apache.maven.plugins:maven-source-plugin
dependabot[bot] Nov 5, 2024
56ab423
chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0
dependabot[bot] Nov 5, 2024
9cfb2c1
fix(rest): Enhance the acceptRequest method to see the proposed chang…
nikkuma7 Jul 8, 2024
01b3009
chore(rest): reformat ModerationRequestService
GMishx Nov 6, 2024
73d0576
feat(rest): endpoint to get list of obligations depending upon obliga…
rudra-superrr Sep 12, 2024
2621657
feat: Add logging to identify releases with corrupted attachments dur…
sameed20 Oct 15, 2024
33012fd
feat(REST):fetch releases that are in NEW_CLEARING state and have a S…
afsahsyeda Oct 25, 2024
f98db4f
feat(rest): Add pagination to get clearing requests endpoint and fix …
akshitjoshii Oct 28, 2024
e810313
feat: Add default admin user if database is empty
heliocastro Sep 30, 2024
c35e05f
fix: Create sw360oauthclients database
heliocastro Oct 9, 2024
453eff7
feat: Add default user/pwd to couchdb connection
heliocastro Oct 9, 2024
fa17c2f
feat(rest): delete a vendor by id.
rudra-superrr Sep 19, 2024
a5ce633
chore(deps): bump github/codeql-action from 3.27.0 to 3.27.1
dependabot[bot] Nov 11, 2024
cc2f51a
chore(deps): bump com.google.guava:failureaccess from 1.0.1 to 1.0.2
dependabot[bot] Nov 6, 2024
dcfdc9e
chore(deps): bump org.apache.maven.plugins:maven-jar-plugin
dependabot[bot] Nov 11, 2024
89e67b7
fix(Rest): component attachment deletion while updating externalIds
rudra-superrr Nov 11, 2024
78bd700
chore(deps): bump org.dom4j:dom4j from 2.1.3 to 2.1.4
dependabot[bot] Nov 6, 2024
c72a1e2
chore(deps): bump tomcat from `7e26fc3` to `a09d4c1`
dependabot[bot] Nov 12, 2024
1d148bf
chore(deps): bump org.apache.maven.plugins:maven-scm-plugin
dependabot[bot] Nov 12, 2024
ed71926
chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin
dependabot[bot] Nov 12, 2024
6985820
chore: Update oudated migration Docker
heliocastro Nov 12, 2024
7bcedef
feat(rest): endpoint to remove orphaned obligations from project.
rudra-superrr Sep 4, 2024
c972c7f
chore(deps): bump github/codeql-action from 3.27.1 to 3.27.3
dependabot[bot] Nov 13, 2024
dbf82f1
chore(deps): bump com.jcraft:jsch from 0.1.54 to 0.1.55
dependabot[bot] Nov 13, 2024
952a11a
chore(deps): bump com.ibm.cloud:cloudant from 0.9.1 to 0.9.3
dependabot[bot] Nov 14, 2024
75e3bc8
feat(rest): Add endpoint to handle updation of clearing requests.
sameed20 Jun 4, 2024
c3c4d8b
feat(test): test health endpoint with docker
GMishx Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Global SW360 repo code owners ( owns all code )
* @heliocastro @gmishx @koukihama @arunazhakesan @ag4ums

# Docker specific
Dockerfile @heliocastro
docker-compose.yml @heliocastro

50 changes: 0 additions & 50 deletions .github/actions/clean_up_package_registry/action.yml

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/clean_up_package_registry/requirements.txt

This file was deleted.

16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: docker
directory: /
schedule:
interval: daily

- package-ecosystem: maven
directory: /
schedule:
interval: daily
31 changes: 31 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

---
name: Bug report
about: Create a report to help us improve
labels: bug
---

<!-- Before filling this issue, please read the wiki (https://eclipse.org/sw360)
and search if the bug do not already exists in the issues (https://github.com//eclipse-sw360/sw360/issues). -->

### Description

Please describe your issue in few words here.

#### How to reproduce

Describe the bug and list the steps you used when the issue occurred.

#### Screenshots ( if applicable )

Add screenshots to help explain your problem.

### Versions

* Docker version OR
* Last commit id on main

#### SW360 logs

* With docker through `docker logs sw360`
* From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log
42 changes: 16 additions & 26 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
[//]: # (This program and the accompanying materials are made)
[//]: # (available under the terms of the Eclipse Public License 2.0)
[//]: # (which is available at https://www.eclipse.org/legal/epl-2.0/)
[//]: # (SPDX-License-Identifier: EPL-2.0)

---
name: Bug report
about: Create a report to help us improve
labels: bug
---
> Please provide a summary of your changes here.
> * Which issue is this pull request belonging to and how is it solving it? (*Refer to issue here*)
> * Did you add or update any new dependencies that are required for your change?

<!-- Before filling this issue, please read the wiki (https://eclipse.org/sw360)
and search if the bug do not already exists in the issues (https://github.com//eclipse-sw360/sw360/issues). -->
Issue:

### Description
### Suggest Reviewer
> You can suggest reviewers here with an @mention.

Please describe your issue in few words here.
### How To Test?
> How should these changes be tested by the reviewer?
> Have you implemented any additional tests?

#### How to reproduce

Describe the bug and list the steps you used when the issue occurred.

#### Screenshots ( if applicable )

Add screenshots to help explain your problem.

### Versions

* Docker version OR
* Last commit id on main

#### SW360 logs

* With docker through `docker logs sw360`
* From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log
### Checklist
Must:
- [ ] All related issues are referenced in commit messages and in PR
10 changes: 4 additions & 6 deletions .github/testForLicenseHeaders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ done <<< "$(git ls-files \
| grep -v .pre-commit-config.yaml \
| grep -v 'id_rsa' \
| grep -v '.versions' \
| grep -v '.github/actions/docker_control/action.yml' \
| grep -v '.github/actions/docker_control/check_image.py' \
| grep -v '.github/ISSUE_TEMPLATE/*' \
| grep -v '.github/pull_request_template.md' \
| grep -v '.github/*' \
| grep -v 'sw360.code-workspace' \
| grep -v 'default_secrets' \
| grep -v 'requirements.txt' \
| grep -Ev 'third-party/couchdb-lucene/*' \
| grep -Ev '*/asciidoc/*')"
| grep -Ev '*/asciidoc/*' \
| grep -Ev '.vscode/*' \
| grep -Ev 'config/*')" \

if [ "$failure" = true ]; then
echo "test failed"
Expand Down
Loading
Loading