Patrik Oldsberg
8d0e3767c8
Merge pull request #113 from spotify/rugvip/nosecrets
...
README,backend: remove secrets setup and disable entity services for now
2020-02-24 14:53:22 +01:00
Patrik Oldsberg
d0a6ccca44
Merge pull request #114 from spotify/rugvip/rich
...
README: add $5
2020-02-24 12:45:56 +01:00
Patrik Oldsberg
6335f15640
README: add $5
2020-02-24 12:45:31 +01:00
Patrik Oldsberg
b556949aa1
README,backend: remove secrets setup and disable entity services for now
2020-02-24 12:38:37 +01:00
Patrik Oldsberg
f7b54f92e2
Merge pull request #112 from spotify/rugvip/nomake
...
README: updated instructions for creating plugin + yarn script and remove cookiecutter
2020-02-24 12:38:14 +01:00
Patrik Oldsberg
d3451aa5c9
README: updated instructions for creating plugin + yarn script and remove cookiecutter
2020-02-24 11:57:31 +01:00
Raghunandan Balachandran
6e7d00e5eb
Merge pull request #110 from spotify/freben/core-package
...
Progress toward making core a standalone distributable package
2020-02-24 11:56:01 +01:00
Raghunandan
c7101ad201
Remove web-scripts dep from app package
2020-02-24 11:48:55 +01:00
Patrik Oldsberg
4abdc11012
Merge pull request #111 from spotify/rugvip/readme
...
move install instructions to readme + move docker-compose
2020-02-24 11:47:12 +01:00
Patrik Oldsberg
8c9b04b240
move install instructions to readme + move docker-compose
2020-02-24 11:44:36 +01:00
Raghunandan
b74006901c
Update yarn lock
2020-02-24 11:34:54 +01:00
Raghunandan
664254dfd3
Depend on @spotify-backstage/core version 1.1.0
2020-02-24 11:34:10 +01:00
Fredrik Adelöw
6d69187800
Progress toward making core a standalone distributable package
2020-02-24 11:34:08 +01:00
Patrik Oldsberg
855c062444
Merge pull request #109 from spotify/mob/more-templates
...
[cli]: Better handling of files in the template directory
2020-02-24 11:09:44 +01:00
Marcus Eide
59764c3a7f
Better handling of files in the template directory, and tests.
2020-02-21 14:37:31 +01:00
Marcus Eide
5925221658
Bump version
2020-02-20 16:31:03 +01:00
marcuseide
53ec0c0855
Merge pull request #108 from spotify/mob/more-cli
...
Mob/more cli
2020-02-20 16:22:11 +01:00
Marcus Eide
2d27436129
review comments
2020-02-20 16:15:55 +01:00
Marcus Eide
5b539a3e14
refactor createPlugin and add tests. cli can now create a plugin from template
2020-02-20 14:39:55 +01:00
Stefan Ålund
a6a88f9977
Merge pull request #107 from spotify/fix-nested-navitems
...
Fix nested NavItems
2020-02-19 19:45:41 +01:00
Fredrik Adelöw
1b76e07910
WIP
2020-02-19 15:50:00 +01:00
Fredrik Adelöw
5b5ec6e98d
Merge pull request #106 from spotify/mob/cli-embryo
...
cli package embryo to get started
2020-02-19 14:50:11 +01:00
Fredrik Adelöw
a4a07d03ed
cli package embryo to get started
2020-02-19 14:44:09 +01:00
Yasa Akbulut
8215318c4f
Update nested NavItem tests
2020-02-19 14:20:10 +01:00
Yasa Akbulut
7cde0fd01e
Fix nested NavItems
...
Currently, a NavItem having more than one child will throw an error. This is due to the `children` property of `NavItem` being passed as the first argument to `React.cloneElement`, which expects a single element. The existing tests are only verifying the case where the `NavItem` has only one child.
This commit maps over `children` and calls `React.cloneElement` on each of them.
2020-02-19 14:17:57 +01:00
Raghunandan Balachandran
29b4e4f9a3
Merge pull request #103 from spotify/raghub/unify-uri-format
...
Unify the URI formats used in different services
2020-02-17 09:56:37 +01:00
Raghunandan Balachandran
59f43de639
Unify the URI formats used in different services
2020-02-12 10:49:41 +01:00
Stefan Ålund
4d58971e2b
Merge pull request #102 from spotify/alund/home-click
...
Made logo link to home + welcome message
2020-02-09 20:15:38 +01:00
Stefan Ålund
b3bb002ffe
Styling of main sidebar
2020-02-09 20:04:47 +01:00
Stefan Ålund
ecc2016779
Subtitle in Header
2020-02-09 17:48:03 +01:00
Stefan Ålund
09afb37f44
Add greetings message to home
2020-02-09 17:46:39 +01:00
Stefan Ålund
3caa1f24eb
Made logo link to home
2020-02-09 17:17:08 +01:00
Patrik Oldsberg
8619dc6373
Merge pull request #100 from spotify/blam/workflows
...
Support some workflows
2020-02-07 17:25:07 +01:00
Patrik Oldsberg
07e2226532
backend/scaffolder/templates: fix actions yaml
2020-02-07 17:19:21 +01:00
Patrik Oldsberg
625d111c09
front/plugins/github-actions: update fetch for info card
2020-02-07 17:19:05 +01:00
Patrik Oldsberg
20bdbcb279
backend/inventory: add facts when creating entity
2020-02-07 17:14:29 +01:00
Patrik Oldsberg
e4594cb8ff
front/plugins/github-actions: fetch builds for actual entity
2020-02-07 17:02:14 +01:00
Patrik Oldsberg
bfc17bd2fc
backend/builds: fetch repo location from inventory
2020-02-07 17:01:56 +01:00
blam
63346ecf44
feat(scaffolder): Support workflows and add some cool facts
2020-02-07 16:49:34 +01:00
blam
e3fae9d55d
Rename to workfllow
2020-02-07 16:48:22 +01:00
blam
2cd3208a66
feat(scaffolder): Updating templates
2020-02-07 16:35:39 +01:00
Patrik Oldsberg
d85aec4142
Merge pull request #99 from spotify/rugvip/list-services
...
list services + quicker docker builds
2020-02-07 16:32:11 +01:00
Patrik Oldsberg
f66defbbec
front/plugins/home-page: list components
2020-02-07 16:27:44 +01:00
Patrik Oldsberg
a04b7c0ec2
backend: quicker docker rebuilds
2020-02-07 16:27:18 +01:00
Patrik Oldsberg
0f830ec55e
Merge pull request #98 from spotify/blam/options
...
Notify the Inventory Service when a new Component is created
2020-02-07 16:16:04 +01:00
blam
b73570dc5b
feat(scaffolder): Notify the entity service that things have been created
2020-02-07 16:11:06 +01:00
blam
b1974c957f
Merge branch 'blam/options' of github.com:spotify/backstage into blam/options
...
* 'blam/options' of github.com:spotify/backstage: (30 commits)
lint fix
front/plugins/home-page: nicer
Be more clear about GitHub permissions
Cleanup README
try require instead of import
Updated to use forego
Added forego
fix typo
Removed newlines
Fixed merge conflict
Added a Brewfile
README: update secrets.env docs
cookiecutter seems to work
Use Struct for metadata
front/plugins/github-actions: add nicer build status indicator
fix: initialize db properly, add cfg and logs
front/plugins/github-actions: add back button to details page
Pass metadata description
front/app/entities: add build into card to service entities
front/plugins/github-actions: register build info card and popuplate card
...
2020-02-07 16:10:56 +01:00
Patrik Oldsberg
94bfd4e33d
Merge pull request #96 from spotify/soapraj/add-loading
...
add loading message
2020-02-07 15:34:43 +01:00
Patrik Oldsberg
b2bd888294
Merge pull request #97 from spotify/blam/options
...
Pushing the correct folder to Github
2020-02-07 15:34:28 +01:00
blam
f465a5f0d2
feat(scaffolder): register with inventory service
2020-02-07 15:33:31 +01:00