-
Notifications
You must be signed in to change notification settings - Fork 124
Avoid unecessary operations in kb-importer #537
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
Draft
pedrogalvao
wants to merge
85
commits into
eclipse-steady:master
Choose a base branch
from
pedrogalvao:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 32 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
6721b1d
Check if bug exists before executing tasks. Delete bug and libraries …
pedrogalvao 1a6297e
Fixed small mistakes
pedrogalvao 94597d5
check if hashmap contains key
pedrogalvao 764cef9
Fixed code style
pedrogalvao 04b50a4
Removed files added by accident
pedrogalvao e6e3346
Removed repeated option variables from Tasks
pedrogalvao bbd4116
Removed skip condition in ImportVulnerability and changed tests accor…
c0ea508
Fixed code style
pedrogalvao 3d83e6c
Created Manager and added function to extract tar (still have some er…
pedrogalvao e0dcbff
fixed some problems. still not working
pedrogalvao 8247b13
Changing architecture (contains errors)
pedrogalvao 8e8c751
Extracting and cloning in parallel, but without locks
pedrogalvao 0e79f95
repositories locks
pedrogalvao 93b0f7a
Parallel processing working for repos with tar (need to test more)
pedrogalvao 4e50e90
started writing a test
pedrogalvao fbebcd9
Test for ExtractOrClone
pedrogalvao af7b43b
Started to write ImporterController
d9a4e6f
Removed comments, fixed small problems, added stopWatch to Import
d28d6f1
Rest service with Spring Framework
599a161
Added status and stop endpoints, removed some unused classes and othe…
59b00cf
Changes in shell scripts and Dockerfile
cc11bee
Removed export from kaybeeconf.yaml.sample
097f464
Added java command in start.sh
5ed1c79
Fixed some tests
ecfa8c1
Tests running again (with some errors)
86f6b25
Added missing resources. All tests succeed again
1964773
Properly cleaning directory after test
f46b984
More detailed status. Endpoints for single vulnerabilities
89ab062
Fixed problems with parameter refetchAllMs
16f9e37
Small changes. Removed unused classes
4b6d787
Removed some comments
38eeda3
Renamed Import to ImportCommand
pedrogalvao 65346d7
Removed static variable that caused Empty Stack Error
pedrogalvao 2f8a01f
Changed variable name in properties file
pedrogalvao 7b12ce6
Removed thread from importSingleVuln
pedrogalvao 738c8f1
Added licenses. Removed one file
pedrogalvao 0930dea
Added license to kb-importer/pom.xml
pedrogalvao 8e3f885
Fixed code style
pedrogalvao ee870dd
Fixed name and description in kb-importer pom.xml
pedrogalvao c827f28
function to retry failed vulnerabilities
pedrogalvao e170624
Fixed kaybeeconf, removed an unused dependency
pedrogalvao 9e4e4b5
fixed code style
pedrogalvao bf286d1
Removed GoalClient again
pedrogalvao 1b56295
Renamed a method and a variable in Manager
pedrogalvao 9e929d5
Removed a Jenkinsfile
pedrogalvao a949408
catch IOException
pedrogalvao 6bb6895
added curl installation in dockerfile
pedrogalvao 5e41ded
Removed some comments, changed some logs, added GoalClient again
pedrogalvao dc06822
Added license in some new files
pedrogalvao 9b07d69
Removed .gitignore form kb-importer directory
pedrogalvao 4d2dffd
Moved snakeyaml dependency to kb-importer/pom.xml
pedrogalvao 38b25e6
Fixed a mistake in kb-importer dockerfile
pedrogalvao d6a04e3
Removed a comment
pedrogalvao 0016296
Documentation
pedrogalvao 5fbf2a7
Removed MainTest.java
pedrogalvao 6748bf0
Removed IOExceptio in commented code
pedrogalvao caf4d55
Removed printStackTrace from BackendConnectionException
pedrogalvao d65daaa
mend
pedrogalvao 14a6e22
Fixed mistake in pom files (moved snakeyaml dependency)
pedrogalvao 7999bf7
whitespace
pedrogalvao d9f9dc3
Removed GoalClient from wrong directory. Removed whitespace
pedrogalvao e1186cc
Reversed change in BasicHttpRequest
pedrogalvao ebdc259
Reversed change in kb-importer pom
pedrogalvao 86a433b
Function isBugExisting throws BackendConnectionException
pedrogalvao 62b6b17
Fixed code style
pedrogalvao a326de9
Substituted string literals by constants in tests
pedrogalvao e3d3381
feat: upgrade Docker images and fixes digest
Naramsim 7f2829b
Added TestManager. Keeping failures as Exceptions instead of strings
pedrogalvao 51cafa2
Added paths to properties. Other small changes
pedrogalvao 914bdb9
Merge remote-tracking branch 'remote-2/fix_images'
pedrogalvao d8436f1
Corrected version + relativePath, added flatten-maven-plugin and star…
henrikplate 1260868
Updated description and properties
henrikplate 6c24fa5
Create CycloneDX BOM for REST services; Fix shell script starting the…
henrikplate 59c4fb1
Added documentation with javadocs
pedrogalvao a4b766c
Start thread in constructor of ImporterController
pedrogalvao 727698e
Changed Docker Compose so that start-steady works in clone and after …
henrikplate 676edd1
Merge branch 'master' of https://github.com/pedrogalvao/steady
henrikplate 2e966d9
Commented lang-python out
henrikplate 29636df
Avoid mv of binaries into data folder
henrikplate b33c727
Using ProcessWrapper in kb-importer Manager
pedrogalvao 2339bc9
Fixed thread names
pedrogalvao 1aa0265
Added lang-python back in (its removal will be done in a separate PR)
henrikplate dfcd0a6
Fixed some bugs, added comments and improved log messages
henrikplate 1222d2b
Changed default wait time to 1d
henrikplate bfc4ac4
Maintain stats for all statuses
henrikplate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.