240cf6dd94
* add basic guacamole Signed-off-by: Jens Langhammer <jens@goauthentik.io> * make everything mostly work Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add rac build to CI Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix resize, fix web lint, sendSize correctly Signed-off-by: Jens Langhammer <jens@goauthentik.io> * pre-send connection from client, format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * improve throughput Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cleanup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rework TokenOutpostConsumer into middleware Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix some layout issues Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add outpost controllers Signed-off-by: Jens Langhammer <jens@goauthentik.io> * start testing audio things Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix a bunch of things Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add deps Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix to work with outpost group Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add simple loadbalancing Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add simple reconnect Signed-off-by: Jens Langhammer <jens@goauthentik.io> * show reconnecting text Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix error when checking ports Signed-off-by: Jens Langhammer <jens@goauthentik.io> * move to providers Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add flow check to interface Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix go lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix rac app label Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix audio Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add logging Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cleanup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * allow overriding all settings Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix duplicate keyboard, debug high DPI Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-add deps Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix missing __init__.py breaking model loading I love python Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * bump successful ws connection to info Signed-off-by: Jens Langhammer <jens@goauthentik.io> * hide cursor since guac draws that Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add clipboard support (bidirectional) Signed-off-by: Jens Langhammer <jens@goauthentik.io> * make codespell not want to break the code Signed-off-by: Jens Langhammer <jens@goauthentik.io> * run pr comment in separate task Signed-off-by: Jens Langhammer <jens@goauthentik.io> * start endpoint and property mapping stuff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * more endpoint things Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated: fix event model_pk filtering with ints Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated: improve event display for changelog Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rebuild endpoint stuff again Signed-off-by: Jens Langhammer <jens@goauthentik.io> * idk special url Signed-off-by: Jens Langhammer <jens@goauthentik.io> * more stuff, connect token with session Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add disconnect Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rework disconnect cleanly disconnect from guacd instead of just letting the connection timeout Signed-off-by: Jens Langhammer <jens@goauthentik.io> * clear cache when creating outpost Signed-off-by: Jens Langhammer <jens@goauthentik.io> * support host:port and fix protocol Signed-off-by: Jens Langhammer <jens@goauthentik.io> * center smaller viewport Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rework connection to wait more and stop after some time Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add policy control to endpoints Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove provider protocol Signed-off-by: Jens Langhammer <jens@goauthentik.io> * don't switch to different outpost connection when already chosen Signed-off-by: Jens Langhammer <jens@goauthentik.io> * start using property mappings, add static settings Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add some RAC mapping settings Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> * start adding tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests for event changes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests and fix issues found by said tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add preview banner, move endpoints to main page Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add locale Signed-off-by: Jens Langhammer <jens@goauthentik.io> * auto-select endpoint if only one is available Signed-off-by: Jens Langhammer <jens@goauthentik.io> * backport https://github.com/goauthentik/authentik/pull/7831 to rac Signed-off-by: Jens Langhammer <jens@goauthentik.io> * dont select property mappings on endpoints Signed-off-by: Jens Langhammer <jens@goauthentik.io> * make table modal only load when opened Signed-off-by: Jens Langhammer <jens@goauthentik.io> * only auto-redirect when open Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix web deps Signed-off-by: Jens Langhammer <jens@goauthentik.io> * check for token expiry and terminate session Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-add endpoint name to title Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disconnect connection when token is manually deleted Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add initial RAC docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add connection expiry setting to provider Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix flaky tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
193 lines
5 KiB
JavaScript
193 lines
5 KiB
JavaScript
import markdown from "@jackfranklin/rollup-plugin-markdown";
|
|
import babel from "@rollup/plugin-babel";
|
|
import commonjs from "@rollup/plugin-commonjs";
|
|
import { nodeResolve } from "@rollup/plugin-node-resolve";
|
|
import replace from "@rollup/plugin-replace";
|
|
import terser from "@rollup/plugin-terser";
|
|
import { cwd } from "process";
|
|
import copy from "rollup-plugin-copy";
|
|
import cssimport from "rollup-plugin-cssimport";
|
|
|
|
// https://github.com/d3/d3-interpolate/issues/58
|
|
const IGNORED_WARNINGS = /Circular dependency(.*d3-[interpolate|selection])|(.*@lit\/localize.*)/;
|
|
|
|
const extensions = [".js", ".jsx", ".ts", ".tsx"];
|
|
|
|
export const resources = [
|
|
{
|
|
src: "node_modules/@patternfly/patternfly/patternfly.min.css",
|
|
dest: "dist/",
|
|
},
|
|
{ src: "src/common/styles/*", dest: "dist/" },
|
|
{ src: "src/custom.css", dest: "dist/" },
|
|
|
|
{
|
|
src: "node_modules/@patternfly/patternfly/assets/*",
|
|
dest: "dist/assets/",
|
|
},
|
|
{ src: "src/assets/*", dest: "dist/assets" },
|
|
{ src: "./icons/*", dest: "dist/assets/icons" },
|
|
];
|
|
|
|
// eslint-disable-next-line no-undef
|
|
export const isProdBuild = process.env.NODE_ENV === "production";
|
|
// eslint-disable-next-line no-undef
|
|
export const apiBasePath = process.env.AK_API_BASE_PATH || "";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
|
export function manualChunks(id) {
|
|
if (id.endsWith(".md")) {
|
|
return "docs";
|
|
}
|
|
if (id.includes("@goauthentik/api")) {
|
|
return "api";
|
|
}
|
|
if (id.includes("locales")) {
|
|
const parts = id.split("/");
|
|
const file = parts[parts.length - 1];
|
|
return "locale-" + file.replace(".ts", "");
|
|
}
|
|
if (id.includes("node_modules")) {
|
|
if (id.includes("codemirror")) {
|
|
return "vendor-cm";
|
|
}
|
|
return "vendor";
|
|
}
|
|
}
|
|
|
|
export const defaultOptions = {
|
|
plugins: [
|
|
cssimport(),
|
|
markdown(),
|
|
nodeResolve({ extensions, browser: true }),
|
|
commonjs(),
|
|
babel({
|
|
extensions,
|
|
babelHelpers: "runtime",
|
|
include: ["src/**/*"],
|
|
}),
|
|
replace({
|
|
"process.env.NODE_ENV": JSON.stringify(isProdBuild ? "production" : "development"),
|
|
"process.env.CWD": JSON.stringify(cwd()),
|
|
"process.env.AK_API_BASE_PATH": JSON.stringify(apiBasePath),
|
|
"preventAssignment": true,
|
|
}),
|
|
isProdBuild && terser(),
|
|
].filter((p) => p),
|
|
watch: {
|
|
clearScreen: false,
|
|
},
|
|
preserveEntrySignatures: "strict",
|
|
cache: true,
|
|
context: "window",
|
|
onwarn: function (warning, warn) {
|
|
if (IGNORED_WARNINGS.test(warning)) {
|
|
return;
|
|
}
|
|
if (warning.code === "UNRESOLVED_IMPORT") {
|
|
throw Object.assign(new Error(), warning);
|
|
}
|
|
warn(warning);
|
|
},
|
|
};
|
|
|
|
// Polyfills (imported first)
|
|
export const POLY = {
|
|
input: "./src/polyfill/poly.ts",
|
|
output: [
|
|
{
|
|
format: "iife",
|
|
file: "dist/poly.js",
|
|
sourcemap: true,
|
|
},
|
|
],
|
|
cache: true,
|
|
plugins: [
|
|
cssimport(),
|
|
nodeResolve({ browser: true }),
|
|
commonjs(),
|
|
isProdBuild && terser(),
|
|
copy({
|
|
targets: [...resources],
|
|
copyOnce: false,
|
|
}),
|
|
].filter((p) => p),
|
|
};
|
|
|
|
export const standalone = ["api-browser", "loading"].map((input) => {
|
|
return {
|
|
input: `./src/standalone/${input}`,
|
|
output: [
|
|
{
|
|
format: "es",
|
|
dir: `dist/standalone/${input}`,
|
|
sourcemap: true,
|
|
manualChunks: manualChunks,
|
|
},
|
|
],
|
|
...defaultOptions,
|
|
};
|
|
});
|
|
|
|
export const enterprise = ["rac"].map((input) => {
|
|
return {
|
|
input: `./src/enterprise/${input}`,
|
|
output: [
|
|
{
|
|
format: "es",
|
|
dir: `dist/enterprise/${input}`,
|
|
sourcemap: true,
|
|
manualChunks: manualChunks,
|
|
},
|
|
],
|
|
...defaultOptions,
|
|
};
|
|
});
|
|
|
|
export default [
|
|
POLY,
|
|
// Standalone
|
|
...standalone,
|
|
// Flow interface
|
|
{
|
|
input: "./src/flow/FlowInterface.ts",
|
|
output: [
|
|
{
|
|
format: "es",
|
|
dir: "dist/flow",
|
|
sourcemap: true,
|
|
manualChunks: manualChunks,
|
|
},
|
|
],
|
|
...defaultOptions,
|
|
},
|
|
// Admin interface
|
|
{
|
|
input: "./src/admin/AdminInterface/AdminInterface.ts",
|
|
output: [
|
|
{
|
|
format: "es",
|
|
dir: "dist/admin",
|
|
sourcemap: true,
|
|
manualChunks: manualChunks,
|
|
},
|
|
],
|
|
...defaultOptions,
|
|
},
|
|
// User interface
|
|
{
|
|
input: "./src/user/UserInterface.ts",
|
|
output: [
|
|
{
|
|
format: "es",
|
|
dir: "dist/user",
|
|
sourcemap: true,
|
|
manualChunks: manualChunks,
|
|
},
|
|
],
|
|
...defaultOptions,
|
|
},
|
|
// Enterprise
|
|
...enterprise,
|
|
];
|