Commit Graph

20 Commits

Author SHA1 Message Date
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