Skip to content

Commit

Permalink
Release/2021 04 09 (#1230)
Browse files Browse the repository at this point in the history
* add "hint" admonition type

* Fixed the ecpgplus guide for v12

* BART_2.5_udpates

* content/migration_toolkit/53.0.2/fix_the doc

* BART_2.6_Updates

* content/migration_toolkit/54.0.0/fix_content

* New-7.16-branch

The content is copied from PEM 8.0 to PEM 7.16 branch

* fixing file location for BART 2.5.9

* build: remove CNP docs staging area

There's no need for us to keep a copy of the source files around, as we
can always recreate from upstream repo tags.

* style: format Python code with Black

https://black.readthedocs.io/en/stable/

* fix: remove extraneous code

* build: remove the need to rename CNP docs source name

* feat: update CNP docs to v1.2.1

* content/migration_toolkit/53.0.2/fix_content

* content: bart 2.5.9

PR wouldn't merge 🤷

warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your merge.renamelimit variable to at least 2977 and retry the command.
Automatic merge failed; fix conflicts and then commit the result

* fixing index.mdx, pem 7.16

* hotfix: removing breaking artefacts

* hotfix: removing ark from build-sources

* hotfix: bart stubs included in non-stubbed pages

* Language_pack_EPAS12

* BIP guide fixes

* minor_update

* build: upgrade JS dependencies (#1222)

Co-authored-by: Alex Mohr <[email protected]>

* hotfix: removing ark so PDFs build

* Release notes for v12

* hotfix: fixing develop

* Revert "Merging New-8.0-branch"

This reverts commit f9a2556 [formerly 443c7d5].

* get rid of unneeded 8.0.1 pdf

* revert "hotfix: removing ark so PDFs build" - not the issue

* Revert "hotfix: fixing develop"

This reverts commit bd3e103 [formerly 6dbe8c1].

* PDF build WORKS!

Co-authored-by: Josh Heyer <[email protected]>
Co-authored-by: sheetal <[email protected]>
Co-authored-by: Manjusha Vaidya <[email protected]>
Co-authored-by: Rasika03 <[email protected]>
Co-authored-by: nidhibhammar <[email protected]>
Co-authored-by: George Song <[email protected]>
Co-authored-by: Alex Mohr <[email protected]>
Former-commit-id: 29a4f32
  • Loading branch information
8 people authored Apr 9, 2021
1 parent 452039c commit 3f8b0b0
Show file tree
Hide file tree
Showing 3,133 changed files with 49,167 additions and 6,104 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ __pycache__

# Project specific
dev-sources.json
product_docs/content/*
!product_docs/content/.keep
product_docs/content_build/*
!product_docs/content_build/.keep
product_docs/content/
product_docs/content_build/
static/nginx_redirects.generated
temp_kubernetes/build/*

temp_kubernetes/
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ product: 'Cloud Native Operator'
The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via `kubectl`.

You can install the [latest operator manifest](https://get.enterprisedb.io/cnp/postgresql-operator-1.2.0.yaml)
You can install the [latest operator manifest](https://get.enterprisedb.io/cnp/postgresql-operator-1.2.1.yaml)
as follows:

```sh
kubectl apply -f \
https://get.enterprisedb.io/cnp/postgresql-operator-1.2.0.yaml
https://get.enterprisedb.io/cnp/postgresql-operator-1.2.1.yaml
```

Once you have run the `kubectl` command, Cloud Native PostgreSQL will be installed in your Kubernetes cluster.
Expand Down
2 changes: 1 addition & 1 deletion build-sources.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ark": true,
"ark": false,
"bdr": true,
"bart": true,
"efm": true,
Expand Down
6 changes: 4 additions & 2 deletions docs/how-tos/sync-cnp-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ GitHub action dispatch and automated event handling.

1. The CNP team informs us that there's a new version.
1. Check out the appropriate version from the [CNP][] repo.
1. Replace `docs:temp_kubernetes/original/` with
`cloud-native-postgresql:docs/`.
1. Replace `docs:temp_kubernetes/docs/` with `cloud-native-postgresql:docs/`.

`temp_kubernetes/docs/` is not tracked via Git, so if it's not present
already, you'll need to create the directory yourself.
1. Transpile original source documentation into MDX format:

```sh
Expand Down
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ module.exports = {
infima: true,
customTypes: {
seealso: 'note',
hint: 'tip',
},
},
],
Expand Down
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,53 +29,52 @@
"@mdx-js/react": "^1.6.1",
"algoliasearch": "^4.2.0",
"balance-text": "^3.3.0",
"bl": "4.1.0",
"bl": "5.0.0",
"bootstrap": "4.6.0",
"gatsby": "^3.1.0",
"gatsby-cli": "^3.1.0",
"gatsby-plugin-algolia": "^0.17.0",
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby": "^3.2.1",
"gatsby-cli": "^3.2.0",
"gatsby-plugin-algolia": "^0.18.0",
"gatsby-plugin-catch-links": "^3.2.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^3.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-google-tagmanager": "^3.2.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^3.0.1",
"gatsby-plugin-netlify": "^3.2.0",
"gatsby-plugin-nginx-redirect": "^0.0.11",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.0.1",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.0.0",
"gatsby-remark-images": "4.0.0",
"gatsby-remark-prismjs": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"gatsby-plugin-sass": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-plugin-sitemap": "^3.2.0",
"gatsby-remark-autolink-headers": "^3.2.0",
"gatsby-remark-images": "4.2.0",
"gatsby-remark-prismjs": "^4.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-json": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"graceful-fs": "^4.2.4",
"is-absolute-url": "^3.0.3",
"markdown-to-jsx": "^7.0.0",
"prismjs": "^1.21.0",
"react": "^17.0.1",
"react": "^17.0.2",
"react-bootstrap": "^1.0.1",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-instantsearch-dom": "^6.9.0",
"remark-admonitions": "https://github.com/josh-heyer/remark-admonitions",
"sass": "^1.32.5",
"truncate-utf8-bytes": "^1.0.2",
"yarn": "^1.22.10"
"truncate-utf8-bytes": "^1.0.2"
},
"devDependencies": {
"fast-glob": "^3.2.5",
"hast-util-is-element": "^1.1.0",
"hast-util-to-text": "^2.0.1",
"husky": "^5.1.3",
"husky": "^6.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-refresh": "^0.9.0",
"react-refresh": "^0.10.0",
"rehype-format": "^3.1.0",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.0.0",
Expand Down
3 changes: 0 additions & 3 deletions product_docs/docs/.vscode/settings.json

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions product_docs/docs/ark/3.5/ark_admin/images/ark_dba_tab.png
Loading

0 comments on commit 3f8b0b0

Please sign in to comment.