Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions site2/website-next/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ module.exports = {
label: "Docs",
},
{ to: "/versions", label: "Versions", position: "left" },
{ to: "/download", label: "Download", position: "left" },
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://github.com/apache/pulsar",
Expand Down Expand Up @@ -297,4 +298,8 @@ module.exports = {
],
"./postcss-tailwind-loader",
],
// clientModules: [
// require.resolve("./mySiteGlobalJs.js"),
// require.resolve("./mySiteGlobalCss.css"),
// ],
};
17 changes: 9 additions & 8 deletions site2/website-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"download": "CROWDIN_PERSONAL_TOKEN=20a2c29bfe39397f7ae63ce318c04c96 crowdin download"
},
"dependencies": {
"@crowdin/cli": "3.7.2",
"@docusaurus/core": "2.0.0-beta.13",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.13",
"@docusaurus/preset-classic": "2.0.0-beta.13",
"@crowdin/cli": "3.7.4",
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.2.3",
"@mui/material": "^5.2.5",
"@svgr/webpack": "^6.1.2",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
Expand All @@ -34,7 +34,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.1",
"react-svg": "^14.1.4",
"react-md-file": "^2.0.0",
"react-svg": "^14.1.5",
"remark-linkify-regex": "^1.0.0",
"replace-in-file": "^6.3.2",
"url-loader": "^4.1.1"
Expand All @@ -57,7 +58,7 @@
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "^3.0.1"
"postcss-preset-env": "^7.1.0",
"tailwindcss": "^3.0.7"
}
}
3 changes: 3 additions & 0 deletions site2/website-next/pulsar-adapters-release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"2.8.0"
]
35 changes: 35 additions & 0 deletions site2/website-next/pulsar-manager-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Apache Pulsar Manager

### 0.2.0 &mdash; 2020-09-28 <a id="0.2.0"></a>

* Support multiple addresses for the broker stats [PR-306](https://github.com/apache/pulsar-manager/pull/306).
* Use `PulsarAdmin` instead of `HttpUti`l in `BrokerStatsServiceImpl` [PR-315](https://github.com/apache/pulsar-manager/pull/315).
* Serve frontend directly from Pulsar Manager backend process [PR-288](https://github.com/apache/pulsar-manager/pull/288).
* Support docker for JWT [PR-218](https://github.com/apache/pulsar-manager/pull/218).
* Support sub and unsub operations [PR-240](https://github.com/apache/pulsar-manager/pull/240).
* Support peeking messages from the Pulsar broker [PR-241](https://github.com/apache/pulsar-manager/pull/241).
* Support BookKeeper visual manager 1.2.0 [PR-300](https://github.com/apache/pulsar-manager/pull/300).
* Support forwarding messages through HTTPS [PR-258](https://github.com/apache/pulsar-manager/pull/258).
* Support displaying stats for tenants and namespaces [PR-243](https://github.com/apache/pulsar-manager/pull/243).
* Add a configuration file for the backend service of Pulsar manager [PR-236](https://github.com/apache/pulsar-manager/pull/236).
* Add default configurations for the environment [PR-242](https://github.com/apache/pulsar-manager/pull/242).
* Fix an SQL syntax error [PR-298](https://github.com/apache/pulsar-manager/pull/298).
* Fix the issue that Pulsar Manager fail to process the request sent to the Pulsar proxy [PR-281](https://github.com/apache/pulsar-manager/pull/281).
* Change the default port and replace the request URI [PR-316](https://github.com/apache/pulsar-manager/pull/316).


### 0.1.0 &mdash; 2019-11-25 <a id="0.1.0"></a>

* Remove streamnative from the project [PR-213](https://github.com/apache/pulsar-manager/pull/213).
* Add license file for pulsar-manager [PR-209](https://github.com/apache/pulsar-manager/pull/209).
* Support management of jwt for pulsar-manager [PR-205](https://github.com/apache/pulsar-manager/pull/205).
* Support redirect.scheme [PR-204](https://github.com/apache/pulsar-manager/pull/204).
* Fix reset cursor by time [PR-179](https://github.com/apache/pulsar-manager/pull/179).
* Fix wrong broker display error [PR-187](https://github.com/apache/pulsar-manager/pull/187).
* Remove dependency package jszip [PR-189](https://github.com/apache/pulsar-manager/pull/189).
* Add developer guide [PR-186](https://github.com/apache/pulsar-manager/pull/186).
* Keep table and column name fields lowercase [PR-190](https://github.com/apache/pulsar-manager/pull/190).
* Fix loggin level [PR-191](https://github.com/apache/pulsar-manager/pull/191).
* Fix wrong place for license scan badge [PR-193](https://github.com/apache/pulsar-manager/pull/193).
* Add support for HerdDB database [PR-183](https://github.com/apache/pulsar-manager/pull/183).
* Make default environment persistent [PR-197](https://github.com/apache/pulsar-manager/pull/197).
4 changes: 4 additions & 0 deletions site2/website-next/pulsar-manager-release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"0.2.0",
"0.1.0"
]
34 changes: 34 additions & 0 deletions site2/website-next/releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
"2.9.1",
"2.9.0",
"2.8.1",
"2.8.0",
"2.7.3",
"2.7.2",
"2.7.1",
"2.7.0",
"2.6.4",
"2.6.3",
"2.6.2",
"2.6.1",
"2.6.0",
"2.5.2",
"2.5.1",
"2.5.0",
"2.4.2",
"2.4.1",
"2.4.0",
"2.3.2",
"2.3.1",
"2.3.0",
"2.2.1",
"2.2.0",
"2.1.1-incubating",
"2.1.0-incubating",
"2.0.1-incubating",
"1.22.1-incubating",
"1.22.0-incubating",
"1.21.0-incubating",
"1.20.0-incubating",
"1.19.0-incubating"
]
75 changes: 75 additions & 0 deletions site2/website-next/src/components/ConnectorTable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
import * as React from "react";
import Table from "@mui/material/Table";
import TableBody from "@mui/material/TableBody";
import TableCell from "@mui/material/TableCell";
import TableRow from "@mui/material/TableRow";
import Link from "@mui/material/Link";
// import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import Translate, { translate } from "@docusaurus/Translate";

export default function VersionsTable(props) {
// const { siteConfig } = useDocusaurusContext();
return (
<Table size="small">
<TableBody>
<TableRow key="header">
{["IO connector", "Archive", "Crypto files"].map((header) => (
<TableCell
className="border-gray-300 font-bold"
sx={{ border: 1, color: "inherit" }}
align="left"
key={header}
>
<Translate>{header}</Translate>
</TableCell>
))}
</TableRow>
{props.data.map((row, index) => (
<TableRow key={index}>
<TableCell
className="border-gray-300"
sx={{ border: 1, color: "inherit" }}
align="left"
>
<Link
className="text-primary"
href={row.connector}
underline="none"
target="_blank"
>
{row.connectorText}
</Link>
</TableCell>
<TableCell
className="border-gray-300"
sx={{ border: 1 }}
align="left"
target="_blank"
>
<Link
className="text-primary"
href={row.archive}
underline="none"
>
{row.archiveText}
</Link>
</TableCell>
<TableCell
className="border-gray-300"
sx={{ border: 1 }}
align="left"
>
<Link className="text-primary" href={row.asc} underline="none">
asc
</Link>
,
<Link className="text-primary" href={row.sha512} underline="none">
sha512
</Link>
</TableCell>
</TableRow>
))}
</TableBody>
</Table>
);
}
55 changes: 55 additions & 0 deletions site2/website-next/src/components/GuideTable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
import * as React from "react";
import Table from "@mui/material/Table";
import TableBody from "@mui/material/TableBody";
import TableCell from "@mui/material/TableCell";
import TableRow from "@mui/material/TableRow";
import Link from "@mui/material/Link";
// import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import Translate, { translate } from "@docusaurus/Translate";

export default function VersionsTable(props) {
// const { siteConfig } = useDocusaurusContext();
return (
<Table size="small">
<TableBody>
<TableRow key="header">
{["Client guide", "API docs"].map((header) => (
<TableCell
className="border-gray-300 font-bold"
sx={{ border: 1, color: "inherit" }}
align="left"
key={header}
>
<Translate>{header}</Translate>
</TableCell>
))}
</TableRow>
{props.data.map((row, index) => (
<TableRow key={index}>
<TableCell
className="border-gray-300"
sx={{ border: 1, color: "inherit" }}
align="left"
>
<Link
className="text-primary"
href={row.link}
underline="none"
target="_blank"
>
{row.name}
</Link>
</TableCell>
<TableCell
className="border-gray-300 font-bold"
sx={{ border: 1, color: "inherit" }}
align="left"
>
{row.description}
</TableCell>
</TableRow>
))}
</TableBody>
</Table>
);
}
107 changes: 107 additions & 0 deletions site2/website-next/src/components/OldReleaseTable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
import * as React from "react";
import Table from "@mui/material/Table";
import TableBody from "@mui/material/TableBody";
import TableCell from "@mui/material/TableCell";
import TableRow from "@mui/material/TableRow";
import Link from "@mui/material/Link";
// import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import Translate, { translate } from "@docusaurus/Translate";

export default function VersionsTable(props) {
// const { siteConfig } = useDocusaurusContext();
return (
<Table size="small">
<TableBody>
<TableRow key="header">
{["Release", "Binary", "Source", "Release notes"].map((header) => (
<TableCell
className="border-gray-300 font-bold"
sx={{ border: 1, color: "inherit" }}
align="left"
key={header}
>
<Translate>{header}</Translate>
</TableCell>
))}
</TableRow>
{props.data.map((row, index) => (
<TableRow key={index}>
<TableCell
className="border-gray-300 font-bold"
sx={{ border: 1, color: "inherit" }}
align="left"
>
<Translate>{row.release}</Translate>
</TableCell>
<TableCell
className="border-gray-300"
sx={{ border: 1 }}
align="left"
>
<Link className="text-primary" href={row.binary} underline="none">
{row.binaryText + " "}
</Link>
(
<Link
className="text-primary"
href={row.binaryAsc}
underline="none"
>
asc
</Link>
,
<Link
className="text-primary"
href={row.binarySha}
underline="none"
>
{row.binaryShaText}
</Link>
)
</TableCell>
<TableCell
className="border-gray-300"
sx={{ border: 1 }}
align="left"
>
<Link className="text-primary" href={row.source} underline="none">
{row.sourceText + " "}
</Link>
(
<Link
className="text-primary"
href={row.sourceAsc}
underline="none"
>
asc
</Link>
,
<Link
className="text-primary"
href={row.sourceSha}
underline="none"
>
{row.sourceShaText}
</Link>
)
</TableCell>
<TableCell
className="border-gray-300"
sx={{ border: 1 }}
align="left"
>
<Link
className="text-primary"
href={row.releaseNote}
underline="none"
>
{/* <Translate>Release Notes</Translate> */}
{row.releaseNote}
</Link>
</TableCell>
</TableRow>
))}
</TableBody>
</Table>
);
}
Loading