Andre Wanlin
d327896ecb
Refactored createRouter args
...
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
2023-02-11 14:59:55 -06:00
Andre Wanlin
bb1cfedc33
Refactor age to use HumanDuration
...
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
2023-02-11 14:59:55 -06:00
Andre Wanlin
75cfee5688
Added linguist frontend, backend, and common plugins
...
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
Removed refresh and permissions
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
Small database refactor and improved naming
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
Refactor stringifyEntityRef usage
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
Fixed up yarn.lock
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com >
2023-02-11 14:59:53 -06:00
Adam Harvey
9fc1e58a5d
chore: Fix install instructions
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2023-02-11 09:58:08 -05:00
Patrik Oldsberg
e2489e8f86
Merge pull request #16306 from backstage/rugvip/suffix
...
cli: fix webpack loader file extension checks
2023-02-11 15:40:57 +01:00
Patrik Oldsberg
a9c50af76b
cli: fix webpack loader file extension checks
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-02-11 14:40:00 +01:00
Fredrik Adelöw
e8f2ac13e7
Merge pull request #16121 from kuangp/feat/searchTypeAccordion/counts
...
feat(SearchType.Accordion): implement displaying result counts
2023-02-11 12:18:33 +01:00
Fredrik Adelöw
1aec041c34
Handle eager deletion even in the face of duplicate references
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-02-11 11:50:17 +01:00
Patrik Oldsberg
071354eb7d
catalog-backend: add additional validation in stitching step
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2023-02-11 11:13:34 +01:00
Patrik Oldsberg
aece6c57d2
catalog-model: improve location reference validation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2023-02-11 11:13:28 +01:00
Jim Shingler
72a3312689
Fixing Documentation of GitLab Org Data
...
Spell out PAT and fix time and resourcs
Signed-off-by: Jim Shingler <ShinglerJim@gmail.com >
2023-02-10 20:56:27 -05:00
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
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
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