Releases: dcos/dcos-ui
1.11+v1.14.0
v1.10.8
7982eb2 (HEAD -> release/1.10, tag: v1.10.8, origin/release/1.10) Merge pull request #2992 from dcos/danielmschmidt/DCOS-22145
4c76815 Merge pull request #2991 from dcos/danielmschmidt/DCOS-37516
b5b1dae (origin/danielmschmidt/DCOS-22145) refactor(TaskFileViewer): use exports to test getNewRoute function
e6cdf64 fix(TaskFileViewer): fix url break on multiple file navigations
80a06c5 test(TaskFileViewer): add test for redirection logic
9ef31b7 refactor(TaskFileViewer): move path construction to sepearte function
d89b7f8 refactor(MesosStateStore): assign field directly to task
963b4f4 (origin/danielmschmidt/DCOS-37518) Merge pull request #2980 from dcos/danielmschmidt/DCOS-37472-assignSchedulerTaskField
9b3208f perf(tasks-view): switch to isSchedulerTask
a5dc991 Merge pull request #2982 from dcos/danielmschmidt/DCOS-37585-fix-health-check
34e2bb6 fix(DCOSStore): fix marathon health checks by caching right task data
7fceeac DCOS-37557: Remove track.js (#2978)
c250a65 Merge pull request #2974 from dcos/ph/fix/DCOS-22453-prevent-unnecessary-updates-1.10
a2fc3df Merge pull request #2973 from dcos/danielmschmidt/DCOS-37475-DCOSStore-cache-1-10
9aac2cb perf(DCOSStore): cache service tree and flat service tree
87efa68 refactor(DCOSStore): move building of service tree into extra function
3faf810 DCOS-37461: Run assignSchedulerTaskField once (#2970)
87fa239 fix: prevent service breadcrumb to update without changes
0e173b6 Merge pull request #2969 from dcos/orlandohohmeier/1.10/fix/DCOS-37478-defer-service-spec-creation
13860cb perf(Service): defer service spec creation
80b32bc Merge pull request #2961 from dcos/orlandohohmeier/1.10/fix/DCOS-37436-adjust-mesos-state-store
7d23efb perf(MesosStateStore): introduce a schedulerTasksMap to improve lookups
v1.8.12
- DCOS-37559: remove track.js calls
1.11+v1.13.0
Bug Fixes
- DSLInputField: adjust change event handling (c227b22)
- editservicemodal: render empty modal if the service is not loaded (bd2d9e9)
- marathonUtil: fix parsePod function (d4373f5)
- MesosStateStore: add linearBackoff retry to the stream (132279e)
- MesosStateStore: adjust stream data handling (f20cf55)
- MesosStateStore: adjust stream event sampling (2b2b0a2)
- MesosStream: delay reconnections (fec41d8)
- NestedServiceLinks: group link (5346e1a)
- OverviewDetailTab: display mesos start and elected time (ce29e25)
- shows filter default on task page loading (52041fa)
- tasknametextfilter: include id search in task text filter (#2875) (d4ac40d)
- ignore unused React (cd1d2f9)
- prevent service breadcrumb to update without changes (402a48f)
- UserAccountDropdown: fix menuItems data type (683fb84)
Features
- EditServiceModal: show cosmos services in json-schema form (13ab6be)
- privacy: add privacy in login and user form (bb19e66)
Performance Improvements
- MesosStateStore: introduce a schedulerTasksMap to improve lookups (fe948be)
master+v1.14.0
Bug Fixes
- ci: add build script to fix latest builds (0f21d98)
- dashboard: move nodes card next to gpu (e095dba)
- declinedoffersutil: add gpu to declinedoffersutil (d91e251)
- DSLInputField: adjust change event handling (3156a1a)
- editservicemodal: show error if service was not found (3e83da3)
- jest: remove ignore override (0b32406)
- MesosStateStore: adjust stream data handling (eb1332d)
- MesosStateStore: adjust stream event sampling (fc9b002)
- MesosStream: delay reconnections (8caea69)
- MesosSummaryUtil: guard host.framework_ids before accessing it (7c963ae)
- NestedServiceLinks: group link (#2949) (ef78f24)
- privacy: fix privacy link colors (587be24)
- privacy: fix privacy link colors (cc5d8b8)
- privay: show only when oauth or tracking enabled (254af47)
- sidebar: match applyFilter interface (7b06b95)
- reorganize dependencies to work with package structure (6737e6e)
- tasktable: add styles for gpu tasks (627811f)
- add debounce search (120c102)
- add style and readability fixes (c8fc267)
- adequate mediator to the graphql specs (f295960)
- correct typos and reorganize code (5e4ba2b)
- deprecate store methods and skip tests (c2b0866)
- eslint for async/await plus errors (cb2e24b)
- fix shrinkwrap (5abf6ad)
- fix shrinkwrap (05315cc)
- npm shrinkwrap (fa00719)
- prevent service breadcrumb to update without changes (113feeb)
- remove line break to fix test (e5c8015)
- tests: rename ClusterDetails file to get picked up by runner (5fdfa55)
- UserAccountDropdown: fix menuItems data type (93ad410)
- resolveStep signature to always return an observable (c960fbd)
- retry add or remove (b45b69f)
- shows filter default on task page loading (0518a13)
Features
- dashboard: change dashboard charts to purple (b008342)
- data-layer: add graphql support (36c4224)
- data-layer: wraps recompose api with rxjs config (c225cb0)
- FrameworkConfiguration: show name and version in config tab (1167855)
- GPU: add gpu to debug screen (b6f23a9)
- loginmodal: update styles for privacy policy (f835b80)
- marathonutil: add tests and fix length failure (4d40612)
- podDetail: add volume views to podDetail (da60a58)
- PodVolumeDetail: add detail component for pod volumes (c4c5aba)
- PodVolumeTable: add a volume table for a pod (e61e43e)
- policy: show policy only when tracking (1a27da9)
- add graphql support to RepositoryTab (6d7cc36)
- add liveFetchRepositories (74dbceb)
- add support to mutations (d083422)
- use badge from UI Kit (#2881) (3b11b3d)
- taskstable: add gpu to task table (495b0cd)
- userformmodal: add privacy policy to user form (a5277c1)
Performance Improvements
- tasks-view: switch to isSchedulerTask (9021eca)
v1.9.7
- DCOS-37558: Remove track.js calls
- DCOS-22399, DCOS-22403: Update privacy policy integration
v1.10.7
DCOS-34561: flatten the service tree to avoid extra lookups
DCOS-37420: adjust Framework struct to improve performance
DCOS-37422: adjust flagSDKTask to improve performance
DCOS-37423: improve performance of composite store nodes list getter
DCOS-35759: throttle mesos state fetching
DCOS-37421: Adjust GetSetBaseStore to stop dispatching events on every change
DCOS-35757: remove 2 seconds timeout
DCOS-22400,DCOS-22404: update login and user for privacy policy
v1.9.6
- Downgrade compression-webpack-plugin
1.11+v1.12.0
Bug Fixes
- DCOS-22215 DSLInputField: adjust change event handling (c227b22)
- DCOS-21798 editservicemodal: render empty modal if the service is not loaded (bd2d9e9)
- DCOS-22128 marathonUtil: fix parsePod function (d4373f5)
- DCOS-22301 MesosStateStore: add linearBackoff retry to the stream (132279e)
- DCOS-22189 MesosStateStore: adjust stream data handling (f20cf55)
- DCOS_OSS-2397 shows filter default on task page loading (52041fa)
- DCOS_OSS-2386 MesosStateStore: adjust stream event sampling (2b2b0a2)
- DCOS-22304 MesosStream: delay reconnections (fec41d8)
- DCOS-22170 OverviewDetailTab: display mesos start and elected time (ce29e25)
- DCOS-20260 tasknametextfilter: include id search in task text filter (#2875) (d4ac40d)
- DCOS-21989 UserAccountDropdown: fix menuItems data type (683fb84)
Features
- DCOS-21614 EditServiceModal: show cosmos services in json-schema form (13ab6be)
v1.9.5
Update shrinkwrap