Skip to content

v4.9.0

commit fd7a1a9c1daffbf72fc387c44e45bed318ec2ae4
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Mar 1 14:09:50 2022 -0600

    fix(dependencies): provide default icon values for useDependencyIcon

M   app/views/Endpoint/features/dependencies/hooks.ts

commit 31b73dde8c098d9dfdb3e4baf9b5f031c4d6ce5a
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Mar 1 10:11:12 2022 -0600

    fix(editors): fix header css

M   app/views/Endpoint/features/editor/components/EditorParts.jsx

commit 927956d2152a91f294ce0c59ee38e36272e3f0a5
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 11:49:31 2022 -0600

    fix: tweaks based on rob's feedback

M   app/api/icons.ts
M   app/config/routes.ts
M   app/views/Endpoint/views/BootEnvs/Editor.jsx
M   app/views/Endpoint/views/Contexts/ImageField.jsx
M   app/views/Endpoint/views/IdentityProviders/CreateEditor.jsx
M   app/views/Endpoint/views/IdentityProviders/Editor.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx

commit e7da31d9329331914c7a91fc78ad96cb548dce7d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 11:36:59 2022 -0600

    fix(users): fix changing different users' password attempting login

M   app/views/Endpoint/views/Users/Editor.jsx

commit e3006f11885e8bdae3ffba25a2c1a56de02de395
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 11:07:56 2022 -0600

    fix(dhcp options): fix default options having delete buttons when empty

D   app/views/Endpoint/views/Subnets/components/DHCPOptions.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx

commit 868251b5bff54b86a0891b9a3c7d1ac617c4f982
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 11:00:15 2022 -0600

    fix(dependencies): fix leases broken by having no dependencies

M   app/views/Endpoint/features/dependencies/hooks.ts

commit 6fc65db2ad134b995466317ad71a96d02647b706
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:38:56 2022 -0600

    fix(editor): fix undo not working for some fields by force updating field

M   app/views/Endpoint/features/editor/hooks.ts

commit afd0d493cdeab95b28549d5f9e92b660b873f022
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:28:15 2022 -0600

    fix(editor): make readOnly HOC prop impact the editors

M   app/views/Endpoint/features/editor/context.tsx
M   app/views/Endpoint/views/Jobs/Editor.jsx

commit aef40d6781c61a05d30125de968610e18fa4c047
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:21:03 2022 -0600

    fix(jobs): rob tweaks

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/Jobs/components/JobTemplates.jsx

commit d3c38a591c782e038b1d535e171e7a1a7364147e
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:19:54 2022 -0600

    feat(plugins): add documentation tab

M   app/views/Endpoint/views/Plugins/Editor.jsx

commit 343c01dc6de4ac2d0e42cd96c2eaed17c14ae7bf
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:19:33 2022 -0600

    fix: catalog hotFix fix, better create editor margins, rst fixes, type fix in editor

M   app/views/Endpoint/features/editor/context.tsx
M   app/views/Endpoint/views/Catalog/Row.jsx
M   app/views/Endpoint/views/Contents/components/RSTDocs.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx

commit 64d75bbdb92c1581deb241037e5022781f9ac672
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 10:13:21 2022 -0600

    fix: use yaml.dump instead of yaml.safeDump

M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/views/Contents/index.jsx

commit b9e05f170dba5d6e1b5d0995ada0a43f0f208c44
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 09:38:45 2022 -0600

    fix(editor): fix broken meta on create editors

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx

commit a1f77b817e806b4a8231a27800622944a19257d4
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 28 09:21:33 2022 -0600

    refactor: add more typings to cloudia api

M   app/api/analytics.tsx
M   app/api/cloudia.tsx

commit db16a6b9129d07ba65d64000a77fd0a232e2624f
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 15:31:10 2022 -0600

    refactor: minor typescript improvements

M   app/api/cloudia.tsx
R100    app/api/icons.tsx   app/api/icons.ts
M   app/api/offbrandjQuery.ts
R100    app/hooks/useAuthToken.tsx  app/hooks/useAuthToken.ts
R093    app/hooks/useMounted.jsx    app/hooks/useMounted.ts
R075    app/hooks/useSearch.jsx app/hooks/useSearch.ts
R062    app/layout/Copy.jsx app/layout/Copy.tsx

commit 8e0376d338772b68aeb55a0c5eb90de9dd6942f2
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 14:52:55 2022 -0600

    fix(socket): add version_sets back into allowed websocket objects

M   app/api/socket.ts

commit 0ad81028fa8734a52a88a437811741f7c70df7f0
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 14:37:40 2022 -0600

    refactor(editor): migrate more editor code to typescript

M   app/views/Endpoint/features/editor/context.tsx
R080    app/views/Endpoint/features/editor/hooks.jsx    app/views/Endpoint/features/editor/hooks.ts
R094    app/views/Endpoint/features/editor/util.jsx app/views/Endpoint/features/editor/util.ts

commit 773d819b20b75e96fac142fe564d0ac14c1d944c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 14:23:55 2022 -0600

    refactor: refactor endpoint index and editor context to typescript

R100    app/App.jsx app/App.tsx
M   app/api/DigitalRebar.ts
M   app/api/index.tsx
R080    app/views/Endpoint/features/editor/context.jsx  app/views/Endpoint/features/editor/context.tsx
R095    app/views/Endpoint/index.jsx    app/views/Endpoint/index.tsx
R100    app/views/index.jsx app/views/index.ts

commit 53314156b27b063fd41927bc8920cf9bbb16492f
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 13:54:48 2022 -0600

    refactor(dependencies): migrate to typescript

M   app/api/database.ts
M   app/api/index.tsx
D   app/api/util.jsx
M   app/rootReducer.ts
M   app/store.ts
M   app/views/Endpoint/features/auth/selectors.ts
R062    app/views/Endpoint/features/dependencies/actions.jsx    app/views/Endpoint/features/dependencies/actions.ts
R056    app/views/Endpoint/features/dependencies/context.jsx    app/views/Endpoint/features/dependencies/context.tsx
R098    app/views/Endpoint/features/dependencies/hooks.jsx  app/views/Endpoint/features/dependencies/hooks.ts
M   app/views/Endpoint/features/dependencies/selectors.ts
R064    app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx    app/views/Endpoint/features/editor/tabs/MetaEditor/const.ts
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/features/selector.ts

commit 38cebe4bed91d27417a51fa7d40ae9fba20aa3ed
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 13:22:01 2022 -0600

    refactor(cloudia): migrate to typescript

R083    app/api/cloudia.jsx app/api/cloudia.tsx

commit 805ee7a61ff4fb072a9a5d74d294f8b60f2083d7
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 13:04:56 2022 -0600

    fix: fix types in offbrandjQuery

R082    app/api/offbrandjQuery.jsx  app/api/offbrandjQuery.ts
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx

commit 448368dfad4f8ff3a06232fd143c1e691226f3f5
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 12:51:43 2022 -0600

    fix(notifications): fix notifications not showing up

M   app/api/index.tsx
M   app/layout/Wrapper.jsx

commit 0c199237d428ae0a703cfeea7e306d6d5490f0ba
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 11:23:44 2022 -0600

    fix(lint): fix tsx files unable to find css prop

M   app/api/index.tsx
M   app/index.d.ts
M   tsconfig.json

commit 364488221ca4d4be2bfad3f7d7df69ba2762a058
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 11:17:08 2022 -0600

    refactor: more typescript conversions

R086    app/api/icons.jsx   app/api/icons.tsx
A   app/index.d.ts
M   app/views/Endpoint/features/auth/HeaderAuthButtons.tsx
M   tsconfig.json

commit 31a724834cf0251f990b3cfc4ca86cc74a30f289
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 10:55:47 2022 -0600

    chore: convert database and socket to typescript

M   app/api/DigitalRebar.ts
R082    app/api/analytics.jsx   app/api/analytics.tsx
R074    app/api/database.jsx    app/api/database.ts
R100    app/api/gtag.jsx    app/api/gtag.js
M   app/api/index.tsx
R086    app/api/socket.jsx  app/api/socket.ts
M   app/views/Endpoint/features/auth/reducer.ts
M   package-lock.json
M   package.json
M   tsconfig.json

commit 1aa57c9adea42124c71f86b4a509572746847171
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 25 09:44:44 2022 -0600

    chore: use shortest import extension (remove .jsx and change ./import/index to ./import)

M   .vscode/settings.json
M   app/App.jsx
M   app/api/analytics.jsx
M   app/api/cloudia.jsx
M   app/api/index.tsx
M   app/config/cloudia.ts
M   app/index.tsx
M   app/layout/404.jsx
M   app/layout/ErrorCatch.jsx
M   app/layout/SearchContainer.jsx
M   app/layout/ShellScript.jsx
M   app/layout/SideNav/SideNav.jsx
M   app/layout/Table/Filter.jsx
M   app/layout/Table/JobDetector.jsx
M   app/layout/Table/Row.jsx
M   app/layout/Table/Table.jsx
M   app/layout/Table/index.jsx
M   app/layout/TemplateEditor.jsx
M   app/layout/Terms.jsx
M   app/layout/Wrapper.jsx
M   app/monaco/FormattedElem.jsx
M   app/monaco/InlineJSONMonacoEditor.jsx
M   app/monaco/InlineMonacoEditor.jsx
M   app/monaco/languages.jsx
M   app/monaco/syntax/bat.lang.js
M   app/monaco/syntax/cfg.lang.js
M   app/monaco/syntax/ks.lang.js
M   app/monaco/syntax/powershell.lang.js
M   app/monaco/syntax/python.lang.js
M   app/monaco/syntax/shell.lang.js
M   app/monaco/syntax/terraform.lang.js
M   app/monaco/syntax/text.lang.js
M   app/monaco/syntax/yaml.lang.js
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/info.jsx
M   app/views/Endpoint/actions/license.jsx
M   app/views/Endpoint/actions/meta.jsx
M   app/views/Endpoint/actions/ux_views.jsx
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/auth/HeaderAuthButtons.tsx
M   app/views/Endpoint/features/auth/reducer.ts
M   app/views/Endpoint/features/dependencies/actions.jsx
M   app/views/Endpoint/features/dependencies/context.jsx
M   app/views/Endpoint/features/dependencies/hooks.jsx
M   app/views/Endpoint/features/dependencies/reducer.ts
M   app/views/Endpoint/features/editor/components/EditPanel.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/components/HeaderInfo.jsx
M   app/views/Endpoint/features/editor/components/SearchDropdown.jsx
M   app/views/Endpoint/features/editor/components/nameCollision.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/NestedEditor/components.jsx
M   app/views/Endpoint/features/editor/tabs/NestedEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamGroupHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/const.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
M   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/features/event_tool/components/EventButton.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/event_tool/reducer.jsx
M   app/views/Endpoint/features/license/ExceedWarning.jsx
M   app/views/Endpoint/features/license/ExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderUpdateNotice.jsx
M   app/views/Endpoint/features/license/reducer.jsx
M   app/views/Endpoint/features/machine_status/reducer.jsx
M   app/views/Endpoint/features/meta/version_reducer.ts
M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/features/table_view/columns/icon_available.jsx
M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/features/table_view/columns/text_bundle.jsx
M   app/views/Endpoint/features/table_view/columns/util_selection.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/Table.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx
M   app/views/Endpoint/features/table_view/components/TableHead.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/hooks.jsx
M   app/views/Endpoint/features/table_view/reducer.jsx
M   app/views/Endpoint/features/table_view/selectors.jsx
M   app/views/Endpoint/features/table_view/util.js
M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/RoleSelector.jsx
M   app/views/Endpoint/features/ux_views/reducer.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/BootEnvs/CreateEditor.jsx
M   app/views/Endpoint/views/BootEnvs/Editor.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/BootEnvs/columns/icon_iso_url.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Catalog/Row.jsx
M   app/views/Endpoint/views/Catalog/ToggleOptions.jsx
M   app/views/Endpoint/views/Catalog/index.jsx
M   app/views/Endpoint/views/Classifier.jsx
M   app/views/Endpoint/views/Contents/components/Directory.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Contexts/CreateEditor.jsx
M   app/views/Endpoint/views/Contexts/Editor.jsx
M   app/views/Endpoint/views/Contexts/ImageField.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   app/views/Endpoint/views/Endpoints/CreateEditor.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/actions.jsx
M   app/views/Endpoint/views/Endpoints/columns/enum_actions.jsx
M   app/views/Endpoint/views/Endpoints/columns/icon_connectionStatus.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_drpId.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Endpoints/components/RebuildButton.jsx
M   app/views/Endpoint/views/Files/View.jsx
M   app/views/Endpoint/views/Files/components/DeleteBtn.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx
M   app/views/Endpoint/views/Files/components/UploadModal.jsx
M   app/views/Endpoint/views/IdentityProviders/CreateEditor.jsx
M   app/views/Endpoint/views/IdentityProviders/Editor.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/IdentityProviders/components/GroupToRolesField.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Inbox/BusinessHours.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/InboxModal.jsx
M   app/views/Endpoint/views/Inbox/Welcome.jsx
M   app/views/Endpoint/views/Isos/View.jsx
M   app/views/Endpoint/views/Isos/components/IsoTable.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_work_order.jsx
M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Jobs/components/JobLog.jsx
M   app/views/Endpoint/views/Jobs/components/JobTemplates.jsx
M   app/views/Endpoint/views/Leases/Editor.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Leases/columns/text_token.jsx
M   app/views/Endpoint/views/Leases/components/ReserveBtn.jsx
M   app/views/Endpoint/views/License/View.jsx
M   app/views/Endpoint/views/License/components/LicenseCheck.jsx
M   app/views/Endpoint/views/License/components/LicenseWarning.jsx
M   app/views/Endpoint/views/License/components/UploadModal.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Login/components/SamlSelection.jsx
M   app/views/Endpoint/views/Login/index.jsx
M   app/views/Endpoint/views/Logs/View.jsx
M   app/views/Endpoint/views/Logs/components/LogLine.jsx
M   app/views/Endpoint/views/Logs/hooks.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
M   app/views/Endpoint/views/Machines/columns/icon_context.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/icon_womode.jsx
M   app/views/Endpoint/views/Machines/columns/link_address.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_pipeline.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/columns/link_workflow.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
M   app/views/Endpoint/views/Machines/components/BlueprintRunnerField.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/index.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
M   app/views/Endpoint/views/Machines/components/NestedMachineTable.jsx
M   app/views/Endpoint/views/Machines/components/NestedProfileEditor.jsx
M   app/views/Endpoint/views/Machines/components/NestedWorkOrderTable.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx
M   app/views/Endpoint/views/Overview/components/OverviewSection.jsx
M   app/views/Endpoint/views/Overview/components/Pie.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx
M   app/views/Endpoint/views/Overview/panels/LandingPagePanel.jsx
M   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx
M   app/views/Endpoint/views/Params/CreateEditor.jsx
M   app/views/Endpoint/views/Params/Editor.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Params/columns/text_default.jsx
M   app/views/Endpoint/views/Params/components/Hidden.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx
M   app/views/Endpoint/views/Pipelines/CreateEditor.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Pipelines/columns/link_pipeline_name.jsx
M   app/views/Endpoint/views/Pipelines/components/EditorFields.jsx
M   app/views/Endpoint/views/Pipelines/components/WorkflowChain.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx
M   app/views/Endpoint/views/Plugins/Editor.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Plugins/components/RestartBtn.jsx
M   app/views/Endpoint/views/Pools/CreateEditor.jsx
M   app/views/Endpoint/views/Pools/Editor.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/CreateEditor.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Racks/components/ImportRackBtn.jsx
M   app/views/Endpoint/views/Racks/components/ValidationParamButton.jsx
M   app/views/Endpoint/views/Racks/components/ValidationToMachine.jsx
M   app/views/Endpoint/views/Racks/components/ValidationToParams.jsx
M   app/views/Endpoint/views/Raid/CreateEditor.jsx
M   app/views/Endpoint/views/Raid/Editor.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Raid/components/VolumesField.jsx
M   app/views/Endpoint/views/Registration/Registration.jsx
M   app/views/Endpoint/views/Registration/components/ReadableDocument.jsx
M   app/views/Endpoint/views/Registration/index.jsx
M   app/views/Endpoint/views/Registration/panes/Contact.jsx
M   app/views/Endpoint/views/Registration/panes/Recovery.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx
M   app/views/Endpoint/views/Registration/panes/Upload.jsx
M   app/views/Endpoint/views/Reservations/CreateEditor.jsx
M   app/views/Endpoint/views/Reservations/Editor.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/CreateEditor.jsx
M   app/views/Endpoint/views/Roles/Editor.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsIterable.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsList.jsx
M   app/views/Endpoint/views/Stages/CreateEditor.jsx
M   app/views/Endpoint/views/Stages/Editor.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Stages/components/ShellStageBtn.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/Subnets/components/DHCPOptions.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx
M   app/views/Endpoint/views/System/DiagnosticsPane.jsx
M   app/views/Endpoint/views/System/PreferencesPane.jsx
M   app/views/Endpoint/views/System/View.jsx
M   app/views/Endpoint/views/System/components/SSHModal.jsx
M   app/views/Endpoint/views/Tasks/CreateEditor.jsx
M   app/views/Endpoint/views/Tasks/Editor.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Templates/columns/text_content.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/Tenants/CreateEditor.jsx
M   app/views/Endpoint/views/Tenants/Editor.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_members_icons.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_users_icons.jsx
M   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx
M   app/views/Endpoint/views/UXConfig/View.jsx
M   app/views/Endpoint/views/UXConfig/components/Tree.jsx
M   app/views/Endpoint/views/UXConfig/const.js
M   app/views/Endpoint/views/UXViews/CreateEditor.jsx
M   app/views/Endpoint/views/UXViews/Editor.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/UXViews/columns/enum_applicable_roles.jsx
M   app/views/Endpoint/views/UXViews/columns/icon_apply.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Users/CreateEditor.jsx
M   app/views/Endpoint/views/Users/Editor.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
M   app/views/Endpoint/views/VersionSets/Editor.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/VersionSets/components/ComponentsTable.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx
M   app/views/Endpoint/views/WorkOrders/columns/text_cron.jsx
M   app/views/Endpoint/views/WorkOrders/components/CronField.jsx
M   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx
M   app/views/Endpoint/views/WorkOrders/components/ShellBlueprintBtn.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx
M   app/views/Endpoint/views/Workflows/CreateEditor.jsx
M   app/views/Endpoint/views/Workflows/Editor.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
M   app/views/Endpoint/views/Workflows/columns/enum_icon_stages.jsx
M   app/views/Endpoint/views/Workflows/components/NestedJobTable.jsx
M   app/views/Endpoint/views/Workflows/components/OrderedList.jsx
M   app/views/Endpoint/widgets/EndOfSupport.jsx
M   app/views/Endpoint/widgets/NavFooterLicense.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   app/views/Endpoint/widgets/NavHeaderEndpoint.jsx
M   app/views/Endpoint/widgets/SoftErrors.jsx
M   app/views/Endpoint/widgets/Watermark.jsx
M   app/views/Home/Home.jsx
M   app/views/Home/components/FooterLinks.jsx
M   app/views/index.jsx
M   jstest/endpoint.test.jsx

commit cfcf51e976ba726189da4a5cbdcd3a507c3a5ee0
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 18:40:40 2022 -0600

    fix: move api.store to store

M   app/api/cloudia.jsx
M   app/api/database.jsx
M   app/api/index.tsx
M   app/api/offbrandjQuery.jsx
M   app/layout/SearchContainer.jsx
M   app/layout/Table/Filter.jsx
M   app/layout/Table/Table.jsx
M   app/store.ts
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/info.jsx
M   app/views/Endpoint/actions/license.jsx
M   app/views/Endpoint/actions/meta.jsx
M   app/views/Endpoint/actions/ux_views.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/dependencies/actions.jsx
M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Catalog/Row.jsx
M   app/views/Endpoint/views/Classifier.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/InboxModal.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx
M   app/views/Endpoint/views/Registration/panes/Upload.jsx
M   app/views/Endpoint/views/UXConfig/View.jsx
M   app/views/Endpoint/views/Users/Editor.jsx

commit 8571b0a0498ff45f678a1899e8c9de27c14f2e43
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 18:29:12 2022 -0600

    refactor: api/index migrated to typescript

M   app/App.jsx
R074    app/api/Components/Notification.jsx app/api/Components/Notification.tsx
A   app/api/DigitalRebar.ts
M   app/api/analytics.jsx
M   app/api/cloudia.jsx
M   app/api/database.jsx
R081    app/api/index.jsx   app/api/index.tsx
M   app/api/offbrandjQuery.jsx
D   app/config.jsx
A   app/config/cloudia.ts
A   app/config/endpoint.ts
A   app/config/index.ts
A   app/config/menu.ts
A   app/config/routes.ts
A   app/config/settings.ts
M   app/layout/404.jsx
R061    app/layout/Flex.jsx app/layout/Flex.tsx
M   app/layout/Header.jsx
M   app/layout/SearchContainer.jsx
M   app/layout/Table/Filter.jsx
M   app/layout/Table/JobDetector.jsx
M   app/layout/Table/Row.jsx
M   app/layout/Table/Table.jsx
M   app/layout/TemplateEditor.jsx
M   app/layout/Wrapper.jsx
M   app/monaco/hooks.jsx
M   app/store.ts
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/ux_views.jsx
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/auth/HeaderAuthButtons.tsx
M   app/views/Endpoint/features/dependencies/reducer.ts
M   app/views/Endpoint/features/dependencies/selectors.ts
M   app/views/Endpoint/features/editor/components/EditPanel.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/components/HeaderInfo.jsx
M   app/views/Endpoint/features/editor/components/nameCollision.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/features/editor/tabs/NestedEditor/components.jsx
M   app/views/Endpoint/features/editor/tabs/NestedEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/features/event_tool/components/EventButton.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
R072    app/views/Endpoint/features/info/reducer.jsx    app/views/Endpoint/features/info/reducer.ts
R091    app/views/Endpoint/features/info/selectors.jsx  app/views/Endpoint/features/info/selectors.ts
M   app/views/Endpoint/features/license/ExceedWarning.jsx
M   app/views/Endpoint/features/license/ExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderUpdateNotice.jsx
M   app/views/Endpoint/features/meta/url_reducer.ts
M   app/views/Endpoint/features/meta/version_reducer.ts
M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/Table.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx
M   app/views/Endpoint/features/table_view/components/TableHead.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/util.js
M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/RoleSelector.jsx
M   app/views/Endpoint/features/ux_views/reducer.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/BootEnvs/CreateEditor.jsx
M   app/views/Endpoint/views/BootEnvs/Editor.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/BootEnvs/columns/icon_iso_url.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Catalog/Row.jsx
M   app/views/Endpoint/views/Classifier.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Contexts/CreateEditor.jsx
M   app/views/Endpoint/views/Contexts/Editor.jsx
M   app/views/Endpoint/views/Contexts/ImageField.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   app/views/Endpoint/views/Endpoints/CreateEditor.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/actions.jsx
M   app/views/Endpoint/views/Endpoints/columns/icon_connectionStatus.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_drpId.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Endpoints/components/RebuildButton.jsx
M   app/views/Endpoint/views/Files/View.jsx
M   app/views/Endpoint/views/Files/components/DeleteBtn.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx
M   app/views/Endpoint/views/Files/components/UploadModal.jsx
M   app/views/Endpoint/views/IdentityProviders/CreateEditor.jsx
M   app/views/Endpoint/views/IdentityProviders/Editor.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Inbox/BusinessHours.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/InboxModal.jsx
M   app/views/Endpoint/views/Isos/View.jsx
M   app/views/Endpoint/views/Isos/components/IsoTable.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_work_order.jsx
M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Jobs/components/JobLog.jsx
M   app/views/Endpoint/views/Jobs/components/JobTemplates.jsx
D   app/views/Endpoint/views/Jobs/components/JobsProfiler.jsx
M   app/views/Endpoint/views/Leases/Editor.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Leases/components/ReserveBtn.jsx
M   app/views/Endpoint/views/License/View.jsx
M   app/views/Endpoint/views/License/components/LicenseCheck.jsx
M   app/views/Endpoint/views/License/components/LicenseWarning.jsx
M   app/views/Endpoint/views/License/components/UploadModal.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Login/components/SamlSelection.jsx
M   app/views/Endpoint/views/Logs/View.jsx
M   app/views/Endpoint/views/Logs/hooks.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
M   app/views/Endpoint/views/Machines/columns/icon_context.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/icon_womode.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_pipeline.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/columns/link_workflow.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/Machines/components/BlueprintRunnerField.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx
M   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx
M   app/views/Endpoint/views/Params/CreateEditor.jsx
M   app/views/Endpoint/views/Params/Editor.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Params/components/Hidden.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx
M   app/views/Endpoint/views/Pipelines/CreateEditor.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Pipelines/columns/link_pipeline_name.jsx
M   app/views/Endpoint/views/Pipelines/components/EditorFields.jsx
M   app/views/Endpoint/views/Pipelines/components/WorkflowChain.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx
M   app/views/Endpoint/views/Plugins/Editor.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Plugins/components/RestartBtn.jsx
M   app/views/Endpoint/views/Pools/CreateEditor.jsx
M   app/views/Endpoint/views/Pools/Editor.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Racks/components/ImportRackBtn.jsx
M   app/views/Endpoint/views/Racks/components/ValidationParamButton.jsx
M   app/views/Endpoint/views/Raid/CreateEditor.jsx
M   app/views/Endpoint/views/Raid/Editor.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Raid/components/VolumesField.jsx
M   app/views/Endpoint/views/Registration/Registration.jsx
M   app/views/Endpoint/views/Registration/panes/Recovery.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx
M   app/views/Endpoint/views/Registration/panes/Upload.jsx
M   app/views/Endpoint/views/Reservations/CreateEditor.jsx
M   app/views/Endpoint/views/Reservations/Editor.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/CreateEditor.jsx
M   app/views/Endpoint/views/Roles/Editor.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsIterable.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsList.jsx
M   app/views/Endpoint/views/Stages/CreateEditor.jsx
M   app/views/Endpoint/views/Stages/Editor.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Stages/components/ShellStageBtn.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx
M   app/views/Endpoint/views/System/DiagnosticsPane.jsx
M   app/views/Endpoint/views/System/PreferencesPane.jsx
M   app/views/Endpoint/views/System/View.jsx
M   app/views/Endpoint/views/System/components/SSHModal.jsx
M   app/views/Endpoint/views/Tasks/CreateEditor.jsx
M   app/views/Endpoint/views/Tasks/Editor.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/Tenants/CreateEditor.jsx
M   app/views/Endpoint/views/Tenants/Editor.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_members_icons.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_users_icons.jsx
M   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx
M   app/views/Endpoint/views/UXConfig/View.jsx
M   app/views/Endpoint/views/UXConfig/components/Tree.jsx
M   app/views/Endpoint/views/UXConfig/const.js
M   app/views/Endpoint/views/UXViews/CreateEditor.jsx
M   app/views/Endpoint/views/UXViews/Editor.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/UXViews/columns/enum_applicable_roles.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Users/CreateEditor.jsx
M   app/views/Endpoint/views/Users/Editor.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
M   app/views/Endpoint/views/VersionSets/Editor.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx
M   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx
M   app/views/Endpoint/views/WorkOrders/components/ShellBlueprintBtn.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx
M   app/views/Endpoint/views/Workflows/CreateEditor.jsx
M   app/views/Endpoint/views/Workflows/Editor.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
M   app/views/Endpoint/views/Workflows/columns/enum_icon_stages.jsx
M   app/views/Endpoint/views/Workflows/components/OrderedList.jsx
M   app/views/Endpoint/widgets/NavFooterLicense.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   app/views/Endpoint/widgets/NavHeaderEndpoint.jsx
M   app/views/Endpoint/widgets/SoftErrors.jsx
M   app/views/Home/Home.jsx
M   app/views/Home/components/FooterLinks.jsx
M   package-lock.json
M   package.json
M   tsconfig.json

commit 8fe351d92e67a2b19a97bc80080d9c1acbea9826
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 15:07:24 2022 -0600

    chore: rename some files from tsx to ts, migrate some files to ts

R100    app/store.tsx   app/store.ts
M   app/views/Endpoint/features/auth/HeaderAuthButtons.tsx
R100    app/views/Endpoint/features/auth/reducer.tsx    app/views/Endpoint/features/auth/reducer.ts
R100    app/views/Endpoint/features/auth/selectors.tsx  app/views/Endpoint/features/auth/selectors.ts
R100    app/views/Endpoint/features/dependencies/reducer.tsx    app/views/Endpoint/features/dependencies/reducer.ts
R100    app/views/Endpoint/features/dependencies/selectors.tsx  app/views/Endpoint/features/dependencies/selectors.ts
R076    app/views/Endpoint/features/meta/url_reducer.jsx    app/views/Endpoint/features/meta/url_reducer.ts
R053    app/views/Endpoint/features/meta/version_reducer.tsx    app/views/Endpoint/features/meta/version_reducer.ts
R100    app/views/Endpoint/features/selector.tsx    app/views/Endpoint/features/selector.ts

commit 0ca4f988c852b047425d57f1ce3d95fc8c8326a2
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 14:58:24 2022 -0600

    lint: lint fixes, some typescript migrations

M   .eslintrc
M   app/api/cloudia.jsx
M   app/api/index.jsx
M   app/hooks/useAuthToken.tsx
M   app/layout/Wrapper.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/auth/reducer.tsx
R060    app/views/Endpoint/features/auth/selectors.jsx  app/views/Endpoint/features/auth/selectors.tsx
M   app/views/Endpoint/features/dependencies/hooks.jsx
R058    app/views/Endpoint/features/dependencies/reducer.jsx    app/views/Endpoint/features/dependencies/reducer.tsx
R067    app/views/Endpoint/features/dependencies/selectors.jsx  app/views/Endpoint/features/dependencies/selectors.tsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/machine_status/selectors.jsx
D   app/views/Endpoint/features/selector.jsx
A   app/views/Endpoint/features/selector.tsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
A   app/views/Endpoint/views/Pipelines/components/WorkflowChain.jsx
M   package-lock.json
M   package.json

commit 075ed633793482e076412a5545b45b79ea4ef3d3
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 13:39:51 2022 -0600

    lint: lint fixes for new eslint rules

M   .eslintrc
M   app/api/analytics.jsx
M   app/api/gtag.jsx
M   app/api/index.jsx
R100    app/index.jsx   app/index.tsx
M   app/layout/FocusDetector.jsx
R088    app/rootReducer.tsx app/rootReducer.ts
M   app/views/Endpoint/Router.jsx
R100    app/views/Endpoint/features/meta/version_reducer.jsx    app/views/Endpoint/features/meta/version_reducer.tsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/context.jsx
R100    app/views/Endpoint/reducer.jsx  app/views/Endpoint/reducer.tsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Contents/index.jsx
D   app/views/Endpoint/views/Inbox/index.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx
M   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx
M   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   package.json
M   tsconfig.json
M   webpack.config.js

commit 5204bcf47ca5894e8cb62fc6f474153ef4e79cee
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 13:19:15 2022 -0600

    build: typescript support

M   .babelrc
M   .eslintrc
R100    app/hooks/useAuthToken.jsx  app/hooks/useAuthToken.tsx
M   app/index.jsx
M   app/layout/Wrapper.jsx
R089    app/rootReducer.jsx app/rootReducer.tsx
R093    app/store.jsx   app/store.tsx
R091    app/views/Endpoint/features/auth/HeaderAuthButtons.jsx  app/views/Endpoint/features/auth/HeaderAuthButtons.tsx
R100    app/views/Endpoint/features/auth/reducer.jsx    app/views/Endpoint/features/auth/reducer.tsx
M   app/views/Endpoint/reducer.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx
M   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   package-lock.json
M   package.json
A   tsconfig.json
M   webpack.config.js

commit 69f9fa6eee98d1458026d528d3037bf02eb00c1e
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 24 10:28:41 2022 -0600

    fix(bulk): use correct import for monaco editor

M   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx

commit 3abc170031a6af6508540cb86d1a55c53addadcc
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 23 14:57:52 2022 -0600

    feat(bulk): allow usePluginActions to work with any model

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx

commit c744f4e56ad5c81125187c37584e4b80110e41e9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 23 14:56:35 2022 -0600

    feat(bulk): add plugin actions to bulk action dropdown

M   app/api/icons.jsx
M   app/api/index.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
A   app/views/Endpoint/views/Machines/hooks/usePluginActions.jsx

commit 1aed50c1b7bf699fe08864b80c7efc7abdc4a655
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 23 12:45:47 2022 -0600

    fix(params): fix infinite loop in secure param decryption

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx

commit c5f21d3d0aeca6502adfbbf4911e1c60da0b4741
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 21 12:22:46 2022 -0600

    refactor(blueprint): make language consistent

M   app/views/Endpoint/views/Machines/components/BlueprintRunnerField.jsx

commit 8a103a79bfb697c28c516c2249ee853aa4bbddb9
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 21 12:12:40 2022 -0600

    fix(blueprints): run blueprint replaces bad submit workorder button

    fix(blueprints): run blueprint replaces bad submit workorder button 2

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
A   app/views/Endpoint/views/Machines/components/BlueprintRunnerField.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 4c3a205f9eb3a320438671c8b5c37e4044a16839
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 21 11:47:01 2022 -0600

    feat(jobs): logs and templates tab

M   app/config.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
A   app/views/Endpoint/views/Jobs/components/JobLog.jsx
A   app/views/Endpoint/views/Jobs/components/JobTemplates.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx

commit 1975e7bc67a1f5f60ca9ce6f975726eff7e3d820
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 18 13:26:40 2022 -0600

    ci: add lint back to build

M   .gitlab-ci.yml

commit df2e01c888484c0e38b852efa69483af58c39af7
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 18 13:21:48 2022 -0600

    ci: parallel build and test

M   .gitlab-ci.yml

commit eb01bf7a42d05364496f64d3fbe01cd23eba85c2
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 18 13:18:44 2022 -0600

    feat(version_sets): improve components table for readonly version sets

A   app/views/Endpoint/views/Catalog/const.jsx
M   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
M   app/views/Endpoint/views/VersionSets/Editor.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
D   app/views/Endpoint/views/VersionSets/components/ComponentsContainer.jsx
A   app/views/Endpoint/views/VersionSets/components/ComponentsTable.jsx

commit 7d035b7151bbd051d625c4d81fd5f5e76c7a7fc0
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 18 12:42:48 2022 -0600

    fix(params): fix memo hook dependency

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx

commit 2838d2f2424dc81e02efb0ed79f5aea2fe3c454c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 16:50:58 2022 -0600

    lint: add react hook lints

M   .eslintrc
M   app/App.jsx
M   app/api/analytics.jsx
M   app/hooks/useMounted.jsx
M   app/layout/EKG.jsx
M   app/layout/Resizer.jsx
M   app/layout/SideNav/SideNav.jsx
M   app/layout/Wrapper.jsx
M   app/monaco/InlineJSONMonacoEditor.jsx
M   app/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/dependencies/context.jsx
M   app/views/Endpoint/features/editor/components/EditPanel.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/components/SearchDropdown.jsx
M   app/views/Endpoint/features/editor/components/nameCollision.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/NestedEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamGroupHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/number.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/columns/util_selection.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableHead.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/util.js
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/BootEnvs/Editor.jsx
M   app/views/Endpoint/views/BootEnvs/columns/icon_iso_url.jsx
M   app/views/Endpoint/views/Contexts/Editor.jsx
M   app/views/Endpoint/views/Contexts/ImageField.jsx
M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   app/views/Endpoint/views/Endpoints/CreateEditor.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_drpId.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Endpoints/components/RebuildButton.jsx
M   app/views/Endpoint/views/Files/components/DeleteBtn.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx
M   app/views/Endpoint/views/Files/components/UploadModal.jsx
M   app/views/Endpoint/views/IdentityProviders/Editor.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Isos/components/IsoTable.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Leases/Editor.jsx
M   app/views/Endpoint/views/Leases/columns/icon_expired.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Logs/components/LogLine.jsx
M   app/views/Endpoint/views/Logs/hooks.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx
M   app/views/Endpoint/views/Params/Editor.jsx
M   app/views/Endpoint/views/Params/components/Hidden.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx
M   app/views/Endpoint/views/Plugins/Editor.jsx
M   app/views/Endpoint/views/Pools/Editor.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx
M   app/views/Endpoint/views/Racks/components/ValidationParamButton.jsx
M   app/views/Endpoint/views/Racks/components/ValidationToMachine.jsx
M   app/views/Endpoint/views/Raid/Editor.jsx
M   app/views/Endpoint/views/Raid/components/VolumesField.jsx
M   app/views/Endpoint/views/Registration/panes/Recovery.jsx
M   app/views/Endpoint/views/Reservations/Editor.jsx
M   app/views/Endpoint/views/Roles/Editor.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsList.jsx
M   app/views/Endpoint/views/Stages/Editor.jsx
M   app/views/Endpoint/views/Stages/components/ShellStageBtn.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/Subnets/components/DHCPOptions.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx
M   app/views/Endpoint/views/System/PreferencesPane.jsx
M   app/views/Endpoint/views/Tasks/Editor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Tenants/Editor.jsx
M   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx
M   app/views/Endpoint/views/UXViews/Editor.jsx
M   app/views/Endpoint/views/UXViews/columns/enum_applicable_roles.jsx
M   app/views/Endpoint/views/UXViews/columns/icon_apply.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Users/Editor.jsx
M   app/views/Endpoint/views/VersionSets/Editor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   app/views/Endpoint/views/WorkOrders/components/ShellBlueprintBtn.jsx
M   app/views/Endpoint/views/Workflows/Editor.jsx
M   app/views/Endpoint/views/Workflows/components/OrderedList.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   app/views/Endpoint/widgets/SoftErrors.jsx
M   package-lock.json
M   package.json

commit 681d240bd5ade73232e37b20341f1d8f9a161949
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 15:26:09 2022 -0600

    lint: add react-redux linters

M   .eslintrc
M   app/App.jsx
M   app/layout/Table/Filter.jsx
M   app/layout/Table/Row.jsx
M   app/layout/Table/Table.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Contents/components/RSTDocs.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Isos/components/IsoTable.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/License/View.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/System/View.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   package-lock.json
M   package.json

commit 038703f79d2bf49f82d0786ec4e3877ec129e4db
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 15:07:28 2022 -0600

    lint: add import linting

M   .eslintrc
M   app/App.jsx
M   app/api/database.jsx
M   app/layout/404.jsx
M   app/layout/Header.jsx
M   app/layout/SearchContainer.jsx
M   app/layout/Table/Filter.jsx
M   app/layout/Table/JobDetector.jsx
M   app/layout/Table/Row.jsx
M   app/layout/Table/Table.jsx
M   app/layout/Wrapper.jsx
M   app/store.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/ux_views.jsx
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/auth/HeaderAuthButtons.jsx
M   app/views/Endpoint/features/auth/reducer.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamGroupHeader.jsx
M   app/views/Endpoint/features/event_tool/components/EventButton.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/event_tool/reducer.jsx
M   app/views/Endpoint/features/info/reducer.jsx
M   app/views/Endpoint/features/info/selectors.jsx
M   app/views/Endpoint/features/license/ExceedWarning.jsx
M   app/views/Endpoint/features/license/ExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderUpdateNotice.jsx
M   app/views/Endpoint/features/license/reducer.jsx
M   app/views/Endpoint/features/meta/version_reducer.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/columns/util_selection.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/util.js
M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/RoleSelector.jsx
M   app/views/Endpoint/features/ux_views/reducer.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/BootEnvs/Editor.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/BootEnvs/columns/icon_iso_url.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Catalog/Row.jsx
M   app/views/Endpoint/views/Catalog/ToggleOptions.jsx
M   app/views/Endpoint/views/Classifier.jsx
M   app/views/Endpoint/views/Contents/components/Directory.jsx
M   app/views/Endpoint/views/Contents/components/RSTDocs.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Contexts/Editor.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   app/views/Endpoint/views/Endpoints/CreateEditor.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/columns/icon_connectionStatus.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_drpId.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Endpoints/components/RebuildButton.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx
M   app/views/Endpoint/views/Files/components/UploadModal.jsx
M   app/views/Endpoint/views/IdentityProviders/Editor.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Inbox/BusinessHours.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/InboxModal.jsx
M   app/views/Endpoint/views/Inbox/Welcome.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_work_order.jsx
M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Jobs/components/JobsProfiler.jsx
M   app/views/Endpoint/views/Leases/Editor.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Leases/components/ReserveBtn.jsx
M   app/views/Endpoint/views/License/View.jsx
M   app/views/Endpoint/views/License/components/LicenseCheck.jsx
M   app/views/Endpoint/views/License/components/LicenseWarning.jsx
M   app/views/Endpoint/views/License/components/UploadModal.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
M   app/views/Endpoint/views/Machines/columns/icon_context.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/icon_womode.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_pipeline.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/columns/link_workflow.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Overview/components/OverviewSection.jsx
M   app/views/Endpoint/views/Overview/components/Pie.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx
M   app/views/Endpoint/views/Params/Editor.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Params/components/Hidden.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Pipelines/columns/link_pipeline_name.jsx
M   app/views/Endpoint/views/Plugins/Editor.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Plugins/components/RestartBtn.jsx
M   app/views/Endpoint/views/Pools/Editor.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Racks/components/ImportRackBtn.jsx
M   app/views/Endpoint/views/Raid/Editor.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Registration/Registration.jsx
M   app/views/Endpoint/views/Registration/components/ReadableDocument.jsx
M   app/views/Endpoint/views/Registration/panes/Contact.jsx
M   app/views/Endpoint/views/Registration/panes/Recovery.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx
M   app/views/Endpoint/views/Registration/panes/Upload.jsx
M   app/views/Endpoint/views/Reservations/Editor.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/Editor.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsIterable.jsx
M   app/views/Endpoint/views/Stages/Editor.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/Subnets/components/DHCPOptions.jsx
M   app/views/Endpoint/views/System/DiagnosticsPane.jsx
M   app/views/Endpoint/views/System/PreferencesPane.jsx
M   app/views/Endpoint/views/System/View.jsx
M   app/views/Endpoint/views/System/components/SSHModal.jsx
M   app/views/Endpoint/views/Tasks/Editor.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/Tenants/Editor.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_members_icons.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_users_icons.jsx
M   app/views/Endpoint/views/UXConfig/View.jsx
M   app/views/Endpoint/views/UXConfig/components/Tree.jsx
M   app/views/Endpoint/views/UXConfig/const.js
M   app/views/Endpoint/views/UXViews/Editor.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/UXViews/columns/enum_applicable_roles.jsx
M   app/views/Endpoint/views/UXViews/columns/icon_apply.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Users/Editor.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/Editor.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx
M   app/views/Endpoint/views/Workflows/Editor.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
M   app/views/Endpoint/views/Workflows/columns/enum_icon_stages.jsx
M   app/views/Endpoint/widgets/EndOfSupport.jsx
M   app/views/Endpoint/widgets/NavFooterLicense.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   app/views/Endpoint/widgets/NavHeaderEndpoint.jsx
M   app/views/Endpoint/widgets/SoftErrors.jsx
M   app/views/Endpoint/widgets/Watermark.jsx
M   app/views/Home/Home.jsx
M   app/views/Home/components/FooterLinks.jsx
M   app/views/Home/components/Frame.jsx
M   app/views/index.jsx
M   package-lock.json
M   package.json

commit 2bdb50056bd7d91f2154d2e635e306264cfbc54d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 14:35:34 2022 -0600

    fix(editor): change order of history addition

M   app/views/Endpoint/features/editor/hooks.jsx

commit d49e409a6ecde34f15ae5d31efe3a728a9369535
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 14:33:56 2022 -0600

    feat(editor): undo button

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 9a2ce8526291d8ff6b74a611c1d902b90d084112
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 13:34:29 2022 -0600

    ci: only run on ux tagged runners

M   .gitlab-ci.yml

commit d65580d5c95ced2fbc204f61d260a068ebe3168d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 13:33:01 2022 -0600

    ci: only run on ux tagged runners

M   .gitlab-ci.yml
M   app/views/Endpoint/views/Files/components/FileTree.jsx

commit 67f08e78a803c57991e4e2f4b5432258756eb510
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 11:09:35 2022 -0600

    fix(nav): hide recent endpoints when empty

M   app/layout/Wrapper.jsx

commit 687592e274cc3bce37afff97018b3aa19529a164
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 11:03:46 2022 -0600

    ci: change image to ux image

M   .gitlab-ci.yml

commit 9fc0ef190dc7a811372a9510c00abbc1dac9ad8b
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 10:54:37 2022 -0600

    fix(isos): css fix for user-select

M   app/views/Endpoint/views/Isos/components/IsoTable.jsx

commit c5f195a5efc70870595850a9dfce008addc34dd1
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 10:52:50 2022 -0600

    fix(config): update analytics routes for isos and files

M   app/config.jsx

commit c61f9bd7862da25b28adc2d17ecfc562f9565e7c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 17 10:51:50 2022 -0600

    refactor(isos): migrate to new table

M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/views/Contents/components/Directory.jsx
D   app/views/Endpoint/views/Files.jsx
M   app/views/Endpoint/views/Files/View.jsx
M   app/views/Endpoint/views/Files/components/DeleteBtn.jsx
M   app/views/Endpoint/views/Files/components/UploadModal.jsx
D   app/views/Endpoint/views/Isos.jsx
A   app/views/Endpoint/views/Isos/View.jsx
A   app/views/Endpoint/views/Isos/components/IsoTable.jsx

commit 978dd335889e45e3b72c0a8e672a69df4468570c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 17:00:35 2022 -0600

    fix(logs): fix logs not scrolling

M   app/views/Endpoint/views/Logs/View.jsx

commit 50d81251673647950fe3dd07887fe091c18f4a94
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 14:20:40 2022 -0600

    fix(files): fix sha256sum copy not working

M   app/layout/Copy.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx

commit 7b3a2ea0c6c525b1723cec8dc26647f3de889aa6
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 14:17:26 2022 -0600

    chore: fix Copy component proptypes

M   app/layout/Copy.jsx

commit 34757049938acfc9683ea461eac97f3ca2de4664
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 14:15:59 2022 -0600

    feat(files): functional upload, delete, and upload from url

M   app/views/Endpoint/views/Files/View.jsx
A   app/views/Endpoint/views/Files/components/DeleteBtn.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx
A   app/views/Endpoint/views/Files/components/UploadModal.jsx

commit 1caa0e891ca269728914a552db23760f0b5451fd
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 13:29:50 2022 -0600

    feat(files): add sha256sum copy link

M   app/api/index.jsx
M   app/layout/Copy.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx

commit 3ebd40c9bdddda0d5af5c3f27fb24d04f71e4650
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 11:58:41 2022 -0600

    feat(files): finished file tree refactor, beginning upload

M   app/views/Endpoint/features/table_view/components/Table.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/views/Files/View.jsx
M   app/views/Endpoint/views/Files/components/FileTree.jsx

commit 81894e6bf16824ac6a25bc524dad082eb7a4ece2
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 11:30:48 2022 -0600

    fix(machines): run workflow, bootenv, and stage actions separately:

M   app/views/Endpoint/views/Machines/actions.jsx

commit 6ee1e0e5844a7c57805f3a87d997ae782fab6a17
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 10:39:34 2022 -0600

    feat: add setting for enabling 'dev widgets'

M   app/config.jsx
M   app/views/Endpoint/views/Stages/components/ShellStageBtn.jsx
M   app/views/Endpoint/views/WorkOrders/components/ShellBlueprintBtn.jsx

commit 65f572c4b5d4f253c21050f995ddd80feeeb6f3e
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 16 09:44:25 2022 -0600

    feat(blueprints,stages): shell script wizard

M   app/views/Endpoint/views/Stages/View.jsx
A   app/views/Endpoint/views/Stages/components/ShellStageBtn.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
A   app/views/Endpoint/views/WorkOrders/components/ShellBlueprintBtn.jsx

commit a56f711d617a95e0f4cea582ed4dd3530c77f20b
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Tue Feb 15 20:59:54 2022 -0600

    fix: put back ok handler for negative case

M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx

commit 4a8b8fa927a0fdb480e083d8ba6d1d8f3c8a11e7
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Feb 15 19:23:25 2022 -0600

    meta(icons): update trigger icons to be consistent with plugin

M   app/api/icons.jsx

commit 989ae108ed637acf860f1637c44827a49e9981e0
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 15 16:36:14 2022 -0600

    fix(endpoints): use VersionSets instead of VersionSet in endpoint actions

M   app/views/Endpoint/views/Endpoints/actions.jsx

commit bc8d6ae1310620749a0eca5f9ae1cdf1e9a69d42
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 15 15:37:41 2022 -0600

    fix(wo): create workorders on target machine endpoint

M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit d83692ec4467a45807db67c8e2f16df5a339b785
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 15 15:36:10 2022 -0600

    refactor(files): wip files refactor

M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/editor/util.jsx
M   app/views/Endpoint/features/table_view/columns/util_selection.jsx
M   app/views/Endpoint/features/table_view/components/Table.jsx
A   app/views/Endpoint/views/Files/View.jsx
A   app/views/Endpoint/views/Files/components/FileTree.jsx
M   app/views/Endpoint/views/Logs/View.jsx
R100    app/views/Endpoint/views/Logs/hooks/useLogs.jsx app/views/Endpoint/views/Logs/hooks.jsx

commit ad32616d8f4695282de3890b1f6cf8bce27724f2
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 15 11:44:16 2022 -0600

    refactor(logs): refactor out of class component

M   app/views/Endpoint/Router.jsx
D   app/views/Endpoint/views/Logs.jsx
A   app/views/Endpoint/views/Logs/View.jsx
A   app/views/Endpoint/views/Logs/components/LogLine.jsx
A   app/views/Endpoint/views/Logs/hooks/useLogs.jsx

commit 116ea42a27ad2ce3d744ddf85e86e5fad55ea8f8
Author: Zander Franks <zander@zanderf.net>
Date:   Mon Feb 14 16:09:53 2022 -0600

    feat(nav): add statuses to endpoint switcher

M   app/layout/Wrapper.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx

commit 8069b1f83edb2dfc7aa44a242c202490b190b9be
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 14 10:43:48 2022 -0600

    fix(flex): add gap to flex component proptypes

M   app/layout/Flex.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/info.jsx
M   app/views/Endpoint/views/Jobs/Editor.jsx

commit 363000f40679c247209cb34f60e3a8369168791e
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 11 16:36:25 2022 -0600

    chore: remove commented out code

M   app/layout/Wrapper.jsx

commit dd2994ed027e022bfc998476af2ccf1662f8d894
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 11 16:32:28 2022 -0600

    feat(nav): add new endpoint link

M   app/layout/Wrapper.jsx

commit e6a02be9fd602667afdd0e6a95146b8ea3a29e0c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 11 16:27:55 2022 -0600

    feat(nav): add endpoint switcher to nav

M   app/layout/Wrapper.jsx

commit 06b9877c9fb49ae35ba54a891914a2ed92acec7b
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Feb 11 15:55:35 2022 -0600

    fix(pipelines): gray out fix button when read only

M   app/views/Endpoint/views/Pipelines/Editor.jsx

commit 28bebf0b266186ccdb9f365392b76b96b74ce9d5
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 11 15:49:17 2022 -0600

    fix(endpoints): move apply into atomic action

M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/actions.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 5bb6a4b41453a94516c0533fe81c1261d7d459e2
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Feb 11 15:48:50 2022 -0600

    feat(pipelines): fix button for incorrect universal/application

M   app/views/Endpoint/views/Pipelines/Editor.jsx

commit 22907391a5a19d309422c71c70c18ac33fb705b5
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Feb 11 15:32:10 2022 -0600

    fix: minor icon improvements

M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx

commit 1ea7a36f99c24489970e8e9a0c625f68891febb9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 11 09:33:02 2022 -0600

    feat(nav): add copy login link widget to ux controls

M   app/views/Endpoint/widgets/NavFooterUXControls.jsx

commit 1627fbd0bc29501d784f84eb5505052f96591d9d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 16:41:53 2022 -0600

    fix(bulk): hide right border when list is on top of table

M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx

commit 9f9b747d966d42a82db65354101967fd453851dd
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 16:36:52 2022 -0600

    feat(bulk): add ux config for moving bulk actions

M   app/config.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/UXConfig/components/Tree.jsx

commit cdcb42aee49f3427228d2945f67652df3a9bc23e
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 15:55:17 2022 -0600

    feat(bulk): add blueprint running action

M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit cfc44ea8d7cec35be4b1ed8944f849dd3a233441
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 15:27:49 2022 -0600

    refactor(table): additive socket listening to reduce backend load on jobs monitoring

M   app/views/Endpoint/features/table_view/components/TableRow.jsx

commit 3bb00d3d7f46da73f338d008cc625382af01ba78
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 14:59:47 2022 -0600

    fix(catalog): remove ReadOnly, Validated, and Bundle fields from diff

M   app/views/Endpoint/views/Catalog/Catalog.jsx

commit 8718f459dbe0c6ae1da73bf29189a7021afff535
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 14:46:19 2022 -0600

    fix(machines): remove required initial context which can be empty

M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx

commit 3c5bea8495d92d714fc6a4ce25168ea147c403cf
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 14:45:12 2022 -0600

    deps: fix broken monaco editor dep, fix inbox throwing error on invalid view

M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   package-lock.json
M   package.json

commit 9c68b02a58a048a2b60a99316dacf6febfcefe39
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 14:18:26 2022 -0600

    deps: update some deps, remove ifdef-loader

M   app/index.jsx
M   package-lock.json
M   package.json
M   webpack.config.js

commit ed27f74f71158330779d42034371395406e1dfd9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 13:36:44 2022 -0600

    fix(overview): disable error detection for cluster status

M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit 85ef393b295ccaac5e1969d611df2daadc738d7f
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 12:21:40 2022 -0600

    fix: cleanup workorder status to match job status, add stage link to job

M   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx

commit 17893b2748dde4a52d0a4a6fe18de23506ed9ba9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 12:13:03 2022 -0600

    fix(work_orders): fix trigger create param fields hidden

M   app/views/Endpoint/views/WorkOrders/BlueprintCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit c8aa978f2eda857b558aaf225fed4737ac9db2d4
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 12:02:26 2022 -0600

    fix(plugins): disable slim

M   app/views/Endpoint/views/Plugins/View.jsx

commit eae89500e12283e4bdcdedcc0285eafa1207ff97
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 12:01:52 2022 -0600

    fix(plugins): fix endpoint dropdown empty, add action dropdown

M   app/views/Endpoint/views/Plugins/CreateEditor.jsx
M   app/views/Endpoint/views/Plugins/View.jsx

commit ea21576e75bf09b44de9de097c8bbde09a603d64
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 11:59:38 2022 -0600

    refactor: remove old code, move app/layout/monaco to app/monaco

R100    Dockerfile  CIRunner.Dockerfile
M   README.md
D   app/assets/themes/default/assets/images/flags.png
M   app/layout/TemplateEditor.jsx
R100    app/layout/monaco/FormattedElem.jsx app/monaco/FormattedElem.jsx
R100    app/layout/monaco/InlineJSONMonacoEditor.jsx    app/monaco/InlineJSONMonacoEditor.jsx
R100    app/layout/monaco/InlineMonacoEditor.jsx    app/monaco/InlineMonacoEditor.jsx
R100    app/layout/monaco/hooks.jsx app/monaco/hooks.jsx
R078    app/layout/monaco/languages.jsx app/monaco/languages.jsx
R100    app/layout/monaco/syntax/bat.js app/monaco/syntax/bat.js
R100    app/layout/monaco/syntax/bat.lang.js    app/monaco/syntax/bat.lang.js
R100    app/layout/monaco/syntax/cfg.js app/monaco/syntax/cfg.js
R100    app/layout/monaco/syntax/cfg.lang.js    app/monaco/syntax/cfg.lang.js
R100    app/layout/monaco/syntax/injectSyntax.js    app/monaco/syntax/injectSyntax.js
R100    app/layout/monaco/syntax/ks.js  app/monaco/syntax/ks.js
R100    app/layout/monaco/syntax/ks.lang.js app/monaco/syntax/ks.lang.js
R100    app/layout/monaco/syntax/powershell.js  app/monaco/syntax/powershell.js
R100    app/layout/monaco/syntax/powershell.lang.js app/monaco/syntax/powershell.lang.js
R100    app/layout/monaco/syntax/python.js  app/monaco/syntax/python.js
R100    app/layout/monaco/syntax/python.lang.js app/monaco/syntax/python.lang.js
R100    app/layout/monaco/syntax/shell.js   app/monaco/syntax/shell.js
R100    app/layout/monaco/syntax/shell.lang.js  app/monaco/syntax/shell.lang.js
R100    app/layout/monaco/syntax/terraform.js   app/monaco/syntax/terraform.js
R100    app/layout/monaco/syntax/terraform.lang.js  app/monaco/syntax/terraform.lang.js
R100    app/layout/monaco/syntax/text.js    app/monaco/syntax/text.js
R100    app/layout/monaco/syntax/text.lang.js   app/monaco/syntax/text.lang.js
R100    app/layout/monaco/syntax/tmpl.js    app/monaco/syntax/tmpl.js
R100    app/layout/monaco/syntax/tmpl.lang.js   app/monaco/syntax/tmpl.lang.js
R100    app/layout/monaco/syntax/yaml.js    app/monaco/syntax/yaml.js
R100    app/layout/monaco/syntax/yaml.lang.js   app/monaco/syntax/yaml.lang.js
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Params/CreateEditor.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/columns/text_content.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx
D   backend_api.md
D   jstest/__snapshots__/endpoint.test.jsx.snap
D   travis_rsa.enc

commit a0c460d138e179276754811e1f92814b45a0eab4
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 09:59:10 2022 -0600

    fix(nav): replace hover popup with standard title tooltips

M   app/config.jsx
M   app/layout/SideNav/SideNav.jsx

commit 8e4c68301d2714c1f0e81faef5e175d3df1e9e87
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 09:56:49 2022 -0600

    fix(editors): add endpoint dropdowns to create editors

M   app/views/Endpoint/views/BootEnvs/CreateEditor.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Contexts/CreateEditor.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/IdentityProviders/CreateEditor.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
M   app/views/Endpoint/views/Params/CreateEditor.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/CreateEditor.jsx
M   app/views/Endpoint/views/Racks/components/ValidationToMachine.jsx
M   app/views/Endpoint/views/Racks/components/ValidationToParams.jsx
M   app/views/Endpoint/views/Raid/CreateEditor.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Reservations/CreateEditor.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/CreateEditor.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Stages/CreateEditor.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/components/DHCPOptions.jsx
M   app/views/Endpoint/views/Tasks/CreateEditor.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Tenants/CreateEditor.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/UXViews/CreateEditor.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/Users/CreateEditor.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/Workflows/CreateEditor.jsx
M   app/views/Endpoint/views/Workflows/View.jsx

commit a6ee6f3fc6e8ff46ab48e31f6346e8e44a89c914
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 10 09:30:10 2022 -0600

    refactor: merge clone/delete into dropdown for remaining views

M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/Workflows/View.jsx

commit 29618a681b1b818dc2f05641153d3ca6490b3e74
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Feb 9 23:48:58 2022 -0600

    refactor(menu): update descriptions

M   app/config.jsx

commit 33d007c0766bac390f93e8995a0ed72296aff00f
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 9 16:16:09 2022 -0600

    feat(nav): add hover descriptions

M   app/layout/SideNav/SideNav.jsx
M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/reducer.jsx

commit fef7f39230eb2425f2751f48070f09b38e189a62
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 9 16:03:41 2022 -0600

    style: reorder nav menu item keys

M   app/config.jsx

commit 917acdbc75ba279b42c8a9ef1d62c118c719c139
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Feb 9 15:50:42 2022 -0600

    feat(wizard): add cluster/broker to wizard, add description data to menu

M   app/config.jsx
M   app/views/Endpoint/views/System/View.jsx

commit 00b5bc4ad0b5c6f5c2c6acf4dedf238f25a9bd78
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 9 15:44:20 2022 -0600

    fix(resources): add workflow actions to clusters and resource brokers

M   app/views/Endpoint/views/Machines/actions.jsx

commit 59fc5dd7fef9c691c157a4828ff13762bfd1ead9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Feb 9 14:48:45 2022 -0600

    chore: remove cognito

M   app/App.jsx
D   app/api/Cognito.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/views/License/View.jsx
D   app/views/Endpoint/views/License/components/CognitoActivation.jsx
D   app/views/Endpoint/views/License/components/IconTab.jsx
D   app/views/Endpoint/views/License/components/MiniUser.jsx
D   app/views/Endpoint/views/License/components/OrgSelector.jsx
D   app/views/Endpoint/views/License/components/Support.jsx
D   app/views/User/Login.jsx
D   app/views/User/Profile.jsx
D   app/views/User/index.jsx
M   app/views/index.jsx
M   jstest/api.test.jsx
M   jstest/setup.jsx
M   package-lock.json
M   package.json

commit 555a4c8e918de94d7da34e677c3f70294d8ba057
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 9 13:44:35 2022 -0600

    feat(racks): validation editors

M   app/views/Endpoint/views/Racks/CreateEditor.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx
M   app/views/Endpoint/views/Racks/View.jsx
A   app/views/Endpoint/views/Racks/components/ValidationParamButton.jsx
A   app/views/Endpoint/views/Racks/components/ValidationToMachine.jsx
A   app/views/Endpoint/views/Racks/components/ValidationToParams.jsx

commit 3f60e92d873c62277ac7ab8b5da7bee1ba62aee5
Author: Zander Franks <zander@zanderf.net>
Date:   Tue Feb 8 20:13:24 2022 -0600

    fix(racks): header line for machine params when editable

M   app/views/Endpoint/views/Racks/CreateEditor.jsx
M   app/views/Endpoint/views/Racks/Editor.jsx

commit 4379b80a4111c8628a976c103df531d68ca10d53
Author: Zander Franks <zander@zanderf.net>
Date:   Tue Feb 8 16:26:53 2022 -0600

    refactor(racks): editor and create editor

A   app/views/Endpoint/views/Racks/CreateEditor.jsx
A   app/views/Endpoint/views/Racks/Editor.jsx
D   app/views/Endpoint/views/Racks/Panel.jsx
M   app/views/Endpoint/views/Racks/View.jsx

commit 5b1ce9bb9be710ae49ed6eeb9a2fed5c331c5aaf
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 8 11:53:08 2022 -0600

    fix(idps): remove debug log

M   app/views/Endpoint/views/IdentityProviders/components/GroupToRolesField.jsx

commit d97c50c19a275fcef4979288272f161c8d3a97a7
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 8 11:52:46 2022 -0600

    refactor(idps): migrate to new view

M   app/config.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
A   app/views/Endpoint/views/IdentityProviders/CreateEditor.jsx
A   app/views/Endpoint/views/IdentityProviders/Editor.jsx
D   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
A   app/views/Endpoint/views/IdentityProviders/components/GroupToRolesField.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   app/views/Endpoint/views/Raid/components/VolumesField.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx

commit f657243b51a0d625393649aa2d4b8d277b772ade
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 8 09:51:33 2022 -0600

    fix(raid): minor css fixes

M   app/config.jsx
M   app/views/Endpoint/views/Raid/CreateEditor.jsx
M   app/views/Endpoint/views/Raid/Editor.jsx
D   app/views/Endpoint/views/Raid/Panel.jsx
M   app/views/Endpoint/views/Raid/columns/enum_drives.jsx
R095    app/views/Endpoint/views/Raid/VolumesField.jsx  app/views/Endpoint/views/Raid/components/VolumesField.jsx

commit 893c740c34736255c16417b043723fc1d3cc000c
Author: Zander Franks <zander@zanderf.net>
Date:   Mon Feb 7 18:52:06 2022 -0600

    refactor(raid): editor and create editor (possibly unstable?)

M   app/layout/Flex.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
A   app/views/Endpoint/views/Raid/CreateEditor.jsx
A   app/views/Endpoint/views/Raid/Editor.jsx
M   app/views/Endpoint/views/Raid/View.jsx
A   app/views/Endpoint/views/Raid/VolumesField.jsx
M   app/views/Endpoint/views/Raid/columns/enum_drives.jsx

commit 88c83063c1a4c02cae47abffe595789cedf15f66
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 15:29:43 2022 -0600

    fix(overview): default values for getting machine status

M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit a88a0028f1c47df71aa01c91bf79f322d30bc261
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 15:26:06 2022 -0600

    feat(overview): show an error icon if all machines in a cluster are paused

M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit cf91d1dc7d912ace68607323ca24bdc5e1dedc00
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 15:05:29 2022 -0600

    chore: remove debug log

M   app/layout/EKG.jsx

commit 0ef5729150b3bc84895aa32cc2b135a318b237e6
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 15:03:31 2022 -0600

    feat(overview): cluster status 'wait', ekg dashed line

M   app/layout/EKG.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit 5d5aebb63085dd15f9e333254c081c5a8b08c6e5
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 14:40:55 2022 -0600

    fix(overview): fix old active clusters not showing up, empty cost table, fixed machine status

M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit d9cd5d397971999ec9fa4ef5af16674e1bace586
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Feb 7 14:29:41 2022 -0600

    fix(table): fix a few icons having misleading pointer cursors

M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_locked.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/columns/icon_readonly.jsx
M   app/views/Endpoint/views/Machines/columns/icon_locked.jsx
M   app/views/Endpoint/views/Machines/columns/icon_womode.jsx

commit 1a95a72a9f600d7b6baa2d9a03af807cc4b7a841
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Feb 7 11:54:51 2022 -0600

    chore: remove dead code

M   app/views/Endpoint/Router.jsx
D   app/views/Endpoint/views/Jobs/Panel.jsx
D   app/views/Endpoint/views/Provision.jsx
D   app/views/Endpoint/views/Templates/Panel.jsx
D   app/views/Endpoint/views/Workflows/Panel.jsx

commit d1a060a76427ef47bc6c5dd7d2cbb38067ea7bc0
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 16:09:15 2022 -0600

    chore: remove debug messages

M   app/views/Endpoint/views/Endpoints/actions.jsx

commit a36f204b9065770c42a795e438c9bf866288a6e7
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 16:07:31 2022 -0600

    fix(editor): fix params in dropdown lists linking incorrectly part 2

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit de17ca58a05e406e4cb382571fa0ae92c5516814
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 15:55:58 2022 -0600

    fix(editor): fix params in dropdown lists linking incorrectly

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit e865ffff870a7fc2e929c375561bdcbae0af3f53
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 15:54:03 2022 -0600

    feat(bulk): add/remove multiple values, patch between stage clear and stage set

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
D   app/views/Endpoint/views/Endpoints/actions.js
A   app/views/Endpoint/views/Endpoints/actions.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit 592e6192276f5e59bc10db97952a4d26d6f72825
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 14:59:51 2022 -0600

    fix(overview): collapse heartbeat column

M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit 9d1333c95014d864bf95d9c901c176934ffb4413
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 13:45:04 2022 -0600

    refactor(bootenvs): migrate to new editor

M   app/config.jsx
A   app/views/Endpoint/views/BootEnvs/CreateEditor.jsx
A   app/views/Endpoint/views/BootEnvs/Editor.jsx
D   app/views/Endpoint/views/BootEnvs/Panel.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx

commit 8c354fa966ca4ac6fb8f02a577f3c39c7aa09c4d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 10:48:06 2022 -0600

    fix(overview): only run WOs on clusters with WOMode

M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx

commit 5056b27e1b063f673af5044596df5deeaa3c1f38
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 09:32:14 2022 -0600

    deps: run npm audit fix

M   package-lock.json

commit 798a64b85596552739b97d8c3ec89c7fdeda00e3
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Feb 4 09:25:41 2022 -0600

    fix(racks): fix racks view mutating redux state

M   app/views/Endpoint/views/Racks/Panel.jsx

commit 45fe0a64112944422ba7a543945216e9ba9f2ad6
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 15:37:00 2022 -0600

    fix(overview): clarify calculator button action

M   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx

commit 0aa738ad4ec23951ab969baac3cfa0bc2d44a2df
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 15:34:36 2022 -0600

    feat(overview): cluster cost table

M   app/api/database.jsx
M   app/views/Endpoint/views/Overview/components/Pie.jsx
M   app/views/Endpoint/views/Overview/index.jsx
A   app/views/Endpoint/views/Overview/panels/ClusterCostPanel.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx
M   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx

commit 5eb2e2638763e31f8924e6fae1d41a135de68760
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 13:37:34 2022 -0600

    fix(ux_views): fix missing name in editor header

M   app/views/Endpoint/views/UXViews/Editor.jsx

commit 9b3fa6e3674c12698165dba4f700cf6ff2ede2b9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 13:31:51 2022 -0600

    refactor(ux_views): migrate to new editor

A   app/views/Endpoint/views/UXViews/CreateEditor.jsx
A   app/views/Endpoint/views/UXViews/Editor.jsx
D   app/views/Endpoint/views/UXViews/Panel.jsx
M   app/views/Endpoint/views/UXViews/View.jsx

commit e04aa762d738736e6a7250d8ca9a0e58e8eb8c8d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 13:19:51 2022 -0600

    feat(ux_views): add hideEdit feature to tables

M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 1ae2af39ddedea3be8af07eec581428a0894fcc1
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 10:31:25 2022 -0600

    feat(overview): synchronize ekgs

M   app/layout/EKG.jsx

commit 1de4ae1112b98056bb28753979c44a837409e8de
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Feb 3 09:38:38 2022 -0600

    fix(overview): fix double cluster bug, add workflow column

M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit f01f7e4de93431d9871ca1833a4405adde3e58a8
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 2 16:02:26 2022 -0600

    feat(overview): increase heartbeat history

M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit 368202ad3cdc563c1c7347dce9c46f7625180c76
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 2 15:55:23 2022 -0600

    fix(overview): prevent removing cluster after it completes

M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx

commit 0a0c45a77cf8340e89e10499163e78c1e9fa9701
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 2 15:51:35 2022 -0600

    feat(overview): cluster heartbeat overview section

M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Overview/index.jsx
M   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx
M   app/views/Endpoint/views/Overview/panels/LandingPagePanel.jsx
M   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
M   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx

commit cb17f5915df2c5be0cd7279f03540b30e3e79189
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Wed Feb 2 12:01:22 2022 -0600

    refactor(overview): refactor and massive performance improvements for overview page

M   app/api/index.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
D   app/views/Endpoint/views/Overview.jsx
A   app/views/Endpoint/views/Overview/components/OverviewSection.jsx
A   app/views/Endpoint/views/Overview/components/Pie.jsx
A   app/views/Endpoint/views/Overview/index.jsx
A   app/views/Endpoint/views/Overview/panels/ClusterStatusPanel.jsx
A   app/views/Endpoint/views/Overview/panels/LandingPagePanel.jsx
A   app/views/Endpoint/views/Overview/panels/MachineStagesPanel.jsx
A   app/views/Endpoint/views/Overview/panels/PoolActivityPanel.jsx

commit 90c29d4d879bd7ea9151c9851d255f241a740ec3
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 1 13:29:16 2022 -0600

    fix(tasks): fix template editor changing linked templates while readonly

M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx

commit 6e804886edc5b123595ab80858e8ce4c9c669cdd
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 1 11:04:19 2022 -0600

    fix(params): fix typo

M   app/views/Endpoint/views/Params/CreateEditor.jsx

commit d346a015df4918b9765b955dedede42dc74afce1
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Feb 1 10:40:35 2022 -0600

    refactor(WorkOrders): do NOT protect cleanup during workorder mode

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 8c6a50594f647d2655d17a9451190fe91fe23bb8
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Tue Feb 1 09:50:39 2022 -0600

    refactor(params): migrate to new editor

M   app/config.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
A   app/views/Endpoint/views/Params/CreateEditor.jsx
A   app/views/Endpoint/views/Params/Editor.jsx
D   app/views/Endpoint/views/Params/Panel.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Params/constants.jsx
D   app/views/Endpoint/views/Profiles/Panel.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx

commit 624a1826c9298596253bf0e3fcfd1b8ec2695b4d
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Jan 31 15:27:19 2022 -0600

    fix(stages): fix missing task list

M   app/views/Endpoint/views/Stages/Editor.jsx
M   app/views/Endpoint/views/Workflows/components/OrderedList.jsx

commit ee1a0ce1fe82450ca6a89feb634ccd577c032b5c
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Jan 31 15:22:25 2022 -0600

    fix(heartbeat): set to 0 when workflow complete

M   app/views/Endpoint/views/Machines/MachinesView.jsx

commit a39309cb3147b40874addb714437535e67e83895
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Jan 31 14:55:50 2022 -0600

    fix(heartbeat): minor performance improvements, fix status colors

M   app/layout/EKG.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx

commit 5b3e1a0f7ebe24aae7b19efd864ec31640019339
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Mon Jan 31 13:31:37 2022 -0600

    feat(machines): demo heartbeat column

A   app/layout/EKG.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx

commit c6ec6e5f2409c400d44f1ff559665f11380616d3
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 14:24:06 2022 -0600

    lint: fix lint

M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx

commit 5cdaa9f06088dbd39e1f2cac63171c8186fd7170
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 14:22:40 2022 -0600

    refactor(version_sets): migrate to new editors

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/views/Endpoints/Editor.jsx
A   app/views/Endpoint/views/VersionSets/CreateEditor.jsx
A   app/views/Endpoint/views/VersionSets/Editor.jsx
D   app/views/Endpoint/views/VersionSets/Panel.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx

commit e8f076f5bf98b17cde2ad716cb74be56da5bb1dd
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 12:25:51 2022 -0600

    fix(endpoints): fix a typo on create editor

M   app/views/Endpoint/views/Endpoints/CreateEditor.jsx

commit a5fafe5746576d70e3bbee0f5b33e719a8ae26f8
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 12:15:14 2022 -0600

    chore: remove old endpoint panel

D   app/views/Endpoint/views/Endpoints/Panel.jsx

commit ace72e6612b90c3978524defa519e66cffd90f4f
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 12:15:00 2022 -0600

    refactor(endpoints): migrate to new editor

A   app/views/Endpoint/views/Endpoints/CreateEditor.jsx
A   app/views/Endpoint/views/Endpoints/Editor.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx

commit 6f2c84ec52ba759d2aaf8307f6be887f5e2ff562
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 11:18:58 2022 -0600

    fix(auth): remove debug logs in url token auth

M   app/views/Endpoint/index.jsx

commit b5e554b7d7fee6632d60fd0e58b6888dfeb217d9
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Fri Jan 28 09:20:33 2022 -0600

    feat(ux): generation of links that will automatically sign into ux

A   app/hooks/useAuthToken.jsx
M   app/layout/Wrapper.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx
M   app/views/Endpoint/views/Pools/CreateEditor.jsx
M   app/views/Endpoint/views/Pools/Editor.jsx

commit 1fc7ca8482802a4497eb534166476343bc66190a
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 16:41:20 2022 -0600

    chore: remove old pools panel

D   app/views/Endpoint/views/Pools/Panel.jsx

commit 080b12a162ff461b8bcba42ac65f490ab503a954
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 16:40:50 2022 -0600

    refactor(pools): refactor to new editor

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/views/Contexts/CreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Pipelines/CreateEditor.jsx
M   app/views/Endpoint/views/Plugins/CreateEditor.jsx
A   app/views/Endpoint/views/Pools/CreateEditor.jsx
A   app/views/Endpoint/views/Pools/Editor.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Reservations/CreateEditor.jsx
M   app/views/Endpoint/views/Roles/CreateEditor.jsx
M   app/views/Endpoint/views/Stages/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Tasks/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Tenants/CreateEditor.jsx
M   app/views/Endpoint/views/Users/CreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx
M   app/views/Endpoint/views/Workflows/CreateEditor.jsx

commit d9771a94ec77d60f141dbe148adb59c543af84ac
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 11:41:40 2022 -0600

    chore: remove old plugin panel

D   app/views/Endpoint/views/Plugins/Panel.jsx

commit ea34e432edcf5fffcd31562c326e7eb3bb7af483
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 11:41:18 2022 -0600

    fix(analytics): add missing routes to config for tracking

M   app/config.jsx

commit dc7884c8d67d9dce44ade98ac57b7903adf75bf8
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 11:36:14 2022 -0600

    fix(plugins): remove required/optional params from editor

M   app/views/Endpoint/views/Plugins/Editor.jsx

commit 4995137bce4733a607e9d521edf2307caf2c7cb3
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 11:35:23 2022 -0600

    refactor(plugins): migrate to new editor

M   .vscode/extensions.json
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
A   app/views/Endpoint/views/Plugins/CreateEditor.jsx
A   app/views/Endpoint/views/Plugins/Editor.jsx
M   app/views/Endpoint/views/Plugins/View.jsx

commit c79b5f1c407187fb41cb6b6b21d5d2774f731153
Author: Isaac Hirschfeld <gpg@reheatedcake.io>
Date:   Thu Jan 27 09:56:12 2022 -0600

    fix(bulk): remove debug console logs from bulk actions

M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx

commit e74a0a83736c7b52c424835ef310017f1d4acaf6
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Jan 27 08:49:47 2022 -0600

    fix: convert to double quote

M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx

commit 1bcf5a039782223d246985c9bb0e0d444720caf6
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Jan 26 21:17:49 2022 -0600

    fix: typo of type

M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx

commit 5007c5ad0569107b9eec8cbe23b99eeeb9585f81
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Jan 26 21:07:18 2022 -0600

    fix: update for review comments and run prettier

M   app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx

commit 5ed15cce6976ad3b580b9d454bba1703c80a78b9
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Jan 26 19:09:15 2022 -0600

    feat: add optional create parameters

M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx

commit a76f4d65525ba5398fdb560befd12ac031eb9145
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 16:24:27 2022 -0600

    fix(resources): show universal application profiles in profile list

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 9dc3de60f3d60cb6f0b975f5bc96610f9893fd1b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 16:20:07 2022 -0600

    refactor(bulk): remove old bulk action code

D   app/views/Endpoint/components/BulkActions/BulkActions.css
D   app/views/Endpoint/components/BulkActions/Components.jsx
D   app/views/Endpoint/views/Endpoints/BulkActions.jsx
D   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 24a70f4e72ecaacba7be014edda42154dcc6e50f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 15:34:24 2022 -0600

    fix(roles): fix capitalization of roles view header

M   app/views/Endpoint/views/Roles/View.jsx

commit 4a5621800e9a81b20566245300d0f0a2641e5296
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 26 14:44:19 2022 -0600

    refactor(blueprint): missing WOT to Blueprint rename

M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit d956cbbf3d4c5394da542d9557d0f48aeab94099
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Jan 26 12:34:47 2022 -0600

    fix: change "1" to {1} for type consistency

M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx

commit 20d4c61006979cb71f081ace19cc03cf23298753
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Jan 26 12:26:39 2022 -0600

    fix: Address missing fields for triggers and trigger_providers

M   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx

commit 838ced0c67c99aeb50a737214912b25096bb69ee
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 12:07:57 2022 -0600

    fix(endpoints): fix version sets bulk actions

M   app/views/Endpoint/views/Endpoints/actions.js

commit 8dcda151a863ff3c0eeab84ae6816822037623eb
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 11:31:37 2022 -0600

    refactor(endpoints): add new bulk to endpoints table

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
A   app/views/Endpoint/views/Endpoints/actions.js
M   app/views/Endpoint/views/Machines/actions.jsx

commit 73a82d880d25611c791624986b3ee6802b0aeed2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 09:54:59 2022 -0600

    lint: config.jsx

M   app/config.jsx

commit 959fc47b3a77a48b4604f8e8adc19742c40cd8f5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 09:49:55 2022 -0600

    feat(license): add click thru license to terms tab in trial setup

M   app/App.jsx
M   app/config.jsx
D   app/layout/Terms.css
M   app/layout/Terms.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx
M   app/views/Endpoint/widgets/NavFooterLicense.jsx

commit e753ad3833e8fe94e32ff95ab53a8c1652e829c0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 26 08:56:47 2022 -0600

    fix(work_orders): add blueprint column to table

M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit 84be43ef265ad775acd5be8971395974f5df0628
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 26 07:45:27 2022 -0600

    feat(clusters): run/pause on cluster & broker too

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 1174a40e76f118e3fbc81515e197467f86bf186f
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Jan 24 14:15:00 2022 -0600

    cannot cleanup in WO mode

M   app/layout/Terms.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 668112699d6d63eff07d71f25fb63e1354ee9a37
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sun Jan 23 16:13:32 2022 -0600

    refactor(workorders): from view, we nearly always want to see the activity page first, so let's go there

M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx

commit 5a77d21fab0b7feea4f2de360245dfc8e2f62801
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sun Jan 23 14:11:40 2022 -0600

    fix(pipeline): move pipeline to be visible in WO mode

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx

commit 01e1f8075e0bed96a2dd1cc486f06456eb3ef9e0
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sun Jan 23 13:56:25 2022 -0600

    feat(pipeline): put universal/application warning on editor page

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Pipelines/Editor.jsx

commit f7433f1dfd397505d549f2723a6af450f2750ba4
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 21 20:48:55 2022 -0600

    refactor(jobs): wip editor

A   app/views/Endpoint/views/Jobs/Editor.jsx
M   app/views/Endpoint/views/Jobs/View.jsx

commit 41b03f46747abf8b8cf565591d2c81cdc06d660d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 21 14:59:32 2022 -0600

    refactor(resources): bulk actions for other resource views

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit 07e0061b29558f5b7383ec22eec30fb13b8064b2
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 21 13:55:58 2022 -0600

    refactor(tasks): editor and create editor

M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
A   app/views/Endpoint/views/Tasks/CreateEditor.jsx
A   app/views/Endpoint/views/Tasks/Editor.jsx
D   app/views/Endpoint/views/Tasks/Panel.jsx
M   app/views/Endpoint/views/Tasks/View.jsx

commit 17c162d76f9c88208ac6d7b734b232a7d6f9c4ad
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 21 13:26:04 2022 -0600

    refactor(tenants): editor and create editor

M   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
A   app/views/Endpoint/views/Tenants/CreateEditor.jsx
A   app/views/Endpoint/views/Tenants/Editor.jsx
D   app/views/Endpoint/views/Tenants/Panel.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
A   app/views/Endpoint/views/Tenants/components/MembershipEditor.jsx

commit e5e15be22e35abb50f5b2dd216c74b966c736902
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Fri Jan 21 13:11:14 2022 -0600

    fix: clean up some titles and add object default elements.

M   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/TriggersView.jsx

commit 61a900b4b69cb9c45cf149366e3c443445abb2c1
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 21 12:14:52 2022 -0600

    fix(stages): subheader, contexts subheader

M   app/views/Endpoint/views/Contexts/CreateEditor.jsx
M   app/views/Endpoint/views/Stages/CreateEditor.jsx

commit 3be1ee0af88c00ee89913ab716788dd8abce05ab
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 21 11:55:48 2022 -0600

    refactor(stages): editor, create editor, fixes

M   app/api/database.jsx
M   app/api/index.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
A   app/views/Endpoint/views/Stages/CreateEditor.jsx
A   app/views/Endpoint/views/Stages/Editor.jsx
D   app/views/Endpoint/views/Stages/Panel.jsx
M   app/views/Endpoint/views/Stages/View.jsx
A   app/views/Endpoint/views/Stages/components/TemplatesEditor.jsx
M   app/views/Endpoint/views/Tasks/View.jsx

commit ff4df673d53a2bd3fd9afb9bda1a7ddd4d521975
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Fri Jan 21 11:06:07 2022 -0600

    feat(triggers): Create initial conversions for triggers, trigger_providers, and blueprints

M   app/api/icons.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/Router.jsx
R084    app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx   app/views/Endpoint/views/WorkOrders/BlueprintCreateEditor.jsx
R073    app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx app/views/Endpoint/views/WorkOrders/BlueprintEditor.jsx
R078    app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx  app/views/Endpoint/views/WorkOrders/BlueprintsView.jsx
A   app/views/Endpoint/views/WorkOrders/TriggerProvidersCreateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/TriggerProvidersEditor.jsx
A   app/views/Endpoint/views/WorkOrders/TriggerProvidersView.jsx
R078    app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx app/views/Endpoint/views/WorkOrders/TriggersCreateEditor.jsx
R074    app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersEditor.jsx   app/views/Endpoint/views/WorkOrders/TriggersEditor.jsx
R065    app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx app/views/Endpoint/views/WorkOrders/TriggersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit 6dac451477e97ecdbb5b26cc566c5f0c002db19e
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Jan 20 18:32:32 2022 -0600

    feat(work-orders): allow start button to work in work order mode (requires updates to universal content to fully operate)

M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit cd458361a19dae1d66e72c4f788476be4d455d16
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 20 15:08:08 2022 -0600

    fix(table): prevent 'rows selected' label from wrapping

M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 99e3ba14d28eac5ed7162587049b2fe6ec23f070
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 20 15:06:57 2022 -0600

    feat(bulk): remainder of bulk action impl

M   app/layout/SideNav/SideNav.jsx
M   app/layout/SideNav/style.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit eb8195efe265de40ede6082a332eb94fa0f394b1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 20 10:45:45 2022 -0600

    fix(machines): move runnable into top bar

M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 883ea4d38058680d08510e6285554417f02d5c45
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 19 18:00:11 2022 -0600

    refactor(menu): cleanup looks like delete now

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit a30e62afe030beb65b24cac22ad8c96d7250c386
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 19 17:48:45 2022 -0600

    feature(cluster): if cluster/machines is set, show that instead of count

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx

commit 4116856290ba49e101a531ca64bd662a59e1cd34
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 19 17:11:44 2022 -0600

    fix(wizard): linter caught error, fixed

M   app/layout/Objective.jsx

commit 20d361c1f6fb67ff501a504779fff22e45f01cb6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 19 16:15:34 2022 -0600

    fix(table): rework percentage for table pagination pie chart, fix title in pie chart

M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/views/Overview.jsx

commit ab99360d93106d1f394ba374717620971368bfd1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 19 15:57:00 2022 -0600

    feat(bulk): move bulk actions back to the left of the table, add resizer

M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit 886e9c574c91f721d37f8dba04e29a2bccd537f4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 19 15:56:38 2022 -0600

    feat(table): pie chart in pagination component, param style fixes

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/views/Overview.jsx

commit 07cee56780556b5ed55265bfcbb7ba2adb868c26
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 19 15:22:52 2022 -0600

    feat(templates): syntax highlighting for previews

M   app/views/Endpoint/views/Templates/columns/text_content.jsx

commit dd09561bedea707fc9286d2663740253c408f8f8
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 19 15:02:55 2022 -0600

    doc(wizard): add titles for icons

M   app/layout/Objective.jsx

commit 14b8bd2635c994bda41afea743e874cbd3061b4c
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Jan 19 14:58:29 2022 -0600

    refactor(wizard): use cloud/provider on self-runner to skip hardware only wizard checks

M   app/layout/Objective.jsx
M   app/views/Endpoint/views/System/View.jsx

commit c3b244268534062f773ff05c280e45ecd4d53e59
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 19 14:18:40 2022 -0600

    feat(bulk): add restart workflow action

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit cb7615338b86cf0e6e09bb00b68f8c6508a6588d
Author: Zander Franks <zander@zanderf.net>
Date:   Wed Jan 19 13:59:21 2022 -0600

    refactor(workflows): editor, create editor, jobs tab

A   app/views/Endpoint/views/Workflows/CreateEditor.jsx
A   app/views/Endpoint/views/Workflows/Editor.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
A   app/views/Endpoint/views/Workflows/components/NestedJobTable.jsx
A   app/views/Endpoint/views/Workflows/components/OrderedList.jsx

commit 996c253ec573df9e1677a8d7924adc03f86c1a5d
Author: Zander Franks <zander@zanderf.net>
Date:   Tue Jan 18 16:25:17 2022 -0600

    refactor(leases): editor (may need input)

A   app/views/Endpoint/views/Leases/Editor.jsx
D   app/views/Endpoint/views/Leases/Panel.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx

commit 4bccf3d9937f6bab20e81e29dc7d8d1b4f1ad691
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 18 16:11:34 2022 -0600

    feat(bulk): secure param values

M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit 9d3589911923746e40281da8c716201dc2f74415
Author: Zander Franks <zander@zanderf.net>
Date:   Tue Jan 18 15:31:01 2022 -0600

    refactor(reservations): editor and create editor

A   app/views/Endpoint/views/Reservations/CreateEditor.jsx
A   app/views/Endpoint/views/Reservations/Editor.jsx
D   app/views/Endpoint/views/Reservations/Panel.jsx
M   app/views/Endpoint/views/Reservations/View.jsx

commit 9844330b07fd637f6535d5a486879488fd216710
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 18 15:25:03 2022 -0600

    feat(bulk): functional param bulk actions

M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/actions.jsx

commit d116322a8e183da51acfd868f97c4a809f4e93be
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 17 16:35:20 2022 -0600

    feat(bulk): initial param implementation

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/const.jsx
M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
A   app/views/Endpoint/views/Machines/actions.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   webpack.config.js

commit ed8ed19280a2f389467f721a936ccf1a4a36c3b7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 14 17:30:01 2022 -0600

    feat(bulk): move bulk actions to above table

M   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit 6080d5301d4d18af42e4a4099574368aa6a4c080
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 14 14:35:33 2022 -0600

    feat(contexts): add documentation tab to editor

M   app/views/Endpoint/views/Contexts/Editor.jsx
M   app/views/Endpoint/views/Contexts/View.jsx

commit 3974b0cfa2722eef00cb66dc6c92929ff6c53e59
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 14 14:30:19 2022 -0600

    refactor(contexts): editor and create editor

M   app/layout/Copy.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
A   app/views/Endpoint/views/Contexts/CreateEditor.jsx
A   app/views/Endpoint/views/Contexts/Editor.jsx
A   app/views/Endpoint/views/Contexts/ImageField.jsx
D   app/views/Endpoint/views/Contexts/Panel.jsx
M   app/views/Endpoint/views/Contexts/View.jsx

commit c3fdad296dfab2be7486798da94d4b327d59375d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 14 13:18:21 2022 -0600

    feat(machines): wip new bulk actions

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/table_view/components/BulkPanel.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx

commit 5d945675678a78899ecb924689fdb88c675871f4
Author: Zander Franks <zander@zanderf.net>
Date:   Fri Jan 14 13:06:03 2022 -0600

    refactor(users): editor and create editor

M   app/api/Components/Notification.jsx
A   app/views/Endpoint/views/Users/CreateEditor.jsx
A   app/views/Endpoint/views/Users/Editor.jsx
D   app/views/Endpoint/views/Users/Panel.jsx
M   app/views/Endpoint/views/Users/View.jsx
D   app/views/Endpoint/views/Users/components/ChangePassword.jsx

commit 831b292d26bae33fbfe74d158dc90182a3a29b0d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 14 10:48:50 2022 -0600

    fix(roles): fix onChange called on ClaimsList Specific blur with unchanged value

M   app/views/Endpoint/views/Roles/components/ClaimsList.jsx

commit 83222196fef48c59821796d1f540fbf6da92daa1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 14 09:30:16 2022 -0600

    fix(subnets): fix subnet clone showing interface wizard

M   app/views/Endpoint/views/Subnets/CreateEditor.jsx

commit 8019f898dd2efb1d8f36adc9ac2888e121b524e8
Author: Zander Franks <zander@zanderf.net>
Date:   Thu Jan 13 16:45:09 2022 -0600

    fix(nav): rename work order templates to blueprints

M   app/api/icons.jsx
M   app/config.jsx

commit f1d0417ed7fba99815db7658b4065d79b43b44a2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 16:39:38 2022 -0600

    fix(templates): allow CRLFs to be present

M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/Panel.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx

commit 07b175bf61b4c1e914b1b42a74325cbdb1cde35f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 16:14:51 2022 -0600

    fix(templates): fix CRLF present in templates

M   app/layout/monaco/hooks.jsx
M   app/views/Endpoint/views/Templates/CreateEditor.jsx
M   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/Panel.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx

commit 4262440437fadf856e7a3d0284daf9456f1cc91d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 15:55:37 2022 -0600

    fix(templates): fix editor not updating code

M   app/views/Endpoint/views/Templates/Editor.jsx

commit 51dfdc3810f5bbbd3310a0c4185358c5aeba9f9f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 15:48:48 2022 -0600

    refactor(templates): migrate to new editor

M   app/layout/monaco/hooks.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/views/Templates/CreateEditor.jsx
A   app/views/Endpoint/views/Templates/Editor.jsx
M   app/views/Endpoint/views/Templates/View.jsx

commit 73ffea4413d32039b2c3d8ace4cd1bd292e0fb30
Author: Zander Franks <zander@zanderf.net>
Date:   Thu Jan 13 15:42:55 2022 -0600

    fix(roles): fix accidental ClaimsIterable removal

A   app/views/Endpoint/views/Roles/components/ClaimsIterable.jsx

commit e8ad3d472fe46c6c1cba71d36414f2d80da718bc
Author: Zander Franks <zander@zanderf.net>
Date:   Thu Jan 13 15:40:15 2022 -0600

    chore(roles): cleanup comments, unused imports

D   app/views/Endpoint/views/Roles/Panel.jsx
M   app/views/Endpoint/views/Roles/View.jsx
D   app/views/Endpoint/views/Roles/components/ClaimsIterable.jsx
M   app/views/Endpoint/views/Roles/components/ClaimsList.jsx

commit ef2adfdea742f27097b5062185c60e40f25432bc
Author: Zander Franks <zander@zanderf.net>
Date:   Thu Jan 13 15:37:52 2022 -0600

    refactor(roles): editor and create editor

M   app/config.jsx
M   app/views/Endpoint/features/info/selectors.jsx
A   app/views/Endpoint/views/Roles/CreateEditor.jsx
A   app/views/Endpoint/views/Roles/Editor.jsx
M   app/views/Endpoint/views/Roles/View.jsx
A   app/views/Endpoint/views/Roles/components/ClaimsList.jsx

commit 81e4625ec58fcb55ff0b97ba77bab5447bdc8cad
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 14:01:23 2022 -0600

    fix(researvations): fix addresses not appearing in delete modal

M   app/views/Endpoint/features/table_view/components/Buttons.jsx

commit bddfe8135b6dc7ba7aca221ed63f06542cce4390
Author: Zander Franks <zander@zanderf.net>
Date:   Thu Jan 13 13:36:42 2022 -0600

    lint: fix unused import, test commit signing

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 9ba6967a11e034860c79a7667461ba8376c0ac67
Author: Zander <zander@zanderf.net>
Date:   Thu Jan 13 13:32:10 2022 -0600

    feat(editor): standardize actions dropdown

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Subnets/View.jsx

commit d6760739330048d380bde209f25cbe08b35d2518
Author: Zander <zander@zanderf.net>
Date:   Thu Jan 13 12:42:29 2022 -0600

    chore: cleanup old subnet panel

D   app/views/Endpoint/views/Subnets/Panel.jsx

commit 1e9c092f4df16021256ed6a4b7526f0198bf0228
Author: Zander <zander@zanderf.net>
Date:   Thu Jan 13 12:41:13 2022 -0600

    refactor(subnets): create editor

A   app/views/Endpoint/views/Subnets/CreateEditor.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/components/EditorFields.jsx

commit f15e3eb274d4b1ab493aa3aa325924d46d6b6f92
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 12:10:00 2022 -0600

    ci: remove bundle stage

M   .gitlab-ci.yml

commit 589d9e13f0e93ea7e00d5aabef76967746144135
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 12:09:02 2022 -0600

    ci: re-enable always package

M   .gitlab-ci.yml

commit 4d8e1b3db0aa9591157ca2fafb7ebef78343da3e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 13 11:58:05 2022 -0600

    ci: move bundle back into build

M   .gitlab-ci.yml

commit 3815f98e3c5e7ae932dc7367309e47655352d907
Author: voximity <zander@zanderf.net>
Date:   Thu Jan 13 11:29:33 2022 -0600

    fix(resources): show cleanup and delete regardless of force

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   app/views/Home/AirgapHome.jsx

commit f15df794a75d8f82fb077d8c168f40bd33924d01
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 18:27:45 2022 -0600

    ci: only run bundle code on deploy

M   .gitlab-ci.yml

commit fa298fde93c5a9e661f88c66a70336fd1367ca29
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 18:17:55 2022 -0600

    lint: fix lint files hitting json

M   .eslintrc
M   package.json

commit e8b457a8d550ead11fa7375325572d8d0a3b116f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 18:14:54 2022 -0600

    refactor: moved some css around, made cached builds even faster

M   app/css/style.css
M   app/layout/InactivityPopup.jsx
M   app/layout/Terms.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   webpack.config.js

commit 96877358f8d00b2ae966e93fc9d8bae06f60bebd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 17:54:30 2022 -0600

    deps: remove pretty print dep

M   app/css/style.css
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Catalog/ToggleOptions.jsx
M   app/views/Endpoint/views/Params/Panel.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx

commit c5583d53fb2499b16146918295058355d54b0ed0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 16:24:27 2022 -0600

    build: fix eslint range

M   package.json

commit a21097dfdf5527185a97cecae0832d765f963bc3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 15:54:37 2022 -0600

    refactor(subnets): migrate to new editor

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
A   app/views/Endpoint/views/Subnets/Editor.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
A   app/views/Endpoint/views/Subnets/components/EditorFields.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx

commit d572426b7d711a8534972e43e3b8f17a510888cd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 13:35:18 2022 -0600

    chore: remove old lambda code that should not have been included

D   lambda/racknContent/index.js
D   lambda/racknContent/node_modules/.bin/esparse
D   lambda/racknContent/node_modules/.bin/esvalidate
D   lambda/racknContent/node_modules/.bin/js-yaml
D   lambda/racknContent/node_modules/.bin/json2yaml
D   lambda/racknContent/node_modules/.bin/yaml2json
D   lambda/racknContent/node_modules/argparse/CHANGELOG.md
D   lambda/racknContent/node_modules/argparse/LICENSE
D   lambda/racknContent/node_modules/argparse/README.md
D   lambda/racknContent/node_modules/argparse/index.js
D   lambda/racknContent/node_modules/argparse/lib/action.js
D   lambda/racknContent/node_modules/argparse/lib/action/append.js
D   lambda/racknContent/node_modules/argparse/lib/action/append/constant.js
D   lambda/racknContent/node_modules/argparse/lib/action/count.js
D   lambda/racknContent/node_modules/argparse/lib/action/help.js
D   lambda/racknContent/node_modules/argparse/lib/action/store.js
D   lambda/racknContent/node_modules/argparse/lib/action/store/constant.js
D   lambda/racknContent/node_modules/argparse/lib/action/store/false.js
D   lambda/racknContent/node_modules/argparse/lib/action/store/true.js
D   lambda/racknContent/node_modules/argparse/lib/action/subparsers.js
D   lambda/racknContent/node_modules/argparse/lib/action/version.js
D   lambda/racknContent/node_modules/argparse/lib/action_container.js
D   lambda/racknContent/node_modules/argparse/lib/argparse.js
D   lambda/racknContent/node_modules/argparse/lib/argument/error.js
D   lambda/racknContent/node_modules/argparse/lib/argument/exclusive.js
D   lambda/racknContent/node_modules/argparse/lib/argument/group.js
D   lambda/racknContent/node_modules/argparse/lib/argument_parser.js
D   lambda/racknContent/node_modules/argparse/lib/const.js
D   lambda/racknContent/node_modules/argparse/lib/help/added_formatters.js
D   lambda/racknContent/node_modules/argparse/lib/help/formatter.js
D   lambda/racknContent/node_modules/argparse/lib/namespace.js
D   lambda/racknContent/node_modules/argparse/lib/utils.js
D   lambda/racknContent/node_modules/argparse/package.json
D   lambda/racknContent/node_modules/balanced-match/.npmignore
D   lambda/racknContent/node_modules/balanced-match/LICENSE.md
D   lambda/racknContent/node_modules/balanced-match/README.md
D   lambda/racknContent/node_modules/balanced-match/index.js
D   lambda/racknContent/node_modules/balanced-match/package.json
D   lambda/racknContent/node_modules/brace-expansion/README.md
D   lambda/racknContent/node_modules/brace-expansion/index.js
D   lambda/racknContent/node_modules/brace-expansion/package.json
D   lambda/racknContent/node_modules/concat-map/.travis.yml
D   lambda/racknContent/node_modules/concat-map/LICENSE
D   lambda/racknContent/node_modules/concat-map/README.markdown
D   lambda/racknContent/node_modules/concat-map/example/map.js
D   lambda/racknContent/node_modules/concat-map/index.js
D   lambda/racknContent/node_modules/concat-map/package.json
D   lambda/racknContent/node_modules/concat-map/test/map.js
D   lambda/racknContent/node_modules/esprima/ChangeLog
D   lambda/racknContent/node_modules/esprima/LICENSE.BSD
D   lambda/racknContent/node_modules/esprima/README.md
D   lambda/racknContent/node_modules/esprima/bin/esparse.js
D   lambda/racknContent/node_modules/esprima/bin/esvalidate.js
D   lambda/racknContent/node_modules/esprima/dist/esprima.js
D   lambda/racknContent/node_modules/esprima/package.json
D   lambda/racknContent/node_modules/fs.realpath/LICENSE
D   lambda/racknContent/node_modules/fs.realpath/README.md
D   lambda/racknContent/node_modules/fs.realpath/index.js
D   lambda/racknContent/node_modules/fs.realpath/old.js
D   lambda/racknContent/node_modules/fs.realpath/package.json
D   lambda/racknContent/node_modules/glob/LICENSE
D   lambda/racknContent/node_modules/glob/README.md
D   lambda/racknContent/node_modules/glob/changelog.md
D   lambda/racknContent/node_modules/glob/common.js
D   lambda/racknContent/node_modules/glob/glob.js
D   lambda/racknContent/node_modules/glob/package.json
D   lambda/racknContent/node_modules/glob/sync.js
D   lambda/racknContent/node_modules/inflight/LICENSE
D   lambda/racknContent/node_modules/inflight/README.md
D   lambda/racknContent/node_modules/inflight/inflight.js
D   lambda/racknContent/node_modules/inflight/package.json
D   lambda/racknContent/node_modules/inherits/LICENSE
D   lambda/racknContent/node_modules/inherits/README.md
D   lambda/racknContent/node_modules/inherits/inherits.js
D   lambda/racknContent/node_modules/inherits/inherits_browser.js
D   lambda/racknContent/node_modules/inherits/package.json
D   lambda/racknContent/node_modules/js-yaml/CHANGELOG.md
D   lambda/racknContent/node_modules/js-yaml/LICENSE
D   lambda/racknContent/node_modules/js-yaml/README.md
D   lambda/racknContent/node_modules/js-yaml/bin/js-yaml.js
D   lambda/racknContent/node_modules/js-yaml/dist/js-yaml.js
D   lambda/racknContent/node_modules/js-yaml/dist/js-yaml.min.js
D   lambda/racknContent/node_modules/js-yaml/index.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/common.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/dumper.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/exception.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/loader.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/mark.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema/core.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/schema/json.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/binary.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/bool.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/float.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/int.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/js/function.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/map.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/merge.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/null.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/omap.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/pairs.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/seq.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/set.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/str.js
D   lambda/racknContent/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
D   lambda/racknContent/node_modules/js-yaml/package.json
D   lambda/racknContent/node_modules/minimatch/LICENSE
D   lambda/racknContent/node_modules/minimatch/README.md
D   lambda/racknContent/node_modules/minimatch/minimatch.js
D   lambda/racknContent/node_modules/minimatch/package.json
D   lambda/racknContent/node_modules/once/LICENSE
D   lambda/racknContent/node_modules/once/README.md
D   lambda/racknContent/node_modules/once/once.js
D   lambda/racknContent/node_modules/once/package.json
D   lambda/racknContent/node_modules/path-is-absolute/index.js
D   lambda/racknContent/node_modules/path-is-absolute/license
D   lambda/racknContent/node_modules/path-is-absolute/package.json
D   lambda/racknContent/node_modules/path-is-absolute/readme.md
D   lambda/racknContent/node_modules/sprintf-js/.npmignore
D   lambda/racknContent/node_modules/sprintf-js/LICENSE
D   lambda/racknContent/node_modules/sprintf-js/README.md
D   lambda/racknContent/node_modules/sprintf-js/bower.json
D   lambda/racknContent/node_modules/sprintf-js/demo/angular.html
D   lambda/racknContent/node_modules/sprintf-js/dist/angular-sprintf.min.js
D   lambda/racknContent/node_modules/sprintf-js/dist/angular-sprintf.min.js.map
D   lambda/racknContent/node_modules/sprintf-js/dist/angular-sprintf.min.map
D   lambda/racknContent/node_modules/sprintf-js/dist/sprintf.min.js
D   lambda/racknContent/node_modules/sprintf-js/dist/sprintf.min.js.map
D   lambda/racknContent/node_modules/sprintf-js/dist/sprintf.min.map
D   lambda/racknContent/node_modules/sprintf-js/gruntfile.js
D   lambda/racknContent/node_modules/sprintf-js/package.json
D   lambda/racknContent/node_modules/sprintf-js/src/angular-sprintf.js
D   lambda/racknContent/node_modules/sprintf-js/src/sprintf.js
D   lambda/racknContent/node_modules/sprintf-js/test/test.js
D   lambda/racknContent/node_modules/wrappy/LICENSE
D   lambda/racknContent/node_modules/wrappy/README.md
D   lambda/racknContent/node_modules/wrappy/package.json
D   lambda/racknContent/node_modules/wrappy/wrappy.js
D   lambda/racknContent/node_modules/yamljs/.npmignore
D   lambda/racknContent/node_modules/yamljs/.travis.yml
D   lambda/racknContent/node_modules/yamljs/Cakefile
D   lambda/racknContent/node_modules/yamljs/LICENSE
D   lambda/racknContent/node_modules/yamljs/README.md
D   lambda/racknContent/node_modules/yamljs/bin/json2yaml
D   lambda/racknContent/node_modules/yamljs/bin/yaml2json
D   lambda/racknContent/node_modules/yamljs/bower.json
D   lambda/racknContent/node_modules/yamljs/cli/json2yaml.js
D   lambda/racknContent/node_modules/yamljs/cli/yaml2json.js
D   lambda/racknContent/node_modules/yamljs/demo/demo.html
D   lambda/racknContent/node_modules/yamljs/dist/yaml.debug.js
D   lambda/racknContent/node_modules/yamljs/dist/yaml.js
D   lambda/racknContent/node_modules/yamljs/dist/yaml.legacy.js
D   lambda/racknContent/node_modules/yamljs/dist/yaml.min.js
D   lambda/racknContent/node_modules/yamljs/index.js
D   lambda/racknContent/node_modules/yamljs/lib/Dumper.js
D   lambda/racknContent/node_modules/yamljs/lib/Escaper.js
D   lambda/racknContent/node_modules/yamljs/lib/Exception/DumpException.js
D   lambda/racknContent/node_modules/yamljs/lib/Exception/ParseException.js
D   lambda/racknContent/node_modules/yamljs/lib/Exception/ParseMore.js
D   lambda/racknContent/node_modules/yamljs/lib/Inline.js
D   lambda/racknContent/node_modules/yamljs/lib/Parser.js
D   lambda/racknContent/node_modules/yamljs/lib/Pattern.js
D   lambda/racknContent/node_modules/yamljs/lib/Unescaper.js
D   lambda/racknContent/node_modules/yamljs/lib/Utils.js
D   lambda/racknContent/node_modules/yamljs/lib/Yaml.js
D   lambda/racknContent/node_modules/yamljs/package.json
D   lambda/racknContent/node_modules/yamljs/src/Dumper.coffee
D   lambda/racknContent/node_modules/yamljs/src/Escaper.coffee
D   lambda/racknContent/node_modules/yamljs/src/Exception/DumpException.coffee
D   lambda/racknContent/node_modules/yamljs/src/Exception/ParseException.coffee
D   lambda/racknContent/node_modules/yamljs/src/Exception/ParseMore.coffee
D   lambda/racknContent/node_modules/yamljs/src/Inline.coffee
D   lambda/racknContent/node_modules/yamljs/src/Parser.coffee
D   lambda/racknContent/node_modules/yamljs/src/Pattern.coffee
D   lambda/racknContent/node_modules/yamljs/src/Unescaper.coffee
D   lambda/racknContent/node_modules/yamljs/src/Utils.coffee
D   lambda/racknContent/node_modules/yamljs/src/Yaml.coffee
D   lambda/racknContent/node_modules/yamljs/test/SpecRunner.html
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/MIT.LICENSE
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/boot.js
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/console.js
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine-html.js
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.css
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine.js
D   lambda/racknContent/node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png
D   lambda/racknContent/node_modules/yamljs/test/spec/YamlSpec.coffee
D   lambda/racknContent/node_modules/yamljs/test/spec/YamlSpec.js
D   lambda/racknContent/node_modules/yamljs/test/spec/example.yml

commit 5c3e6a58d925683002f73ae8b96beb698f65b452
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 12 11:52:41 2022 -0600

    fix(build): update build config

A   .eslintignore
M   .eslintrc
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Contents/components/RSTDocsLazy.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
M   app/wdyr.dev.js
M   package.json
M   webpack.config.js

commit 9bd3898eebfe03df506a9c8197fabf9656b1f2f9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 10 11:45:02 2022 -0600

    fix(table): allow trailing spaces in object names

M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit f76c4dc035b560540fd7b5f5d4c47072b49e732c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 10 11:35:04 2022 -0600

    refactor(editor): move some parts out of EditorParts

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/editor/components/SearchDropdown.jsx
A   app/views/Endpoint/features/editor/components/nameCollision.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Pipelines/components/EditorFields.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx

commit 2c867ac24f7b16f1ced235b3960fc1063ff3c6dc
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 10 11:16:50 2022 -0600

    fix(editor): fix repeat update calls

M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/util.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 368a574aeb6971d8d15547a3c78e52adaef4424b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 15:34:59 2022 -0600

    lint: fix missing proptypes

M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   jsconfig.json

commit 84b8b6c289e1d154344677388cd6215c9de8bd11
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 15:25:11 2022 -0600

    fix(catalog): sort catalog content objects

M   app/views/Endpoint/features/editor/util.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx

commit 924f9101bd90ddf66e2fa5566546a8cdfb86c0d6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 15:18:49 2022 -0600

    fix: update deps and fix invalid react components

M   .eslintrc
M   README.md
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/views/Endpoints/columns/enum_actions.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/Welcome.jsx
M   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/columns/link_workflow.jsx
M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
M   app/views/Endpoint/views/Params/columns/text_default.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   package-lock.json
M   package.json

commit c3a8a2cc78248f29b849fe86c6e2a807426cc594
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 14:40:38 2022 -0600

    build: webpack performance tweaks

M   webpack.config.js

commit 06b1671e0c67280526b66407eed7bd34f92675e0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 13:08:31 2022 -0600

    deps: replace semantic-ui with fomantic-ui

M   app/App.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   package-lock.json
M   package.json

commit b32d4513b72539951fff61533c030a48881de219
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 12:44:19 2022 -0600

    deps: update webpack, change jsondiff to use monaco diff

M   app/App.jsx
D   app/css/jsondiffpatch-annotated.css
D   app/css/jsondiffpatch-html.css
M   app/css/style.css
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
M   jstest/setup.jsx
M   package-lock.json
M   package.json
M   webpack.config.js

commit 9f7f8a315a5a555f5c807bd2663934bcf9b4dd1e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Jan 7 10:11:13 2022 -0600

    fix(resources): fix actions dropdown persisting after click

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit be61458c7d0041a62fcda2e6fdf0c59a5605726e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 6 16:12:07 2022 -0600

    fix(pipelines): better error message for missing chain-index-override

    Signed-off-by: Meshiest <gpg@reheatedcake.io>

M   app/views/Endpoint/views/Pipelines/Editor.jsx

commit 37e7a28016979d63c97de3aaa92c116459049d10
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 6 15:55:42 2022 -0600

    feat(pipelines): workflow chain map view

M   app/css/style.css
M   app/views/Endpoint/views/Pipelines/Editor.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx

commit 81c0c5c28708810166bf376e213737684c2fa49e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Jan 6 14:01:45 2022 -0600

    fix(workflows): fix broken descriptions on stages

M   app/views/Endpoint/views/Workflows/Panel.jsx

commit 8c41df9d0fd9b68d2b3363912c5941824c1448f3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 15:37:00 2022 -0600

    fix: fix missing styled components extension

M   .vscode/extensions.json

commit 823327315bada86e55f8c1185c613f21366d7c77
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 15:30:45 2022 -0600

    feat(monaco): fixed strings on kickstart syntax

M   app/layout/monaco/syntax/ks.lang.js

commit 9aad49557f4eff47b526455ec371d6ab3f461438
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 15:27:16 2022 -0600

    feat(monaco): kickstart syntax, default terraform syntax

M   app/layout/monaco/languages.jsx
A   app/layout/monaco/syntax/ks.js
A   app/layout/monaco/syntax/ks.lang.js
M   app/layout/monaco/syntax/terraform.lang.js
M   app/layout/monaco/syntax/tmpl.lang.js

commit 7e4ccfcbc25abbc09dddbfd078aa4681b525de24
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 14:31:53 2022 -0600

    fix(monaco): fix tmpl string syntax highlighting

M   app/layout/monaco/syntax/tmpl.lang.js

commit 03f654309d3f6b4b5a208c549d2d772835c505ad
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 14:24:03 2022 -0600

    feat(pipelines): add base pipeline to pipeline create editor

M   app/views/Endpoint/views/Pipelines/CreateEditor.jsx

commit 0d0c1d89938ff88ebeff5285dd8462ae58c93468
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 13:56:44 2022 -0600

    fix(resources): rename lock and runnable action items

M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit 0b5fce995bb19e5887e7a894c6512e8c41a8f070
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 13:52:12 2022 -0600

    fix(editor): increase max width for create editors

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx

commit 91e4f06ab3a6b4a069a3405c1dba8381210075ce
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 13:48:51 2022 -0600

    feat(pipelines): create editor, name collision check on other create views

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
A   app/views/Endpoint/views/Pipelines/CreateEditor.jsx
M   app/views/Endpoint/views/Pipelines/View.jsx
A   app/views/Endpoint/views/Pipelines/components/EditorFields.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx

commit 3599e13cf56e34189313fb2874785e4efd6aa2ba
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 11:28:48 2022 -0600

    refactor: minor refactor on machine os field

M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit b5d7a6e6edb774c4f46ea801df2c2dc193c34354
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Jan 5 11:24:17 2022 -0600

    feat(pipelines): basic pipeline table and editor

M   app/config.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx
A   app/views/Endpoint/views/Pipelines/Editor.jsx
A   app/views/Endpoint/views/Pipelines/View.jsx
A   app/views/Endpoint/views/Pipelines/columns/link_pipeline_name.jsx
M   package.json

commit dbb1c12bb9f1a5695e0e8cb97f07935ba02a1479
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Jan 4 17:56:35 2022 -0600

    fix(machine): use gohai if .OS is missing

M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit 2794be5da92c6c7c353a0491531cdcbb3091ac60
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 15:37:54 2022 -0600

    fix(license): allow license content without license-object to use info

M   .vscode/extensions.json
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/license.jsx

commit 45696ca31636c8de0c4d02f7ae5824fc44d57fc1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 15:12:56 2022 -0600

    feat(license): show warning if ep id is not in license, bold current ep in license list

M   app/views/Endpoint/views/License/View.jsx

commit 13c97caf90b0d41ebba252300af0403c29e47726
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 14:18:08 2022 -0600

    feat(resources): style n/a text in wo mode columns

M   app/views/Endpoint/views/Machines/columns/link_workflow.jsx

commit 02280e0d959df1927a17744fa165d6f840e6b20e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 14:16:19 2022 -0600

    feat(work_orders): runtime in workorder tab, fixed route params having empty dropdowns

M   app/views/Endpoint/features/dependencies/hooks.jsx
M   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Jobs/columns/text_runTime.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx

commit 3e8a7d1b47368ef895efd92485a308a19f2cffb5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 12:13:53 2022 -0600

    feat(resources): action dropdown uses force

M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit d6f0f06fd628ce8e21f878a57b2420b36a23686d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 12:09:43 2022 -0600

    feat(resources): action dropdown modifies params, debug and step params in name column

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
M   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx

commit eac58a7cf549d7ca97b955559b3d31a5ba96b88f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 11:52:30 2022 -0600

    feat(resources): action dropdown to replace runnable and delete buttons

M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
A   app/views/Endpoint/views/Machines/components/ActionDropdown.jsx
D   app/views/Endpoint/views/Machines/components/CleanupBtn.jsx
D   app/views/Endpoint/views/Machines/components/LockButton.jsx

commit efb9f4ef4d402eed410a3630cf0cf07c4247ea54
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 11:10:35 2022 -0600

    fix(wo_templates): fix apply not using correct values

M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit d1e938bc5e134358b28bcd96649248ac323200a2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Jan 4 11:06:09 2022 -0600

    fix(wo_templates): fix apply missing context from machine

M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit 65ee22d75d4217fb73c17132fe62f668a604d3f5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 13:47:44 2022 -0600

    fix(wo_templates): fix column title for apply tab tables

M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit 264b398ff28fabdde8dad8c8cc5b84480cc87520
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 13:42:40 2022 -0600

    fix(wo_templates): css fix on wo templates apply tab

M   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit 27cf32775cdf78faef764923bebccadd3886692d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 13:41:34 2022 -0600

    feat(wo_templates): apply tab

M   app/views/Endpoint/views/Machines/components/NestedMachineTable.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/components/NestedMachineApplyTable.jsx

commit 19562df02ead458b5ece03f6ca13d0e91748e45d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 11:24:53 2022 -0600

    fix: monaco editors on templates on RO tasks, machine context on wo templates

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit f7cc932744faa9bb3ba52acf0e6ff5732a6d59c6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 10:02:25 2022 -0600

    fix(params): fix text encoding on download

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx

commit e6b536b677bc2f69e24961485974575c98d5f489
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Jan 3 09:44:04 2022 -0600

    fix(wo_templates): fix param tab route

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx

commit 97437da411708beca3f51b326c52ed78bc4de260
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 31 14:40:16 2021 -0600

    fix(table): prevent create button from being clicked before dependencies are loaded

M   app/views/Endpoint/features/table_view/components/Buttons.jsx

commit 71b978a7f5c266ab2bba0c8f82c4e7e147d05377
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 31 14:16:21 2021 -0600

    fix(clusters): stop ignoring broker/name param

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit db01e3c89bda3027c09bcaf627d03de1504f4645
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 31 14:14:03 2021 -0600

    feat(resources): enable delete button when force is on

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 8b67fd40507eb9706846fa9dd408cded5fdaf996
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 31 14:03:45 2021 -0600

    fix(params): layout fix for string object dropdowns

M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit e32bcf7aff24ea3ce838518379dde0f77b36efdd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 30 10:03:09 2021 -0600

    fix(wo_templates): fix params not showing up in table

M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx

commit 0510d0c5d78d8e47000e2d0c1d3d7ada64f60aa7
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 29 19:14:04 2021 -0600

    fix(cluster): set default context

M   app/views/Endpoint/views/Machines/ClustersView.jsx

commit efcc6c60973f2eefb3aa9a65eb8de1ad389c9fc5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 29 13:56:45 2021 -0600

    feat(clusters): add context to create wizard

M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit 8646eb3d795828f592bcaffa3160760ad5f939ed
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 29 10:25:57 2021 -0600

    refactor(cluster): remove rundundant broker pulldown, reorganize fields

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit 9c9348c54b450d7487504b7bbc0a0646d7d31234
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 29 09:05:53 2021 -0600

    chore: remove old extension from vscode settings

M   .vscode/extensions.json

commit 14fb7041d420f1d2adb175248e965f1bdf45fa63
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 13:48:46 2021 -0600

    feat(work_orders): clone on templates and schedule

M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx

commit 390b71897f89668243552b874a89e84fb14d115d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 11:24:17 2021 -0600

    fix(params): fix route link on list params

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx

commit 64d48e231f04da9bbe37b06155f953a9a272eae2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 11:18:57 2021 -0600

    feat(params): dropdowns for route meta

M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx

commit 5f5b61f63a19984b2f76e209b73d4def09380bd5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 10:47:36 2021 -0600

    feat(resources): add loading icon to activity tab for running/pending wo activity

M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx

commit 780e6283bb374541397788d5f396f0204f432611
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 10:40:27 2021 -0600

    feat(resources): add pending/running work orders to task column

M   .vscode/extensions.json
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx

commit 85e5aec4af2276c398729e7ebeb50a6ba29f758e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 10:30:30 2021 -0600

    fix(editor): fix clone feature

M   app/views/Endpoint/features/editor/context.jsx

commit b212ef807d739721814467250e1aa0bfb40348e5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 28 10:07:05 2021 -0600

    fix(work_orders): fix extra icons on activity tab

M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx

commit 6dee19532c593ffe1ba9101afe9b5d2478d70ab3
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Dec 27 23:15:32 2021 -0600

    doc(cluster): label fix

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit f42a7afc3954ec4a60449aa36175370f9aef40fa
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Dec 27 13:15:02 2021 -0600

    feat(work_orders): activity tab

M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx

commit 8363c641885ec74c54324209501f86fb5d85050a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Dec 27 13:01:42 2021 -0600

    fix(params): fix doc popups showing empty doc strings

M   .vscode/extensions.json
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx

commit 8e20a0e718dd83ba45b30a8068251d5633407958
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 14:36:21 2021 -0600

    fix(database): fix missing counts breaking ux

M   app/api/database.jsx

commit fad0fdfed802c2a5039d090988f71570698e33cd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 13:35:59 2021 -0600

    fix(jobs): remove restart button for workorder jobs

M   app/views/Endpoint/views/Jobs/Panel.jsx

commit 12811c01af9e8547931f01b5a32f105dde2c51a1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 11:45:27 2021 -0600

    fix(system): add space on default stage hint

M   app/views/Endpoint/views/System/PreferencesPane.jsx

commit 06b82b09a4a9ebbbb73237c89456384da63a90e8
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 11:43:52 2021 -0600

    fix(system): style fix on prefs section

    Signed-off-by: Meshiest <gpg@reheatedcake.io>

M   app/views/Endpoint/views/System/PreferencesPane.jsx

commit 05aa57ec0508f359165c823dd9ac2eb1fd4bedbf
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 11:42:28 2021 -0600

    fix(system): fix invalid prefs from state

M   app/views/Endpoint/views/System/View.jsx

commit deca487b5898690a873b288c64e0cef880e8a7bd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 11:38:22 2021 -0600

    fix(system): fix scary red popup on missing bootenvs

M   app/views/Endpoint/views/System/PreferencesPane.jsx

commit 7c631f61ce988e1953ed8e11256b72aa697c4426
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 11:36:59 2021 -0600

    refactor(system): move preferences and diagnostics into own components

M   app/css/style.css
A   app/views/Endpoint/views/System/DiagnosticsPane.jsx
A   app/views/Endpoint/views/System/PreferencesPane.jsx
M   app/views/Endpoint/views/System/View.jsx
A   app/views/Endpoint/views/System/components/SSHModal.jsx

commit cd0e854741745ffd0628ca13372e471772ecc623
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 10:14:42 2021 -0600

    refactor(system): move to own folder

M   app/views/Endpoint/Router.jsx
R099    app/views/Endpoint/views/System.jsx app/views/Endpoint/views/System/View.jsx

commit 7d542d5f26492335d83e2a547518c0c9e615eb71
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 23 10:09:18 2021 -0600

    refactor(resources): move workoder/stage/bootenv columns into own file

M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
A   app/views/Endpoint/views/Machines/columns/link_workflow.jsx

commit 4118285684fabd950ad26028c127e5d405025431
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 22 17:28:14 2021 -0600

    refactor(workorder): do not display if in WorkOrderMode

M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx

commit 0b7480db59c6b77b7b6e591d8491442fab369347
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 22 13:14:50 2021 -0600

    feat(work_orders): cron columns

M   app/views/Endpoint/views/Machines/components/NestedWorkOrderTable.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/columns/text_cron.jsx
M   app/views/Endpoint/views/WorkOrders/components/CronField.jsx

commit 06e3e110ad66b63f35e5710cf304297fd2513270
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 22 12:13:55 2021 -0600

    feat(work_orders): add template to scheduler editor, consider pending for runtime in wo tables

M   app/views/Endpoint/views/Inbox/BusinessHours.jsx
M   app/views/Endpoint/views/Jobs/columns/text_runTime.jsx
M   app/views/Endpoint/views/Machines/components/NestedWorkOrderTable.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/CronField.jsx

commit acc69ed4b88080f7aa3662c4f0b7a937d7c016ab
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 22 11:11:32 2021 -0600

    feat(work_orders): minimal template and scheduler editors

M   app/config.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx
A   app/views/Endpoint/views/WorkOrders/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx

commit 0063e2e1c8887a3bc6229b985e7d06a59b2e28d6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 21 13:55:44 2021 -0600

    fix(machines): fix joinup script preview link

M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx

commit 8f0e1a90b98f559f355651bbba6caa09d85780ee
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Dec 21 13:45:42 2021 -0600

    feat(resources): name collision check on resource create views

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 53456672476f4d16f48abed0f72e0dea90a32734
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 17 15:36:10 2021 -0600

    refactor(workorders): hide workflow controls when in workorder mode

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit 1500d3ddba4032d7a028218ded064d2aa321f7d4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 15:09:21 2021 -0600

    fix(resources): fix a typo

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 54effbde3e59008fd2a26daeed9d879d1d3d13a7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 15:05:42 2021 -0600

    fix(resources): move work_orders table into activity tab

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit b99a68af1f1e43753487b91bcf77afa2b5126f6f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 14:47:01 2021 -0600

    feat(resources): add workorder nested tables to resources

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/NestedMachineTable.jsx
A   app/views/Endpoint/views/Machines/components/NestedWorkOrderTable.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit f873e1fe3eba083a12aa7b517e59cc8e3aa52cf7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 14:34:52 2021 -0600

    feat(work_orders): barebones editor

M   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx

commit de62f6b921d6cd6d2581e72ade230e9c2b3a1c9d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 13:30:05 2021 -0600

    fix(editor): fix required params not re-running when profiles update

M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx

commit 6a35441c6059165c901e29e9a26d15923c2901f0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 13:20:14 2021 -0600

    fix(work_orders): move context column over

M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit 166061b635fbba1f271e31049467a451549c801a
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 17 10:51:00 2021 -0600

    refactor(pipeline): change column order and icon for pipeline

M   app/api/icons.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit ba6ef218f1ada4228be7e56497dc94cf9c3a02a5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 17 10:39:40 2021 -0600

    feat(resources): pipeline column, separate pipeline from profile column

M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
A   app/views/Endpoint/views/Machines/columns/enum_profiles.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
A   app/views/Endpoint/views/Machines/columns/link_icon_pipeline.jsx

commit fb5219c67d68efd3594d87d7cd84ec192df88205
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 14:56:51 2021 -0600

    deps: remove react-ace and depending deprecated code

D   app/layout/JSONEditor.deprecated.jsx
D   app/layout/mode/GoTmplBatchfile.js
D   app/layout/mode/GoTmplIni.js
D   app/layout/mode/GoTmplJson.js
D   app/layout/mode/GoTmplLang.js
D   app/layout/mode/GoTmplPowershell.js
D   app/layout/mode/GoTmplPy.js
D   app/layout/mode/GoTmplSh.js
D   app/layout/mode/GoTmplYaml.js
M   package-lock.json
M   package.json

commit 86abfa418d153bd185f5f767880963fe182a1af7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 14:53:43 2021 -0600

    feat(editor): deprecate old json editor

R100    app/layout/JSONEditor.jsx   app/layout/JSONEditor.deprecated.jsx
M   app/layout/index.jsx
M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/views/BootEnvs/Panel.jsx
M   app/views/Endpoint/views/Params/Panel.jsx
M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Racks/Panel.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx
M   app/views/Endpoint/views/Tenants/Panel.jsx
M   app/views/Endpoint/views/UXViews/Panel.jsx
M   app/views/Endpoint/views/VersionSets/Panel.jsx

commit 9fcf48e899a87e8df53b9a5b474ce7f8679066f8
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 14:05:59 2021 -0600

    fix(contents): fix missing padding on contents browser docs

M   app/views/Endpoint/views/Contents/index.jsx

commit c51413d4e399b59e226235513fe5d35990f78c82
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 14:04:23 2021 -0600

    feat(editor): new template editors everywhere. fix highlighting on .service templates

M   app/layout/TemplateEditor.jsx
M   app/layout/index.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/layout/monaco/hooks.jsx
M   app/layout/monaco/languages.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Jobs/Panel.jsx
M   app/views/Endpoint/views/Templates/Panel.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx

commit b4581de45f7c2c23fb46eb690b23dc41bb8ffa5f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 13:37:07 2021 -0600

    fix(params): fix massive doc popups

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx

commit 025ee0ae57776852242ae4d71334a63f4c8697bf
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 13:33:24 2021 -0600

    fix(editor): add monaco support for multiline strings, fix scrollbars on inline editors

M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/layout/monaco/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit fd5a07805ee5a559c7daeee40a6623fc46dc6c7f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 16 10:35:15 2021 -0600

    feat(clusters): filter pipelines on cluster create by 'cluster'

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 8f32cb29c27ed3194b5215bdd38f63d78e9856f4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 17:05:46 2021 -0600

    fix(resources): fix create editors with required params not updating

M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx

commit 1ceb54f02aa58a9f7556bbe8dc6c0b38b1eff847
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 16:28:17 2021 -0600

    fix(clusters): prevent on-delete-workflow param from getting zapped

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit be8d69adf77023a35c9d6d702a0aa3c8ea07f2f2
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 15 16:26:03 2021 -0600

    fix(cluster): remove cluster count

M   app/views/Endpoint/views/Machines/ClustersView.jsx

commit 09b22f76b0a184dc549c3fd8d695501a87d4d7d5
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 15 14:45:21 2021 -0600

    fix(cluster): remove duplicate initial size

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit 6089d3add51ed5ef00fb606cd75f398aa6bb5144
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 13:54:56 2021 -0600

    feat(resources): hide profiles used in other fields from the profiles list

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 83375f8111169187fd2e817b762b88de998e7fb0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 11:26:56 2021 -0600

    feat(editor): abide by no-cluster param meta for cluster/broker create with required params

M   app/api/index.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx

commit b6ed2ca005c06b4138e6564b868321daa686cdcd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 11:07:39 2021 -0600

    feat(jobs): prepend rows at top of table

M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/reducer.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/text_runTime.jsx

commit 909053941e2d62f00807819f90e5f57ac10e4aa5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:54:34 2021 -0600

    fix(clusters): add clear workflow to bulk actions

M   app/views/Endpoint/views/Machines/BulkActions.old.jsx

commit 500e62e5207949b54552237a6a1cd58bf37be747
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:52:21 2021 -0600

    fix(pipelines): fix dropdown arrow circle icon having strange margins

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 1f963f50be123870a6272bf5422a45244acd4067
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:48:43 2021 -0600

    feat(clusters): required params on create

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx

commit 8a46c951fe2e69de9f809240ce904673371a6a32
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:36:14 2021 -0600

    fix(endpoints): fix ux links on endpoints not using param value

M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx

commit 8cb431a305cc545802ab1cce699337432b28e337
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:27:04 2021 -0600

    feat(table): shortened uuids for certain columns

M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx

commit 08c83a2f51d063a732135f9428471b0fffebdd50
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 10:26:32 2021 -0600

    feat(editor): required/optional params improvements on create & meta

M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
A   app/views/Endpoint/views/Machines/components/RequiredParamFields.jsx
M   app/views/Endpoint/views/Profiles/CreateEditor.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx

commit 4ca0aa0319fafad75b812d2d8e97a81ccc135933
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 15 09:37:58 2021 -0600

    fix: minor fixes on system and job columns

M   app/layout/Objective.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_work_order.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/System.jsx

commit 4a7a70bb6fd33f5c79876b5c87c2e2e9864e657b
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Dec 15 09:19:46 2021 -0600

    feat(pipelines): add pipeline component to clusters, brokers

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 84dca2f1164f5164d4dfcc924ede61fb00235f65
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Dec 13 08:24:06 2021 -0600

    refactor(broker): @meshiest review feedback

M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
M   app/views/Endpoint/views/Jobs/columns/link_machine.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit c3a5b71ce15aed7dc8fb3c891546a131b70ee8bc
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 10 13:33:02 2021 -0600

    refacor(system): move log warning to health check

M   app/views/Endpoint/views/System.jsx

commit d95f5308f5864eb19619c2491fcd01812380a5be
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 10 11:50:17 2021 -0600

    refactor(system): accordion for feature flags

M   app/views/Endpoint/views/System.jsx

commit c6e50f94982f3834c7f4fc14451adf582e35f07b
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 10 11:50:01 2021 -0600

    refactor(jobs): use running instead of na

M   app/views/Endpoint/views/Jobs/columns/text_runTime.jsx

commit 22601ae7e5696a6f8a937b7e7d021d8915d35fe5
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 10 11:49:24 2021 -0600

    refactor(menu): revert menu change for plugins

M   app/config.jsx

commit 741dd9a0a976ed0e2c7220f3c6b596b2b7c3ec72
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 9 19:56:44 2021 -0600

    refactor(menu): change synchronize to IaC Artifacts

M   app/config.jsx

commit a4e5403ae7e223694f5d67d39dfc1db19ba3a49f
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 9 19:52:22 2021 -0600

    feat(work_orders): update side nav, add links and data for jobs page, cross link work_orders

M   app/api/icons.jsx
M   app/config.jsx
M   app/views/Endpoint/views/Jobs/Panel.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
A   app/views/Endpoint/views/Jobs/columns/icon_resource.jsx
A   app/views/Endpoint/views/Jobs/columns/icon_work_order.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx

commit 701512335bb19438c81998266344ee6ad2f578de
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 9 11:30:44 2021 -0600

    refactor(broker): tweaks to broker UX for usability

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx

commit 3f12d03074c3f1c61ee927298eca2446065935de
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 8 15:38:15 2021 -0600

    feat(tracking): add workorder paths to analytics page ids

M   app/config.jsx

commit 834ef88675970027fdd660459ae4efb1ad8008ae
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 8 15:32:12 2021 -0600

    fix(work_orders): fix invalid job column, fix editor param tab

M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/columns/link_uuid.jsx

commit 09e93b3c9b51bcba80ae1cf6a8a02de80e9f376e
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Dec 8 15:25:25 2021 -0600

    fix(work_orders): update the view and editor uuid links

M   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/wo_link_uuid.jsx

commit 3f1431a13922f1a547d0ee01e4c8e8321a1e47b2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 8 15:21:58 2021 -0600

    fix(clusters): use cluster column

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit fa1bdd9b7fbce28f05412d0cc704674d5dc21d69
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 8 15:15:57 2021 -0600

    fix(clusters): fix resource brokers using uuid instead of name

M   app/api/index.jsx

commit 6650832721f62e3062a28ab649991a3a493029e1
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Dec 8 13:55:42 2021 -0600

    build: fix bad merge

M   app/views/Endpoint/views/Machines/ClustersView.jsx

commit 94d942f5dd369eedf9842b170e8d9c5e66672bb9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 14:32:42 2021 -0600

    feat(work_orders): add template to repeating work orders table

M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx

commit ec6a42f01e91d5f8b8bbe932162e863d4571cc63
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 14:19:34 2021 -0600

    feat(work_orders): api editors, wip filter editor, add context to template task list

M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit 9b468c62a1c4c9c8753b4d506f0588654e54ff8d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 10:53:22 2021 -0600

    fix(clusters): resource brokers list using uuid instead of name

M   app/api/index.jsx

commit bd7f6528ff45e557dcbf4d568b39bf2091b99148
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 09:22:16 2021 -0600

    fix(machines): fix proptype validation for older drps

M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit 8399a1964f125f18a5b5fbdc73c716d68790bb68
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 17:02:49 2021 -0600

    feat(workorder): update menu names

M   app/config.jsx

commit 9014846f51b56544ca5f8ce01a96c3f7e888a9d7
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 16:57:07 2021 -0600

    feat(workorder): add workorder mode to editors, cosmetic reordering of other fields

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit c01110ef9652367885a5b520c0067f30fbe46c9a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 2 16:44:20 2021 -0600

    refactor(workorders): move womode column to machines folder

M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
R063    app/views/Endpoint/features/table_view/columns/icon_womode.jsx  app/views/Endpoint/views/Machines/columns/icon_womode.jsx

commit 4a4b41534a8594d3ee8e5ac6d63bd5ef00ad9786
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 16:39:01 2021 -0600

    feat(workorders): update icons, add columns for machines/clusters/brokers views

M   app/api/icons.jsx
A   app/views/Endpoint/features/table_view/columns/icon_womode.jsx
M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit f32297e775a659bdd3688a878aae59e1d722f344
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 2 15:31:29 2021 -0600

    feat(work_orders): table views, create and edit for work order templates

M   app/api/icons.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_state.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit 2133aba30656a2bbfefd61809f2afc3bea06f348
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Dec 3 17:22:02 2021 -0600

    refactor(context): use dedicated context column

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
A   app/views/Endpoint/views/Machines/columns/icon_context.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx

commit 103e34188ab9d5e93c3014eddfecebfdf8088634
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 14:32:42 2021 -0600

    feat(work_orders): add template to repeating work orders table

M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx

commit 8bf3a2a49f5688880aee46a7daae95c22ceb1adc
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 14:19:34 2021 -0600

    feat(work_orders): api editors, wip filter editor, add context to template task list

M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersCreateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrdersEditor.jsx
M   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/MachineFilter.jsx
M   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit c7e30a198907e28d99f519663180ec9bcf088346
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 10:53:22 2021 -0600

    fix(clusters): resource brokers list using uuid instead of name

M   app/api/index.jsx

commit 6a4f748b374a0e36026629864602ff4388317d01
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Dec 3 09:22:16 2021 -0600

    fix(machines): fix proptype validation for older drps

M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit 1c8cdee842e1805b07029ee737acb20751f39b0e
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 17:02:49 2021 -0600

    feat(workorder): update menu names

M   app/config.jsx

commit bba6a11bb0d89cbe03abb791cae6222175be0bb3
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 16:57:07 2021 -0600

    feat(workorder): add workorder mode to editors, cosmetic reordering of other fields

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit def68e4636bc94b263cb494f50af1f7165ab62b0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 2 16:44:20 2021 -0600

    refactor(workorders): move womode column to machines folder

M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
R063    app/views/Endpoint/features/table_view/columns/icon_womode.jsx  app/views/Endpoint/views/Machines/columns/icon_womode.jsx

commit 4522d719e127a806b317ba41ab070ac13546d952
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Dec 2 16:39:01 2021 -0600

    feat(workorders): update icons, add columns for machines/clusters/brokers views

M   app/api/icons.jsx
A   app/views/Endpoint/features/table_view/columns/icon_womode.jsx
M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 610f07375f35c291f3f24b806cb713a2ebbba802
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Dec 2 15:31:29 2021 -0600

    feat(work_orders): table views, create and edit for work order templates

M   app/api/icons.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Contents/index.jsx
M   app/views/Endpoint/views/Jobs/columns/icon_state.jsx
M   app/views/Endpoint/views/Profiles/Editor.jsx
A   app/views/Endpoint/views/WorkOrders/RepeatingWorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateCreateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplateEditor.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrderTemplatesView.jsx
A   app/views/Endpoint/views/WorkOrders/WorkOrdersView.jsx
A   app/views/Endpoint/views/WorkOrders/components/TemplateTaskList.jsx

commit 6fa4dc3b32cc014603596d6dc964ea9ccac0584e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 1 17:00:41 2021 -0600

    docs: add new domain name process to readme

M   README.md

commit 718ca8bd9c4ff0c080fbdde96c6d369643a29eaa
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Dec 1 11:45:24 2021 -0600

    feat(editor): required flag for labels

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx

commit 7dddff9a7f9a3211a11a0b05cbf429375f72c7e5
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Nov 30 17:10:59 2021 -0600

    refactor(ux): add required fields flag

M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx

commit 2154ac199b31f182d47137e81d8c932c015803e9
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Nov 30 17:09:12 2021 -0600

    refactor(pipeline
    ): move around new pipeline field

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx

commit 0614dfe771fe47ecd7d2f7ed5f100a9b707f0d66
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 16:13:00 2021 -0600

    feat(machines): pipeline dropdown on machine and cluster create

M   app/api/database.jsx
M   app/css/style.css
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit ce9a6cc50f94494a0fd8024fffcc6a0eef51bb85
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 14:25:15 2021 -0600

    fix(machines): remove name field from clusters and resource brokers

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit 7eeec77fb7247662a24927298d9d506bfe28839d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 13:02:36 2021 -0600

    fix(editor): add clear workflow to resource broker bulk actions

M   app/views/Endpoint/views/Machines/BulkActions.old.jsx

commit 13a54a7228c67cc620a77b907da0c8ade8e7653f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 12:02:06 2021 -0600

    fix(rst): remove margins on first and last paragraphs

M   app/css/rst.css

commit 8622c3f282a4049d395fad6b78a7fb8ee0aefe77
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 11:55:37 2021 -0600

    feat(editor): inline param docs

M   app/css/rst.css
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx
M   app/views/Endpoint/views/Contents/components/RSTDocsLazy.jsx

commit 423908401b6c20a00034e1c78d5f62e6afc67e2b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 11:37:22 2021 -0600

    fix(editor): fix secure paramss not working due invalid args

M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx

commit 66d109b74be68a1f76c6ebd6e02204e0616d6c7d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 30 11:32:13 2021 -0600

    fix(editor): minor css fix for monaco inline editors

M   app/layout/monaco/InlineMonacoEditor.jsx

commit 890ce58d14eaa089c8e206c3612bab38e2853f0d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 29 16:02:41 2021 -0600

    chore: update deps, remove old plans file

M   package-lock.json
D   plans.txt

commit 8e199501170abcc1649c9fd405426a0b0a4a70de
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 29 15:59:36 2021 -0600

    feat(editor): monaco editor in catalog preview, api tab for old objects

M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/views/Catalog/Catalog.jsx

commit ec60cd327ae016543247d75170725bef0971e637
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 29 15:59:00 2021 -0600

    refactor(editor): monaco editor options hook

M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
A   app/layout/monaco/hooks.jsx

commit dfcb9e550f0776756337db96470fbbf6ae1f7915
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 29 15:04:04 2021 -0600

    refactor(idp): switch from ace editors to monaco editors

M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx
M   webpack.config.js

commit 8ca032e12beacdd4f57e42babe56ac808868980d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 29 10:57:06 2021 -0600

    fix(profiles): prevent nested profile in object from trying to show yet another nested profile

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit 6baa40bf34112db1fffe858386b139b5687bdd8b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 24 17:23:24 2021 -0600

    feat(editor): monaco editor on tasks, templates, and jobs. also color formatted html

M   app/layout/TemplateEditor.jsx
A   app/layout/monaco/FormattedElem.jsx
M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
A   app/layout/monaco/languages.jsx
M   app/layout/monaco/syntax/bat.js
M   app/layout/monaco/syntax/cfg.js
M   app/layout/monaco/syntax/powershell.js
M   app/layout/monaco/syntax/python.js
M   app/layout/monaco/syntax/shell.js
M   app/layout/monaco/syntax/terraform.js
A   app/layout/monaco/syntax/text.js
A   app/layout/monaco/syntax/text.lang.js
M   app/layout/monaco/syntax/tmpl.js
M   app/layout/monaco/syntax/yaml.js
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/views/BootEnvs/Panel.jsx
M   app/views/Endpoint/views/Jobs/Panel.jsx
M   app/views/Endpoint/views/Templates/Panel.jsx
M   app/views/Endpoint/views/Templates/components/TemplateIterable.jsx

commit 3dd3c840bfb33bfea65864b76ef1e25c1f76a965
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Nov 24 09:53:06 2021 -0600

    meta(portal): add cloud icons

M   app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx

commit 21e73bb963e8640328ed4e7656148b0599d46ff9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 24 09:35:19 2021 -0600

    feat(logs): fix line collapsing, add copy to errors

M   app/layout/Copy.jsx
M   app/views/Endpoint/views/Logs.jsx

commit 86091560fa1fe0392f9f76148942ecc79ccad61b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 18:01:46 2021 -0600

    feat(editor): WIP template support for monaco editors

A   app/layout/monaco/syntax/bat.js
A   app/layout/monaco/syntax/bat.lang.js
A   app/layout/monaco/syntax/cfg.js
A   app/layout/monaco/syntax/cfg.lang.js
A   app/layout/monaco/syntax/injectSyntax.js
A   app/layout/monaco/syntax/powershell.js
A   app/layout/monaco/syntax/powershell.lang.js
A   app/layout/monaco/syntax/python.js
A   app/layout/monaco/syntax/python.lang.js
A   app/layout/monaco/syntax/shell.js
A   app/layout/monaco/syntax/shell.lang.js
A   app/layout/monaco/syntax/terraform.js
A   app/layout/monaco/syntax/terraform.lang.js
A   app/layout/monaco/syntax/tmpl.js
A   app/layout/monaco/syntax/tmpl.lang.js
A   app/layout/monaco/syntax/yaml.js
A   app/layout/monaco/syntax/yaml.lang.js
M   app/views/Endpoint/views/Templates/Panel.jsx
M   webpack.config.js

commit 1dedf39c2e38141b0b16fa66c6834649a45000f2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 13:05:17 2021 -0600

    lint: remove unused import, add link to ms docs for monaco options

M   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx

commit 48fdb830ad1e3b8901920a9830d27a721cbd1787
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 12:50:57 2021 -0600

    refactor(editor): monaco editors properly handle schemas for various objects

A   app/layout/monaco/InlineJSONMonacoEditor.jsx
M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx

commit 8a68ba927696dd0657a85170ec56d5d5fd4c58ab
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 11:35:06 2021 -0600

    fix(machines): minor tweaks to the old bulk param note

M   app/views/Endpoint/views/Machines/BulkActions.old.jsx

commit 30849f9469fb0b37abb3d66224b46232825e44e6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 11:26:50 2021 -0600

    feat(editor): add copy button to object errors

M   app/views/Endpoint/features/editor/components/EditorParts.jsx

commit 95feca2cefe92c46e5ffb73158205e456e457bc3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 11:23:43 2021 -0600

    feat(clusters): default size is 3

M   app/views/Endpoint/views/Machines/ClustersView.jsx

commit 9691caacf97c63473a037f7416808f7db5b2a489
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 11:18:12 2021 -0600

    refactor(editor): param editor label in separate file, readonly label

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorFieldParts.jsx

commit 6bfcd8d8b8cf1141fec977699ac882aaf84a5439
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 10:37:45 2021 -0600

    feat(clusters): steal icon from resource broker on create

M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 1fb5ebbb16670bb0b78482dacd019fefaf373176
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 10:20:55 2021 -0600

    fix(machines): defer start workflow by a frame

M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit ee00c459e39e3f2c58b8394dc874775b9e1b0ada
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 23 10:16:36 2021 -0600

    fix(editor): fix base64 param meta, minor refactors

M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit 234ac041109685c545a9804857364ab3f61ab2ec
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 20:27:03 2021 -0600

    fix(debugger): link to appropriate object with debugger

M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx

commit 7289ec00999e1def39c9a832e7395871e1044e0c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 17:54:56 2021 -0600

    feat(editor): monaco editor for object params

M   app/layout/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx

commit 768daa669e27231b52e299b7ecc55885b20f4561
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Nov 22 17:44:42 2021 -0600

    feat(broker): tweaks based on broker testing

M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx

commit 3e4ab0fcbe2eba141cdcf495581599cf780c58d7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 17:15:15 2021 -0600

    feat(editor): monaco editor for api tab

M   app/api/index.jsx
A   app/layout/monaco/InlineMonacoEditor.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   package-lock.json
M   package.json
M   webpack.config.js

commit 20d322a10c35a548a5d1feeee68e1f0177124f02
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 16:00:28 2021 -0600

    fix(profiles): fix typo in wizard header

M   app/views/Endpoint/views/Profiles/CreateEditor.jsx

commit 1f233ea04bdeb9136f6497831587182d2db9b77e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 14:09:33 2021 -0600

    fix(content-browser): remove inspector button

M   app/views/Endpoint/views/Contents/index.jsx

commit f8b94cc70677010296fcb1738adc1913da1da92f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 22 13:49:21 2021 -0600

    feat(profiles): new profile editor

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
A   app/views/Endpoint/views/Profiles/CreateEditor.jsx
A   app/views/Endpoint/views/Profiles/Editor.jsx
M   app/views/Endpoint/views/Profiles/View.jsx

commit 0d09215521aa500e54d270dcc1ec9c9a2e6256a9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 21:40:28 2021 -0600

    fix(editor): enable delete for readonly params

M   app/views/Endpoint/features/editor/hooks.jsx

commit 786f085e7274af4dc86eb8a13bd1d1bd76855ef0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 18:11:06 2021 -0600

    fix(machines): fix start missing workflow

M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 1fa2c1fcb0fde471ba10ec6f6fa277493d46dc51
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 18:07:31 2021 -0600

    fix(machines): lighter text color on paused tasks

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 9afc20a0869a933030e8b729d294bcc6efce6790
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 17:59:11 2021 -0600

    feat(machines): add hover css to un-run tasks

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit ef0c460bad17ee11cb61a56fc03d3a679bf9a82d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 17:55:28 2021 -0600

    feat(machines): breakpoints and restart in task editor

M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 9c9af5180cdf0365c133ac01e7cfa66306a6ceb8
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 17:55:16 2021 -0600

    fix(editor): fix table formatting for code editors in params editing

M   app/layout/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit e19450fa6e4ce1f784562d1626ae21613b832131
Author: Meshiest <gpg@reheatedcake.io>
Date:   Sun Nov 21 16:46:21 2021 -0600

    feat(machines): always show task queue

M   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit f9e51840928fe4ae143eaeef726bb95bc2a3acef
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sat Nov 20 16:24:29 2021 -0600

    feat(cluster): enable count clearable

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx

commit 5dd00b5811c4b0bfd4af79fa05260a05843d2575
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 18:17:20 2021 -0600

    feat(editor): clearable number for cluster/size

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx

commit e0c795d1c53addc2bad33e681868369fa4892306
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 18:10:31 2021 -0600

    feat(params): dropdown for enum strings

M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit 8ff4eab27908ebfc01eeec27619f128cf91bab4f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 18:01:58 2021 -0600

    feat(editor): default values for params

M   app/api/index.jsx
M   app/views/Endpoint/features/dependencies/hooks.jsx
M   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx

commit b5a6e52f395dfc780f1487e47f16f00b36fb3607
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 17:44:16 2021 -0600

    feat(machines): task queue links to activity tab

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 620624489ea3f44268babdbaa6d967e8c4217ec1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 17:28:06 2021 -0600

    fix(machines): assign basecontext on machine create

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 855a5544a9d2ada6748f08e5f7c9e955f792f393
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 17:08:07 2021 -0600

    feat(meta): add search to color dropdown

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx

commit 9c9672ae9a8d3878e26b4e09adea6f8f9d65a0c6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 17:00:22 2021 -0600

    fix(saml): fix ?token redirect creating invalid endpoint urls

M   app/api/index.jsx
M   app/views/Endpoint/features/meta/url_reducer.jsx
M   app/views/Endpoint/views/Login/components/SamlSelection.jsx

commit 15e7255c716fd2f5dfe6632fe031fa88ac208c2f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 14:16:19 2021 -0600

    feat(machines): improve task list rendering

M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 1be3558393346a0191565724eaf0e09256171182
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 14:04:57 2021 -0600

    refactor(machines): memoize some more fields

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 73f0f50f927b612b2b26e9a84a02a026dff14d06
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 14:01:41 2021 -0600

    refactor(machines): uuid field separated into component

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit fa833d1403eba1e686208c6f41b0f55cd5073a57
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 13:57:48 2021 -0600

    refactor(machines): task queue component

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 1d13f3904a28855e8327bc177e24bcfa0c82ef67
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Nov 19 13:50:57 2021 -0600

    feat(broker): improve broker wizard

M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/const.jsx

commit 3d9a141db5b906e9a7dd4c8e5056f80048898f88
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 13:07:00 2021 -0600

    fix(machines): fix inconsistent workflow button size

M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 51a31d885ffad0a7f3442dfc70046a7899413565
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 11:53:28 2021 -0600

    feat(meta): add icon preview to icon field

M   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx

commit ee72362c5cd0c879c74eb1ce78b3824e525d7174
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 11:43:30 2021 -0600

    fix(editor): fix default icon for list dropdowns

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit b1e222ab68507b18e9cd54aec68ffd918fd281fe
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 11:41:52 2021 -0600

    fix(editor): flip view and link for list dropdown editors

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit 70f36be9a5bc1b373441e23d1ac79ff5a6e5eb9d
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Nov 19 11:39:49 2021 -0600

    feat(brokers): add fields for navigation

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 60da5b20f31454d6efa733134ec3948cea3edebe
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 11:34:47 2021 -0600

    feat(table): allow for params in columns

M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/selectors.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx

commit 6088712c4ff4864073870576d56ce6157b359560
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 11:22:04 2021 -0600

    feat(machines): restart button in header, broker links

A   app/layout/HoverButtonGroup.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
A   app/views/Endpoint/views/Machines/components/MachineEditorHeader.jsx
D   app/views/Endpoint/views/Machines/components/ReadOnlyButton.jsx

commit d44289c5876972ed3c38e29fb8f56a6206ce5c9a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 10:28:26 2021 -0600

    fix(clusters): remove clear button on contexts

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit f1328a9256a31be6d24b659805695a4fe8058c11
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 19 10:04:25 2021 -0600

    fix(rack): fix broken csv import

M   app/views/Endpoint/views/Racks/components/ImportRackBtn.jsx

commit 09fe3db41ab2c67c4c310fc7855dc1d32d571409
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 18 11:24:11 2021 -0600

    fix(machines): move workflow up in editor order

M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit ea399889683c998f5b3e4e1869fad56cb30e66e9
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 18 11:22:56 2021 -0600

    feat(contexts): clear context button is blue and says 'set to machine'

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/MachineEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
A   app/views/Endpoint/views/Machines/const.jsx

commit b1238c72a17d93b84e34574dc72a0285f1acfffd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 18 10:13:35 2021 -0600

    feat(resource_brokers): nested machine table

M   app/config.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx

commit 2f85c2ae504e9847dd4c4f3727d6e7028a2d8375
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 18 10:11:19 2021 -0600

    fix(business_hours): fix reference to turkey day

M   app/views/Endpoint/views/Inbox/BusinessHours.jsx

commit b48e730aa344060ab39fb067c6b65b9e5d4c89b7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 17 15:58:23 2021 -0600

    feat(clusters): cluster machines tab

M   app/config.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
A   app/views/Endpoint/views/Machines/components/NestedMachineTable.jsx

commit 1a6ff74bdc216f92909f6daa8fd050d7605b2702
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 17 14:41:16 2021 -0600

    lint: remove unused import

M   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx

commit 29392885b5afb2a10e7eb891adabed31529a5cc6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 17 14:31:57 2021 -0600

    feat(resource_brokers): resource broker create editor

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
R096    app/views/Endpoint/views/Machines/CreateClusterEditor.jsx   app/views/Endpoint/views/Machines/ClusterCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
R098    app/views/Endpoint/views/Machines/CreateEditor.jsx  app/views/Endpoint/views/Machines/MachineCreateEditor.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
A   app/views/Endpoint/views/Machines/ResourceBrokerCreateEditor.jsx
M   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx

commit 1f6026623c7a18c7519b9fb0c70fa40166496f7f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 17 13:11:40 2021 -0600

    feat(clusters): cluster create editor

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/ClusterEditor.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
A   app/views/Endpoint/views/Machines/CreateClusterEditor.jsx

commit 9780af548bfd8f575b1d078e48f5c67f30a2a17c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 16 14:09:51 2021 -0600

    feat(resource_brokers): add resource broker view, fix debugger keys

M   app/config.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
A   app/views/Endpoint/views/Machines/ResourceBrokerEditor.jsx
A   app/views/Endpoint/views/Machines/ResourceBrokersView.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx

commit ad66bc82ac5f644c0dfa6942bf9ad4511722cdf6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 16 13:55:52 2021 -0600

    feat(clusters): table and editor view

M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
A   app/views/Endpoint/views/Machines/ClusterEditor.jsx
A   app/views/Endpoint/views/Machines/ClustersView.jsx
M   app/views/Endpoint/views/Machines/MachinesView.jsx
A   app/views/Endpoint/views/Machines/columns/gen_id_name.jsx
D   app/views/Endpoint/views/Machines/columns/id_name.jsx

commit 59fceed78c307fa1235de03b4b614462f93fab8e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 16 11:48:03 2021 -0600

    refactor(router): move some things around for clusters/resource brokers

M   app/config.jsx
M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/CreateEditor.jsx
R100    app/views/Endpoint/views/Machines/Editor.jsx    app/views/Endpoint/views/Machines/MachineEditor.jsx
R099    app/views/Endpoint/views/Machines/View.jsx  app/views/Endpoint/views/Machines/MachinesView.jsx

commit c471236b68671ad8eff87d71e7a6a6192f405015
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 16 11:18:02 2021 -0600

    feat(socket): add live-updating prefs to redux state

M   app/api/socket.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/actions/info.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/info/reducer.jsx
M   app/views/Endpoint/features/info/selectors.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/Machines/CreateEditor.jsx
M   app/views/Endpoint/views/System.jsx
M   app/views/Endpoint/widgets/NavHeaderEndpoint.jsx

commit 897ac441232d4d02c1def21e7fb6c6de9464e86e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 16 10:23:46 2021 -0600

    feat(machines): self runner system, cleanup button, cluster jobs icon

M   app/api/icons.jsx
M   app/views/Endpoint/features/info/selectors.jsx
M   app/views/Endpoint/views/Machines/CreateEditor.jsx
M   app/views/Endpoint/views/Machines/View.jsx
A   app/views/Endpoint/views/Machines/components/CleanupBtn.jsx
M   app/views/Endpoint/views/System.jsx

commit 45ba122492d38da2f66f8cdf3ba038d7a4ab80a2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 15 13:18:31 2021 -0600

    chore: remove old machine panel

D   app/views/Endpoint/views/Machines/DEPRECATED_Panel.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
D   app/views/Endpoint/views/Machines/components/Wizards/Cloudwrap.jsx

commit 00d6787920a1cd5842dc2d8e42c51cfac403f208
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Mon Nov 15 13:12:05 2021 -0600

    doc(provision-ux): wording tweak

M   app/views/Endpoint/views/Machines/CreateEditor.jsx

commit 97a60ff5c6ec23aadbb021c5a834a322108d0ee3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 15 10:18:33 2021 -0600

    feat(editor): handle params of conflicting type

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx

commit c6b9ae4d566c9913658032a0d916141f033c6d0f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:49:16 2021 -0600

    feat(editor): press enter to save on input fields

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/number.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit e4729c1d756620cc135e7cc344bd905ff41cf93e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:43:58 2021 -0600

    feat(params): multiline string render

M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit 0fcfdf8224f8ff07b65a7d02bb8011c8368e2750
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:20:11 2021 -0600

    feat(machines): default context now labeled 'Machine'

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx

commit a96ad2f829ba36b4ea7923ad7013181c59ba1d5e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:17:42 2021 -0600

    fix(editor): disable tab navigation to links on param editors

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx

commit 53286d3c2a90ecad4f8667efe782a0e33d40f45d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:14:53 2021 -0600

    feat(machines): add uuid text to copy hover on name column

M   app/views/Endpoint/views/Machines/columns/id_name.jsx

commit 698e75f33a4bbffda4c2c766013742acdc6116ca
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:13:44 2021 -0600

    feat(editor): readonly locks on nested editor objects

M   app/views/Endpoint/features/editor/tabs/NestedEditor/components.jsx

commit 096ebed18dae0670d01b374bbcd20e0b9fdb9299
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:09:41 2021 -0600

    fix(table): add missing titles to table headers

M   app/views/Endpoint/features/table_view/components/TableHead.jsx

commit 63f80ff3f9a2f4cda41c8cc04e21a7bd6dab9a3d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:07:27 2021 -0600

    fix(machines): disable pool selection when InUse status

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 255eeabc8a039c3c8e42955b4e9dc5c07fef1564
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 12 10:05:05 2021 -0600

    fix(editor): fix rendering of very long display names

M   app/views/Endpoint/features/editor/components/EditorParts.jsx

commit ed4dbec537b0945ddcb539dd7e0b541ffbe740d3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 11 14:31:16 2021 -0600

    fix(machines): move base context out of meta

M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx

commit 9beb215a864666b1c673378f977f3df4d5778444
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 11 14:27:08 2021 -0600

    feat(meta): remove title field

M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx

commit 6348f65930f8c2d48ae274b3fd30286afbbc8674
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 11 14:16:04 2021 -0600

    feat(meta): concat routes when they end with a colon

M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx

commit bec8c33fb608350a9fa3314de117a5b00f4f06b4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 11 14:05:02 2021 -0600

    fix(editor): fix ace error on editors

M   app/layout/index.jsx

commit bfaf9f80b1c7025747953dc01ed273458318a194
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 10 15:12:04 2021 -0600

    lint: remove unused import

M   app/views/Endpoint/views/Machines/CreateEditor.jsx

commit 61401a97ec8a369a9e979888f3e00011b01d13dd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 10 15:09:29 2021 -0600

    feat(editor): create high-order-components, machine create

A   app/layout/ELink.jsx
M   app/layout/index.jsx
M   app/views/Endpoint/features/dependencies/reducer.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
D   app/views/Endpoint/features/table_view/index.jsx
A   app/views/Endpoint/views/Machines/CreateEditor.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/View.jsx

commit ae4bc186ce29a86df4442dd985ab903c42f90293
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 10 09:51:18 2021 -0600

    feat(machines): runnable switch, deprecate old machine panel

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
R100    app/views/Endpoint/views/Machines/Panel.jsx app/views/Endpoint/views/Machines/DEPRECATED_Panel.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/View.jsx

commit a1ce4bf2e8ee0b935f3b61ea8b537f302755b955
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 10 09:39:56 2021 -0600

    fix(editor): minor profile language fix

M   app/views/Endpoint/features/editor/tabs/NestedEditor/index.jsx
M   app/views/Endpoint/views/Machines/components/NestedProfileEditor.jsx

commit 6ea0af02efce3193a68c0fb8e3a57af9b9caaf75
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Nov 9 13:03:49 2021 -0600

    feat(editor): nested editor and machines profiles editing

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
A   app/views/Endpoint/features/editor/tabs/NestedEditor/components.jsx
A   app/views/Endpoint/features/editor/tabs/NestedEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
A   app/views/Endpoint/views/Machines/components/NestedProfileEditor.jsx
M   webpack.config.js

commit 3e3117517bb4b587210e1bdd7e938cbf0921475f
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 8 16:15:16 2021 -0600

    fix(editor): replace 'delete' with 'remove'

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit 3b10f68ed560d834ca13cce6c38653fd998cf5f4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 8 15:21:40 2021 -0600

    feat(machines): pool editing

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 49421f48cbec398a47ead318330db0ae6d029ed7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 8 15:13:42 2021 -0600

    feat(editor): refactor dropdowns, add list editor

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx

commit 6c4edf36a8332923ba3115fd5c812421ccc82f53
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 8 10:46:22 2021 -0600

    feat(machines): functional pools button

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit c446cb586ad168c8a3d0fe56afbf3fb04385d803
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 8 10:23:15 2021 -0600

    feat(editor): baseContext and icon meta fields

M   .vscode/extensions.json
A   app/api/util.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx
A   app/views/Endpoint/features/editor/tabs/MetaEditor/fields/icon.jsx
M   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx

commit bc9965e2a25660b1867a2c129ccef44b36ef8c3b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 15:15:01 2021 -0500

    deps: npm audit fix

M   package-lock.json
M   package.json

commit 161bf909c88421aca991aa3977ecc3da8152804d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 15:10:26 2021 -0500

    feat(editor): initial meta tab, editorContext refactor

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/hooks.jsx
A   app/views/Endpoint/features/editor/tabs/MetaEditor/const.jsx
A   app/views/Endpoint/features/editor/tabs/MetaEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/editor/util.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx
M   package-lock.json
M   package.json

commit b01dcdf4fb27f13644483373ab4d408f672fe69e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 13:27:19 2021 -0500

    fix(editor): various proptype fixes

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Registration/components/ReadableDocument.jsx

commit e0096618052c081b1f5a72ff99172a7cc9955cf6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 11:50:30 2021 -0500

    fix(editor): fix isMeta option

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/hooks.jsx

commit 6cebd686c7518529a59f58ad80386b039f8aea81
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 11:25:11 2021 -0500

    refactor(editor): genericize editor boilerplate into useEditorField hook

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
A   app/views/Endpoint/features/editor/hooks.jsx
R072    app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamEditorField.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit 34bbbde1cede58f4bb57d34e85623b87fd75f54d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Nov 5 09:51:09 2021 -0500

    refactor(editor): move ParamGroupHeader to separate file

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamGroupHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit 1ef9d05db437f6c356d9cdbf5107e427f4088efb
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 4 13:39:45 2021 -0500

    feat(editor): password showing

M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx

commit a5083acc864d562d62ba48b499ab22d286ded92a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 4 10:50:54 2021 -0500

    feat(editor): download and render=link meta buttons

M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx

commit d0a1df7bb91178bc13f3cbe7fc5f3ad6a379813d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Nov 4 10:41:29 2021 -0500

    feat(editor): copy and link buttons, inline object errors on params

M   app/layout/Copy.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/components/ParamAddHeader.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit bd310570233a6fdd6ff19f899f5f8c071470c1cd
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 3 16:36:10 2021 -0500

    fix(editor): fix grouping of recently added params that aren't in a group

M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit d5a1d0137db6e7f32edebdc9744b3fd188a3c37c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 3 16:32:38 2021 -0500

    feat(editor): params adding, fixed removing on secure params

M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/const.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx

commit 5064f00b07ecd275f1372906ad0b05535e269997
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Nov 3 12:10:00 2021 -0500

    feat(editor): params remove button

M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx

commit 07e7b85622f01c65515184a915f607aa267187a2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Nov 1 16:42:01 2021 -0500

    feat(editor): new param group style, more param editors, fixed broken compare on empty array

M   app/views/Endpoint/features/editor/tabs/ParamEditor/const.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/boolean.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/number.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
M   app/views/Endpoint/features/editor/util.jsx

commit 0304f87c72f8e13e98b65f368c564a8e00bbc9d4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 28 16:39:15 2021 -0500

    feat(editor): sync'd secure param and json editing

M   app/layout/JSONEditor.jsx
M   app/layout/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/object.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
D   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/unknown.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 6f1d9c2a796bdb5cfeb1f4179c24acbd1706d091
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Oct 27 15:01:54 2021 -0500

    feat(editor): secure param decrypting

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit ee639fbf6f67b1bce725dd27a1cb248d3ef3e6bc
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Oct 27 13:38:53 2021 -0500

    feat(editor): wip secure params

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/field.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/string.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/fieldTypes/unknown.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit aded4dbbe32f1ba01cd789cac4d323dff21b9535
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 26 09:29:04 2021 -0500

    refactor(machines): a little more polish on the architecture field

M   app/assets/os_spritesheet.png
M   app/layout/Logo.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit cbb739b33874017bf41dc528cf3a0f76e83f10f3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 16:11:26 2021 -0500

    fix(editor): more pools changes by request

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 17d9abf8096aca34d0648c2291dc1cdf5f3c1e50
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 16:04:00 2021 -0500

    refactor(pools): re-arrange pools field

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit beb5f8fe62209df8f132136023d707b1d0e7062a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 15:36:35 2021 -0500

    refactor(editor): replace invalid groups with group components, move pools field into a separate file

M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 8d48da65ac5f1e8c1eedd89f23a85d9897b0f2bc
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 15:35:45 2021 -0500

    feat(editor): add row header and link button components

M   app/views/Endpoint/features/editor/components/EditorParts.jsx

commit b2e3a8e00db3f796a4a66fcc42c71c2e5397d58e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 15:35:03 2021 -0500

    refactor(editor): move meta button to separate component

M   app/views/Endpoint/features/editor/components/EditorFields.jsx

commit 0c5963d25fe8bb5d06586c9e1e3b688b6a14ccee
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 25 15:34:30 2021 -0500

    fix(editor): fix optimization error on arrays

M   app/views/Endpoint/features/editor/util.jsx

commit aa40878ab5f442f197e353e470349d2a09516131
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Fri Oct 22 19:10:12 2021 -0500

    wip(machine): formatting for the new machine view

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx

commit d11419527ad24532998c89bda26112043527ab5a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 22 15:50:42 2021 -0500

    fix(editor): fix param error rendering

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx

commit 95b68babb69c71c0cf798745afa4a97682c746c5
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 22 15:42:40 2021 -0500

    feat(editor): params features

M   app/views/Endpoint/features/dependencies/hooks.jsx
M   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/const.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/index.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/style.jsx
A   app/views/Endpoint/features/editor/tabs/ParamEditor/util.jsx
A   app/views/Endpoint/features/editor/util.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
D   app/views/Endpoint/views/Machines/components/ParamEditor.jsx

commit 56b884e0015349cdcfc7f5284dcd008ab61968c3
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Oct 21 16:43:52 2021 -0500

    feat(machines): move locked button up to top bar from bulk

M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/View.jsx
A   app/views/Endpoint/views/Machines/components/LockButton.jsx

commit 1daa90b68f9c661a4591b26a70652e0f3cd26678
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Oct 21 15:45:03 2021 -0500

    fix(provision-ux): /e/_ should not have trailing /

M   app/App.jsx

commit ee0cbad0205a0be1740c9e763c6b56437030c367
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Thu Oct 21 15:45:03 2021 -0500

    fix(provision-ux): /e/_ should not have trailing /

M   app/App.jsx

commit 30c554cbac035f52f52f5f0a4fc987db50a42f7d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 21 13:39:46 2021 -0500

    feat(editor): collapsing param groups

M   app/views/Endpoint/views/Machines/components/ParamEditor.jsx

commit 88d67741c4fe1c5c64f394b1d0846f322161f156
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 21 11:13:31 2021 -0500

    style: lint fix

M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx

commit 21b7030b2b7352d481e0c1b13cb737020dfc79a8
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 21 11:11:59 2021 -0500

    feat(editor): wip params tab

M   app/views/Endpoint/views/Machines/Editor.jsx
A   app/views/Endpoint/views/Machines/components/ParamEditor.jsx

commit 66a0909219e19c0be8076ebb4036144febf2ac66
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 21 09:56:03 2021 -0500

    feat(editor): icons in tabs, minor fixes and refactors

M   app/layout/index.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
A   app/views/Endpoint/views/Machines/components/ActivityIcon.jsx
A   app/views/Endpoint/views/Machines/components/ReadOnlyButton.jsx

commit 880e64b65f224e8dc981c64ff26437ae72d1a1bf
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 19 14:59:19 2021 -0500

    feat(editor): JSON/YAML code tab is now editable

M   app/views/Endpoint/features/editor/tabs/Raw.jsx

commit 982257d7386efdfcd1f86c621d1666ceff34deff
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Tue Oct 19 23:28:15 2021 -0500

    feat(provision-ux): update image download to use new path logic

M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx

commit 533c018b3c7b7b4ed9c6a04adf79809e796623f0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 30 11:27:35 2021 -0500

    feat(jobs): dynamic links based on job meta

M   app/views/Endpoint/views/Jobs/View.jsx
A   app/views/Endpoint/views/Jobs/columns/link_machine.jsx

commit e95f08b07faa4099360b6dc6e0cd3520a2b00549
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 19 11:08:10 2021 -0500

    fix(license): fix license page not loading immediately after generating new license

M   app/views/Endpoint/views/License/View.jsx

commit fce1dd4899c7626d36c2dc2cdbe3a986530dfc6d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 19 11:03:22 2021 -0500

    fix(license): fix missing license errors in UX

M   app/api/index.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/views/Registration/panes/Trial.jsx

commit f48d2f93d3913608b41d7a155074a1d0d88391df
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 18 15:27:06 2021 -0500

    feat(editor): header, raw json view, readonly features

M   app/layout/Copy.jsx
M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/editor/components/HeaderInfo.jsx
M   app/views/Endpoint/features/editor/context.jsx
A   app/views/Endpoint/features/editor/tabs/Raw.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.css

commit 48cf9d7aae6b45b9df2b99a3b2eae63220363203
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 15 15:57:07 2021 -0500

    feat(editor): tab components

M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.css

commit e954e7a4bbc0022904a50a70a9f32cfa211c0a16
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 15 14:42:08 2021 -0500

    feat(editor): wip sidepanel

M   app/views/Endpoint/features/table_view/components/TableView.jsx
A   app/views/Endpoint/views/Machines/Editor.jsx
M   app/views/Endpoint/views/Machines/View.jsx

commit 8d119c183bc930c5fef296d7c912ab255f678302
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Oct 14 22:20:14 2021 -0500

    refactor: Fix lint issues

M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/columns/displayNameColumn.jsx
M   app/views/Endpoint/views/System.jsx

commit e22d6a1bea8bd489bb5aff172d8ee43f5a52c696
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Oct 14 22:00:54 2021 -0500

    fix(idp): fix name

M   app/views/Endpoint/views/IdentityProviders/View.jsx

commit b1ff7c887cabe691ea9d0e1fbaee0fac3335e747
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Oct 14 21:37:18 2021 -0500

    feat(idp): add displayName to editor and table

M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
A   app/views/Endpoint/views/IdentityProviders/columns/displayNameColumn.jsx

commit 28f0409cfa4020c9dbf3d9f884b6293959aac9d6
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Oct 14 20:38:07 2021 -0500

    feat(idp): Add a way to see/download SP metadata.

M   app/views/Endpoint/Router.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
A   app/views/Endpoint/views/IdentityProviders/components/MetaDataButton.jsx

commit 8144a8db67510f8ec9a791e453d8b486871cf49c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 14 14:06:30 2021 -0500

    feat(idp): group to roles editor

M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx

commit 7a0d6a1cdc1fe69c28037b00bdd56350c6f59409
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 14 13:35:55 2021 -0500

    feat(idp): editor improvements, logo in table, wip group to roles

M   app/layout/index.jsx
M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx
A   app/views/Endpoint/views/IdentityProviders/columns/link_idpId.jsx
M   app/views/Endpoint/views/Users/Panel.jsx

commit 87028d36785498796da5e1b997df924df966a4f6
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 14 13:17:00 2021 -0500

    lint: auto format

M   app/views/Endpoint/views/IdentityProviders/Panel.jsx
M   app/views/Endpoint/views/IdentityProviders/View.jsx

commit ec5b1b308cdfffcf321c54b9f59c202aeedb827f
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Thu Oct 14 13:12:39 2021 -0500

    feat(idp): Add simple IDP table views

M   app/api/database.jsx
M   app/api/icons.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/layout/SearchContainer.jsx
M   app/views/Endpoint/Router.jsx
A   app/views/Endpoint/views/IdentityProviders/Panel.jsx
A   app/views/Endpoint/views/IdentityProviders/View.jsx

commit 837b5a246766889ccc1e9d6d839e381a407171de
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 14 12:23:03 2021 -0500

    fix(auth): fix saml section icon

M   app/views/Endpoint/views/Login/components/SamlSelection.jsx

commit 39f64791dc5d01874c3b73bcb21ab3dbbe2b63f7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 14 11:52:34 2021 -0500

    feat(auth): saml auth flow

M   app/api/index.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/Login/Login.jsx
A   app/views/Endpoint/views/Login/components/SamlSelection.jsx

commit 3e228aa0a8aa05e277572d3bef7205a544705a94
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Oct 13 16:08:18 2021 -0500

    feat(editor): dropdown field

M   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/views/Machines/View.jsx

commit 9326e3b173a9cca4900a9e773ee1fdff0a881af6
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Wed Oct 13 09:33:19 2021 -0500

    refactor(provision-ux): make clearer visial difference between lock and unlock

M   app/layout/Table/Row.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/table_view/columns/icon_locked.jsx
M   app/views/Endpoint/features/table_view/columns/icon_readonly.jsx
M   app/views/Endpoint/views/Logs.jsx
M   app/views/Endpoint/views/Machines/columns/icon_locked.jsx
M   app/views/Endpoint/views/Params/components/Hidden.jsx

commit 65bd03c4c89522ec170816a948c81a59972ffd64
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 12 12:14:52 2021 -0500

    feat(calendar): remove holiday names from business hours

M   app/views/Endpoint/views/Inbox/BusinessHours.jsx

commit 6bb97bf23dd21917e0bb8b33d81eb78d6c006d08
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 12 11:47:08 2021 -0500

    feat(auth): success callback for connection checker

M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx

commit fa75e4e865f64d1c0042ee5d1ae97c191123b5b0
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 12 11:25:25 2021 -0500

    refactor(editor): re-arrange copy and link icon order

M   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 38d9fa2b756cd0791ac2377b45f261119d779a06
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 8 14:51:04 2021 -0500

    feat(editor): add more field components

A   app/hooks/useMounted.jsx
M   app/layout/Copy.jsx
A   app/views/Endpoint/features/editor/components/EditorFields.jsx
M   app/views/Endpoint/features/editor/components/EditorParts.jsx
M   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/views/Machines/View.jsx
A   app/views/Endpoint/views/Machines/components/EditorFields.jsx

commit 13660fa867bd5e4b0d32fc6cc1c72c752cc62205
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Oct 7 14:48:48 2021 -0500

    refactor(editor): initial live edit features

A   app/views/Endpoint/features/editor/components/EditPanel.jsx
A   app/views/Endpoint/features/editor/components/EditorParts.jsx
A   app/views/Endpoint/features/editor/context.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/views/Machines/View.jsx
M   package-lock.json
M   package.json

commit 6ddc69a49f4d1f06ca94c6faa49d4b37a168b6eb
Author: Tim Bosse <tim@rackn.com>
Date:   Wed Oct 6 16:44:27 2021 -0400

    fix(ux): service and ports should match

M   app/views/Endpoint/views/System.jsx

commit 4714f108aca1c23981fab816357f732be6ade604
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Oct 5 11:26:01 2021 -0500

    fix(contents): fix params not loading

M   app/views/Endpoint/views/Params/Panel.jsx

commit bc5f27c96b84a0e5771756b5f346d5d16c246cf1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 4 14:44:12 2021 -0500

    fix(machines): fix close button being off screen

M   app/views/Endpoint/components/BulkActions/BulkActions.css
M   app/views/Endpoint/components/BulkActions/Components.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx

commit b27eaca3aa58c423afca023be2332bb4ac725dcf
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 4 10:45:27 2021 -0500

    feat(search): better keybinds (ctrl+shift+f), hiding menu on search, clear with space

M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx

commit 123f2fd6ef495a288ce8a750f4360ab3cdf2c17a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Oct 4 10:24:39 2021 -0500

    fix(ux_view): fix missing inbox on ux views with empty menus

M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/reducer.jsx
M   app/views/Endpoint/views/UXViews/Panel.jsx
M   app/views/Endpoint/views/UXViews/columns/icon_apply.jsx

commit ba30476b9f762754f9b32660002d0ae3af8841a4
Author: Rob Hirschfeld <rob@rackn.com>
Date:   Sat Oct 2 23:49:17 2021 -0500

    feat(provion-ux): add button to allow restarting plugin providers

M   app/views/Endpoint/views/Plugins/View.jsx
A   app/views/Endpoint/views/Plugins/components/RestartBtn.jsx

commit 4d2f1b221d059e02327b94bbcdc54a38a16febdb
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Oct 1 12:17:05 2021 -0500

    fix(license): fix potential null ptr on license check helper

M   app/views/Endpoint/views/License/View.jsx

commit f1ebbbc759264126878d17a8fd74e76840dc7c36
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 15:52:44 2021 -0500

    fix(table): account for table refactor in side panel fix

M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit cebf2a80642adc9b991ae90c6f1d056e74278efb
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 15:46:20 2021 -0500

    fix(ux_view): fix session storage not using correct ux_view id

M   app/views/Endpoint/features/ux_views/reducer.jsx

commit 95a0d78aeed87bba60244d557346e2311ae3c7fb
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 15:40:20 2021 -0500

    fix(table): fix filters broken by incorrect filter

M   app/views/Endpoint/features/table_view/context.jsx

commit 5e17b5bead4be633281bc5ec48098d8cfaaa8c66
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 15:31:26 2021 -0500

    fix(table): fix side panel closing with valid object

M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 635fd6dfece122a3c8ff4c81a6d96545fb500ed1
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 12:32:05 2021 -0500

    fix(ux_views): allow empty menu in ux_view to render initial menu

M   app/views/Endpoint/features/ux_views/Nav.jsx

commit b3b45ca548f22ec757757ab249a7987e1b73f180
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 29 12:29:20 2021 -0500

    fix(table): fix side panels closing on header add

M   app/views/Endpoint/components/Components.jsx
M   app/views/Endpoint/components/GenericListView.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx

commit 91d386494f916110d4e0da677d66d3bd7782f3a3
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 28 11:43:47 2021 -0500

    fix(machines): use locked column instead of readonly

A   app/views/Endpoint/features/table_view/columns/icon_readonly.jsx
M   app/views/Endpoint/features/table_view/columns/index.js
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Leases/View.jsx
D   app/views/Endpoint/views/Machines/Components.jsx
M   app/views/Endpoint/views/Machines/View.jsx
A   app/views/Endpoint/views/Machines/columns/icon_locked.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/Workflows/View.jsx

commit e278674be885aefec377f9c56989ab266ba4d6db
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Sep 27 16:43:25 2021 -0500

    fix(table): fix broken create button

M   app/views/Endpoint/features/table_view/components/Buttons.jsx

commit 2cdfc0a7efc4e856a6bc7dd92cc3abf994ee1f4a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Sep 27 10:19:12 2021 -0500

    fix(table): fix non-updating icon id columns

M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx

commit 3e3e1e04011d9ecba24d3b96d2d0fe4548557113
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 24 15:49:35 2021 -0500

    fix(table): fix various bugs created by refactor

M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/reducer.jsx

commit 3d1cba90e9515bdb74837b0952418b353e97b8be
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 24 14:40:36 2021 -0500

    refactor(table): move table state to named entries in a tables object

M   app/views/Endpoint/components/BulkActions/Components.jsx
M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/features/table_view/columns/util_selection.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableHead.jsx
M   app/views/Endpoint/features/table_view/components/TablePaginate.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/hooks.jsx
M   app/views/Endpoint/features/table_view/reducer.jsx
M   app/views/Endpoint/features/table_view/selectors.jsx
M   app/views/Endpoint/views/Endpoints/BulkActions.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Leases/components/ReserveBtn.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Workflows/columns/enum_icon_stages.jsx

commit df9bdf17d852bd0b058410dbb84c5b96260347bf
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 23 14:44:40 2021 -0500

    feat(dependencies): reducer, context, and hooks for dependency fetching

M   app/api/index.jsx
M   app/views/Endpoint/features/dependencies/actions.jsx
M   app/views/Endpoint/features/dependencies/context.jsx
A   app/views/Endpoint/features/dependencies/hooks.jsx
M   app/views/Endpoint/features/dependencies/reducer.jsx
M   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/reducer.jsx
M   plans.txt

commit 4b45b7cbb9f3f82a59621cb945c7a280c2a024ab
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 22 10:01:44 2021 -0500

    feat(reservations): add scoped option to panel on create

M   app/views/Endpoint/views/Reservations/Panel.jsx
M   app/views/Endpoint/views/Reservations/View.jsx

commit 35f5f5cba1924685b41b775f1d565e1502e2f76b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 22 09:52:30 2021 -0500

    refactor(dependencies): WIP refactor

A   app/views/Endpoint/features/dependencies/actions.jsx
A   app/views/Endpoint/features/dependencies/context.jsx
A   app/views/Endpoint/features/dependencies/reducer.jsx
A   app/views/Endpoint/features/dependencies/selectors.jsx
M   app/views/Endpoint/features/table_view/selectors.jsx
A   plans.txt
M   webpack.config.js

commit b78c9e9165f74af84fec20d150c94baedf689359
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 17 11:03:31 2021 -0500

    fix: fix edit panel headers not closing with trailing /

M   app/views/Endpoint/components/Components.jsx

commit 1033bcddd46080d940fbaaf2cd8d4671dc33bb0b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 15 10:57:59 2021 -0500

    feat(params): default value column

M   app/views/Endpoint/views/Params/View.jsx
A   app/views/Endpoint/views/Params/columns/text_default.jsx

commit 5a71d06ac819569ff933602435476dc5f8af353d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 15 10:59:19 2021 -0500

    fix(params): fix missing ordered operators for integers/number params

M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx

commit 5134450d2ebe01e972135606199792f5146ef745
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 15 10:43:45 2021 -0500

    feat(filter): minor filter QoL improvements

M   app/views/Endpoint/features/table_view/components/Filter/FilterList.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx
M   app/views/Endpoint/features/table_view/components/TableFilter.jsx

commit 3fed5565e6000e78a4c8808ca3ff1cc87bfa9c08
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 15 10:31:53 2021 -0500

    fix(filter): fix In/Nin not showing up for indexes

M   app/layout/Table/Filter.jsx
M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx

commit 2dff377efc9021f8fe31f21b752f407fe6194d9e
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 14 10:52:42 2021 -0500

    feat(filter): add In and Nin to string filters

M   app/views/Endpoint/features/table_view/components/Filter/Search.jsx

commit 5ceee10b807b1c304bbe9f3a4481565db9d7bc42
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Sep 13 09:31:04 2021 -0500

    fix(bulk): fix bulk dropdowns not selecting

M   app/views/Endpoint/components/BulkActions/Components.jsx

commit e7935e7e346ed1da7fda6fc663ca88bc17270a99
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 10 16:09:28 2021 -0500

    feat(license): add owner id to license page

M   app/views/Endpoint/views/License/View.jsx

commit 2e15dfe25c9534c8560bd113173325005ca84e5b
Author: Tim Bosse <tim@rackn.com>
Date:   Fri Sep 10 15:32:44 2021 -0400

    fix(info): Add secure_prov to services.

M   app/views/Endpoint/views/System.jsx

commit bbaa1c325e953eaa42dd3bb30c1dba829da1d54a
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 10 10:32:59 2021 -0500

    fix(table): fix deps not loading when obj!==route

M   app/views/Endpoint/features/table_view/actions.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/reducer.jsx

commit 854951d69ab40801d32ce050fa89500ace81c32c
Author: Zaheena <zaheena@gmail.com>
Date:   Thu Sep 9 14:48:50 2021 -0400

    feat(gitlab): Migrate module to gitlab

M   README.md
M   app/config.jsx
M   app/views/Endpoint/views/Inbox/Welcome.jsx
M   app/views/Home/Home.jsx
M   jstest/__snapshots__/endpoint.test.jsx.snap
M   jstest/content/drp-community-content.json

commit 0a09a3d9b23b53b5d37efa10fc4e4a15fd591ec7
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 9 14:01:36 2021 -0500

    fix(table): fix param sort order being random

M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx

commit 890d11b3d797661e2005ccf1f3c24d37d5f9d615
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 7 15:29:44 2021 -0500

    feat(machines): hardware addrs field

M   app/views/Endpoint/views/Machines/Panel.jsx

commit c174150cbc3fe589c576ccd5fabecefffe4ea784
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 7 14:19:16 2021 -0500

    feat(bulk): mvp pipelines bulk actions

M   app/views/Endpoint/components/BulkActions/Components.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx

commit 9e5dc43bf8f4a25c202d3cbf794c1f94aaa8dc58
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 7 13:57:46 2021 -0500

    fix(stages): fix broken icons

M   app/views/Endpoint/views/Stages/Panel.jsx

commit b4eb3269be9464280b05091d6f2b29b2376ca3ae
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Sep 7 13:46:54 2021 -0500

    fix(workflows): fix broken icons

M   app/views/Endpoint/views/Workflows/Panel.jsx

commit eae17b453dd545438383a97914aaac5860e399ab
Author: Zaheena <zaheena@gmail.com>
Date:   Fri Sep 3 14:49:16 2021 -0400

    fix(ci): cleaning up trigger

M   .gitlab-ci.yml

commit 06b962a31e200927981307274e7ae0842f455d53
Author: Meshiest <gpg@reheatedcake.io>
Date:   Fri Sep 3 10:26:27 2021 -0500

    feat(debugger): show workflow at top, migrate style to css

M   app/views/Endpoint/views/Machines/components/Debugger/Debugger.jsx

commit 746a9e34ed02e5a47197f090440812b852579bec
Author: Zaheena <zaheena@gmail.com>
Date:   Thu Sep 2 18:02:44 2021 -0400

    fix(ci): triggering the right rackn-saas branch

M   .gitlab-ci.yml

commit 35cdabdb2e38fa981921c9e029d4e2b3ce861092
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 15:45:51 2021 -0500

    fix(table): default index key on leases

    Signed-off-by: Meshiest <gpg@reheatedcake.io>

M   app/views/Endpoint/views/Leases/View.jsx

commit 5987f60f498ba27810a18c4bc8bb90af220d0811
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 15:15:48 2021 -0500

    fix(table): add default index keys for other tables

M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx

commit e4036093bf9a1bd569e32742e77bb968f2e77601
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 15:09:06 2021 -0500

    fix(subnets): add default key for subnets

M   app/views/Endpoint/views/Subnets/View.jsx

commit 3fa08583a40c27c7a655e87ee86ea5198c31542b
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 14:34:16 2021 -0500

    ci: fix trigger not running

M   .gitlab-ci.yml

commit fb8dfe089e25aa87967532bfd0c6dd71f9d07a75
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 12:26:00 2021 -0500

    fix(table): default index key on most objects

    Signed-off-by: Meshiest <gpg@reheatedcake.io>

M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/Workflows/View.jsx

commit 595f3b13cf84ed8f841565fdce73d01e298834ed
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 12:20:59 2021 -0500

    fix(jobs): specify correct index key

M   app/views/Endpoint/views/Jobs/View.jsx

commit f0f17445196ba87da911e4a813b3362fb08b9792
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 12:07:40 2021 -0500

    fix(table): avoid null pointers with table rows

    Signed-off-by: Meshiest <gpg@reheatedcake.io>

M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/util.js

commit 186d2c9219021fa310852d27d4fddbb1586982a2
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 10:50:51 2021 -0500

    fix(params): fix readonly params getting deleted, fix type selection on ad-hoc params

M   app/views/Endpoint/views/Params/components/ParamRow.jsx
M   app/views/Endpoint/views/Params/components/ParamsContainer.jsx

commit 0ffa77a6e59c106689bbf1f82ccbae26043e3caa
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 10:30:07 2021 -0500

    ci: notify only on tip/stable

M   .gitlab-ci.yml

commit 9e01e5362fa974d7daeaee0c7732d0f51c094202
Author: Meshiest <gpg@reheatedcake.io>
Date:   Thu Sep 2 09:52:05 2021 -0500

    fix(table): fix null ptr on row match, still have race condition though

M   app/views/Endpoint/features/table_view/components/TableRow.jsx

commit 58ce17ab3ec45d4c48c6d339a658f4e93e7eea6e
Author: Isaac Hirschfeld <meek.mesh@gmail.com>
Date:   Thu Sep 2 14:26:54 2021 +0000

    build: gitlab ci

A   .gitlab-ci.yml
A   Dockerfile
M   README.md

commit bc1cafef235b5a1aef6060790f7e5e960fef9f9d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Wed Sep 1 10:41:06 2021 -0500

    feat(nav): ux footer widget for clearing session storage

M   app/views/Endpoint/widgets/NavFooterUXControls.jsx

commit 0a06b2631e8da2827756f1aa28ec37e6fb5d75e0
Author: Greg Althaus <galthaus@austin.rr.com>
Date:   Wed Sep 1 08:06:14 2021 -0500

    doc: tweak for build

M   README.md

commit a790b705b9d2fd8d0906b6326ecb6daf537296a4
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Aug 31 15:50:30 2021 -0500

    refactor(api): remove default export, wip bulk actions

M   app/App.jsx
M   app/api/icons.jsx
M   app/api/index.jsx
M   app/layout/Table/JobDetector.jsx
M   app/layout/TemplateEditor.jsx
M   app/layout/Wrapper.jsx
M   app/store.jsx
M   app/views/Endpoint/actions/auth.jsx
M   app/views/Endpoint/components/BulkActions/Components.jsx
M   app/views/Endpoint/features/auth/HeaderAuthButtons.jsx
M   app/views/Endpoint/features/event_tool/components/EventButton.jsx
M   app/views/Endpoint/features/event_tool/components/EventTool.jsx
M   app/views/Endpoint/features/license/ExceedWarning.jsx
M   app/views/Endpoint/features/license/ExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderExpireWarning.jsx
M   app/views/Endpoint/features/license/HeaderUpdateNotice.jsx
M   app/views/Endpoint/features/table_view/columns/gen_enum_objects.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_icon_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_id.jsx
M   app/views/Endpoint/features/table_view/columns/gen_link_object.jsx
M   app/views/Endpoint/features/table_view/columns/icon_endpoint.jsx
M   app/views/Endpoint/features/table_view/columns/icon_meta.jsx
M   app/views/Endpoint/features/table_view/components/Buttons.jsx
M   app/views/Endpoint/features/table_view/components/Filter/CliDemo.jsx
M   app/views/Endpoint/features/table_view/components/Filter/SavePopup.jsx
M   app/views/Endpoint/features/table_view/components/TableRow.jsx
M   app/views/Endpoint/features/table_view/components/TableView.jsx
M   app/views/Endpoint/features/table_view/context.jsx
M   app/views/Endpoint/features/table_view/util.js
M   app/views/Endpoint/features/ux_views/Nav.jsx
M   app/views/Endpoint/features/ux_views/RoleSelector.jsx
M   app/views/Endpoint/index.jsx
M   app/views/Endpoint/views/BootEnvs/View.jsx
M   app/views/Endpoint/views/BootEnvs/columns/icon_iso_url.jsx
M   app/views/Endpoint/views/Classifier.jsx
M   app/views/Endpoint/views/Contexts/View.jsx
M   app/views/Endpoint/views/Contexts/columns/icon_install_context.jsx
M   app/views/Endpoint/views/Endpoints/View.jsx
M   app/views/Endpoint/views/Endpoints/columns/icon_connectionStatus.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_drpId.jsx
M   app/views/Endpoint/views/Endpoints/columns/link_portal.jsx
M   app/views/Endpoint/views/Endpoints/components/ExtractButton.jsx
M   app/views/Endpoint/views/Endpoints/components/RebuildButton.jsx
M   app/views/Endpoint/views/Files.jsx
M   app/views/Endpoint/views/Isos.jsx
M   app/views/Endpoint/views/Jobs/View.jsx
M   app/views/Endpoint/views/Jobs/columns/link_task.jsx
M   app/views/Endpoint/views/Jobs/columns/link_uuid.jsx
M   app/views/Endpoint/views/Jobs/components/FilterButton.jsx
M   app/views/Endpoint/views/Leases/View.jsx
M   app/views/Endpoint/views/Leases/components/ReserveBtn.jsx
M   app/views/Endpoint/views/License/View.jsx
M   app/views/Endpoint/views/License/components/LicenseCheck.jsx
M   app/views/Endpoint/views/License/components/Support.jsx
M   app/views/Endpoint/views/License/components/UploadModal.jsx
M   app/views/Endpoint/views/Login/Login.jsx
M   app/views/Endpoint/views/Login/components/EndpointChecker.jsx
M   app/views/Endpoint/views/Machines/BulkActions.old.jsx
M   app/views/Endpoint/views/Machines/View.jsx
M   app/views/Endpoint/views/Machines/columns/icon_pool.jsx
M   app/views/Endpoint/views/Machines/columns/icon_runnable.jsx
M   app/views/Endpoint/views/Machines/columns/id_name.jsx
M   app/views/Endpoint/views/Machines/columns/link_icon_tasks.jsx
M   app/views/Endpoint/views/Machines/components/Wizards/Cloudwrap.jsx
M   app/views/Endpoint/views/Params/View.jsx
M   app/views/Endpoint/views/Plugins/Panel.jsx
M   app/views/Endpoint/views/Plugins/View.jsx
M   app/views/Endpoint/views/Pools/View.jsx
M   app/views/Endpoint/views/Pools/columns/gen_pool_actions.jsx
M   app/views/Endpoint/views/Profiles/View.jsx
M   app/views/Endpoint/views/Racks/View.jsx
M   app/views/Endpoint/views/Racks/components/ImportRackBtn.jsx
M   app/views/Endpoint/views/Raid/View.jsx
M   app/views/Endpoint/views/Registration/Registration.jsx
M   app/views/Endpoint/views/Registration/panes/Recovery.jsx
M   app/views/Endpoint/views/Reservations/View.jsx
M   app/views/Endpoint/views/Roles/View.jsx
M   app/views/Endpoint/views/Stages/View.jsx
M   app/views/Endpoint/views/Subnets/View.jsx
M   app/views/Endpoint/views/Subnets/columns/link_toggle_name.jsx
M   app/views/Endpoint/views/Tasks/View.jsx
M   app/views/Endpoint/views/Templates/View.jsx
M   app/views/Endpoint/views/Tenants/View.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_members_icons.jsx
M   app/views/Endpoint/views/Tenants/columns/enum_users_icons.jsx
M   app/views/Endpoint/views/UXConfig/const.js
M   app/views/Endpoint/views/UXViews/View.jsx
M   app/views/Endpoint/views/UXViews/columns/enum_applicable_roles.jsx
M   app/views/Endpoint/views/UXViews/columns/link_id.jsx
M   app/views/Endpoint/views/Users/View.jsx
M   app/views/Endpoint/views/VersionSets/View.jsx
M   app/views/Endpoint/views/Workflows/View.jsx
M   app/views/Endpoint/views/Workflows/columns/enum_icon_stages.jsx
M   app/views/Endpoint/widgets/NavFooterUXControls.jsx
M   app/views/Endpoint/widgets/SoftErrors.jsx

commit 9989ef24f2485eeda9c56b8a508daedb98d5fc9c
Author: Meshiest <gpg@reheatedcake.io>
Date:   Tue Aug 31 11:41:45 2021 -0500

    feat(inbox): skip captcha on airgapped inboxes

M   app/api/analytics.jsx
M   app/api/index.jsx
M   app/config.jsx
M   app/views/Endpoint/views/Inbox/Inbox.jsx
M   app/views/Endpoint/views/Inbox/InboxModal.jsx

commit 2e9676f555f9b83b0571760905b0c8c8cb51f30d
Author: Meshiest <gpg@reheatedcake.io>
Date:   Mon Aug 30 13:46:43 2021 -0500

    feat(ux-views): add bulk tabs section to ux view editor

M   app/views/Endpoint/views/UXViews/Panel.jsx

End of Note