Fredrik Adelöw
704875e26d
Refactor entity validation in catalog-model
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-26 12:59:33 +02:00
Tim
b1e08db2f1
Exclude rfc label from stalebot
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-05-23 11:37:01 -06:00
AlleyWei
955baa1302
Vocab additions
...
signed-off-by: AlleyWei <alexandrawei@spotify.com >
2021-05-20 18:38:50 -04:00
AlleyWei
a3daf5b3af
Additional updates to Create Manage Explore blog
...
Additional updates to Create Manage Explore blog
Signed-off-by: Alleywei <alexandrawei@spotify.com >
2021-05-20 18:35:35 -04:00
AlleyWei
8dd9d4c456
Updates for Create Manage explore blog
...
Updates for create manage explore blog
Signed-off-by: Alexandra Wei <alexandrawei@spotify.com >
2021-05-20 18:11:46 -04:00
Fredrik Adelöw
9df4168d86
Skip running husky (and hence, vale) in the changeset workflow.
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-17 15:48:52 +02:00
Roman Frey
76b7d300ba
Merge pull request #1 from backstage/master
...
merge master #2
2021-05-13 20:31:34 +01:00
Fredrik Adelöw
dd8a0df53a
Merge pull request #5625 from backstage/freben/mysql-prep
...
Prep work for mysql support in backend-common
2021-05-12 10:00:18 +02:00
Fredrik Adelöw
f9fb4a205e
Prep work for mysql support in backend-common
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-10 11:30:11 +02:00
Eric Peterson
22fd8ce2ac
Changeset
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-05-09 15:24:47 +02:00
Jussi Hallila
e9e56b01ac
Add possibility to use path style discovery on S3 tech docs. Enables the possibility to support S3-like buckets that rely on path style API like Localstack.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-04-29 10:54:42 +02:00
Roman Frey
a2e74f11da
Merge branch 'master' into master
2021-04-28 06:55:22 +01:00
yacut
2d3ee7572e
add iLert plugin
...
Signed-off-by: yacut <roman.rogozhnikov@gmail.com >
2021-04-28 06:53:58 +01:00
Patrik Oldsberg
fecf70ae1a
workflows: validate api reports in CI
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-26 20:42:34 +02:00
Adam Harvey
e0f43ae453
Clarify token exposure
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-04-26 09:21:09 -04:00
Eric Peterson
38f076c0df
Tweak search code ownership.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-04-23 14:34:33 +02:00
Fredrik Adelöw
9ed45248b9
update vocab
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-21 12:58:19 +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
Tim
00cd559c4a
Merge pull request #4618 from rbogle/rbogle/fargate-docs
...
Rbogle/fargate docs
2021-04-20 15:10:07 -06:00
Rian Bogle
4792df9e78
AWS Fargate and Aurora
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-20 21:28:56 +02:00
Fredrik Adelöw
d320547ba1
Merge pull request #5391 from backstage/freben/standalone-frontend
...
update the standalone frontend contribs
2021-04-20 20:52:50 +02:00
Fredrik Adelöw
e669a8013f
update the standalone frontend contribs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-20 20:24:06 +02:00
Brett Wright
948c4b6a30
Added Datadog to vocab
...
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Ben Lambert
4df36765e5
Merge pull request #5269 from backstage/dependabot/npm_and_yarn/asyncapi/react-component-0.22.3
...
chore(deps): bump @asyncapi/react-component from 0.19.2 to 0.22.3
2021-04-13 11:55:21 +02:00
blam
06eb4b06e8
chore: add deps word to stlyes
...
Signed-off-by: blam <ben@blam.sh >
2021-04-13 10:54:10 +02:00
MiguelRamBalt
27b2237fbe
add debounce word to vocab
...
Signed-off-by: MiguelRamBalt <v-migueramirez@expediagroup.com >
2021-04-09 09:12:53 -05:00
MiguelRamBalt
5fe923715b
add debounce word to vocab
...
Signed-off-by: MiguelRamBalt <v-migueramirez@expediagroup.com >
2021-04-09 09:09:23 -05:00
Tim
8c060d0854
Merge pull request #5220 from backstage/timbonicus/ecr-eks-deployment
...
Add contrib doc for AWS ECR + EKS deployment
2021-04-06 08:29:50 -06:00
Tim Hansen
454002eee0
Add contrib doc for AWS ECR + EKS deployment
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-04-05 09:10:55 -06:00
Eric Swanson
8ea3590823
chore: vocabulary updates
...
Signed-off-by: Eric Swanson <ericis@users.noreply.github.com >
2021-04-05 10:13:34 -04:00
Fredrik Adelöw
d13b0cefa2
Merge pull request #5043 from backstage/freben/unregister
...
Update the entity unregister dialog behavior, to support both unregistration as well as plain deletion
2021-03-30 09:40:53 +02:00
Phil Kuang
87171d57d7
fix(org-plugin): filter group members respecting namespaces
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-03-29 13:08:50 -04:00
blam
bf6a25c204
chore: configure stalebot
...
Signed-off-by: blam <ben@blam.sh >
2021-03-29 15:20:01 +02:00
Eric Peterson
d355b516f5
Sync up docs with progress made on Search Foundations. ( #5136 )
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-29 10:14:26 +02:00
Tim Hansen
8f2d043d8d
Few more whitelisted files
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-26 19:53:12 -06:00
Tim Hansen
e7aca3f2e4
Whitelist files for Vale
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-26 17:12:41 -06:00
Tim Hansen
2024f6ea39
Few more names
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-26 15:32:26 -06:00
Tim Hansen
16fa4ab3d9
Skip OWNERS.md for Vale
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-26 15:25:55 -06:00
Tim
3bf4ea86eb
Merge pull request #5139 from backstage/blam/re-enable-vale
...
chore: re-enable vale
2021-03-26 11:31:31 -06:00
Ben Lambert
80e92b8f48
Merge pull request #5034 from lunarway/feature/catalog-mode
...
Add readonly mode to catalog-backend
2021-03-26 15:13:56 +01:00
blam
037f0c7e76
chore: re-enable vale
...
Signed-off-by: blam <ben@blam.sh >
2021-03-26 14:46:49 +01:00
Fredrik Adelöw
676ede6438
Update the entity unregister dialog behavior, to support both unregistration as well as plain deletion
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-26 09:07:05 +01:00
Crevil
d8e085b2df
Add readonly to vocab.txr
...
Signed-off-by: Crevil <bjoern.soerensen@gmail.com >
2021-03-25 20:59:33 +01:00
Ben Lambert
087bfa89e2
Merge pull request #5055 from backstage/timbonicus/github-discovery-doc
...
Add more integrations documentation
2021-03-25 14:19:08 +01: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
blam
5daf260539
Remove the vale check for now as it's borked.
...
Signed-off-by: blam <ben@blam.sh >
2021-03-25 10:06:08 +01:00
Tim Hansen
cc3dca079e
Rework catalog configuration; add integrations documentation
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-23 14:34:52 -06:00
Eric Peterson
9d214a88ce
Update codeowners to remove non-existent files
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:49 +01:00
Eric Peterson
c303011247
Own (more of) it!
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:42:02 +01:00
Eric Peterson
c22f1c33db
Update code owners for the various search backend plugins.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-03-19 09:38:45 +01:00