commit cf95de7609c00cae83c453b6c47071ac013b7b80
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 30 09:21:48 2020 -0500
fix(templates): fix template editing re-populating the editor when deleting everything
M app/views/Endpoint/Templates.jsx
commit e137507294a855227c13186a03b0c09a487a7e9c
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 28 09:37:54 2020 -0500
fix(catalog): version dropdowns could get too tall to display
M app/views/Endpoint/Content.jsx
commit 455688267212f9bf0ca09b36c1fe73863e116deb
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 27 10:23:59 2020 -0500
fix(table): fetch the object from the url if it is not in the list
M app/views/Endpoint/GenericListView.jsx
commit a9385d5bd8a4fba645a646c04f2a779c7cf22de4
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 24 13:21:41 2020 -0500
fix(ux): flip check for disabling v3
M app/views/Endpoint/index.jsx
commit 1e37877d6d02d35c97f500608b7ec84d1e9090c5
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 24 13:20:24 2020 -0500
feat(ux): disable ux for v3 users, provide resources for upgrading
A app/views/Endpoint/EndOfSupport.jsx
M app/views/Endpoint/index.jsx
commit 24223d69a58eeeb63fc5e57a1ebd6b4efac54c18
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 17:08:31 2020 -0500
feat(editor): add paste ability to create views, prep objects for JSON/YAML edit
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Workflows.jsx
commit 015b8d8e4b1b2b6d28e642daeb9f45ec3c17e726
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 15:48:49 2020 -0500
refactor(objects): remove deprecated endpoint prop
M app/views/Endpoint/BootEnvs.jsx
M app/views/Endpoint/Classifier.jsx
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Endpoints.jsx
M app/views/Endpoint/Jobs.jsx
M app/views/Endpoint/Machines.jsx
M app/views/Endpoint/Params.jsx
M app/views/Endpoint/Plugins.jsx
M app/views/Endpoint/Profiles.jsx
M app/views/Endpoint/Racks.jsx
M app/views/Endpoint/Stages.jsx
M app/views/Endpoint/System.jsx
M app/views/Endpoint/Tasks.jsx
M app/views/Endpoint/Tenants.jsx
M app/views/Endpoint/VersionSets.jsx
M app/views/Endpoint/Workflows.jsx
commit 9de8f00925e09e4b346e142c2a7fc6b10b047609
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 14:16:36 2020 -0500
fix(logs): remove old logs when there's more than 1000 logs on screen
M app/views/Endpoint/Logs.jsx
commit 34396383bb27d87e6f024b0e1b3ce5b852015cf1
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 12:36:36 2020 -0500
perf(websocket): mindboggling faster websocket log handling
M app/views/Endpoint/EventTool.jsx
M app/views/Endpoint/Logs.jsx
commit b549a46840671479505c3da33e50d27fa90a1591
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 11:23:56 2020 -0500
feat(search): search focuses object for current page
M app/layout/SearchContainer.jsx
commit caef7620ee97a31b36e30d027dd99fa37ef88f95
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 10:39:29 2020 -0500
fix(catalog): allow option dropdowns to close when unfocused
M app/views/Endpoint/Content.jsx
commit fa864215f706a16a5dc7db94ff69e7cd142121fb
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 23 10:39:03 2020 -0500
refactor(layout): reorganize layout wrapper code into separate files
M app/layout/404.jsx
A app/layout/FocusDetector.jsx
A app/layout/SearchContainer.jsx
A app/layout/Wrapper.jsx
M app/layout/index.jsx
commit e73fc145e976215618e1e09f2b186529d9a861b4
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 22 16:46:18 2020 -0500
feat(endpoints): automatically install licenses on newly added managed endpoints
M app/views/Endpoint/Endpoints.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/index.jsx
M package-lock.json
commit e0d00e967643332d505baad253634db805fadbc5
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 22 14:32:30 2020 -0500
feat(catalog): upload yaml file as json file
M app/api/index.jsx
D app/api/yaml.jsx
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Content.jsx
M package-lock.json
M package.json
commit acd1622cef8cc0d7983478e25ded74a5bbec4cb2
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 22 11:56:49 2020 -0500
feat(uxviews): allow colors in the nav menu
M app/views/Endpoint/index.jsx
commit 481b56dc249b59c25dc55fad93a84376d8d91736
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 22 11:42:56 2020 -0500
fix(table): render ux-views custom columns that have no type
M app/layout/Table/Row.jsx
M app/layout/Table/Table.jsx
commit 07feb08b533f603d4094292144cc13e4001d4aa6
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 22 11:34:00 2020 -0500
fix(filter): trim spaces on added filters
M app/layout/Table/Filter.jsx
commit d5877bdba2dc031b910d851f4fb8ad207b96f999
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jul 21 17:06:56 2020 -0500
doc(ux): add hint on params update
M app/views/Endpoint/Machines.jsx
commit dfa54db5b15f0eef47290487732c44e66b1bbe42
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 20 16:50:13 2020 -0500
feat(saas): add ability to specify endpoint id to saas requests
M app/api/index.jsx
commit fa541686a9001aec2241c53bc8e4ab7622861f98
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 14:40:02 2020 -0500
fix(table): fix incorrect import for react-router links
M app/layout/Table/Table.jsx
commit 2fc6b65065712265836c7bf63cb967afc7a38e50
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 14:15:37 2020 -0500
fix(typo): fix a typo in a comment
M app/layout/Table/Row.jsx
commit c313665b87b1133cdb99368620579e761a3741b8
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 14:14:49 2020 -0500
fix(table): fix incorrect import for react-router links
M app/layout/Table/Row.jsx
commit 0c6ec97f3cd04feb05c75d6bd314efe156a1ebb1
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 13:53:15 2020 -0500
debug(table): debug the link in endpoint column
M app/layout/Table/Row.jsx
commit f5794fddec826036964146bf1feb049d68a498a4
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 13:32:43 2020 -0500
debug(table): debug the endpoint column
M app/layout/Table/Row.jsx
commit cace3d10036dd869036127d3be9e1831ee77f533
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 13:10:23 2020 -0500
debug(table): try to determine the source of the table error
M app/layout/Table/Row.jsx
commit 7aa18109aaaf291b1327ae1d88e2ad821af44183
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 13:03:09 2020 -0500
fix(table): potentially fix invariant 130 on smart table row
M app/layout/Table/Row.jsx
commit 8cd0f7a01c96fa819d7e439ae993726e628a009e
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 21 12:00:20 2020 -0500
fix(uxviews): refactor custom column rendering, fix broken Logos
M app/layout/Logo.jsx
M app/layout/Table/Table.jsx
commit 87afe3d23ccfef026ceb4e66a4475f67a9662568
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 20 14:01:55 2020 -0500
fix(copyright): random copyright updates
M app/layout/404.jsx
M app/layout/Colors.jsx
M app/layout/ErrorCatch.jsx
M app/layout/FileInput.jsx
M app/layout/GenericContainer.jsx
M app/layout/Header.jsx
M app/layout/InactivityPopup.jsx
M app/layout/Table/Filter.jsx
M app/layout/Table/Pagination.jsx
M app/layout/Table/Row.jsx
M app/layout/Table/Table.css
M app/layout/Table/Table.jsx
M app/layout/index.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Machines.jsx
M package-lock.json
commit 025f719a3864c14304ad81e29ae6f3c11ad64ade
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 17 14:44:39 2020 -0500
fix(logs): css fixes for long lines
M app/views/Endpoint/Logs.jsx
commit 74f51e5ee56a337e66420ced1cc828b7a4405526
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 17 14:41:17 2020 -0500
perf(logs): wildly faster log rendering (only re-renders lines when the count updates)
M app/views/Endpoint/Logs.jsx
commit 4758ec206a01c63b4137f1a5d468cb5e6c6e5d04
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 17 14:16:43 2020 -0500
refactor(objects): add watchers to object tables that needed them
M app/layout/Table/Pagination.jsx
M app/layout/Table/Row.jsx
M app/layout/Table/Table.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Params.jsx
M app/views/Endpoint/Pools.jsx
M app/views/Endpoint/Raid.jsx
M app/views/Endpoint/Subnets.jsx
M app/views/Endpoint/Templates.jsx
M app/views/Endpoint/Tenants.jsx
M app/views/Endpoint/UXViews.jsx
M package.json
commit c816237bbbfa77a591dc83c8a12431a1f0669418
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jul 17 12:36:31 2020 -0500
doc(ux): clean up log titles in settings, add map to API
M app/views/Endpoint/System.jsx
commit 1c31eec15ba4750031d920af1533ae12d3e9a6a1
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 16 16:11:02 2020 -0500
feat(table): add watchers for prefab table cells (runnable, available, bundle, etc)
M app/layout/Table/Row.jsx
M app/views/Endpoint/Machines.jsx
commit f90fba9746e3022eef698a5cfbe4b602d44f6a52
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 16 15:56:13 2020 -0500
feat(table): smart row in own file, row only updates when watched fields update
A app/layout/Table/Row.jsx
M app/layout/Table/Table.jsx
M app/views/Endpoint/Jobs.jsx
M app/views/Endpoint/Machines.jsx
commit 912c9b137dc02bae0bccaa121ff0ef7ae10343b9
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 16 15:16:10 2020 -0500
fix(table): functional pagination, mildly functional table updates
M app/layout/Table/Pagination.jsx
M app/layout/Table/Table.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Machines.jsx
commit 8ae9e2f61fd19084f8fc4eaefe3ce7cd8ff41532
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 16 12:41:51 2020 -0500
fix(profiles): attempt to fix state-persistence issue with params editing in profile
M app/views/Endpoint/Params.jsx
commit 4de33ed05c071e507c2bf6f37b5e77af2238c44c
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 16 12:39:30 2020 -0500
refactor(table): WIP table refactor, separating components into files
R050 app/layout/Table.jsx app/layout/Table/Filter.jsx
A app/layout/Table/Pagination.jsx
R100 app/layout/Table.css app/layout/Table/Table.css
A app/layout/Table/Table.jsx
A app/layout/Table/index.jsx
M app/layout/index.jsx
M app/views/Endpoint/GenericListView.jsx
M package-lock.json
M package.json
commit b229f9636821ebb91c45fc8366e66913a1d6b771
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 15 11:56:18 2020 -0500
feat(filters): copy button for drpcli filter
M app/layout/Table.jsx
commit f50db346a014d0f71f0885bc880dc2e3fc8dca0a
Author: Isaac Hirschfeld <Meshiest@users.noreply.github.com>
Date: Wed Jul 15 11:02:24 2020 -0500
Revert "fix(profiles): attempt to fix state-persistence issue with params editing in profile"
M app/views/Endpoint/Profiles.jsx
commit daee1c67e49f44a8b7c5c6a6a16e72a5cff7a486
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 13 13:21:57 2020 -0500
fix(profiles): attempt to fix state-persistence issue with params editing in profile
M app/views/Endpoint/Profiles.jsx
commit 29266306b776005afa355c80c240f949c935e4a2
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 13 10:53:05 2020 -0500
fix(errors): implement a max width for soft error display
M app/views/Endpoint/index.jsx
commit 06ebdf769de95fb63ebc31f31f52909b18b63e33
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sun Jul 12 16:52:25 2020 -0500
feat(ux): add dropdown to enable manager
M app/views/Endpoint/System.jsx
commit 77dda49cb4170cca57bfe042b0af2715cd94afc5
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 10 13:33:27 2020 -0500
feat(params): add route meta field to allow internal linking of params
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Params.jsx
commit 74a53a1f66d6782839973886b302cf9f029f467a
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 10 13:12:44 2020 -0500
fix(search): disable search on non-endpoint homepage
M app/layout/index.jsx
commit 917899d5b61f388a12246eea299445079cbba983
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 10 10:56:41 2020 -0500
feat(reporting): use cloudia for license check. use saas report as fallback
M app/views/Endpoint/index.jsx
commit 43d6fc57355c8cb0a4e21e8684ec1a8dba45295b
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jul 10 10:03:23 2020 -0500
fix(errors): better error handing for 404s and ux config
M app/api/index.jsx
M app/views/Endpoint/UXConfig.jsx
commit 8d2c753ef000a7f43468f8fced3b6249f2da24ed
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 8 14:16:42 2020 -0500
fix(auth): remove defaultPassword if signing in without default password
M app/api/auth.jsx
commit 4db19ec830277ba28f438978d83fa15279b0ba62
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 8 10:52:03 2020 -0500
fix(info): finish change password criteria if the user ChangePassword widget is used
M app/api/index.jsx
M app/views/Endpoint/Files.jsx
M app/views/Endpoint/Isos.jsx
M app/views/Endpoint/Users.jsx
commit fe177fd77065688e9a057ad322226264fe3f14dc
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 8 09:54:22 2020 -0500
fix(machines): fix prefs and actions not being fetched, rows are now clickable, clean up actions
M app/layout/Table.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Machines.jsx
commit d6eb5c0da32a046b432ed7a1770b27e0a4e5f73d
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 7 16:15:03 2020 -0500
feat(reporting): WIP migration of pco-manager channel to cloudia
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/index.jsx
commit 8ca300927430bc5d24f49b88e1f3d383d11c1d5b
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 7 15:25:14 2020 -0500
fix(event tool): fix invalid keys in event tool lines
M app/views/Endpoint/EventTool.jsx
commit f95c324bbd1fbd8ef95ad8ca9de2ee4e9f6b8710
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jul 7 14:23:31 2020 -0500
fix(generic list views): fix broken deps causing point-shift mutation, machine style improvements
M app/css/style.css
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Endpoints.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Machines.jsx
M app/views/Endpoint/Params.jsx
commit d106ed12192dd2dedba0096dba3f73ae7e15a652
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 6 16:17:11 2020 -0500
perf(websocket): throttle re-rendering for improved overall performance
M app/views/Endpoint/EventTool.jsx
M app/views/Endpoint/GenericListView.jsx
commit c2a4296a6aebd72a52a23c554509ad28c0d4dd03
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 6 13:39:30 2020 -0500
fix(overview): throttle re-renders
M app/views/Endpoint/Overview.jsx
commit 26c7f00097d427600764d839341fac9ad273d620
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 6 13:12:30 2020 -0500
fix(overview): remove debug logs
M app/views/Endpoint/Overview.jsx
commit 2ca61bc6f2b6e2acb5ffc9bc9bc5fb0568204021
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 6 13:11:13 2020 -0500
fix(overview): prevent error from disabling pool action buttons
M app/views/Endpoint/Overview.jsx
commit 4d845294476863d606e1f603e1ab1268e185d915
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jul 6 11:56:37 2020 -0500
feat(overview): pool actions menu
M app/css/style.css
M app/views/Endpoint/Overview.jsx
commit 5d3537f8fbff2d47252116a714ff366d2069094d
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jul 2 11:40:51 2020 -0500
fix(pools): prevent pools from breaking bulk actions, place pools over machines in status page, hide them if there are none
M app/api/index.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Overview.jsx
commit b2ac608f451abf86042c45ec13f3a1548a2f5f17
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 1 15:22:00 2020 -0500
feat(overview): remove active machines, use Stat in machine stages section
M app/views/Endpoint/Overview.jsx
commit eea5b35b99003191c6427425323c21a63abf196a
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jul 1 14:42:03 2020 -0500
refactor(ux): tweak colors and columns
M app/views/Endpoint/Overview.jsx
commit 3f7109cd45f6a8ff3027aa1b57c7d2b584bc23b4
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 1 13:12:09 2020 -0500
fix(lint): lint fixes, mostly unused endpoint from previous refactor
M app/views/Endpoint/Endpoints.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Jobs.jsx
M app/views/Endpoint/Leases.jsx
M app/views/Endpoint/Profiles.jsx
M app/views/Endpoint/Raid.jsx
commit c34b5a23d6ac5c74d1f7fe7108a52c67cbff71bf
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 1 13:09:35 2020 -0500
feat(overview): finished restructure+refactor of overview page
M app/layout/Colors.jsx
M app/views/Endpoint/Overview.jsx
commit 9b59bcaaa6227d756210cc3544a161d285f34857
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jul 1 10:02:46 2020 -0500
feat(pools): pie colors, circles instead of broken arcs for 0% and 100%
M app/views/Endpoint/Overview.jsx
commit 926782c37ffed277c853de363116e6d371eb5e96
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jun 30 16:26:38 2020 -0500
fix(airgap): fix search removelistener breaking airgap when header is disabled.. may need to revisit header in airgap
M app/layout/index.jsx
commit 6be953d27c78357db3d23150eaac61b2e52599a7
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jun 30 16:25:55 2020 -0500
feat(overview): WIP pools table with pie charts
M app/views/Endpoint/Overview.jsx
commit 7f897d94e15e299b2ee4fa94de6837d85b9e18da
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jun 30 10:31:00 2020 -0500
feat(tasks): show extra claims field in individual editor
M app/views/Endpoint/Roles.jsx
M app/views/Endpoint/Tasks.jsx
M app/views/Endpoint/index.jsx
commit c724fceadf9e75bb135625578fdfd0a6cbe69fc0
Author: Meshiest <meek.mesh@gmail.com>
Date: Mon Jun 29 15:20:18 2020 -0500
feat(overview): WIP pools overview display
M app/views/Endpoint/Overview.jsx
commit 0de99ff40ee3ecca5dc93bfd22065f6feababd62
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Jun 29 14:26:56 2020 -0500
refactor(ux): add link to license help
M app/views/User/Login.jsx
commit 8719b4d19ff0e56a3df69fdd61751f06f0b8a45a
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Jun 29 14:17:51 2020 -0500
refactor(ux): wording tweak
M app/views/User/Login.jsx
commit 3ebb074361a185999262b470db97745b04c3ee77
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 27 18:47:22 2020 -0500
feat(ux): deleteMachines should use current pool, not be settable
M app/views/Endpoint/Machines.jsx
commit 10cb26334ad83fb4344dc2ef0447e285782fc70d
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 27 18:41:40 2020 -0500
refactor(ux): linting for pool work
M app/views/Endpoint/Machines.jsx
commit 77e184dba46f0ba6e324a2fd7e3a867434f66685
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 27 18:35:53 2020 -0500
feat(ux): allow toggle allocate/release
M app/views/Endpoint/Machines.jsx
commit 61ed001fed00ac88d62d87fa038d6e4a7a1295df
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 27 18:20:32 2020 -0500
feat(ux): allocate/release work on current pool
M app/views/Endpoint/Machines.jsx
commit fc830dd7c4bd00999a9196bbb1dbb7b7bb377619
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 27 16:02:09 2020 -0500
feat(ux): improve handling of pool column
M app/views/Endpoint/Machines.jsx
commit bbeced16e11580e1a87c0faeae13f264528331bc
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jun 26 11:04:59 2020 -0500
refactor(machines): lodash cleanup, add pool icon from dependencies
M app/views/Endpoint/Machines.jsx
M app/views/Endpoint/Pools.jsx
commit 81d1855b3ddcb24a6b3dd958289ca7a4eb8e12c0
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jun 26 10:57:53 2020 -0500
feat(ux): add pool bulk actions
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Machines.jsx
commit cfb7e93a2eb442ee02c6c38affe0649b908e7d7b
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jun 26 10:51:01 2020 -0500
feat(pools): actions columns in pools table
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Pools.jsx
commit be0cc064fbe55de1621152edce1ed2f87e6f1140
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jun 26 10:26:58 2020 -0500
refactor(listview): remove deprecated argument from cellRender fn
M app/views/Endpoint/Endpoints.jsx
M app/views/Endpoint/GenericListView.jsx
M app/views/Endpoint/Jobs.jsx
M app/views/Endpoint/Leases.jsx
M app/views/Endpoint/Machines.jsx
M app/views/Endpoint/Params.jsx
M app/views/Endpoint/Plugins.jsx
M app/views/Endpoint/Pools.jsx
M app/views/Endpoint/Profiles.jsx
M app/views/Endpoint/Provision.jsx
M app/views/Endpoint/Racks.jsx
M app/views/Endpoint/Raid.jsx
M app/views/Endpoint/Roles.jsx
M app/views/Endpoint/Stages.jsx
M app/views/Endpoint/Tasks.jsx
M app/views/Endpoint/Tenants.jsx
commit 7395da8f1b29f56e9a8699c05cd72c35acb15fc1
Author: Meshiest <meek.mesh@gmail.com>
Date: Fri Jun 26 10:06:19 2020 -0500
feat(pools): prettier and more legible edit view
M app/css/style.css
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Params.jsx
M app/views/Endpoint/Pools.jsx
commit 327440830018f9f30521c3cd75b79ecfca4d43a5
Author: Rob Hirschfeld <rob@rackn.com>
Date: Fri Jun 26 09:41:44 2020 -0500
feat(ux): add tracker definition for pool model
M app/api/index.jsx
commit 0158add1b9e1b609ec197fc2d68d949c03060cb9
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 25 15:44:01 2020 -0500
refactor(ux): change icon to be consistent
M app/views/Endpoint/Machines.jsx
commit 83e871963e69e35b4025ca7d385eef5ac03e3572
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 25 15:38:53 2020 -0500
fix(pools): warning if your DRP does not have pools, fix using Name instead of Id for edit view
M app/views/Endpoint/Pools.jsx
M app/views/Endpoint/index.jsx
commit f00b9b66512de76717efdaa477848e3c5c857650
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 25 12:09:06 2020 -0500
fix(pools): fix linting errors
M app/views/Endpoint/Pools.jsx
commit 83e8eb73fa10e574cb96ba1761ce4955706a4bae
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 25 12:05:19 2020 -0500
feat(pools): add non-edited previews of pool fields
M app/views/Endpoint/Pools.jsx
commit bed999623cb77be78ee240f93fef3976eda23add
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 25 11:48:13 2020 -0500
feat(pools): edit workflow and add/remove params, nicer machine dropdowns
M app/api/index.jsx
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Machines.jsx
M app/views/Endpoint/Pools.jsx
commit 83c895c63b9611bace0d39a8c521c5f7fc8106d3
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 15:30:31 2020 -0500
feat(pools): add actions to default pools object
M app/views/Endpoint/Pools.jsx
commit 04c187eafd1d57a3ff1c79f69b098f7eaf0a55c3
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 15:08:22 2020 -0500
feat(pools): render available actions, start profile pickers
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Pools.jsx
commit 2a32172ec8da0502b6cdfce037d241f89c6bfdfc
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 14:13:40 2020 -0500
fix(pools): fix incorrect api tracker for finding currently edited pool
M app/views/Endpoint/Pools.jsx
commit 77259a3319d77757c1e4363aaa3abefc260e790e
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 13:55:49 2020 -0500
fix(errors): if the error has no Messages, create one with the Type
M app/api/index.jsx
commit 58dde851f1e1d966d3b53f0166e96ee524a455c7
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 13:53:25 2020 -0500
feat(pools): request deps
M app/views/Endpoint/Pools.jsx
commit 39da6d3163647b8deeaf650ed81408c10dcd632f
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 24 13:43:03 2020 -0500
feat(pools): WIP pools table
M app/api/index.jsx
A app/views/Endpoint/Pools.jsx
M app/views/Endpoint/index.jsx
commit 84e157442ac3db8bde64f0f9512be587ce72d754
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 24 12:05:04 2020 -0500
build; Add aws cli to travis
M .travis.yml
commit 79bff64439b751a5c047c08c0bf8db543754ea97
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 15:28:32 2020 -0500
docs(rel_notes): update duplicate refs
M tools/build_rel_notes.sh
commit a27c8d10e3b8df40348c1a8ea3476dd80d0a6bf6
Author: Meshiest <meek.mesh@gmail.com>
Date: Tue Jun 23 14:28:03 2020 -0500
fix(info): fix bug that might be causing null renders
M app/views/Endpoint/System.jsx
commit ecff0ffa99358f0e9ddcd971de53c223c3350e8f
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 18 14:05:19 2020 -0500
feat(errors): allow errors to have links
M app/api/index.jsx
M app/views/Endpoint/index.jsx
commit 8fdd7158bc2a048163bbea059a5a64b371faf04f
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 18 11:02:57 2020 -0500
refactor(ux): add count of endpoints to license page
M app/views/Endpoint/License.jsx
commit c1a6b3465f072f4d70412e365194138ba3c49c80
Author: Meshiest <meek.mesh@gmail.com>
Date: Wed Jun 17 13:52:00 2020 -0500
feat(params): actually hide password values
M app/views/Endpoint/Components.jsx
M app/views/Endpoint/Params.jsx
commit 29f512cd1157b1a5e8ab2580b8feb2882e1a82f3
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 16 15:36:44 2020 -0500
build: add rel_notes
M .gitignore
M .travis.yml
A tools/build_rel_notes.sh
commit 724316bdea9e94196d4b53ac9ccdc23b7b278a6e
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jun 9 00:03:13 2020 -0500
feat(pooling): show pooling values on machine page
feat(pooling): add column to show pool on machine view
feat(pooling): show pooling entitlement on license page
feat(pooling): show transition state as icon
feat(pooling): add alarm for hold states
M app/views/Endpoint/License.jsx
M app/views/Endpoint/Machines.jsx
commit 933b4408912ef8567b5d7c78c428c3f7a29911e7
Author: Meshiest <meek.mesh@gmail.com>
Date: Thu Jun 4 11:02:15 2020 -0500
fix(jobs): fix wrong duration units
M app/views/Endpoint/Jobs.jsx
M app/views/Endpoint/Workflows.jsx
End of Note