Commit Graph

16 Commits

Author SHA1 Message Date
Tobias Åström
8ec407dd4a chore: mui v6 (#1612)
* chore: mui v6

* chore: add react-is

* chore: fix connection history

* chore: skip some tests

* chore: lint

* fix: some tests

* chore: get rid of v4 theme adapt

* chore: revert bg color changes

* chore: revert bg color changes
2025-09-11 10:04:07 +02:00
Tobias Åström
f65c678c80 fix: check for no prefix and update help text (#1731) 2025-05-05 11:01:53 +02:00
Tobias Åström
3f87dfc2b7 fix: fetch and apply csrf to WS call (#1679)
* fix: fetch and apply csrf to WS call

* fix: update tests

* fix: update more tests

* fix: update more tests
2025-02-24 08:53:34 +01:00
renovate[bot]
5cde83c607 chore(deps): update dependency react-router-dom to v7 (#1644)
* chore(deps): update dependency react-router-dom to v7

* chore: additions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-27 14:54:55 +01:00
renovate[bot]
cd22432c37 fix(deps): update minor and patch (#1649)
* fix(deps): update minor and patch

* chore: fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-19 10:00:41 +01:00
renovate[bot]
0a22d5150c chore(deps): update minor and patch (#1643)
* chore(deps): update minor and patch

* chore: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-03 16:56:09 +01:00
Tobias Åström
a0dc0f0ce1 fix(cli-serve): OAuth instance cache issue (#1500)
* fix: client id cache issue

* chore: fix originurl

---------

Co-authored-by: a-m-dev <a.mirzaei.dev@gmail.com>
2024-03-05 16:39:36 +01:00
Tobias Åström
0f74eace4f fix: allow prefix in serve (#1482)
* fix: allow prefix in serve

* chore: redo regex and clean

* chore: fix test

* fix: use correct prefix characters and URLs

* fix: use correct prefix characters and URLs

* chore: remove core

* chore: fix header url
2024-02-16 10:07:18 +01:00
Christian Veinfors
897275ae7c feat: listbox grid layout (#994)
* feat: prototype listbox grid layout

* feat: apply listbox specific theme

* refactor: wip

* test: add null check

* fix: merge conflict wip

* refactor: merged master

* fix: get column count from sizes

* refactor: wip generalise even more

* refactor: add back forgotten props

* refactor: break out funcs

* test: grid-list-components

* test: derive options unit tests

* test: styled components 1

* refactor: break out data loading

* refactor: fixes to make it work

* fix: include textAlign

* test: cover new funcs with unit tests

* test: horizontal min batch size

* test: measure text

* test: add test for grid component and clean up

* Update apis/nucleus/src/components/listbox/assets/get-list-sizes.js

Co-authored-by: Christian Veinfors <christian.veinfors@gmail.com>

* Update apis/nucleus/src/components/listbox/components/ListBoxRowColumn.jsx

Co-authored-by: Daniel Sjöstrand <99665802+DanielS-Qlik@users.noreply.github.com>

* refactor: use default export

* fix: move listCount fetch into search to ensure
  it is up to date

* fix: lint fixes

* test: fix failing test

* test: fix failing test

* test: update test for disclaimer

* chore: try to change order of test:rendering

* test: plywright

* fix: render list also when disclaimer is shown

* fix: ensure list count falls back to 0

* refactor: use typography for disclaimer

Co-authored-by: Johan Lahti <johanlahti@gmail.com>
Co-authored-by: Daniel Sjöstrand <99665802+DanielS-Qlik@users.noreply.github.com>
Co-authored-by: Johan Lahti <johanlahti@users.noreply.github.com>
2022-12-20 10:46:39 +01:00
Ahmad Mirzaei
6454769e5b test: rename test files and update ci pipeline (#1009)
* test: deprecate `aw` and rename all jest unit tests from `.inspect` to `.test`

* test: rename jest unit tests and update ci
2022-11-18 13:26:15 +01:00
Ahmad Mirzaei
359d58a091 test: hooks directory in commands/serve/web is covered (#1006)
* test: `<FormManager />` done!

* test: `useInfo()` done

* test: `useAppList()` done

* test: `useCachedConnection()` done

* test: `useConnection()` done

* test: `useLibraryList()` done

* test: `useOpenApp()` done

* test: formutils added
2022-11-16 15:33:11 +01:00
Ahmad Mirzaei
1c8dd28078 test: nebula web - part 01 (#1004)
* test: base test renderer

* test: `<ConnectionStep />`

* test: `<AppList /> tests`

* test: `<ConnectionGuid />`

* test: `<HubLayout />`

* test: `<ConnectionHistory />`

* test: `<ConnectionOptions />` done

* test: `<Error />` done

* test: `<SelectEngine />` done
2022-11-14 13:55:04 +01:00
Ahmad Mirzaei
68c16b8264 feat: use cached connections hook (#975)
* feat: `useCachedConnections` hook

* feat: automatic detection of opening guid or not
2022-11-01 10:37:20 +01:00
Ahmad Mirzaei
7001a47232 feat: introducing react router to nebula web (#973)
* feat: nebula web react-router

* chore: `<HubLayout />`
2022-10-26 16:09:51 +02:00
Ahmad Mirzaei
590770160a fix: command line input bug (#968)
* fix: token provided by cli or nebula.config.js file
2022-10-20 16:49:00 +02:00
Ahmad Mirzaei
4954ac4ff4 refactor: hub components (#967)
* refactor: hub components
2022-10-20 16:27:43 +02:00