Marcus Eide
44fc883189
Merge branch 'master' into eide/shortcut-plugin
2021-04-30 14:12:10 +02:00
Marcus Eide
a4c5361c0e
Use storageApi.forBucket and add back a default implementation in the plugin
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-04-30 09:42:08 +02:00
Marcus Eide
f8eb7cacc7
Provide implementation of the api in the app instead
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-04-22 10:33:40 +02:00
alde
e7d2fb93f0
Create code-coverage plugin
...
In order to use this plugin, you must set the
`backstage.io/code-coverage` annotation on your entity.
```yaml
backstage.io/code-coverage: enabled
```
There's a feature to only include files that are in SCM in the coverage
report, this is helpful to not count generated files for example. To
enable this set the `backstage.io/code-coverage` annotation to
`scm-only`.
```yaml
backstage.io/code-coverage: scm-only
```
The backend plugin provides API endpoints for submitting code-coverage
reports. Currently jacoco and cobertura are supported. These reports
are normalized to a json format that is stored in the database.
```json
// curl -X POST -H "Content-Type:text/xml" -d @cobertura.xml "localhost:7000/api/code-coverage/Component/default/entity-name?coverageType=cobertura"
{
"links": [
{
"href": "http://localhost:7000/api/code-coverage/Component/default/entity-name ",
"rel": "coverage"
}
]
}
```
It also provides some additional API endpoints:
* Viewing the latest report
* Viewing a more condensed history of code coverage values
* Retrieving file contents from source-control, used by the UI
Provides a graph of code coverage change over time, as well as a file
view where you can see the highlighted lines.
Co-authored-by: nissayeva <natashaaay@gmail.com >
Signed-off-by: alde <r.dybeck@gmail.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-21 12:58:18 +02:00
Marcus Eide
f9a100f39c
Remove unintentional export in plugins.ts
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-04-20 16:32:51 +02:00
Marcus Eide
7812b6ac3c
Add new shortcut plugin
...
Signed-off-by: Marcus Eide <eide@spotify.com >
2021-04-20 15:07:18 +02:00
Patrik Oldsberg
cbfa75bf69
Merge pull request #5351 from backstage/rugvip/plugin-detective
...
core: allow plugins to be discovered through the react tree
2021-04-16 10:42:30 +02:00
Adam Harvey
670acd88ee
Move diagram to system page
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-04-15 21:05:26 -04:00
Patrik Oldsberg
46b7f84c89
example-app: remove explicit plugin imports and some unused plugins
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-15 19:15:16 +02:00
Jussi Hallila
77f13cb4ca
Update roadie plugins to newer versions
...
* Enable plugins in entity page
* Change plugin imports to use new named exports
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-04-12 15:19:42 +02:00
Patrik Oldsberg
5c725fc763
Merge pull request #5240 from goober/feature/use-external-route-ref-for-scaffolder
...
Expose the register-component route as an external route from the scaffolder
2021-04-08 16:10:19 +02:00
Mathias Åhsberg
a360f94788
Expose the register-component route as an external route from the scaffolder
...
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se >
2021-04-08 09:15:46 +00:00
Patrik Oldsberg
8818602117
example-app: update EntityPage test
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-01 15:12:30 +02:00
Patrik Oldsberg
79fd3d863e
example-app: migrate entity pages to composability api
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-01 13:23:27 +02:00
Andrew Johnson
3714e6c374
update usages
...
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com >
2021-03-30 17:38:52 +01:00
Andrew Johnson
ec023e8286
github-deployments plugin
...
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com >
2021-03-29 14:21:01 +01:00
Ben Lambert
820b791b68
Merge pull request #5135 from backstage/freben/entity-page-12
...
nit: make entity page contents fill width of page
2021-03-29 09:59:22 +02:00
Fredrik Adelöw
409eb31543
nit: make entity page contents fill width of page
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-26 10:42:12 +01:00
Adam Harvey
b20a7db89c
Merge branch 'master' into system-diagram
2021-03-25 11:07:32 -04:00
Adam Harvey
4491ba231f
Refactor entity collection
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-25 09:50:35 -04:00
Fredrik Adelöw
4d248725e6
detach the badges plugin from the catalog plugin
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-25 14:37:41 +01:00
Tim
4e1227ce2e
Merge pull request #5032 from backstage/timbonicus/create-app-updates
...
Update create-app template for better parity with example app
2021-03-25 06:23:36 -06:00
Eric Peterson
bb378ac6f2
Merge pull request #4515 from backstage/iameap/search-indexer
...
[Search] Foundation: plugins and types
2021-03-25 13:15:33 +01:00
Adam Harvey
865e76d9b6
Refactor for composability pattern
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-23 16:27:41 -04:00
Tim Hansen
8817a87cdd
Add missing core kinds
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-19 15:37:32 -06:00
Tim Hansen
f88fe9dd9b
Update create-app template for better parity with example app
...
Fixes #4613
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-19 15:18:26 -06:00
Anders Näsman
e450be8227
move search-next page from app to plugin-search
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:49 +01:00
Anders Näsman
b7cb59dd7b
standard TODO syntax
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:03 +01:00
Eric Peterson
925f5847de
Fix app.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:03 +01:00
Eric Peterson
92cd651fa4
Ditch the feature flag.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:03 +01:00
Eric Peterson
e49bc5f4cf
Avoid [object] in title bar by moving <Lifecycle /> to subtitle.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:03 +01:00
Eric Peterson
1c136c7da8
<Lifecycle alpha />
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:02 +01:00
Eric Peterson
199f66a565
Add feature flag + app-based search page.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:41:17 +01:00
Andreas Stenius
61078ba14d
badges: introduce badges field on entity about card.
...
Signed-off-by: Andreas Stenius <git@astekk.se >
2021-03-19 08:41:11 +01:00
Fredrik Adelöw
a0098ba3ff
Merge pull request #4941 from erdoganoksuz/bug-fix/locale-case
...
use local version of all case conversion methods
2021-03-17 23:34:09 +01:00
Patrik Oldsberg
d557d6b5d9
Merge pull request #4911 from backstage/rugvip/todo
...
plugins: add todo and todo-backend
2021-03-17 09:53:47 +01:00
Fredrik Adelöw
3385b374bd
introduce @backstage/integration-react and its scmIntegrationsApiRef
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-16 18:37:59 +01:00
Adam Harvey
155940e89a
Remove added docs tab from domain entity
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-13 14:03:54 -05:00
Adam Harvey
d40fd8127d
Remove extraneous breakpoints
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-13 14:02:56 -05:00
Adam Harvey
707c0071fc
Remove links widget
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-13 13:58:36 -05:00
Adam Harvey
cc3de518db
Remove docs tab
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-13 13:58:12 -05:00
Adam Harvey
9e0bf09f5f
Fix entity page
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-12 16:33:41 -05:00
Adam Harvey
ce891171da
Adjust grid breakpoints for system
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-12 16:33:41 -05:00
Adam Harvey
578ddb1d00
Move diagram to tab
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-12 16:33:41 -05:00
Adam Harvey
45a72eaa84
Create new system page with diagram card
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-12 16:33:41 -05:00
erdoganoksuz
9ca0e40094
locale added all case conversion
...
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com >
2021-03-12 15:06:01 +03:00
Patrik Oldsberg
a7648a37fa
app: add todo plugin
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-03-11 18:02:35 +01:00
Patrik Oldsberg
09eb54e014
graphiql,app: export icon and avoid routeRef usage in SidebarItem
...
Co-authored-by: Juan Lulkin <jmaiz@spotify.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-03-11 16:14:34 +01:00
Oliver Sand
cfc83cac16
Introduce external route for linking to the entity page from the explore plugin
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-03-03 21:04:51 +01:00
Patrik Oldsberg
415a3a42da
app: fix app test on windows
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-03-03 17:48:04 +01:00