Commit Graph

10525 Commits

Author SHA1 Message Date
Juan Lulkin 0bdfc9ca63 Fix message on verify script 2021-02-21 12:18:35 +01:00
Juan Lulkin d2d5056f17 Removes trailing spaces 2021-02-21 12:17:12 +01:00
Juan Lulkin 40087721cd Update microsite/scripts/verify-sidebars.js
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-02-21 12:07:38 +01:00
Juan Lulkin 5021d8dbfd Fix link to contributors 2021-02-21 00:18:18 +01:00
Juan Lulkin 69c64ac7f3 Merge remote-tracking branch 'upstream/master' 2021-02-21 00:03:29 +01:00
Juan Lulkin d26b8151eb Remove CONTRIBUTING from sidebars again 2021-02-20 23:54:21 +01:00
Juan Lulkin 203ca79f23 Replaces links to repo with relative ones to please CI 2021-02-20 19:50:00 +01:00
Juan Lulkin b609e94a37 Makes verify sidebar script assume build is present 2021-02-20 19:38:05 +01:00
Juan Lulkin 3aacfc69c5 Adds CONTRIBUTING back to sidebar 2021-02-20 19:37:35 +01:00
Juan Lulkin 9d6793a5ff Adds symlinks to docs in root 2021-02-20 19:36:59 +01:00
Andrew Thauer cea4609677 Merge pull request #4590 from andrewthauer/feat/catalog-import-namespace
feat: omit default namespace in catalog-import
2021-02-20 13:32:09 -05:00
Andrew Thauer 8b5f8f84cb update to use short form group entity references 2021-02-20 11:18:36 -05:00
Andrew Thauer a8953a9c92 feat: omit default namespace in catalog-import 2021-02-20 11:13:52 -05:00
Fredrik Adelöw 1b095ec92f Merge pull request #4469 from mclarke47/k8s-backend-k8s-fan-out-handler
replace kubernetes fanout request function with class
2021-02-20 15:53:06 +01:00
Fredrik Adelöw 2e21453f12 Merge pull request #4601 from fengypants/patch-4
microsite: Added tip for viewing data in demo.backstage.io
2021-02-20 15:19:28 +01:00
Fredrik Adelöw dd40ad19e1 Merge pull request #4602 from SDA-SE/feat/less-columns
Reduce duplicate data from entity columns
2021-02-20 14:47:45 +01:00
Fredrik Adelöw b8818b496e Merge pull request #4603 from SDA-SE/feat/overflow-hack
Fix `OverflowTooltip` cutting off the bottom of letters like "g" and "y"
2021-02-20 14:46:40 +01:00
Fredrik Adelöw 0749aeb721 Merge pull request #4575 from tragiclifestories/link-annotation
Customise view, edit and source links through annotations
2021-02-20 14:17:56 +01:00
James Turley bad21a0854 Changeset for catalog packages 2021-02-20 11:46:47 +00:00
James Turley 302fd47cac Simplify URL lookup functions 2021-02-20 11:37:24 +00:00
James Turley dcdb9f0651 Extract view/edit annotations to constants 2021-02-20 11:37:24 +00:00
James Turley 9c521c53a7 Rename view/edit annotations 2021-02-20 11:37:24 +00:00
James Turley e337085d38 Use proper location ref for custom source location 2021-02-20 11:37:24 +00:00
James Turley a4f863f8f8 Document browser URL annotations 2021-02-20 11:13:22 +00:00
James Turley a51094aac8 Allow custom edit and view source links on AboutCard 2021-02-20 11:13:22 +00:00
James Turley 0fc2a84352 Update CatalogTable actions to support custom URLs 2021-02-20 11:13:18 +00:00
Fredrik Adelöw f30b16b541 Merge pull request #4609 from OscarDHdz/search-filter-for-templates
Scaffolder: Cleanup
2021-02-20 00:04:58 +01:00
Oscar Hernandez d0760ecdf3 Scaffolder: Cleanup 2021-02-19 16:26:55 -06:00
Adam Harvey 6f0ed05c2c Merge pull request #4608 from adamdmharvey/cost-insights-sidebar
docs(cost-insights): Add note about sidebar to README
2021-02-19 16:28:54 -05:00
Adam Harvey 5cb2c5aa3a Merge pull request #4606 from adamdmharvey/scaff-maint
chore(scaffolder): Update loading/error messaging and remove unused deps
2021-02-19 16:27:48 -05:00
Patrik Oldsberg c1d24f9cc7 Merge pull request #4607 from backstage/rugvip/info
core-api: more informative error for missing ApiContext
2021-02-19 22:27:03 +01:00
Adam Harvey acc1da48cd Make codefence a diff 2021-02-19 16:03:20 -05:00
Adam Harvey b3126588dc Add note about sidebar 2021-02-19 16:02:08 -05:00
Adam Harvey c46bc07d0e Return material-ui/lab 2021-02-19 15:41:40 -05:00
Patrik Oldsberg 1407b34c6e core-api: more informative error for missing ApiContext 2021-02-19 21:35:19 +01:00
Adam Harvey d171e60c2c Prettier 2021-02-19 14:14:07 -05:00
Adam Harvey e488f05026 add changeset 2021-02-19 14:13:08 -05:00
Adam Harvey 38c8c8a538 Changing loading and error msg 2021-02-19 14:12:21 -05:00
Adam Harvey a45dd99b90 Remove unused deps 2021-02-19 13:28:54 -05:00
Oliver Sand e799e74d4e Fix OverflowTooltip cutting of the bottom of letters like "g" and "y"
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 18:03:14 +01:00
Oliver Sand 88f1f1b607 Truncate and show ellipsis with tooltip if content of createMetadataDescriptionColumn is too wide
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 17:52:58 +01:00
Oliver Sand 437bac5490 Make the description column in the catalog table use up as much space as possible before hiding overflowing text
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 17:52:58 +01:00
Oliver Sand d6593abe6f Remove columns from cards where it's duplicate information
Resolves #4553

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 17:52:58 +01:00
Fredrik Adelöw 6c09312dca Merge pull request #4580 from johnnyiller/techradar/issue-4493-description-popup
tech-radar: add description dialog box
2021-02-19 16:45:07 +01:00
Jeff Feng 0261f772c3 Added tip for viewing data in demo.backstage.io
Default view of demo.backstage.io is Owned/Starred software, so it looks like there is no data. Added tip to click "All" to see example software in the catalog. (Maybe default to "All" or add some to "Owned/Starred" in the future?)
2021-02-19 10:04:46 -05:00
Fredrik Adelöw 385cb44b3f Merge pull request #4586 from egnwd/feat/org-themed-ownership-card
Org: Themed ownership card
2021-02-19 15:48:18 +01:00
Fredrik Adelöw 2fe1588ae8 Merge pull request #4598 from lndbrg/patch-1
Add acast to adopters
2021-02-19 15:12:05 +01:00
Patrik Oldsberg 4a15d5da5e Merge pull request #4599 from backstage/rugvip/clarify
app-backend: clarify schema serialization troubleshooting steps
2021-02-19 14:28:57 +01:00
Patrik Oldsberg 1c06cb3126 app-backend: clarify schema serialization troubleshooting steps 2021-02-19 12:58:41 +01:00
Olle Lundberg 56544eac81 Add Olle and Lundberg to vocab 2021-02-19 12:43:04 +01:00