Commit Graph

13692 Commits

Author SHA1 Message Date
Fredrik Adelöw 5dc8bdad45 Merge pull request #5656 from backstage/freben/database-tests-try2
Introduce `@backstage/backend-test-utils`, with `TestDatabases`
2021-05-31 13:20:23 +02:00
Ben Lambert 8c39a75235 Merge pull request #5841 from thefrontside/jbolda/resolve-source-map-path
adjust source map devtools filename template to point to source
2021-05-31 11:49:54 +02:00
Ben Lambert a341851f55 Merge pull request #5856 from backstage/dependabot/npm_and_yarn/types/d3-shape-2.1.0
chore(deps-dev): bump @types/d3-shape from 2.0.0 to 2.1.0
2021-05-31 11:47:45 +02:00
Fredrik Adelöw 9fa6391c78 Merge pull request #5850 from backstage/freben/entity-provider
Tweak the `EntityListProvider` to do single-cycle updates.
2021-05-31 10:51:24 +02:00
David Tuite 425ee4ef03 Merge pull request #5855 from RoadieHQ/fix-github-insights
Upgrade 3 roadie plugins in sample app (Fixes bug in master)
2021-05-31 08:48:01 +01:00
Tim Hansen 7af9cef074 Fix MockStorageApi recreating bucket storage
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-05-31 09:43:42 +02:00
dependabot[bot] bb6d7dabc3 chore(deps-dev): bump @types/d3-shape from 2.0.0 to 2.1.0
Bumps [@types/d3-shape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-shape) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-shape)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 04:09:25 +00: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
Patrik Oldsberg bbb09a0fa4 Merge pull request #5853 from markshawtoronto/pagerduty
Add PagerDuty to the adopters list!
2021-05-28 21:54:26 +02:00
markshawtoronto 235a39f54d Add PagerDuty to the adopters list!
Signed-off-by: markshawtoronto <mshaw@pagerduty.com>
2021-05-28 10:56:27 -04:00
Jacob Bolda ee4eb5b402 add changeset
Signed-off-by: Jacob Bolda <me@jacobbolda.com>
2021-05-28 09:37:55 -05:00
Fredrik Adelöw 8e919a6f88 Tweak the EntityListProvider to do single-cycle updates.
The old code had some "waterfalls" of things triggering other things. For example, the following could happen in succession based on a single filter changing:

- the filter contents changed
- the client side filtered entities changed
- a backend load was triggered
- the backend responded, which made both the client side filtered entities and the backend entities change

The proposed new code does all of the actual work in one single unit, applying all updates in one go.

Sadly this doesn't entirely address the slowness of the entities table. But it makes updates more consistent and less flickery, and less frequent.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-28 16:11:31 +02:00
Oliver Sand 2b5b5b54fc Merge pull request #5835 from SDA-SE/feat/scaffolder-support-oneOf
Don't merge with previous from state on form changes
2021-05-28 09:50:16 +02:00
Patrik Oldsberg c96a89abe1 Merge pull request #5847 from backstage/imgbot
[ImgBot] Optimize images
2021-05-28 09:39:19 +02:00
ImgBotApp 1ce3ecbf39 [ImgBot] Optimize images
/microsite/static/img/demo-screen.png -- 575.94kb -> 385.49kb (33.07%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-28 06:59:13 +00:00
Fredrik Adelöw 93e4cc42dc Merge pull request #5842 from fengypants/master
microsite: Add links to Community Session videos
2021-05-28 08:09:44 +02:00
Fredrik Adelöw a48179f26d Merge pull request #5843 from backstage/dependabot/npm_and_yarn/eslint-plugin-cypress-2.11.3
chore(deps-dev): bump eslint-plugin-cypress from 2.11.2 to 2.11.3
2021-05-28 08:07:58 +02:00
Fredrik Adelöw ffeff2ae19 Merge pull request #5844 from backstage/dependabot/npm_and_yarn/ldapjs-2.3.0
chore(deps): bump ldapjs from 2.2.4 to 2.3.0
2021-05-28 08:07:32 +02:00
dependabot[bot] 10e0f27ff5 chore(deps): bump ldapjs from 2.2.4 to 2.3.0
Bumps [ldapjs](https://github.com/ldapjs/node-ldapjs) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/ldapjs/node-ldapjs/releases)
- [Changelog](https://github.com/ldapjs/node-ldapjs/blob/master/CHANGES.md)
- [Commits](https://github.com/ldapjs/node-ldapjs/compare/v2.2.4...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 04:14:16 +00:00
dependabot[bot] 7676730d2e chore(deps-dev): bump eslint-plugin-cypress from 2.11.2 to 2.11.3
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 04:11:11 +00:00
Jeff Feng ea93304a86 Add links to Community Session demos
Adding links to adopter presentations and Community repo.

Replacing illustration with screen from demo site.

Signed-off-by: Jeff Feng <fengypants@gmail.com>
2021-05-27 19:38:56 -04:00
Jacob Bolda b8321f0c36 adjust source map devtools filename template to point to source
Signed-off-by: Jacob Bolda <me@jacobbolda.com>
2021-05-27 17:22:12 -05:00
Johan Haals cbdc786d4b Merge pull request #5740 from backstage/jhaals/drop-bootstrap
Catalog/next: Drop bootstrap  from locations table
2021-05-27 16:33:51 +02:00
Fredrik Adelöw fe2934fe77 Merge pull request #5838 from backstage/freben/invert-type-column
invert logic for when to show type column
2021-05-27 16:13:37 +02:00
Fredrik Adelöw 2a942cc9e9 invert logic for when to show type column
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-27 15:51:02 +02:00
Oliver Sand 1de5d7ef25 Add test for oneOf
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-05-27 14:25:17 +02:00
Johan Haals baee1ed980 Merge pull request #5820 from backstage/mob/stitch-ticket
catalog/next: Replace stitch transactions with ticket
2021-05-27 14:12:22 +02:00
Patrik Oldsberg 6665e16c7d Merge pull request #5763 from backstage/timbonicus/github-org-docs
Remove deprecated github-org processor config
2021-05-27 14:05:05 +02:00
Johan Haals f33321fd6d Move pre-insertion to final_entity to stitcher
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-05-27 13:36:23 +02:00
Patrik Oldsberg cc1de02d89 Merge pull request #5774 from backstage/changeset-release/master
Version Packages
2021-05-27 13:23:05 +02:00
Oliver Sand f430b6c6fd Don't merge with previous from state on form changes
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-05-27 13:07:08 +02:00
Patrik Oldsberg ce324001cf create-app: fix release version to 0.3.23
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-27 12:31:06 +02:00
github-actions[bot] b5a0d1c5d7 Version Packages 2021-05-27 10:23:15 +00:00
Patrik Oldsberg 5a3ff88ab9 Merge pull request #5695 from backstage/freben/notice-prep
Move copyright header handling explicitly into the repo
2021-05-27 12:18:41 +02:00
Fredrik Adelöw 4b17d4df6f Move copyright header handling explicitly into the repo
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-27 11:47:15 +02:00
Patrik Oldsberg 4aab5cb0d0 Merge pull request #5748 from RoadieHQ/docs_dir_vuln
Add validation to prevent docs_dir from being an absolute path
2021-05-27 11:39:55 +02:00
Jussi Hallila 8cefadca04 Add validation to prevent docs_dir from being an absolute path
* Adds a new validation function to helpers to prevent generation when mkdocs.yml is not present or is invalid
* Handles vulnerability where docs_dir can be put in as an absolute path which copies and exposes the files from that absolute path in the file system

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-05-27 11:21:47 +02:00
Eric Peterson f4a7fd8126 Merge pull request #5821 from backstage/iameap/techdocs-respect-download-attr
[TechDocs] Respect download attribute
2021-05-27 10:54:58 +02:00
Fredrik Adelöw 330f4bacdb rename to backend-test-utils and rearrange a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-27 10:52:04 +02:00
Patrik Oldsberg 86bdb383e9 Merge pull request #5827 from backstage/dependabot/npm_and_yarn/dns-packet-1.3.4
chore(deps): bump dns-packet from 1.3.1 to 1.3.4
2021-05-27 09:40:11 +02:00
Fredrik Adelöw 615bcdb9de Merge pull request #5831 from backstage/dependabot/npm_and_yarn/testing-library/cypress-7.0.6
chore(deps-dev): bump @testing-library/cypress from 7.0.1 to 7.0.6
2021-05-27 07:30:42 +02:00
Fredrik Adelöw c8aefc1a63 Merge pull request #5829 from backstage/dependabot/npm_and_yarn/types/react-helmet-6.1.1
chore(deps-dev): bump @types/react-helmet from 6.1.0 to 6.1.1
2021-05-27 07:30:10 +02:00
Fredrik Adelöw c65d52e7b3 Merge pull request #5830 from backstage/dependabot/npm_and_yarn/types/passport-1.0.6
chore(deps): bump @types/passport from 1.0.5 to 1.0.6
2021-05-27 07:29:35 +02:00
Fredrik Adelöw 365c994f02 Merge pull request #5828 from backstage/imgbot
[ImgBot] Optimize images
2021-05-27 07:28:30 +02:00
ImgBotApp e9beff9249 [ImgBot] Optimize images
*Total -- 134.09kb -> 54.36kb (59.46%)

/microsite/blog/assets/21-05-20/200-engineers_v.2.png -- 34.42kb -> 13.55kb (60.65%)
/microsite/blog/assets/21-05-20/1000-engineers_v.2.png -- 45.04kb -> 18.42kb (59.11%)
/microsite/blog/assets/21-05-20/1000-plus-engineers_v.2.png -- 54.63kb -> 22.39kb (59.01%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-27 04:35:09 +00:00
dependabot[bot] f9b9893041 chore(deps-dev): bump @testing-library/cypress from 7.0.1 to 7.0.6
Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 7.0.1 to 7.0.6.
- [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases)
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v7.0.1...v7.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 04:13:21 +00:00
dependabot[bot] 2f7fdc9023 chore(deps): bump @types/passport from 1.0.5 to 1.0.6
Bumps [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 04:09:41 +00:00
dependabot[bot] dbfa264016 chore(deps-dev): bump @types/react-helmet from 6.1.0 to 6.1.1
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 04:06:57 +00:00