74233 Commits

Author SHA1 Message Date
Stefan Ålund ea7aa1b920 Use Backstage progress indicator 2020-03-07 20:46:55 +01:00
Stefan Ålund 02085e67da Add user picture in example fetcher 2020-03-07 20:27:55 +01:00
Stefan Ålund 7b81a8c381 Add HeaderLabels 2020-03-07 19:57:54 +01:00
Stefan Ålund d373f5428b Use Content and ContentHeader in scaffold 2020-03-07 19:49:45 +01:00
Patrik Oldsberg f1f9ce3d44 Merge pull request #191 from spotify/patriko/autocomplete
packages: fix typescript import autocompletion
2020-03-07 19:45:25 +01:00
Patrik Oldsberg 703f05e993 packages: fix typescript import autocompletion 2020-03-07 19:25:54 +01:00
Stefan Ålund 239d9c8b83 Update default theme for headings 2020-03-07 14:09:44 +01:00
Patrik Oldsberg 309161e514 Merge pull request #188 from spotify/patriko/goto
tsconfig: enable declaration maps for goto definition
2020-03-07 12:53:37 +01:00
Patrik Oldsberg 41d087e35a tsconfig: enable declaration maps for goto definition 2020-03-07 12:18:48 +01:00
Patrik Oldsberg c70cc3fb74 Merge pull request #185 from spotify/patriko/cli-packaging
cli: fixes to scripts and packaging + bump
2020-03-07 10:58:55 +01:00
Patrik Oldsberg 5e52956220 cli: bump to 1.4.0 2020-03-06 16:49:20 +01:00
Patrik Oldsberg 2d6ee263f4 cli: move spotify web-scripts to deps 2020-03-06 16:40:38 +01:00
Patrik Oldsberg c3febb492f cli: properly forward status code in plugin commands 2020-03-06 16:40:38 +01:00
Patrik Oldsberg 1b7d0a4e4b cli: fix for error output being ignored 2020-03-06 16:40:38 +01:00
Patrik Oldsberg 427ad9c242 cli: only build cjs to dist folder and set it as entrypoint 2020-03-06 16:15:34 +01:00
Patrik Oldsberg cb8a9c285d Merge pull request #183 from spotify/patriko/hoist-plugins
packages/plugins: move to plugins/
2020-03-06 16:15:18 +01:00
Fredrik Adelöw 54aa0c4c8a Merge pull request #184 from spotify/freben/template2
Fix some squigglies/warnings in new plugins
2020-03-06 15:11:45 +01:00
Fredrik Adelöw 90eb43a618 Fix some squigglies/warnings in new plugins 2020-03-06 15:08:37 +01:00
Patrik Oldsberg 50ab86cd9b Merge pull request #179 from spotify/soapraj/show-error-stacktrace
Show error stack trace for failed commands
2020-03-06 15:04:37 +01:00
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
Raghunandan aef09f8d52 print stacktrace for commands that are run after plugin creation 2020-03-06 13:30:47 +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