Commit Graph

260 Commits

Author SHA1 Message Date
github-actions[bot] 5a64fe7ea5 Version Packages 2021-06-24 09:58:38 +00:00
Patrik Oldsberg 8997d3fcca packages: manually migrate rest away from @backstage/core deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:11 +02:00
Patrik Oldsberg 05a9bb84d9 Merge branch 'master' into mob/feature-flag-component 2021-06-17 11:26:11 +02:00
github-actions[bot] 36e5a82e9b Version Packages 2021-06-17 08:08:44 +00:00
blam 31e067d346 chore: actually use the right packages - went and messed up a bit
Signed-off-by: blam <ben@blam.sh>
2021-06-15 12:09:26 +02:00
blam 765632fac7 feat: introduce collection of feature flags and make FlatRoutes treat feature flags as first class citizens
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>

Signed-off-by: blam <ben@blam.sh>
2021-06-15 12:09:25 +02:00
github-actions[bot] 4a93128245 Version Packages 2021-06-10 12:18:06 +00:00
github-actions[bot] fa92d70fba Version Packages 2021-06-03 13:23:54 +02:00
David Tuite a00acb8648 Upgrade GitHub pull requests plugin
Signed-off-by: David Tuite <david@roadie.io>
2021-05-30 18:54:18 +01:00
David Tuite 482173b79b Upgrade buildkite plugin
Signed-off-by: David Tuite <david@roadie.io>
2021-05-30 18:54:18 +01:00
David Tuite bf927e5c72 Upgrade github insights plugin
Signed-off-by: David Tuite <david@roadie.io>
2021-05-30 18:54:18 +01:00
github-actions[bot] b5a0d1c5d7 Version Packages 2021-05-27 10:23:15 +00:00
github-actions[bot] 18285453eb Version Packages 2021-05-20 11:48:46 +00:00
dependabot[bot] 33931f1682 chore(deps-dev): bump cypress from 4.12.1 to 7.3.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 4.12.1 to 7.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v4.12.1...v7.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 04:14:06 +00:00
Irma12 5bceb3864f Downgraded dependecies
Signed-off-by: Irma12 <irma@roadie.io>
2021-05-18 09:51:04 +02:00
Irma12 b75ae5ac84 Merge branch 'master' into github-insights-after-downgrade-packages 2021-05-18 09:35:50 +02:00
Irma12 332ba94b0a Update github-insights-package
Signed-off-by: Irma12 <irma@roadie.io>
2021-05-12 16:03:07 +02:00
github-actions[bot] df31bdca8f Version Packages 2021-05-12 09:39:51 +00:00
dependabot[bot] ee103bc710 chore(deps): bump @testing-library/user-event from 12.8.3 to 13.1.8
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 13.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.3...v13.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 14:30:59 +02:00
Marcus Eide 699bca6725 Merge branch 'master' into eide/shortcut-plugin 2021-05-07 17:06:23 +02:00
dependabot[bot] 0b51bcb008 chore(deps): bump react-use from 15.3.8 to 17.2.4
Bumps [react-use](https://github.com/streamich/react-use) from 15.3.8 to 17.2.4.
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/react-use/compare/v15.3.8...v17.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 09:20:46 +00:00
Marcus Eide d8cfac252a Merge branch 'master' into eide/shortcut-plugin 2021-05-06 13:28:53 +02:00
github-actions[bot] d397eb470f Version Packages 2021-05-06 08:25:18 +00:00
Fredrik Adelöw 38ca051682 The default @octokit/rest dependency was bumped to "^18.5.3".
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-03 11:15:22 +02:00
Marcus Eide 44fc883189 Merge branch 'master' into eide/shortcut-plugin 2021-04-30 14:12:10 +02:00
github-actions[bot] 44abfaada6 Version Packages 2021-04-29 13:35:03 +02:00
github-actions[bot] 034998d537 Version Packages 2021-04-22 13:19:35 +00: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 7812b6ac3c Add new shortcut plugin
Signed-off-by: Marcus Eide <eide@spotify.com>
2021-04-20 15:07:18 +02: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
github-actions[bot] 70be53c939 Version Packages 2021-04-15 15:40:08 +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
github-actions[bot] 51b6cf465d Version Packages 2021-04-08 11:32:56 +00: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 ec023e8286 github-deployments plugin
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
2021-03-29 14:21:01 +01:00
github-actions[bot] 844da89090 Version Packages 2021-03-25 17:46:13 +00:00
dependabot[bot] d32e8f0086 chore(deps): bump @roadiehq/backstage-plugin-github-insights
Bumps [@roadiehq/backstage-plugin-github-insights](https://github.com/RoadieHQ/backstage-plugin-github-insights) from 0.2.16 to 0.3.2.
- [Release notes](https://github.com/RoadieHQ/backstage-plugin-github-insights/releases)
- [Commits](https://github.com/RoadieHQ/backstage-plugin-github-insights/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 10:15:32 +00: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
github-actions[bot] 718eea4f08 Version Packages 2021-03-18 12:31:44 +00: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
Patrik Oldsberg e1d3fcf1c0 todo-backend: review suggestions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 19:39:34 +01:00
Patrik Oldsberg a7648a37fa app: add todo plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:35 +01:00
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
dependabot[bot] a50989489a chore(deps): bump @roadiehq/backstage-plugin-travis-ci
Bumps [@roadiehq/backstage-plugin-travis-ci](https://github.com/RoadieHQ/backstage-plugin-travis-ci) from 0.2.8 to 0.4.5.
- [Release notes](https://github.com/RoadieHQ/backstage-plugin-travis-ci/releases)
- [Commits](https://github.com/RoadieHQ/backstage-plugin-travis-ci/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-04 04:29:20 +00:00
Patrik Oldsberg 1a22f83c28 Merge pull request #4647 from backstage/dependabot/npm_and_yarn/testing-library/react-11.2.5
chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
2021-03-01 18:17:08 +01:00
dependabot[bot] bcbff6d76f chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.3 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.3...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 09:56:31 +01:00
Andrew Thauer b6fe9d1377 fix(app): incorrect package ordering 2021-02-23 16:57:41 -05:00