Compare commits

..
Author SHA1 Message Date
tischrei 49f239d350 make blueprints public again and make caf internal in AC
gl/check check status: success (49f239d350b0a6ad4cafaa1d3a07a31831b1f410)
gl/gate gate status: success (49f239d350b0a6ad4cafaa1d3a07a31831b1f410)
2024-03-08 08:33:15 +00:00
tischrei 82e080f7f9 make blueprints internal in AC
gl/check check status: pending (82e080f7f9ae8e5dfda6b5c1ae3c4eaae4a4dd10)
2024-03-08 08:30:45 +00:00
8 changed files with 12 additions and 15 deletions
@@ -1,5 +1,6 @@
---
hc_location: api/functiongraph
environment: internal
html_location: docs/fg/api-ref
link: /function-graph/api-ref/
pdf_name: fg-api-ref
+1
View File
@@ -1,5 +1,6 @@
---
hc_location: usermanual/functiongraph
environment: internal
html_location: docs/fg/umn
link: /function-graph/umn/
pdf_name: fg-umn
@@ -1,5 +1,6 @@
---
hc_location: api/ocr
environment: internal
html_location: docs/ocr/api-ref
link: /optical-character-recognition/api-ref/
pdf_name: ocr-api-ref
+1
View File
@@ -1,5 +1,6 @@
---
hc_location: usermanual/ocr
environment: internal
html_location: docs/ocr/umn
link: /optical-character-recognition/umn/
pdf_name: ocr-umn
+1 -1
View File
@@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/function-graph
+1 -1
View File
@@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/optical-character-recognition
-7
View File
@@ -246,19 +246,12 @@ class Services(object):
x for x in srv["teams"] if x["permission"] == "write"
]
if "repositories" in srv and environment:
internal_exists = False
for repo in srv["repositories"]:
if (
"environment" in repo
and repo["environment"] == environment
):
srv_res["repository"] = repo["repo"]
if repo["environment"] == "internal":
internal_exists = True
# internal repo does not exist
# service will be left out from metadata.yaml
if not internal_exists:
continue
for doc in self.all_docs:
if (
"html_location" in doc
+6 -6
View File
@@ -95,12 +95,12 @@ def process_repositories(args, service):
f"due to the doc-type filter."
)
continue
# if doc.get("environment"):
# logging.info(
# f"Skipping synchronizing {doc['title']} "
# f"since it is environment bound."
# )
# continue
if doc.get("environment"):
logging.info(
f"Skipping synchronizing {doc['title']} "
f"since it is environment bound."
)
continue
branch_name = f"{args.branch_name}#{doc['type']}"
remote_ref = SymbolicReference.create(