Commit Graph

39 Commits

Author SHA1 Message Date
Tobias Åström
be59c4cf75 fix: prefix from app list (#1675)
* fix: prefix from app list

* chore: add https option
2025-02-07 15:04:33 +01:00
renovate[bot]
6d47e5bea3 fix(deps): update dependency webpack-cli to v6 (#1656)
* fix(deps): update dependency webpack-cli to v6

* chore: update serve for wp6

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-12-27 11:52:35 +01:00
Quan Ho
10d9fb25fe chore: support 'anything' through nebula serve (#1626) 2024-10-04 17:05:56 +02: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
Tobias Åström
cdeafabae5 fix: display correct override URL (#1477) 2024-02-13 15:23:39 +01:00
Tobias Åström
120305904f chore: clean warnings in build (#1327)
* chore: clean warnings in build

* chore: fix test

* chore: revert semver things
2023-08-10 09:36:34 +02:00
renovate[bot]
ca918963e5 chore(deps): update minor and patch (#1302)
* chore(deps): update minor and patch

* chore: updated lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2023-08-02 20:38:05 +02: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
9d5e29d4d8 feat: clientId from nebula.config.js support (#963)
* feat: `clientId` from `nebula.config.js` support

* chore: update readme file on  option
2022-10-18 14:13:59 +02:00
Ahmad Mirzaei
c354633132 feat: OAuth integration in nebula mashup (#962)
* chore: authorize and get list of apps

* feat: oauth integration

* feat: fixed the wss link

* chore: lint issues

* chore: codesandbox `installCommand`
2022-10-18 12:15:48 +02:00
Thomas Bengtsson
476d7bdba9 fix: add cors headers to /info and /pkg/<name> (#922) 2022-09-14 14:08:04 +02:00
Thomas Bengtsson
48a7c40d01 feat(serve): add mfe mode (#919)
* feat(serve): add mfe mode

* Update commands/serve/README.md

Co-authored-by: Christian Veinfors <cvs@qlik.com>

* Update commands/serve/README.md

Co-authored-by: Christian Veinfors <cvs@qlik.com>

* Update commands/serve/README.md

Co-authored-by: Christian Veinfors <cvs@qlik.com>

Co-authored-by: Christian Veinfors <cvs@qlik.com>
2022-09-13 15:09:48 +02:00
Tobias Åström
df3605f7c5 Tsm/fixes (#686)
* fix: resolve console error for incomplete charts

* chore: add spec clarifiction for constraints

* feat: add keyboard navigation as serve option

* chore: bump spec version
2021-10-04 10:12:15 +02:00
renovate[bot]
d3c96029bf fix(deps): update dependency webpack-dev-server to v4 (#667)
* fix(deps): update dependency webpack-dev-server to v4

* chore: update server script

* chore: reduce logging

* chore: reduce correct logging

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2021-09-09 16:57:20 +02:00
Tobias Åström
29e8730020 feat: add types to nebula serve (#658)
* feat: add types to nebula serve

* chore: add docs
2021-08-31 08:42:45 +02:00
renovate[bot]
3c4f6c2192 chore(deps): update minor and patch (#610)
* chore(deps): update minor and patch

* chore: update lint

* chore: set node of sandbox

* chore: set node of sandbox

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2021-06-04 11:42:43 +02:00
Tobias Linsefors
67f4b44dbb chore: flags in config (#609) 2021-06-01 09:29:03 +02:00
Miralem Drek
df2d4f0ce2 chore: privatize theme, locale and snapshooter (#448) 2020-06-09 12:17:21 +02:00
Christoffer Åström
2a5b4c8f24 test: support render configs (#437)
This enables to pass render configs via `nebula.config.js`
2020-06-02 09:45:15 +02:00
Miralem Drek
0eddfde6ae chore(deps): update major, minor and patch (#399) 2020-04-06 14:04:15 +02:00
Christoffer Åström
2424275497 chore: support running browserless locally (#359)
To be able to use the browserless docker run:
nebula serve --host "0.0.0.0" --disable-host-check --enigma.host "host.docker.internal"

Running integration tests with:
APP_ID="the-app-id" BASE_URL="http://host.docker.internal:8000" yarn test:integration --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch
2020-03-16 16:05:01 +01:00
Christoffer Åström
1b74e0724f refactor: change theme.key to theme.id (#347)
BREAKING CHANGE: Change property to `id`
2020-03-11 14:32:03 +01:00
Miralem Drek
72be878d63 feat(cli-serve): modify UI (#324) 2020-02-21 16:02:57 +01:00
Miralem Drek
fd762a41d9 feat(cli-serve): log build result on watch (#313) 2020-02-13 16:41:26 +01:00
Miralem Drek
10a96ae069 feat(cli-serve): serve custom snapshots (#283) 2020-01-29 14:07:45 +01:00
Miralem Drek
a08cf8ccd8 feat(cli-serve): improve remote configs (#245) 2019-12-18 19:03:45 +01:00
Miralem Drek
cf717a57e7 feat: simple snapshooter (#232) 2019-12-11 10:33:40 +01:00
Christoffer Åström
4e0cbb88ef test: spice up cell (#216) 2019-12-05 14:57:09 +01:00
Christoffer Åström
08f7e4dcf8 test(component): enable (#206) 2019-12-03 14:08:46 +01:00
Miralem Drek
dd5f5e9821 feat(cli-serve): add option to inject script and stylesheet (#195) 2019-11-27 19:52:05 +01:00
Christoffer Åström
8b5ee2f7f0 feat: add monaco editor to properties dialog (#187) 2019-11-21 16:51:38 +01:00
Miralem Drek
33204510b2 feat(cli-serve): custom watch on build (#178) 2019-11-15 17:36:16 +01:00
Miralem Drek
f8d4286294 feat(cli-serve): enable statically served files (#148) 2019-10-24 15:11:15 +02:00
Miralem Drek
32862bb1d4 feat(cli-serve): serve custom themes (#145) 2019-10-22 20:09:51 +02:00
Miralem Drek
a47e7b4c9b feat(cli-serve): add snapshotting capability (#129) 2019-10-08 15:28:26 +02:00
Christoffer Åström
f442cd5826 feat: support elastic backend (#124)
* feat: support elastic backend

* refactor: cleanup code
2019-10-03 09:01:24 +02:00
Christoffer Åström
a57abf1ead refactor: internal packages structure (#94)
* refactor: internal packages structure

* refactor: internal packages structure
2019-08-27 09:57:04 +02:00