Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Initial monitoring capability to pull SPDX licenses daily
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Sep 17, 2021
1 parent 35905b8 commit 673d071
Show file tree
Hide file tree
Showing 59 changed files with 6,701 additions and 2,186 deletions.
5 changes: 3 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Most notable directory mentions are:
1. The most interesting thing for someone is probably the schema itself, which can be found in the [schema dir](./ent/schema)
2. [adapter](./adapter) contains the implementation for the bubbly adapters
3. [policy](./policy) contains the implementation for the bubbly policies
4. [ui](./ui) contains the frontend built using [SvelteKit](https://kit.svelte.dev/) and TailwindCSS
5. [docs](./docs) contains the documentation for bubbly which gets deployed to [https://docs.bubbly.dev](https://docs.bubbly.dev)
4. [monitor](./monitor) contains the implementation for *monitoring* external services (such as fetching SPDX licenses, vulnerabilities, etc.)
5. [ui](./ui) contains the frontend built using [SvelteKit](https://kit.svelte.dev/) and TailwindCSS
6. [docs](./docs) contains the documentation for bubbly which gets deployed to [https://docs.bubbly.dev](https://docs.bubbly.dev)
1 change: 1 addition & 0 deletions ent/artifact.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 116 additions & 1 deletion ent/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ent/codescan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ent/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ent/ent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion ent/event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 49 additions & 1 deletion ent/event/event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 673d071

Please sign in to comment.