Commit Graph

513 Commits

Author SHA1 Message Date
Patrik Oldsberg 49428520de packages/plugins: move to plugins/ 2020-03-06 14:46:42 +01:00
Patrik Oldsberg f12e7e9964 Merge pull request #178 from spotify/patriko/cli-dev
cli: always use src/ version of cli inside repo
2020-03-06 14:31:58 +01:00
Patrik Oldsberg ff06b6ce9c Merge pull request #182 from spotify/patriko/cli-deps
cli: added explicit lerna deps
2020-03-06 14:31:37 +01:00
Patrik Oldsberg d8e1c0318d cli: added explicit lerna deps 2020-03-06 14:26:50 +01:00
Fredrik Adelöw b604d82439 Merge pull request #181 from spotify/freben/paths-cli
Set correct destination path for created plugins
2020-03-06 14:18:01 +01:00
Fredrik Adelöw 14c4db6969 Set correct destination path for created plugins 2020-03-06 14:16:25 +01:00
Patrik Oldsberg 1253011ad5 Merge pull request #176 from spotify/patriko/cli-all-the-things
cli: added plugin build,lint,test commands + use them in plugins
2020-03-06 13:47:35 +01:00
Fredrik Adelöw 0a65a2ba72 Merge pull request #172 from spotify/freben/zoom
Zoom out when on small screens :)
2020-03-06 13:40:40 +01:00
Stefan Ålund dcc62dd2ee Merge pull request #171 from spotify/eide/cli-atomic
[cli]: Use temporary folder for plugin creation to be able to clean up easy
2020-03-06 13:18:46 +01:00
Stefan Ålund 2bbe6600f2 Merge pull request #177 from spotify/patriko/ignored
gitignore: add back esm,cjs,types
2020-03-06 12:59:27 +01:00
Patrik Oldsberg 12f130e650 gitignore: add back esm,cjs,types 2020-03-06 12:09:56 +01:00
Patrik Oldsberg a707a79ef6 cli: always use src/ version of cli inside repo 2020-03-06 12:09:47 +01:00
Patrik Oldsberg 7931324945 cli: added plugin build,lint,test commands + use them in plugins 2020-03-06 12:07:11 +01:00
Fredrik Adelöw f1ef39ec8c Zoom out when on small screens :)
This does absolutely nothing on firefox, but works great in safari and chrome.

There are tricks to make zooming happen on firefox, but it involves stuff like this

```
        html {
          -moz-transform: scale(0.7);
          -moz-transform-origin: 0 0;
        }
        @-moz-document url-prefix() {
          html {
            width: 142.857%;
          }
        }
```

amd after that some things still have a very hard time staying aligned with the screen edges (such as the sidebar). So I've left that as a future exercise.
2020-03-06 12:04:29 +01:00
Marcus Eide d5518ff5fa Merge branch 'eide/cli-atomic' of https://github.com/spotify/backstage into eide/cli-atomic 2020-03-06 11:27:39 +01:00
Marcus Eide 6d44b0bc91 Merge branch 'master' of https://github.com/spotify/backstage into eide/cli-atomic 2020-03-06 11:23:06 +01:00
Marcus Eide 9117380ce9 Fix paths and add spinners 2020-03-06 11:14:11 +01:00
Stefan Ålund ea4810c32d Merge pull request #175 from spotify/rugvip/no-yarn
README: update plugin instructions to not always run yarn
2020-03-06 10:45:13 +01:00
Patrik Oldsberg 5978fab46e README: update plugin instructions to not always run yarn 2020-03-06 10:36:19 +01:00
Marcus Eide 8a836fb7ad Remove unnecessary chalking 2020-03-06 09:07:21 +01:00
Marcus Eide 9c1d95740c Use temporary folder for plugin creation to be able to clean up easy 2020-03-06 09:07:21 +01:00
Patrik Oldsberg 61f14d1baf Merge pull request #174 from spotify/rugvip/hoist
frontend: move to repo root
2020-03-05 16:34:33 +01:00
Patrik Oldsberg 56226ae84d frontend: move to repo root 2020-03-05 16:28:14 +01:00
Patrik Oldsberg 5b9845f62f Merge pull request #173 from spotify/rugvip/theme
core/theme: cleanup mui component styles
2020-03-05 15:59:17 +01:00
Marcus Eide 0eaad36a1e Remove unnecessary chalking 2020-03-05 15:41:16 +01:00
Patrik Oldsberg 212d7f4bcb core/theme: cleanup mui component styles 2020-03-05 15:32:20 +01:00
Patrik Oldsberg a44767f9e2 Merge pull request #166 from spotify/rugvip/dynamic-watch-deps
cli: update watch targets when depedencies of watched package change
2020-03-05 15:10:47 +01:00
Marcus Eide da977d1c98 Use temporary folder for plugin creation to be able to clean up easy 2020-03-05 14:56:46 +01:00
Raghunandan Balachandran 08ad99c5fd Merge pull request #168 from spotify/soapraj/fix-paths
Fix paths used in create plugin
2020-03-05 14:19:04 +01:00
Raghunandan 5939937f81 Fix paths used in create plugin. Add plugin to app only if app package exists. 2020-03-05 13:53:55 +01:00
Stefan Ålund 2443009f0d Merge pull request #160 from spotify/rugvip/yi
cli/createPlugin: use yarn install instead of yarn
2020-03-05 13:48:40 +01:00
Stefan Ålund 3229ea3645 Merge pull request #165 from spotify/alund/plugin-them
Update default theme for new plugins
2020-03-05 13:48:09 +01:00
Fredrik Adelöw 8520187945 Merge pull request #149 from spotify/jdwelch/129-fontfamily
[WIP] Use Red Hat Display & Red Hat Text faces
2020-03-05 13:29:58 +01:00
Fredrik Adelöw 0022b3b20c Merge pull request #155 from spotify/freben/icons
Add a basis for system icons
2020-03-05 13:11:41 +01:00
Stefan Ålund 5918057388 Update yarn.lock 2020-03-05 12:55:02 +01:00
Patrik Oldsberg e3f2b62212 README: update create plugin docs 2020-03-05 11:57:54 +01:00
Patrik Oldsberg 363739f2e9 cli: update watch targets when depedencies of watched package change 2020-03-05 11:49:31 +01:00
Stefan Ålund 386e679a7a Update default theme for new plugins 2020-03-05 11:26:19 +01:00
Patrik Oldsberg f8895a6395 Merge pull request #163 from spotify/rugvip/green-check
cli/createPlugin: fix color inconsistency for check marks
2020-03-05 11:07:42 +01:00
Patrik Oldsberg 34a6708780 Merge pull request #162 from spotify/rugvip/remove-login
app,plugin/login: remove login page for now
2020-03-05 11:07:35 +01:00
Patrik Oldsberg 5fff89ab05 packages/app: add simple test 2020-03-05 11:02:45 +01:00
Patrik Oldsberg 1c9480a4a0 cli/createPlugin: fix color inconsistency for check marks 2020-03-05 10:58:59 +01:00
Patrik Oldsberg 01986c3885 app: sort dependencies 2020-03-05 10:54:30 +01:00
Patrik Oldsberg 5377ca9d56 app,plugin/login: remove login page for now 2020-03-05 10:54:13 +01:00
Patrik Oldsberg 4541b45b0e Merge pull request #159 from spotify/rugvip/sidebar-sync
app/Sidebar: update to latest version with peek
2020-03-05 10:51:34 +01:00
Patrik Oldsberg 99af94979c cli/createPlugin: use yarn install instead of yarn 2020-03-05 10:47:43 +01:00
Patrik Oldsberg 68daf79cef app/Sidebar: remove dead links 2020-03-05 10:45:14 +01:00
Patrik Oldsberg 5003899222 app/Sidebar: update to latest version with peek 2020-03-05 10:38:00 +01:00
Niklas cb4d1e82b7 Merge pull request #156 from spotify/stefanalund-patch-2
Remove link to proto docs
2020-03-04 21:12:53 +01:00
Stefan Ålund 192b16aac6 Merge pull request #157 from spotify/raghub/prettier
Prettier changes
2020-03-04 19:11:26 +01:00