-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The overall architecture of Kaiaulu has been refactored from "downloaders/parsers/networks" to an architecture that reflect the data source or tool interface, i.e.: source code/git/mail/jira/bugzilla/ etc. The functionality of the downloaders, parsers and network transformations are then now in the respective modules. This reflects the intuition that a user will seek for, for example, Git functionality, or want to download JIRA issues, instead of broadly look to browse all parsers in Kaiaulu. A benefit of this new architecture is that the parsers, downloaders and network functionality now will no longer grow in size to every new tool or data source added, nor the associated unit test files. For more details and rationale, see the respective issue for this commit. Signed-off-by: Carlos Paradis <carlosviansi@gmail.com>
- Loading branch information
1 parent
7747fb4
commit 94045d1
Showing
70 changed files
with
3,266 additions
and
3,211 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.