Patrik Oldsberg
|
d4fc437564
|
cli/commands/build-cache: store external cache in tar archives
|
2020-03-31 13:01:46 +02:00 |
|
Patrik Oldsberg
|
de34ab58e2
|
cli/commands/build-cache: initial caching without build
|
2020-03-31 13:01:46 +02:00 |
|
Patrik Oldsberg
|
555db720ae
|
cli: added initial build-cache command
|
2020-03-31 13:01:45 +02:00 |
|
Patrik Oldsberg
|
f4d8425d19
|
cli/templates: fix InfoCard usage in plugin template
|
2020-03-31 00:09:39 +02:00 |
|
Fredrik Adelöw
|
301bd66919
|
[cli] CODEOWNERS: catch-all goes first, and paths are absolute
|
2020-03-30 14:51:52 +02:00 |
|
Paul Marbach
|
b0329a8261
|
fix: install @backstage/core when scaffolding a plugin
|
2020-03-27 09:26:31 -04:00 |
|
Patrik Oldsberg
|
019032a7a3
|
v0.1.1-alpha.0
|
2020-03-25 19:13:14 +01:00 |
|
Patrik Oldsberg
|
3a0d8edcb5
|
rename npm namespace from @spotify-backstage to @backstage
|
2020-03-25 19:12:11 +01:00 |
|
Patrik Oldsberg
|
5c26725361
|
Merge pull request #378 from spotify/rugvip/publish
set up package publishing
|
2020-03-25 15:48:59 +01:00 |
|
Patrik Oldsberg
|
ca992f6cc4
|
packages/{core,cli}: fill in missing package.json fields for publishing
|
2020-03-25 12:59:29 +01:00 |
|
Patrik Oldsberg
|
cf446052bc
|
packages: add READMEs
|
2020-03-25 12:57:54 +01:00 |
|
Patrik Oldsberg
|
9b8d15606e
|
packages: make plugins private for now
|
2020-03-24 22:29:47 +01:00 |
|
Patrik Oldsberg
|
250277a861
|
packages: mark core and cli as public
|
2020-03-24 12:53:42 +01:00 |
|
Fredrik Adelöw
|
9d977ccb9c
|
Fix act() warnings on newly created plugin test run
|
2020-03-23 14:32:41 +01:00 |
|
Patrik Oldsberg
|
577503b0c3
|
Merge pull request #337 from spotify/rugvip/prop-types
cli: don't enforce prop-types for plugins
|
2020-03-23 08:57:24 +01:00 |
|
Fredrik Adelöw
|
231c991fe0
|
Address review comments
|
2020-03-22 21:49:31 +01:00 |
|
Fredrik Adelöw
|
a14584b485
|
[cli] Add CODEOWNERS support to create-plugin
|
2020-03-22 20:04:48 +01:00 |
|
Patrik Oldsberg
|
9955e9cea6
|
cli: exclude templates dir from linting
|
2020-03-22 16:08:57 +01:00 |
|
Mateus Marquezini
|
66d27128d0
|
Merge branch 'master' into feature/312-plugin-test-and-list
|
2020-03-20 10:35:18 -03:00 |
|
Mateus Marquezini
|
d958b1d8d2
|
fixed theme provider in a plugin test
|
2020-03-20 10:01:58 -03:00 |
|
Patrik Oldsberg
|
512e5cb54d
|
cli: don't enforce prop-types for plugins
|
2020-03-20 12:27:54 +01:00 |
|
Mateus Marquezini
|
07f61e4c2e
|
added yarn lint and test after plugin creation. Fixed some mirror things related with eslint errors
|
2020-03-19 14:20:43 -03:00 |
|
Patrik Oldsberg
|
bccf62ee52
|
Merge pull request #320 from spotify/rugvip/app-build
cli: add app:build app:serve and use in app
|
2020-03-19 14:04:42 +01:00 |
|
Patrik Oldsberg
|
f0bcd22733
|
cli: add app:serve
|
2020-03-19 12:28:16 +01:00 |
|
Patrik Oldsberg
|
c57fd17102
|
cli: add app:build and use in app
|
2020-03-19 12:15:30 +01:00 |
|
Patrik Oldsberg
|
bd801756eb
|
cli: support ts jest config and make test setup module optional
|
2020-03-19 12:08:09 +01:00 |
|
Patrik Oldsberg
|
52f56ab9b0
|
packages: use cli to test and lint core and cli
|
2020-03-19 11:28:09 +01:00 |
|
nikek
|
7ccd7cace8
|
Tweak according to prettier
|
2020-03-18 22:18:28 +01:00 |
|
nikek
|
1db34ba2a3
|
add testing lib jest dom types, fixes #311
|
2020-03-18 21:35:38 +01:00 |
|
Patrik Oldsberg
|
89f39a06e1
|
cli: unify test and lint commands
|
2020-03-18 21:03:22 +01:00 |
|
Patrik Oldsberg
|
4fb95dc3f1
|
cli: added app:test command
|
2020-03-18 17:37:55 +01:00 |
|
Patrik Oldsberg
|
01771489d5
|
cli: limit to 0 warnings and use codeframe format for lint tasks
|
2020-03-18 16:27:27 +01:00 |
|
Patrik Oldsberg
|
a711dc21b2
|
cli: add and use app:lint + include default eslint config in cli
|
2020-03-18 16:27:27 +01:00 |
|
Patrik Oldsberg
|
756e7e3212
|
cli: fix name not being defined in helper
|
2020-03-18 16:10:56 +01:00 |
|
Patrik Oldsberg
|
d4f587fdbe
|
Merge pull request #304 from spotify/rugvip/cli-helpers
cli: add helpers for running child processes and error handling in commands
|
2020-03-18 16:07:15 +01:00 |
|
Patrik Oldsberg
|
371084d30c
|
cli: add helper to wait for child to exit + use to fix watch-deps
|
2020-03-18 15:55:05 +01:00 |
|
Patrik Oldsberg
|
7035f8ed52
|
cli: removed unnecessary try-catch in plugin:serve
|
2020-03-18 15:54:16 +01:00 |
|
Fredrik Adelöw
|
72bbbfd243
|
Require plugin IDs to be valid
|
2020-03-18 15:45:05 +01:00 |
|
Patrik Oldsberg
|
79d2ba5bc7
|
cli: add helpers for running child processes and error handling in commands
|
2020-03-18 12:02:52 +01:00 |
|
Patrik Oldsberg
|
3772c82beb
|
cli: use shell option to fix build issues on windows
|
2020-03-17 20:40:48 +01:00 |
|
Raghunandan
|
78321d2718
|
move copy assets to build step
|
2020-03-13 09:39:15 +01:00 |
|
Raghunandan
|
b65160dcf5
|
switch order for plugin build script
|
2020-03-12 20:40:52 +01:00 |
|
Raghunandan
|
d4f4c6c978
|
remove watch mode options for copyAssets command
|
2020-03-12 20:40:52 +01:00 |
|
Raghunandan
|
13b8fe81f2
|
add module declaration for asset files
|
2020-03-12 20:40:52 +01:00 |
|
Raghunandan
|
49ed390eb7
|
add copy assets to cli
|
2020-03-12 20:40:51 +01:00 |
|
Fredrik Adelöw
|
1fec035351
|
Add license headers and eslint rules for them
|
2020-03-12 13:05:25 +01:00 |
|
Fredrik Adelöw
|
bb1bc34bd4
|
Fix version insertion tests in cli
|
2020-03-12 13:02:39 +01:00 |
|
Patrik Oldsberg
|
73517462f7
|
packages/cli: use current version when templating a plugin
|
2020-03-12 11:38:37 +01:00 |
|
Fredrik Adelöw
|
17a9e71e96
|
Step back versions to 0.x to signal non-finished status
|
2020-03-11 10:28:57 +01:00 |
|
Stefan Ålund
|
a60cc0aaac
|
Merge pull request #216 from spotify/nikek/supportbutton
Add SupportButton to core components
|
2020-03-09 20:01:50 +01:00 |
|