Skip to content

Move OPA to distributed component #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e9d192d
Added trino in distributed
fhennig Feb 6, 2023
4f6d221
fix branch reference
fhennig Feb 6, 2023
f5cc293
referenced new ZK branch
fhennig Feb 6, 2023
3f81ca7
fixed release branche reference glob
fhennig Feb 6, 2023
de9c851
netlify redirects
fhennig Feb 6, 2023
56d165e
removed main branch
fhennig Feb 6, 2023
2842c27
updated netlify redirect for zookeeper
fhennig Feb 6, 2023
ebc2337
generic redirect
fhennig Feb 6, 2023
b9f2dc1
added airflow
fhennig Feb 6, 2023
15f06ee
Added hbase
fhennig Feb 6, 2023
a86757b
Added HDFS
fhennig Feb 6, 2023
e54f358
Added Hive
fhennig Feb 7, 2023
e331957
Added Kafka
fhennig Feb 7, 2023
b7d87c0
Added NiFi
fhennig Feb 7, 2023
214ec08
Added OPA
fhennig Feb 7, 2023
373b8bf
Added Spark
fhennig Feb 7, 2023
d9751f7
Added Superset
fhennig Feb 7, 2023
a5a5e89
Added commons
fhennig Feb 7, 2023
dad4efe
Added secret operator
fhennig Feb 7, 2023
74dc7ed
Added listener operator
fhennig Feb 7, 2023
5640f4f
Moved secret nav
fhennig Feb 7, 2023
959329f
changed navigation
fhennig Feb 7, 2023
077f397
fix: excluded stackablectl from the redirects
fhennig Feb 9, 2023
2bac18b
fix: change branch pull back to main for stackablectl
fhennig Feb 9, 2023
b0292d3
OPA only
fhennig Feb 13, 2023
bc019e7
fix playbook
fhennig Feb 13, 2023
68b6bb7
Update operator_doc_links.adoc
razvan Feb 13, 2023
c511400
branches & redirects
fhennig Feb 13, 2023
7af3a53
Added OPA compat branch
fhennig Feb 13, 2023
90cab71
~
fhennig Feb 13, 2023
564a1f2
branch fix
fhennig Feb 13, 2023
ea7be8c
force stable redirct
fhennig Feb 13, 2023
75dcace
cleanup
fhennig Feb 13, 2023
a7758c7
cleanup
fhennig Feb 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ urls:
# This replaces the component version in the URL of the latest stable version with 'stable'
# i.e. /commons-operator/stable/index.html instead of /commons-operator/0.3/index.html
latest_version_segment: stable
redirect_facility: netlify

content:
branches: [release-*, main]
branches: [release-*, main, distributed-component-compat]
tags: docs/*
sources:
- url: https://github.com/stackabletech/documentation.git
Expand Down
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urls:
latest_version_segment: stable

content:
branches: [release-*, main]
branches: [release-*, main, distributed-component-compat]
tags: docs/*
sources:
- url: ./
Expand Down
2 changes: 1 addition & 1 deletion modules/operators/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* xref:index.adoc[]
** xref:supported_versions.adoc[]
** xref:monitoring.adoc[]
include::partial$operator_doc_links.adoc[]
include::partial$operator_doc_links.adoc[]
8 changes: 7 additions & 1 deletion modules/operators/partials/operator_doc_links.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// docs for the syntax below: https://docs.antora.org/antora/latest/navigation/include-lists/#include-a-nested-list
** xref:airflow::index.adoc[Apache Airflow]
** xref:druid::index.adoc[Apache Druid]
** xref:hbase::index.adoc[Apache HBase]
Expand All @@ -9,6 +10,11 @@
** xref:superset::index.adoc[Apache Superset]
** xref:trino::index.adoc[Trino]
** xref:zookeeper::index.adoc[Apache ZooKeeper]
** xref:opa::index.adoc[OpenPolicyAgent]
** xref:opa:index.adoc[Open Policy Agent]
+
--
include::opa:partial$nav.adoc[]
--
** xref:commons-operator::index.adoc[Commons]
** xref:listener-operator::index.adoc[Listener]
** xref:secret-operator::index.adoc[Secret]
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[redirects]]
from = "/opa/nightly/*"
to = "/home/nightly/opa/:splat"
status = 302

[[redirects]]
from = "/opa/stable/*"
to = "/home/stable/opa/:splat"
status = 302
force = true # We're generating a compat page, but redirect it