Skip to content

Commit

Permalink
further improve public visibility & transparency of project
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Apr 8, 2019
1 parent 96ea1ec commit 07ac1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A single-page, self-contained app which generates interactive diagrams like this

![Screenshot](screenshot.png)

given JSON logs from digitalmarketplace services. A statically-served version is available [here](https://alphagov.github.io/digitalmarketplace-logdia) for convenience.
given JSON logs from digitalmarketplace services. A statically-served version is available
[here](https://alphagov.github.io/digitalmarketplace-logdia) for convenience.

This can also be built into a Web Extension for Firefox or Chrome. The build process is defined in the file `default.nix`,
which also pulls in clean versions of dependencies for reproducible builds.
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}:
let
stagingDir = pkgs.linkFarm "digitalmarketplace-logdia-stagingdir" ((map (s: { name = s; path = ./. + ("/" + s); }) [
"default.nix" # include self in archive for transparency purposes
"background.js"
"icon48.svg"
"index.html"
Expand Down
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"manifest_version": 2,
"name": "digitalmarketplace-logdia",
"homepage_url": "https://github.com/alphagov/digitalmarketplace-logdia",
"version": "0.2",

"description": "Allows 1-click log diagram generation directly from kibana",
Expand Down

0 comments on commit 07ac1b5

Please sign in to comment.