FOSSology Project Logo FOSSology
Advancing open source analysis and development
 

V 1.3

This list represents what we would like to do for v 1.3. We will be working on v 2.0 at the same time as 1.3. Our goal is to get all the high priority items done and probably all the “easy” items. The low priorities will get done if we have time (we are switching to time based releases). It's possible that we will get to none of the low priority items in 1.3. Whatever we don't do will become high priority in 1.4

1.3 high

  1. Diff packages (and distros, archives, …) Integrate DistroDB (distro package reports) shows some of this.
  2. Tagging. For example, tag individual files or containers. If container then the tag might or might not cascade to all it's files. A bucket could tag files. For example, it could tag all the gplv3 packages as “Need Review”. Then as they are reviewed, the reviewer would change that tag. This means tags are editable.
    1. To implement tags like this (editable) we need user groups. So write access could be restricted to the group that created the tag, for example. Other ideas can be found here File tags (moved from 1.2)
  3. Improve(replace)the copyright agent. A quick experiment showed that we can get better results with simple heuristics rather then the current naive Bayes. Development on branches/new_copyright.
  4. C code Unit Test and Coverage suite. Initial proposal, ideas or framework for how to use C code unit tests and C code coverage to improve our code quality.

1.3 easy

  1. Scheduler.conf does not get created correctly for a cluster. fosscp_agent and fo_notify should only be run on the scheduler host (localhost). Don't forget to include an entry for selftest, too.
  2. NFS I/O performance investigate and improve. NFS file I/O is the largest bottleneck for agents, so what can we do to make it faster? Besides faster, making repo access more robust, easier to admin, and take less disk space would be big improvements.

1.3 low

  1. Add/Modify licenses on-the-fly this would include a new permission level so that user can correct license and bucket data (other data as well). Perhaps this would update the real data record, but an audit trail could be kept of any changes. (reqt from sutula)
  2. Improve the unpack agent. The unpack agent used by fossology extracts files from containers. A container is any kind of file that stores other files. For example, a ZIP file contains an archive of different files. Other types of containers include tar, ar, ISO, and rpm files. Look here for a full description of unpack agent. What’s wrong with the current unpack agent?:
    1. The agent is SLOW. It can take days to unpack a Linux distro. Since Linux distros are of primary interest to the OSRB, fossology needs to be able to unpack distros in hours or minutes, not days. How can we take advantage of multiple CPUs (with the –m switch?) and agent systems to improve performance. Larry is investigating this issue, and have done some jobs, the performance is improved. Unpack performance.
    2. The current unpack agent cannot process some Microsoft proprietary formatted files (for example, .msi files). There are windows based command/utilities capable of doing this. Do any exist for use on Linux? Larry will investigate this issue after unpack performance job. Unpack Microsoft proprietary formatted files.
    3. Information/error messages are unhelpful, non-existent and difficult to find in the log file. Log meaningful messages with names of file being processed (if applicable) to a log file for a specific upload – NOT the general fossology.log file.
  3. Deprecate (bSAM) license analyzer and licterms. Either remove entirely or move to its own, unsupported, package.
  4. UI for bucket definition and management (new, change, delete) Not sure where this goes in the priorities.
  5. UI cleanup. Work on inconsistencies and ease of use. Some problems are:
    1. The way you queue a job that has already been unpacked is different depending on if it is a new scan or a rescan. Of course, most rescan's don't work, but that's an issue that needs to be handled by the new modular agent/plugin design.
    2. Micromenu can get very cluttered.
    3. Search should be an option at any browse level.
  6. Display license differences on a per file basis between versions of any archive (rpm, tar, etc) (moved from 1.2). This includes Distro reports
  7. Browse by folders. Do union of sql query of all uploads in a folder.
  8. Identify binary packages and the source package they came from (Scott Lamons). The issue here is that the source may not be in the same upload as the binary. So when looking at a binary we need to have an option to choose a source and look at its scans.

1.3 cutline

  1. From slamons: “We need a way to allow users to easily set up new accounts. It would be especially nice if they could log in using their HP email and NT password (or better yet, SiteMinder single sign-on session). As it is, it is not at all obvious that you need to set yourself up a new account before you start running analysis.”
  2. Integrated error information. Our current method of logging EVERYTHING to fossology.log makes it difficult to debug issues and view log messages/errors for a particular upload or file.
  3. Add capability for reanalysis without breaking data persistence ie. do new analysis without removing previous analysis results. This can be used, to compare new and old analysis results, and to insure that report url's are persistent. 1.2 implemented data collection for this for nomos and buckets. The UI needs to catch up and allow one to select the data set they want to see. The code is already in ui-buckets.php and ui-nomos-license.php (search for FUTURE). But we need to decide if this is the interface we want.
  4. How can one tell who, when and from where an upload came? Add to ui-browse
  5. Modify code to support the db server on a separate system. This has always been a design goal but has not been tested.
  6. Remove pfile.pfile_liccount from schema and code (common/common-license.php, plugins/agent-license.php, plugins/agent-license-reanalyze.php, plugins/ui-license.php. This was an experimental feature that mistakenly had code checked in around it.
  7. delagent needs to be more robust. Much of the delagent db updates should probably be done with cascading deletes on the upload. Perhaps cleaning the filesystem should be a separate agent that could be done on a periodic basis? Because of the concurrency problem of deleting unused files from the repo while another agent it adding them, delagent should never run concurrently with unpack or probably any other agent.
  8. Add license from kernel object modules (license from modsym) to license_file
  9. New “Compare” checkboxes to compare different files/directories/packages/…
  10. Create a user interface to create bucket pools, bucket definitions, scripts and anything else needed, along with a prompt & screen to rerun analysis with your newly defined bucket pool. Current method is too ugly.
Notes for 1.3 Planning
  • Spend more upfront time planning new features, estimating time to implement/test and identifying impacts.
  • Develop new “disruptive” code on a branch so as not to cripple top-of-tree builds, install and testing.

v 2.0

  1. New scheduler
  2. Modular plugins and agents. There are many advantages to separate optional package. Support for optional plugin installs.
  3. Improved multihost configuration and installation.

UI Mockups

Everything Else

This list captures “everything else” that we would like to work on but do not have scheduled, planned, or owned yet. This is the kitchen sink, as in “everything but the kitchen sink.”

High priority - within the next two releases

Low priority - could wait for 2-3 releases (or more)

Completed

  • See Archive for a list of completed tasks
 
task_list.txt · Last modified: 2010/07/29 17:36 by bobg

Copyright (C) 2007-2009 Hewlett-Packard Development Company, L.P.
FOSSology Project documentation is licensed under the GNU Free Documentation License Version 1.2
Recent changes RSS feed Valid XHTML 1.0 Valid CSS3 Driven by DokuWiki