From d7bd56f79eaf7db1faa088eccf22a1e169a56067 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Fri, 18 Mar 2022 17:21:49 +0100 Subject: [PATCH 1/6] Replaced Slack with Discord --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b943773e6..870d47fcc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ For those who want to simply use OpenReplay as a service, [sign up](https://app. Please refer to the [official OpenReplay documentation](https://docs.openreplay.com/). That should help you troubleshoot common issues. For additional help, you can reach out to us on one of these channels: -- [Slack](https://slack.openreplay.com) (Connect with our engineers and community) +- [Discord](https://discord.openreplay.com) (Connect with our engineers and community) - [GitHub](https://github.com/openreplay/openreplay/issues) (Bug and issue reports) - [Twitter](https://twitter.com/OpenReplayHQ) (Product updates, Great content) - [Website chat](https://openreplay.com) (Talk to us) @@ -80,7 +80,7 @@ We're always on the lookout for contributions to OpenReplay, and we're glad you' See our [Contributing Guide](CONTRIBUTING.md) for more details. -Also, feel free to join our [Slack](https://slack.openreplay.com) to ask questions, discuss ideas or connect with our contributors. +Also, feel free to join our [Discord](https://discord.openreplay.com) to ask questions, discuss ideas or connect with our contributors. ## Roadmap From b2566d158b4cb22e5a81ea92ab5c1c685450234f Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 19 Mar 2022 16:49:48 +0000 Subject: [PATCH 2/6] Update third-party.md --- third-party.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index 0f20d925d..ec537824e 100644 --- a/third-party.md +++ b/third-party.md @@ -1,4 +1,4 @@ -## Licenses (as of February 23, 2022) +## Licenses (as of March 19, 2022) Below is the list of dependencies used in OpenReplay software. Licenses may change between versions, so please keep this up to date with every new library you use. @@ -95,3 +95,11 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | geoip-lite | Apache2 | JavaScript | | ua-parser-js | MIT | JavaScript | | express | MIT | JavaScript | +| kafka | Apache2 | Java | +| stern | Apache2 | Go | +| k9s | Apache2 | Go | +| Minio | General Public License v3.0 | Go | +| PostgreSQL | PostgreSQL License | c++ | +| Ansible | GPL-3.0 | python | +| k3s | Apache2 | Go | +| Nginx | BSD-2-Clause | c | From 116e06438c60a4bc803a0a8a78cfa844144fab6c Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 19 Mar 2022 16:52:50 +0000 Subject: [PATCH 3/6] Update third-party.md --- third-party.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/third-party.md b/third-party.md index ec537824e..d02394e64 100644 --- a/third-party.md +++ b/third-party.md @@ -99,7 +99,8 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | stern | Apache2 | Go | | k9s | Apache2 | Go | | Minio | General Public License v3.0 | Go | -| PostgreSQL | PostgreSQL License | c++ | -| Ansible | GPL-3.0 | python | +| PostgreSQL | PostgreSQL License | C++ | +| Ansible | GPL-3.0 | Python | | k3s | Apache2 | Go | -| Nginx | BSD-2-Clause | c | +| Nginx | BSD-2-Clause | C | +| Clickhouse | Apache License 2.0 | C++ | From 38c8aae7106368addb887b334ba63131f684578e Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Sat, 19 Mar 2022 17:57:41 +0100 Subject: [PATCH 4/6] Updated scope (infrastructure) --- third-party.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/third-party.md b/third-party.md index d02394e64..e5220ac78 100644 --- a/third-party.md +++ b/third-party.md @@ -95,12 +95,12 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | geoip-lite | Apache2 | JavaScript | | ua-parser-js | MIT | JavaScript | | express | MIT | JavaScript | -| kafka | Apache2 | Java | -| stern | Apache2 | Go | -| k9s | Apache2 | Go | -| Minio | General Public License v3.0 | Go | -| PostgreSQL | PostgreSQL License | C++ | -| Ansible | GPL-3.0 | Python | -| k3s | Apache2 | Go | -| Nginx | BSD-2-Clause | C | -| Clickhouse | Apache License 2.0 | C++ | +| kafka | Apache2 | Infrastructure | +| stern | Apache2 | Infrastructure | +| k9s | Apache2 | Infrastructure | +| minio | GPLv3 | Infrastructure | +| postgreSQL | PostgreSQL License | Infrastructure | +| ansible | GPLv3 | Infrastructure | +| k3s | Apache2 | Infrastructure | +| nginx | BSD2 | Infrastructure | +| clickhouse | Apache2 | Infrastructure | From 7a8b45743adda66537b5d4ff7ffe71b3b79a91f8 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Sat, 19 Mar 2022 18:28:26 +0100 Subject: [PATCH 5/6] Update third-party.md --- third-party.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index e5220ac78..4dbff4a80 100644 --- a/third-party.md +++ b/third-party.md @@ -6,7 +6,7 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan |----------|-------------|-------------| | btcutil | IST | Go | | confluent-kafka-go | Apache2 | Go | -| UUID | BSD3 | Go | +| uuid | BSD3 | Go | | pgconn | MIT | Go | | pgx | MIT | Go | | pgerrcode | MIT | Go | From 5dbb1eeaf154fb404a8b1f6358b609439946ee47 Mon Sep 17 00:00:00 2001 From: estradino Date: Sat, 19 Mar 2022 22:42:55 +0100 Subject: [PATCH 6/6] :broom: Updated third-party list --- third-party.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index 4dbff4a80..580e4c576 100644 --- a/third-party.md +++ b/third-party.md @@ -6,9 +6,13 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan |----------|-------------|-------------| | btcutil | IST | Go | | confluent-kafka-go | Apache2 | Go | +| compress | Apache2 | Go | | uuid | BSD3 | Go | +| mux | BSD3 | Go | +| lib/pq | MIT | Go | | pgconn | MIT | Go | | pgx | MIT | Go | +| go-redis | BSD2 | Go | | pgerrcode | MIT | Go | | pgzip | MIT | Go | | maxminddb-golang | IST | Go | @@ -90,7 +94,6 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | source-map | BSD3 | JavaScript | | aws-sdk | Apache2 | JavaScript | | serverless | MIT | JavaScript | -| lib/pq | MIT | Go | | peerjs | MIT | JavaScript | | geoip-lite | Apache2 | JavaScript | | ua-parser-js | MIT | JavaScript | @@ -104,3 +107,4 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | k3s | Apache2 | Infrastructure | | nginx | BSD2 | Infrastructure | | clickhouse | Apache2 | Infrastructure | +| redis | BSD3 | Infrastructure | \ No newline at end of file