Skip to content

Commit

Permalink
Merge branch 'main' into feature/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr authored Mar 13, 2024
2 parents bc4b32a + 1e59286 commit 760358c
Show file tree
Hide file tree
Showing 13 changed files with 247 additions and 96 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
web/src/api/schema.d.ts linguist-generated
extra/completions/* linguist-generated
extra/man/* linguist-generated
nix/** linguist-generated
Cargo.nix linguist-generated
crate-hashes.json linguist-generated
20 changes: 20 additions & 0 deletions .readme/static/borrowed/Icon_Stackable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Cargo.lock

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

28 changes: 21 additions & 7 deletions Cargo.nix

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

24 changes: 19 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,41 @@ directories = "5.0"
dotenvy = "0.15"
futures = "0.3"
indexmap = { version = "2.0", features = ["serde"] }
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_28"] }
kube = { version = "0.87", default-features = false, features = ["client", "rustls-tls", "ws"] }
k8s-openapi = { version = "0.20", default-features = false, features = [
"v1_28",
] }
kube = { version = "0.87", default-features = false, features = [
"client",
"rustls-tls",
"ws",
] }
lazy_static = "1.4"
libc = "0.2.153"
once_cell = "1.18"
phf = "0.11"
phf_codegen = "0.11"
rand = "0.8"
regex = "1.9"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }
rstest = "0.18"
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
snafu = { version = "0.7", features = ["futures"] }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.61.0" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.64.0" }
tera = "1.18"
termion = "3.0.0"
tokio = { version = "1.29.0", features = ["rt-multi-thread", "macros", "fs", "process", "io-std"] }
tokio = { version = "1.29.0", features = [
"rt-multi-thread",
"macros",
"fs",
"process",
"io-std",
] }
tower-http = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Stackable Cockpit
<!-- markdownlint-disable MD041 MD033 -->

⚠️ Notice: This repository and all its components are currently WIP. At this point in time, no stable version is
released. Users of `stackablectl` should continue to use the current latest version. A switch can be made when the time
is appropriate.
<p align="center">
<img width="150" src="./.readme/static/borrowed/Icon_Stackable.svg" alt="Stackable Logo"/>
</p>

This repository contains the Stackable library `stackable-cockpit`, the Stackable CLI tool
`stackablectl`, the Stackable server `stackable-cockpitd`, and the web-based admin user
interface.
<h1 align="center">Stackable Cockpit</h1>

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
[![Apache License 2.0](https://img.shields.io/badge/license-Apache--2.0-green)](./LICENSE)

[Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)

This repository contains the Stackable library `stackable-cockpit`, the Stackable CLI tool `stackablectl`, the Stackable
Cockpit server `stackable-cockpitd`, and the web-based admin user interface.

## Components

Expand Down
4 changes: 2 additions & 2 deletions crate-hashes.json

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

18 changes: 9 additions & 9 deletions nix/sources.json

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

Loading

0 comments on commit 760358c

Please sign in to comment.