Nikki Beesetti
19f4e434db
Updated FAQ with Gitlab link ( #1352 )
...
* Updated FAQ with Gitlab link
added gitlab link
* Update FAQ.md
Co-authored-by: Stefan Ålund <alund@spotify.com >
2020-06-17 21:21:35 +02:00
Fredrik Adelöw
fedfbfae58
chore(docs): more tweaks to the schema
2020-06-17 14:41:10 +02:00
Fredrik Adelöw
e69a4bcdd4
chore(docs): just ran prettier on the entity schema
2020-06-17 14:15:58 +02:00
Fredrik Adelöw
00348cddb3
Merge pull request #1163 from JordiPolo/schema_file
...
Initial version of a json schema for the service specification
2020-06-17 14:14:27 +02:00
Nikki Beesetti
b073b610f4
Updated FAQ.md with the correct links ( #1308 )
...
* Updated FAQ.md with the correct links
Two links regarding plugins were broken and now they have been fixed.
* Updated FAQ.md with correct links
2020-06-17 10:30:39 +02:00
Ben Lambert
17bda8b46e
Merge pull request #1316 from spotify/mob/move-templates-into-service-catalog
...
Add support for the Template kind in the Catalog
2020-06-16 16:58:09 +02:00
Marcus Eide
53f1426bc9
[auth]: Add openapi specification ( #1309 )
...
* Add openapi specification for the auth api
* Review comments
* Add more information about the responses in frame/handler
2020-06-16 15:05:42 +02:00
blam
4615718167
feat(catalog): added the ability to load mock data into the catalog from the scaffolder too
2020-06-16 14:40:43 +02:00
Fredrik Adelöw
7d8c50bdac
Remove remaining occurrences of v1beta1
2020-06-16 13:28:10 +02:00
Fredrik Adelöw
8b1c795840
Point to ADR instead of issue for catalog kinds
2020-06-16 12:18:09 +02:00
Fredrik Adelöw
15ebc3cf15
Add documentation
2020-06-16 12:18:09 +02:00
Patrik Oldsberg
dbc29358ed
v0.1.1-alpha.8
2020-06-12 22:09:21 +02:00
Fredrik Adelöw
b902e63dd8
Update README.md
2020-06-12 16:21:11 +02:00
Jordi Polo
ad9225ecba
Address review comments
2020-06-09 22:46:17 -07:00
Patrik Oldsberg
a633dce818
docs: format with prettier ( #1218 )
2020-06-09 19:50:41 +02:00
Patrik Oldsberg
4f3375073d
docs/auth: added overview, oauth description and glossary
2020-06-09 18:29:16 +02:00
Patrik Oldsberg
250db6cc2a
docs: added plantuml generation script
2020-06-09 18:29:15 +02:00
Patrik Oldsberg
c8294b3285
docs: added prettier config
2020-06-09 18:29:15 +02:00
Marcus Eide
e9a2444c9a
Documentation: Add guide for how to add an auth provider to the backend ( #1145 )
...
* Add guide for how to add a auth provider to the backend
* Move to new docs folder and small corrections
* Split oauth and non-oauth use-cases up and add more info about the verifyFunc
* Move summary to top and add note about non-oauth providers being experimental
2020-06-09 09:39:27 +02:00
Nikki Beesetti
3937a32993
Update FAQ.md ( #951 )
...
* Update FAQ.md
Finalized FAQ
* Update docs/FAQ.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
* Update Backstage security qn
* Fix review comments
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Raghunandan Balachandran <soapraj@gmail.com >
2020-06-08 15:26:18 +02:00
Jordi Polo
6207cf47c6
Initial version of a json schema for the service specification
2020-06-05 17:47:44 -07:00
Ivan Shmidt
e5f856abb3
Merge pull request #1111 from spotify/mob/register-unregister-components
...
Register component flow
2020-06-05 11:07:25 +02:00
Kat Zhou
457be7a76b
new headline image for README ( #1122 )
...
* new headline image for README
* Resize
Co-authored-by: Stefan Ålund <alund@spotify.com >
2020-06-05 10:56:37 +02:00
Ivan Shmidt
82143b1d10
Merge branch 'master' of github.com:spotify/backstage into mob/register-unregister-components
2020-06-04 17:09:15 +02:00
Ivan Shmidt
af56473342
NavLink->Link, NavButton->Button, remove redirects for now
2020-06-04 00:03:34 +02:00
Ivan Shmidt
7fae656dd2
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/links-docs
2020-06-03 16:50:28 +02:00
Ivan Shmidt
0a13a11f7b
Enforcing RouteRefs more: docs, templates, types
2020-06-03 16:40:13 +02:00
Stefan Ålund
5b9f77f151
Fix image link in ADR 5 ( #1125 )
2020-06-03 13:19:07 +02:00
Fredrik Adelöw
e02a2d1e56
Update development-environment.md
2020-06-03 10:18:42 +02:00
Patrik Oldsberg
87f7f90df1
Merge pull request #1072 from mbruggmann/catalog-entities-adr
...
ADR: Core entities in the catalog
2020-06-02 22:20:57 +02:00
Marc Bruggmann
37ca9e1434
Clarify that we start by only implementing the Component entity
2020-06-01 17:06:00 +02:00
Patrik Oldsberg
54ca975bc1
package.json: add lint:type-deps script
2020-06-01 12:35:40 +02:00
Marc Bruggmann
1312d34147
ADR: Core entities in the catalog
...
This is capturing the catalog part of the Backstage System Model
RFC (#390 ). I'm planning to follow this up with a second ADR on
how to express System, Application and Domain in catalog labels.
Not sure if it helps to have the example yamls inline here. It
helps me to visualize how it'd work, but it could also get outdated
quickly.
2020-05-29 10:23:01 +02:00
Patrik Oldsberg
d37d7b944b
docs/adr004: add clarification about internal imports
2020-05-28 00:42:23 +02:00
Patrik Oldsberg
582f636776
docs: add adr004, module export structure
2020-05-27 21:53:42 +02:00
Patrik Oldsberg
5c7d263aa8
packages/core: split alerting functionality out from ErrorApiForwarder into ErrorAlerter
2020-05-25 22:19:32 +02:00
Patrik Oldsberg
fca13afbab
docs/utility-apis: review fixes
2020-05-25 16:51:39 +02:00
Patrik Oldsberg
10d091ca6e
docs: added getting started with utility apis
2020-05-25 10:04:22 +02:00
Fredrik Adelöw
7fac93feea
Add ADR about named exports
2020-05-19 16:34:50 +02:00
Fredrik Adelöw
12a0f5688e
Merge pull request #894 from spotify/freben/format-adr
...
ADR002: Default Software Catalog File Format
2020-05-19 15:09:46 +02:00
Fredrik Adelöw
b2b3def704
Lied about the name format
2020-05-19 15:03:19 +02:00
Fredrik Adelöw
8678a3cd31
Address comments
2020-05-19 14:08:10 +02:00
Fredrik Adelöw
86bb6cc6a8
ADR002: Default Software Catalog File Format
2020-05-18 14:10:02 +02:00
Patrik Oldsberg
ee176324d2
Merge pull request #890 from spotify/rugvip/themedocs
...
docs: add docs for how to create and use custom themes
2020-05-18 11:11:05 +02:00
Patrik Oldsberg
78a7566927
docs: added more docs explaining the build setup
2020-05-18 00:14:56 +02:00
Patrik Oldsberg
af934d4173
docs: add docs for how to create and use custom themes
2020-05-15 17:58:22 +02:00
Kat Zhou
2d3412cf34
Contributor Header ( #580 )
2020-05-14 09:08:06 +02:00
Niklas Ek
8c65917914
Update Discord link in design docs, fix #672 ( #710 )
2020-05-04 12:15:22 +02:00
eywoon
9ccf3b0623
add adr log to repository ( #665 )
2020-04-29 10:25:44 +02:00
Stefan Ålund
874be904d2
Add TypeScript question to FAQ ( #608 )
2020-04-21 15:31:01 +02:00