Commit Graph

115 Commits

Author SHA1 Message Date
Šesták Vít 6402edeb47 When exporting all dependencies, export filenames when no reliable identifier is available 2017-02-28 16:57:06 +01:00
Šesták Vít cf6e1925f7 Added API for listing all dependencies 2017-02-07 16:22:07 +01:00
Šesták Vít fef70cedcf Fixed field name 2017-02-07 15:38:17 +01:00
Šesták Vít e4b382024d Added API for listing of scans
Added API support
2017-01-31 09:32:42 +01:00
Šesták Vít cd37dda90c Moved status to a less visible place 2017-01-09 13:13:52 +01:00
Šesták Vít 85adaaf612 Added filenames to evidence 2017-01-09 13:10:43 +01:00
Šesták Vít e236c5b1f9 If authentication has failed, proper error message is used. 2017-01-06 16:46:41 +01:00
Šesták Vít c9921765e7 Add error flash messages 2017-01-06 16:46:25 +01:00
Šesták Vít e25e67c9f0 Changed homepage to something more friendly. 2017-01-06 12:22:22 +01:00
Šesták Vít 303b06742c Team filter cleanup 2017-01-04 17:20:41 +01:00
Šesták Vít 7bc4ccc814 Minor debug output cleanup 2017-01-04 17:18:04 +01:00
Šesták Vít 4bd78c3ed9 Fixed bug in filtering by team. If a team has assigned a project with all subprojects and the project has more than one subproject, only one subproject used to be shown when filtering by team.
This is a trivial fix (two/three lines changed), but other additions are in tests.
2017-01-04 17:07:38 +01:00
Šesták Vít 265ee1dd95 Refactoring: Move configuration parsing off the Projects class 2017-01-02 16:21:35 +01:00
Šesták Vít f22b86cb78 Added list of files 2016-12-21 17:54:54 +01:00
Šesták Vít 0528d6abbe Caching using FileCacheApi (for dev env) is now less memory hungry 2016-12-19 14:48:01 +01:00
Šesták Vít 97fef173af Propagate exceptions when caching in order to make errors less magic 2016-12-19 13:29:15 +01:00
Šesták Vít 0ef9636148 Added suppressed vulnerabilities to statistics 2016-12-19 12:56:14 +01:00
Šesták Vít 3d39c2e6a5 Fixed JIRA transitions 2016-12-14 08:31:49 +01:00
Šesták Vít 5680eec2d5 Fixed issues not exporting when they disappear 2016-12-13 23:37:18 +01:00
Šesták Vít 2d3e1cea0a Minor JiraIssueTrackerService refactoring 2016-12-12 12:54:18 +01:00
Šesták Vít bd2a685ae2 Allow ommiting constantFields from config. 2016-12-12 12:50:25 +01:00
Šesták Vít bb7e631e23 Fixed a mysterious compile error that appears just in some cases.
Before the fix, incremental build sometimes used to pass, but clean builds used to fail all the time. This is the reason why I committed code that was not compilable.
2016-12-12 11:35:28 +01:00
Šesták Vít 4c77ef296c Added recognition for suppressed identifiers 2016-12-09 16:38:55 +01:00
Šesták Vít bda2debd6d Add link to ticket on 404 page 2016-12-08 09:31:41 +01:00
Šesták Vít b4e7bd251e Added support for finding log smells using custom regular expressions. 2016-12-05 09:29:49 +01:00
Šesták Vít 0992857e75 Autofocus username field in login form 2016-11-24 09:40:13 +01:00
Šesták Vít b7d3e78dbb Error messages refactoring 2016-11-21 13:30:35 +01:00
Šesták Vít 47b0c3b021 Added a workaround for long loading of vulnerabilities page 2016-08-26 10:36:22 +02:00
Šesták Vít 5edf9f0781 Filtering by team is now more failsafe 2016-08-24 23:31:10 +02:00
Šesták Vít 990bafd29b Menuitems that are to be reconsidered are hidden by default 2016-08-18 14:19:53 +02:00
Šesták Vít 1bb70b676b Fixed description for filters 2016-05-18 09:48:39 +02:00
Šesták Vít 6c8b2cf859 Added notice when there are some failed projects. This required some refactorings and fixes, that are also included in this commit. 2016-05-13 19:31:47 +02:00
Šesták Vít 604fc56d76 It is now possible to subscribe even a failing project. 2016-05-08 23:02:25 +02:00
Šesták Vít 58ea73c41f Fixed error when filter should contain a failed project 2016-05-08 22:57:08 +02:00
Šesták Vít 42d4dc365d Treat missing files as a warning 2016-05-06 17:27:47 +02:00
Šesták Vít 2291ded9bc minor refactoring 2016-05-06 16:53:10 +02:00
Šesták Vít f3f85128b4 Removed unneeded params for index 2016-05-05 12:14:19 +02:00
Šesták Vít af5577cd7e Removed even more from homepage in order to allow fast loading 2016-05-05 10:36:10 +02:00
Šesták Vít 97dc4305e4 Removed vulnerable libraries from homepage, as they have their own page 2016-05-04 17:17:35 +02:00
Šesták Vít e3d59cede8 Refactored LibDepStatistics to include FailedProjects 2016-04-28 10:14:50 +02:00
Šesták Vít 08500f9a5b Better JIRA export 2016-04-08 17:55:17 +02:00
Šesták Vít b35db5bd52 Fixed some leftover mess 2016-04-07 20:46:19 +02:00
Šesták Vít 1ae9aec9d4 Fixed handling of failed builds. 2016-04-07 14:46:44 +02:00
Šesták Vít c5f63f7ea0 Filtering of failed projects is now responsibility of Downloader. 2016-04-07 14:40:01 +02:00
Šesták Vít c7826b8584 Added HTML e-mails for digest 2016-03-11 13:15:50 +01:00
Šesták Vít 7b6192593d Added support for mail digests 2016-03-10 16:30:16 +01:00
Šesták Vít dd99fe8e9b Removed a warning 2016-03-09 10:52:01 +01:00
Šesták Vít b1f04c3987 Added support for changelog 2016-03-09 09:55:00 +01:00
Šesták Vít 228456c349 Drastically reduced memory usage, mostly using deduplication. 2016-02-26 17:03:41 +01:00
Šesták Vít e9cdfe4035 Added a disabled feature of potentially better redirection after (un)subscribing. 2016-02-23 16:13:01 +01:00