Commit Graph

37658 Commits

Author SHA1 Message Date
blam e9a8ce97d0 chore: remove some more uneeded code
Signed-off-by: blam <ben@blam.sh>
2023-02-10 15:45:30 +01:00
blam 73981f9407 chore: removed some unneeded code, just use the one that exists
Signed-off-by: blam <ben@blam.sh>
2023-02-10 15:42:47 +01:00
blam a521379688 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2023-02-10 14:41:26 +01:00
blam 7c145f21ec chore: make the new TemplateEditor journey work with the new form work
Signed-off-by: blam <ben@blam.sh>
2023-02-10 14:40:13 +01:00
bnechyporenko 5a2faa801f Incorporated feedback
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2023-02-10 14:29:04 +01:00
Fredrik Adelöw c010a30fe9 Merge pull request #16257 from backstage/freben/locationspec
🧹  do not import deprecated symbols
2023-02-10 14:28:13 +01:00
bnechyporenko 8d3a8205d4 Merge remote-tracking branch 'origin/master' into enhance-schema-validator 2023-02-10 14:21:06 +01:00
Mike Ball de908df2d0 dev environment now utilizes mock PagerDuty API
By making use of a mock PagerDuty API to render the `EntityPagerDuty` component
via a `yarn start`-created dev environment, this unblocks development
for contributors who don't otherwise have access to the PagerDuty API.

Signed-off-by: Mike Ball <mikedball@gmail.com>
2023-02-10 07:48:18 -05:00
Patrik Oldsberg 5637ebed92 core-components: global override for window.open
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-10 13:28:42 +01:00
Patrik Oldsberg a053eeecd4 Merge pull request #16251 from backstage/rugvip/cache
backend-plugin-api: refactor CacheService to lift up client methods to the service
2023-02-10 13:24:25 +01:00
Nikolai R Kristiansen dcacf94912 docs: Add changeset
Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
2023-02-10 13:13:51 +01:00
Nikolai R Kristiansen 71f8fc209f fix(techdocs-cli): Fix proxying to mkdocs
The domain localhost may point to both 127.0.0.1 and ::1, ipv4 and ipv6
and when node tries to lookup localhost it might prefer ipv6 while mkdocs
is only listening on ipv4. This tells node-proxy to target the ipv4 address
instead of relying on localhost hostname lookup.

Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
2023-02-10 13:05:42 +01:00
blam a07750745b chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2023-02-10 12:57:34 +01:00
blam 3ab1485354 chore: added FieldOverrides to the scaffolder form
Signed-off-by: blam <ben@blam.sh>
2023-02-10 12:56:15 +01:00
Ben Lambert 3197a818a9 Merge pull request #16283 from Ma11hewThomas/master
docs: add custom action plugin for snyk import
2023-02-10 12:20:35 +01:00
Patrik Oldsberg e81a6e0ab5 core-components: better URL validation in Link component
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-10 11:27:29 +01:00
dependabot[bot] b1d8ea5e6f chore(deps): bump @sideway/formula in /microsite-next
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 10:26:01 +00:00
Ben Lambert f7004565de Merge pull request #16266 from backstage/dependabot/npm_and_yarn/sideway/formula-3.0.1
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1
2023-02-10 11:24:05 +01:00
Ben Lambert 4b0826f814 Merge pull request #16287 from sennyeya/gitlab-pattern
docs(gitlab): Fix default regex string in example yaml file.
2023-02-10 11:22:56 +01:00
Patrik Oldsberg 5febb216fe backend-plugin-api: refactor CacheService to lift up client methods to the service
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-10 10:19:44 +01:00
Aramis Sennyey c12a71e3c2 Spelling.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-09 18:23:17 -05:00
Aramis Sennyey 22ccd2d888 Fix regex string in documentation.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-09 18:20:59 -05:00
Andre Wanlin b6f7c46c77 Fixed typo in changeset
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-02-09 13:32:50 -06:00
Andre Wanlin 5a4fa8859b Updated LinksGroup to use Link over ListItem
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-02-09 13:29:00 -06:00
Gustaf Lundh 36bccb5252 MemberListCard UI Fix
When a description is provided and the user hovers over the email
link, the description jumps a bit in the UI.

Signed-off-by: Gustaf Lundh <gustaf.lundh@axis.com>
2023-02-09 19:37:34 +01:00
Matthew Thomas adf027d6c0 docs: add custom action plugin for snyk import
Signed-off-by: Matthew Thomas <matthewthomasgb@gmail.com>
2023-02-09 18:34:38 +00:00
Fredrik Adelöw 92444b3521 Merge pull request #16282 from SDA-SE/fix/backend-test-utils
fix: move backend-test-utils to devDependencies
2023-02-09 19:21:18 +01:00
Ben Lambert 058a61c8d6 Merge pull request #16280 from ainhoaL/a11y-table-header
Change base theme to use table header color that meets a11y color contrast requirements
2023-02-09 18:29:59 +01:00
Dominik Schwank 5b7cd5580d fix: move backend-test-utils to devDependencies
The backend-test-utils should only be used as devDependencies. Otherwise they might cause trouble
while installing related plugins in docker images.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2023-02-09 17:50:35 +01:00
Ben Lambert 4d3e250976 Merge pull request #16248 from holiiveira/patch-1
ADOPTERS: update contact info
2023-02-09 16:36:44 +01:00
pamelin 93f55b5ca0 fix: add missing files for ExecutionsTable and ExecutionPanel tests
Signed-off-by: pamelin <pamelin@expediagroup.com>
2023-02-09 15:24:02 +00:00
Ainhoa Larumbe b7705e176c Use table header color that meets a11y color contrast requirements
Signed-off-by: Ainhoa Larumbe <ainhoaL@users.noreply.github.com>
2023-02-09 14:40:06 +00:00
Ben Lambert 57c393e159 Merge pull request #16252 from IlyaSavich/customize-search-list
Make catalog search result list a bit more customizable
2023-02-09 15:39:59 +01:00
Phil Kuang 896566906b chore(elasticSearch): export utility function
Signed-off-by: Phil Kuang <pkuang@factset.com>
2023-02-09 15:23:17 +01:00
Fredrik Adelöw e6d358237c Merge pull request #16178 from Team-P0110/#16138/Inconsistent-display-of-list-of-entities
Inconsistent display of list of entities
2023-02-09 13:59:08 +01:00
albertojuanL 57fc2e9011 Fix changeset info
Signed-off-by: albertojuanL <alberto.juan@lansweeper.com>
2023-02-09 13:03:27 +01:00
renovate[bot] fb19c3fbe8 chore(deps): update microsoft/setup-msbuild action to v1.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-09 11:32:25 +00:00
backstage-goalie[bot] f780522023 Merge pull request #16273 from backstage/renovate/better-sqlite3-8.x-lockfile
chore(deps): update dependency better-sqlite3 to v8.1.0
2023-02-09 11:22:36 +00:00
Ben Lambert 53d48a818b Merge pull request #16126 from sennyeya/graph-icons
Expose all props available to underlying `EntityRelationsGraph` on the `CatalogGraphCard`.
2023-02-09 11:55:11 +01:00
renovate[bot] 8ca64daec8 chore(deps): update dependency better-sqlite3 to v8.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-09 10:48:46 +00:00
backstage-goalie[bot] d03c5f5c83 Merge pull request #16215 from backstage/renovate/keyv-redis-2.x-lockfile
fix(deps): update dependency @keyv/redis to v2.5.5
2023-02-09 10:35:48 +00:00
Ben Lambert 0c03164e21 Update slow-sloths-do.md
Signed-off-by: Ben Lambert <ben@blam.sh>
2023-02-09 11:22:01 +01:00
backstage-goalie[bot] 01488971c9 Merge pull request #16270 from backstage/renovate/eslint-plugin-testing-library-5.x-lockfile
chore(deps): update dependency eslint-plugin-testing-library to v5.10.1
2023-02-09 09:30:25 +00:00
Fredrik Adelöw aa9d779f52 Merge pull request #16254 from marcobjorge/master
Fix #16245: Fix CatalogGraphCard parameter naming errors to CatalogGr…
2023-02-09 10:20:52 +01:00
renovate[bot] 51fcb684cb chore(deps): update dependency eslint-plugin-testing-library to v5.10.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-09 08:46:36 +00:00
Ben Lambert 780ce04d72 Merge pull request #16101 from Abhay-soni-developer/develop/microsoft-calendar
Microsoft Calendar Plugin
2023-02-09 09:39:51 +01:00
Ben Lambert 3647779c70 Merge pull request #16159 from waldirmontoya25/master
Update the ecosystem model section of the docs
2023-02-09 09:38:04 +01:00
Ben Lambert 0cc32df6dc Merge pull request #16052 from backstage/renovate/swc-core-1.x-lockfile
fix(deps): update dependency @swc/core to v1.3.34
2023-02-09 09:36:10 +01:00
Brian Fletcher 965b0155dd add test for sync heartbeat
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-02-09 08:02:22 +00:00
dependabot[bot] df3cd9e275 chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 00:44:35 +00:00