Commit Graph

34001 Commits

Author SHA1 Message Date
Leo Mendez 2467e40883 Add clean script packages/test-utils 2020-04-12 14:24:16 -05:00
Leo Mendez 4d0c5b084d Add clean script packages/core 2020-04-12 14:23:34 -05:00
Leo Mendez f1c9e80435 Add clean script packages/app 2020-04-12 14:22:53 -05:00
Leo Mendez 0bd526a4a3 Add clean script to template plugin 2020-04-12 14:20:47 -05:00
Leo Mendez f5b8433aa2 Add clean script to template app 2020-04-12 14:19:47 -05:00
Leo Mendez 2c4328f5e1 Add package path 2020-04-12 14:09:44 -05:00
Patrik Oldsberg a6167ce02a Merge pull request #509 from spotify/rugvip/logcollect
packages/test-utils: port logCollector to TypeScript + add tests
2020-04-12 13:21:56 +02:00
Fredrik Adelöw 75236eea72 Merge pull request #534 from OrkoHunter/OrkoHunter/#531-fix-error-on-safari
Fix build error on Safari | MediaQueryList.addEventListener not supported
2020-04-12 08:54:53 +02:00
Himanshu Mishra db92c693bf Fix broken tests due to MediaQueryList.addEventListener 2020-04-12 15:38:31 +09:00
Himanshu Mishra 4534399854 Fix build error on Safari
MediaQueryList.addEventListener is not support on Safari and hence the build fails.
Ref: https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList
Closes https://github.com/spotify/backstage/issues/531
2020-04-12 15:27:39 +09:00
Patrik Oldsberg 4e26d21a85 packages/test-utils: split app wrappers and testing library utils out from index (#510) 2020-04-12 08:26:47 +02:00
Fredrik Adelöw 2b29780daf Merge pull request #533 from OrkoHunter/doc-typo-update-in-faq
DOC: Some updates to documentation
2020-04-11 21:40:21 +02:00
Himanshu Mishra 049f3803d5 DOC: createPlugin and router reference docs are now here 2020-04-12 03:09:07 +09:00
Himanshu Mishra d8db08a522 DOC: Update couple typos in docs/FAQ.md
* open soure -> open source
* forbenchmarking -> for benchmarking
2020-04-12 02:37:26 +09:00
Ben Lambert 2da0697582 Merge pull request #526 from spotify/feat/issues/523
Remove the default export from plugins
2020-04-10 17:19:02 +02:00
blam 72c98655f3 chore; fixing code review commenta and fix the import path 2020-04-10 01:38:35 +02:00
Leo Mendez 4c6f1ab100 Delete default formal arguments 2020-04-09 15:28:20 -05:00
Leo Mendez 81c18f22f7 Add clean script to package file 2020-04-09 15:23:33 -05:00
Leo Mendez ff5d455c23 Add clean command to index 2020-04-09 15:23:01 -05:00
Leo Mendez 9770623d6b Create clean command 2020-04-09 15:22:27 -05:00
Leo Mendez 5a2c94640d Add yarn lock file 2020-04-09 13:59:50 -05:00
Leo Mendez dc6dcbefac Add clean script 2020-04-09 13:59:50 -05:00
Patrik Oldsberg 3e1e356320 Merge pull request #528 from spotify/rugvip/lintfixes
package/cli: fix lint issues in scaffolded plugins
2020-04-09 15:51:27 +02:00
Patrik Oldsberg fc00bfec5a Merge pull request #527 from spotify/rugvip/notests
packages/cli: exclude tests from build
2020-04-09 15:51:20 +02:00
Patrik Oldsberg e55cdf70fd packages/cli: add missing theme dep to app template 2020-04-09 14:21:47 +02:00
Patrik Oldsberg e6b0df8c1f packages/cli: add root eslintrc for app template 2020-04-09 14:17:06 +02:00
Patrik Oldsberg 1788fe1fff packages/cli: remove notice plugin from eslint config 2020-04-09 14:15:47 +02:00
Patrik Oldsberg a42d95f6dd packages/cli: exclude tests from build 2020-04-09 13:36:45 +02:00
Kat Zhou 9b56cc20c6 adding header (#519) 2020-04-09 09:15:09 +02:00
Jose Balanza Martinez 3f0e8c7349 Merge branch 'remove_plugin_wip' of https://github.com/braulio-balanza/backstage into remove_plugin_wip 2020-04-08 23:44:11 -05:00
Jose Balanza Martinez 429b7f08cb Fixed some lint issues 2020-04-08 23:43:31 -05:00
Jose Balanza Martinez 6899f96db5 Ficed some lint issues 2020-04-08 23:41:16 -05:00
Jose Balanza Martinez a04533e08e Merge branch 'remove_plugin_wip' of https://github.com/braulio-balanza/backstage into remove_plugin_wip 2020-04-08 23:34:53 -05:00
Jose Balanza Martinez 4dcb689f2e Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip 2020-04-08 23:33:11 -05:00
Jose Balanza Martinez 08a0f6fe8a Added unit tests for remove-plugin 2020-04-08 23:32:41 -05:00
Jose Balanza Martinez 169ecbe2f0 Added unit tests for remove-plugin 2020-04-08 23:31:13 -05:00
Jose Balanza Martinez 083f104946 removePlugin.ts now uses Task helper 2020-04-08 23:30:26 -05:00
blam 6104ff9988 chore: missed one small part 2020-04-09 04:56:08 +02:00
blam e805eafa42 feat: update the templates to default to named exports for new plugins 2020-04-09 04:37:15 +02:00
blam 0d27c0dfda chore: need to fix the import on the tests 2020-04-09 04:37:06 +02:00
blam 0feee2b1a9 feat: fixes #523. Remove the default export from plugins 2020-04-09 04:36:55 +02:00
Patrik Oldsberg 84340367c4 packages/cli: added some development docs to the readme (#521) 2020-04-08 22:28:02 +02:00
Paul Marbach 27d95244ca Merge pull request #461 from spotify/lighthouse-plugin
Add plugin for lighthouse-audit-service
2020-04-08 14:56:37 -04:00
Jose Balanza Martinez 7ce324581c X
Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip
2020-04-08 13:45:12 -05:00
Jose Balanza Martinez e67bfd1349 Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip 2020-04-08 13:13:26 -05:00
Paul Marbach f6d3c5ca4f test: update lint config to extend cli config explicitly for plugins 2020-04-08 12:20:20 -04:00
Paul Marbach 1d6765e044 thank you for the comments, @freben 2020-04-08 12:20:20 -04:00
Paul Marbach 06228b71e9 feat: implement Lighthouse plugin using lighthouse-audit-service 2020-04-08 11:21:20 -04:00
Patrik Oldsberg 05ddedb0ad Merge pull request #520 from spotify/rugvip/release
Release v0.1.1-alpha.3
2020-04-08 15:38:26 +02:00
Patrik Oldsberg 56ab5e3296 v0.1.1-alpha.3 2020-04-08 15:16:27 +02:00