forked from google/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor + align project structure with Angular 2 conventions. (googl…
…e#415) * Add Angular 5.0.0-beta.5 dependency from npm. * Remove IIFEs that wrap typescript code. * Rewrite all "var" to "let" and "const" in typescript code. * Replace per-file AngularJS modules with ES6 exports and imports. * Wire up AngularJS modules using imports/exports instead of names. * Add .module suffix to angular module files. * Remove "components" directory. * Replace @ultimate/aot-loader with @ngtools/webpack * Load AngularJS templates with webpack raw-loader. * Move templates out of timesketch/ui folder. * Move views out of timesketch/ui folder. * Move fonts and images to timesketch/static. * Update configs to reflect recent moving of files. * Align file names with Angular 2 convention. * Move to manual angular bootstrap process.
- Loading branch information
Showing
101 changed files
with
2,356 additions
and
2,283 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
recursive-include timesketch/ui/static * | ||
recursive-include timesketch/ui/templates * | ||
recursive-include timesketch/static * | ||
recursive-include timesketch/templates * | ||
include timesketch.conf | ||
include requirements.txt | ||
include requirements.in |
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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.