Commit Graph

752 Commits

Author SHA1 Message Date
blam 76a6dc3c60 chore(scaffolder): setting the run context to default for all containers 2020-02-06 17:48:56 +01:00
blam d0dddf3a0a chore(scaffolder): remove the superfluous command 2020-02-06 17:45:30 +01:00
blam 4697245252 feat(scaffolder): actually run the cookie cutter now in the folder and pass through the metadata to the cookiecutter.json 2020-02-06 17:42:23 +01:00
Patrik Oldsberg c0426dcdbf frontend/plugins/github-actions: fix error display 2020-02-06 17:40:00 +01:00
Patrik Oldsberg d571c714ed backend/builds: error handling fixes 2020-02-06 17:39:15 +01:00
Patrik Oldsberg 0d1fa1c70b Merge pull request #72 from spotify/rugvip/builds-view
frontend/plugins/github-actions: real builds list and detail views
2020-02-06 17:37:35 +01:00
Patrik Oldsberg b1b815124f frontend/plugins/github-actions: real builds list and detail views 2020-02-06 17:20:34 +01:00
Ochieng' Got 46b514705e refactor: group related tests into subtests 2020-02-06 17:15:35 +01:00
blam e6f9ffb876 Regenerate types for scaffolder 2020-02-06 16:53:42 +01:00
blam b844de0cd5 feat(scaffolder): Starting to add the cookiecutter support for running the template after we've got all the data 2020-02-06 16:48:37 +01:00
Jefferson Girão a6cf703464 Merge pull request #69 from spotify/freben/entity-list
Add ability to list entities to inventory
2020-02-06 16:35:48 +01:00
Nicola Corti ae4c85297f Merge pull request #67 from spotify/android-kotlin-template
Adding an Android App Kotlin template
2020-02-06 16:24:39 +01:00
Patrik Oldsberg 84065fab64 Merge pull request #70 from spotify/rugvip/deployment-fixes
deployment fixes
2020-02-06 16:20:21 +01:00
Patrik Oldsberg 88a56ac68f docker-compose: include secrets in scaffolder 2020-02-06 16:19:07 +01:00
Patrik Oldsberg 8fdd8e54b3 backend/proxy: added builds service route 2020-02-06 16:18:36 +01:00
Patrik Oldsberg bee14ad29b backend/Dockerfile: install ca-certificates 2020-02-06 16:18:36 +01:00
Patrik Oldsberg 89842fafde backend/proxy: fix envoy version 2020-02-06 16:18:36 +01:00
Fredrik Adelöw 701431476a Add ability to list entities to inventory 2020-02-06 15:19:13 +01:00
Raghunandan Balachandran 0a047e1a2f Merge pull request #68 from spotify/rugvip/frontend-proto-import
frontend/proto: expose protobuf definitions in index + fix deps
2020-02-06 15:00:59 +01:00
Patrik Oldsberg 84f43819f1 frontend/proto: expose protobuf definitions in index + fix deps 2020-02-06 14:55:31 +01:00
Nicola Corti c52d6cbb19 Include the /main folder for the App Template 2020-02-06 14:50:44 +01:00
Ben Lambert 98dfb1afc9 Merge pull request #55 from spotify/ben/listing-components
Create Component in Scaffolder
2020-02-06 14:50:41 +01:00
Nicola Corti 2fba9893d8 Update build.gradle to use the proper application id 2020-02-06 14:50:24 +01:00
blam 331a72b20d Merge branch 'master' of github.com:spotify/backstage into ben/listing-components
* 'master' of github.com:spotify/backstage: (25 commits)
  backend/scaffolder: fix build
  backend,proto: added builds service that calls out to github api
  proto: update README
  proto: switch to grpc-web plugin + ship protoc plugin binary, because meh
  feat: returning correct list of included facts
  refactor: Protobuf messages
  No separate login link anymore
  add failing scenario for getting entity
  Persist login (for now - due to constant page reloads)
  feat: add set fact endpoint
  Mark package as private
  frontend: remove gen-proto script, replaced by proto package
  Updated docs
  Fixed prototool
  Added generated files
  Added service=grpc-web flag
  Added protobuf-gen-ts to prototool.yaml
  Ran yarn install
  Added a @backstage/protobuf-definitions package
  frontend/core: simplify plugin output handling
  ...
2020-02-06 14:48:08 +01:00
Nicola Corti 4460447790 Bump Gradle to 6.1.1 in the template 2020-02-06 14:45:16 +01:00
Nicola Corti 37829fe278 Update cookiecutter.json to include all the used tags 2020-02-06 14:41:17 +01:00
Nicola Corti 7b431b9c9d .DS_Store to gitignore 2020-02-06 14:32:21 +01:00
Stefan Ålund b9e4da7bb6 Move in SortableTable 2020-02-06 14:03:35 +01:00
Patrik Oldsberg 1378c4d218 Merge pull request #66 from spotify/rugvip/scaffolder-build
backend/scaffolder: fix build
2020-02-06 14:01:01 +01:00
Nicola Corti af6faccd33 Adding an Android App Kotlin template 2020-02-06 13:54:38 +01:00
Patrik Oldsberg 93ce7bcec3 backend/scaffolder: fix build 2020-02-06 13:48:44 +01:00
Stefan Ålund 392fdf94e4 Moving things into Home 2020-02-06 13:46:21 +01:00
Patrik Oldsberg 210b458995 Merge pull request #64 from spotify/rugvip/grpc-web
proto: switch to grpc-web plugin + ship protoc plugin binary, because meh
2020-02-06 13:45:31 +01:00
Patrik Oldsberg edab1c6512 Merge pull request #62 from spotify/rugvip/builds
backend,proto: added builds service that calls out to github api
2020-02-06 13:39:17 +01:00
Patrik Oldsberg 43367b2fff backend,proto: added builds service that calls out to github api 2020-02-06 13:37:55 +01:00
Patrik Oldsberg efb65546c0 proto: update README 2020-02-06 13:37:09 +01:00
Patrik Oldsberg ced428d3a4 proto: switch to grpc-web plugin + ship protoc plugin binary, because meh 2020-02-06 13:35:49 +01:00
Jefferson Girão a50df7914f Merge pull request #63 from spotify/get-entity
feat: get single entity with facts
2020-02-06 13:33:57 +01:00
Jefferson Girão 90495b6187 feat: returning correct list of included facts 2020-02-06 13:23:10 +01:00
Patrik Oldsberg 4a676ada7b Merge pull request #58 from spotify/rugvip/simplify-output
frontend/core: simplify plugin output handling
2020-02-06 13:10:53 +01:00
Ochieng' Got 1832a3a763 refactor: Protobuf messages 2020-02-06 12:05:01 +01:00
Fredrik Adelöw f09d1065a0 Merge pull request #61 from spotify/freben/nologin
No separate login link anymore
2020-02-06 11:43:26 +01:00
Fredrik Adelöw cc2b0e821d No separate login link anymore 2020-02-06 11:29:23 +01:00
Jefferson Girão ae5283e1d4 add failing scenario for getting entity 2020-02-06 11:08:06 +01:00
Stefan Ålund 2524a71bca Merge pull request #60 from spotify/freben/persist-login
Persist login (for now - due to constant page reloads)
2020-02-06 11:05:37 +01:00
Fredrik Adelöw 926732ce6c Persist login (for now - due to constant page reloads) 2020-02-06 10:49:00 +01:00
Raghunandan Balachandran 88f1bd9176 Merge pull request #54 from spotify/bil/add-typescript-gen
Added Protobuf definitions for TypeScript using Prototool
2020-02-06 10:47:59 +01:00
Jefferson Girão 2b58a65598 Merge pull request #59 from spotify/set-fact-endpoint
feat: set fact endpoint
2020-02-06 10:34:24 +01:00
Jefferson Girão 7e67224d24 feat: add set fact endpoint 2020-02-06 10:27:02 +01:00
Bilawal Hameed fcbbe7072e Mark package as private 2020-02-06 10:18:24 +01:00