Skip to content

Commit

Permalink
refactor: Upgrade hydrapp project, relicense and add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Feb 24, 2023
1 parent b08197b commit 371d00e
Show file tree
Hide file tree
Showing 18 changed files with 487 additions and 270 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/hydrapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
exclude: apk|deb|flatpak|msi|rpm|binaries|tests
tag: main
dst: out/*
# Disabled due to build error: Error opening file /proc/sys/net/ipv4/route/flush: Permission denied
# - id: hydrapp-flatpak.io.loopholelabs.latensee
# src: .
# pkg: .
# exclude: apk|deb|dmg|msi|rpm|binaries|tests
# tag: main
# dst: out/*
- id: hydrapp-flatpak.io.loopholelabs.latensee
src: .
pkg: .
exclude: apk|deb|dmg|msi|rpm|binaries|tests
tag: main
dst: out/*
- id: hydrapp-msi.io.loopholelabs.latensee
src: .
pkg: .
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[email protected].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
242 changes: 40 additions & 202 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## LatenSee

![Logo](./docs/logo-readme.png)

Redis latency visualizer.

[![hydrapp CI](https://github.com/loopholelabs/latensee/actions/workflows/hydrapp.yaml/badge.svg)](https://github.com/loopholelabs/latensee/actions/workflows/hydrapp.yaml)
Expand Down Expand Up @@ -31,6 +33,7 @@ All arguments passed to the binary will be forwarded to the browser used to disp
## Acknowledgements

- [pojntfx/hydrapp](https://github.com/pojntfx/hydrapp) provides the application framework.
- [Font Awesome](https://fontawesome.com/) provides the assets used for the icon

## Contributing

Expand All @@ -40,7 +43,7 @@ To build and start a development version of LatenSee locally, run the following:

```shell
$ git clone https://github.com/loopholelabs/latensee.git
$ cd myapp
$ cd latensee
$ go generate ./...
$ go run .
```
Expand All @@ -49,6 +52,6 @@ Note that you can also set `HYDRAPP_BACKEND_LADDR` to a fixed value, `HYDRAPP_TY

## License

LatenSee (c) 2022 Felicitas Pojtinger and contributors
LatenSee (c) 2023 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: Apache-2.0
Binary file added docs/icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions docs/icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/icon-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions docs/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 371d00e

Please sign in to comment.