Commit Graph

28 Commits

Author SHA1 Message Date
Fredrik Adelöw eb2b85fba4 Merge pull request #829 from spotify/mob/refresh
Implement first-light location refresh loop
2020-05-13 10:33:47 +02:00
Fredrik Adelöw 1e8ad4b163 Bump TS to 3.9 2020-05-13 08:34:08 +02:00
Fredrik Adelöw 92ec964b98 Implement first-light location refresh loop 2020-05-12 16:17:41 +02:00
Fredrik Adelöw e121fc6cad Rename inventory to catalog 2020-05-12 11:16:09 +02:00
Fredrik Adelöw 52c48ce1a7 Move inventory migrations into the plugin itself 2020-05-11 22:06:38 +02:00
Fredrik Adelöw d682714249 Implement location management 2020-05-11 20:10:44 +02:00
Fredrik Adelöw 4b1d80b43a Implement first knex database basics 2020-05-11 13:55:00 +02:00
Fredrik Adelöw 53b9c0766d Move the plugin init into their own files to keep index clean 2020-05-08 14:00:25 +02:00
Patrik Oldsberg 70040b22a7 drop support for src-relative imports 2020-05-06 16:48:55 +02:00
blam 1af6cbea8d feat(scaffolder): Bring up to date with the latest changes in the inventory service 2020-05-04 20:39:13 +02:00
Fredrik Adelöw 7c6b7b9b94 [inventory] move out inventory instantiation + renaming 2020-05-04 11:22:37 +02:00
Fredrik Adelöw 92feb76252 Make the inventory backend standalone runnable
And also make a proposed split of how the loggers are handled.

Now logs look like

```
{
  "type": "incomingRequest",
  "service": "backstage",
  "timestamp": "2020-04-30T14:29:04.002Z",
  "message": "...",
  "level": "info"
}
```

for requests, and then if the plugin logs something properly

```
{
  "type": "plugin",
  "service": "backstage",
  "plugin": "inventory",
  "timestamp": "2020-04-30T14:29:04.002Z",
  "message": "...",
  "level": "info"
}
```
2020-05-01 21:59:20 +02:00
blam c795d6fbbf Merge branch 'master' of github.com:spotify/backstage into blam/scaffolder
* 'master' of github.com:spotify/backstage:
  404 page (#681)
  packages/core: remove old widget related things
  Address comments
  Add TabbedCard and CardTab to the exported layouts components
  Add a backend-common package with common concerns such as logging
  Move backend lint config to cli config
  Translate SortableTable to Typescript
2020-05-01 03:44:30 +02:00
Fredrik Adelöw fd0d4150f0 Address comments 2020-04-30 10:53:49 +02:00
Fredrik Adelöw 77d48d8794 Add a backend-common package with common concerns such as logging 2020-04-29 11:32:30 +02:00
Fredrik Adelöw 69a3fa79e7 Move backend lint config to cli config 2020-04-29 11:01:40 +02:00
blam 9635983e5a feat(scaffolder): adding some more stuff and some initial sample template 2020-04-28 22:38:34 +02:00
blam 142f57949d feat: using some of the latest work from @freben to align with the backend plugin strategy 2020-04-27 18:02:02 +02:00
Fredrik Adelöw c89f7d000e Add skeleton for inventory plugin 2020-04-27 09:22:30 +02:00
Patrik Oldsberg 2bbe78a0b9 tsconfigs: be explicit about what types to include in compilation 2020-04-23 22:41:03 +02:00
Fredrik Adelöw da51bd777c Add README and comment to clarify example status of backend 2020-04-23 09:26:30 +02:00
Fredrik Adelöw c2b5647036 Address comments 2020-04-22 19:36:19 +02:00
Fredrik Adelöw 83689b6236 Restrict node engine version 2020-04-22 16:00:20 +02:00
Fredrik Adelöw 15301311e1 Add dummy test 2020-04-22 15:57:38 +02:00
Fredrik Adelöw 35320bdb4f Simplify 2020-04-22 15:43:46 +02:00
Fredrik Adelöw c4e5297ba0 More stuff according to article 2020-04-21 12:00:06 +02:00
Fredrik Adelöw 1a06701272 Adding some basics 2020-04-21 09:31:54 +02:00
Fredrik Adelöw 5607735aea Initial commit 2020-04-21 09:12:08 +02:00