Commit Graph

9018 Commits

Author SHA1 Message Date
github-actions[bot] f1c3cdfb2d Version Packages (next) 2022-10-31 16:19:04 +00:00
github-actions[bot] d4df1fbb2e Version Packages (next) 2022-10-25 13:18:27 +00:00
Johan Haals 7035be58ba Merge pull request #14126 from jgrumboe/fix-13074
fix(backend): fix certificate validation
2022-10-25 15:09:31 +02:00
Johan Haals 3758f4a7c2 chore: simplify date parsing
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-10-25 14:40:40 +02:00
Dmitry Lobanov 7539b36748 chore: (eslint) restrict imports of @material-ui Link
BREAKING CHANGE: Added a new ESLint rule that restricts imports of Link from @material-ui

Signed-off-by: Dmitry Lobanov <lobanov.dmitry.s@gmail.com>
2022-10-25 13:05:19 +02:00
Dmitry Lobanov f905853ad6 refactor: replace @material-ui Link
Signed-off-by: Dmitry Lobanov <lobanov.dmitry.s@gmail.com>
2022-10-25 13:05:18 +02:00
Fredrik Adelöw 52d168b6a1 Merge pull request #14312 from backstage/freben/circ
get rid of circular imports
2022-10-25 10:46:52 +01:00
Fredrik Adelöw 7573b65232 get rid of circular imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-25 11:00:05 +02:00
Johan Haals 89e86f467f chore: refactor https expiration logic
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-10-25 10:03:16 +02:00
Johannes Grumboeck 6e16a040ae fix: run prettier
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:36 +02:00
Johannes Grumboeck 296e3ac84a fix: @types/node-forge needs to be dev-dependency
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:36 +02:00
Johannes Grumboeck 374e65c679 feat: own function for certificate expiration
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:35 +02:00
Johannes Grumboeck a17a7a6cc1 chore: use import for node-forge instead of require
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:35 +02:00
Johannes Grumboeck 35f292c9f7 fix(backend): run prettier and yarn add node-forge
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:35 +02:00
Johannes Grumboeck 7e739e6009 fix(backend): Type is not assignable
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:34 +02:00
Johannes Grumboeck 88ac2dd220 fix(backend): Object is possibly 'undefined'
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:34 +02:00
Johannes Grumboeck 55227712dd fix(backend): fix certificate validation
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-24 20:12:33 +02:00
Patrik Oldsberg 80bfac5266 create-app: refactor git init
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-24 11:49:53 -04:00
Johan Haals e60bd847b3 Merge pull request #14056 from atoko/atoko/gitea/scmintegration
Gitea SCM integration / URL Reader
2022-10-24 16:11:22 +02:00
Fredrik Adelöw 28c93ae62c Merge pull request #14277 from backstage/freben/human-types
move `HumanDuration` to `@backstage/types`
2022-10-24 10:39:17 +01:00
renovate[bot] 59bfef78a3 Update dependency @keyv/redis to v2.5.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-10-24 09:32:40 +02:00
Pedro Cardona d05e1841ce Adds gitea to supported set of SCM integrations
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

GiteaUrlReader readUrl implementation.
Currently relies on content being base64 encoded

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Prettify changed files

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Changeset for gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Include gitea in Vale vocabulary, run Lint / Prettier

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Update api-reports

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Lint packages/integration/*
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Fix getGiteaFileContentsUrl, split changesets

The previous file contents url code was missing a segment, (/branch), and was causing the loader to 404. (The intended functionality is to use the same URL you would use to view the file in gitea)
Changesets for the integration and backend-common packages were split
This commit also adds documentation relevant to the gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>
Signed-off-by: Pedro Cardona <1724279+atoko@users.noreply.github.com>
2022-10-23 20:56:56 -04:00
Fredrik Adelöw 4a6143a3be Merge pull request #14283 from backstage/freben/vocab
just getting rid of vale warnings
2022-10-22 20:03:49 +01:00
Fredrik Adelöw cbe11d1e23 just getting rid of vale warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-22 17:18:47 +02:00
Fredrik Adelöw 30e43717c7 move HumanDuration to @backstage/types
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-22 15:54:51 +02:00
Patrik Oldsberg 3fb4b47863 core-components: drop deprecated link resolution tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-21 10:45:21 +02:00
Patrik Oldsberg 3cd3dc9adf core-{app,plugin}-api: update API Reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-21 10:45:21 +02:00
Patrik Oldsberg 858986f6b6 core-components: deprecate Link base path workaround
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-21 10:45:21 +02:00
Patrik Oldsberg 9b737e5f2e core-app-api: use new basename router prop
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-21 10:45:21 +02:00
Johan Haals 1420dfb169 Add api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-10-20 15:01:50 +02:00
Johan Haals c11ab0f35b chore: remove unused logger
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-10-20 15:01:49 +02:00
Johan Haals a7607b5413 backend-common: Deprecate read in favour of readUrl in UrlReader
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-10-20 15:01:49 +02:00
Leonardo Maier 752f3cd93a revert changes and update swc to 1.3.9
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com>
2022-10-20 13:57:48 +02:00
Leonardo Maier 8fb1600680 converts LogoIcon component to tsx and fixes BuildTimeline tests
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com>
2022-10-20 13:54:39 +02:00
Leonardo Maier b06d9220d2 removes parser config for tsx files on jest config
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com>
2022-10-20 13:54:39 +02:00
Fredrik Adelöw da46f91eff try without the mapping
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-20 13:54:39 +02:00
Leonardo Maier 96c550945f Adds d3-* in moduleNameMapper option on jest.js
Signed-off-by: Leonardo Maier <leonarmaier@gmail.com>
2022-10-20 13:54:39 +02:00
Patrik Oldsberg a82d7ac0ef Merge pull request #14238 from Bonial-International-GmbH/pjungermann/remove-default-visibility
chore: remove explicit default visibility at `config.d.ts` files
2022-10-20 13:48:52 +02:00
Johan Haals 4790fedb8e Merge pull request #14227 from backstage/renovate/svgr-monorepo-packages
Update SVGR monorepo packages to 6.5.x
2022-10-20 10:08:41 +02:00
Johan Haals 2e9329831f Merge pull request #14192 from Bonial-International-GmbH/pjungermann/github/naming-part2
chore(integration): use consistent naming of `[gG]ithub` in code
2022-10-20 09:41:56 +02:00
Patrick Jungermann a6d779d58a chore: remove explicit default visibility at config.d.ts files
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-20 00:18:44 +02:00
Patrik Oldsberg 4b332843b5 Merge pull request #14232 from adamdmharvey/adamdmharvey/fix-trivial-typo
fix(app): Typo in comments
2022-10-19 19:54:06 +02:00
Adam Harvey a291847beb Fix typo in comments
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2022-10-19 11:54:36 -04:00
Johan Haals a9bb5b5886 Merge pull request #14114 from awanlin/topic/remove-homepagetime
Removed the HomepageTimer and related Config
2022-10-19 16:14:26 +02:00
Patrick Jungermann c1784a4980 chore(integration): use consistent naming of [gG]ithub in code
Relates to the discussion at PR #14039.

Relates-to: PR #14039
Relates-to: PR #14174
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-19 16:11:53 +02:00
renovate[bot] 9c767e8f45 Update SVGR monorepo packages to 6.5.x
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-10-19 14:02:36 +00:00
Johan Haals cf824542d0 Merge pull request #13634 from wesley-pattison/plugin-azure-functions
Plugin azure functions
2022-10-19 14:00:14 +02:00
Andre Wanlin 127fcad26d Cleaned up changeset based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-18 20:18:43 -05:00
Andre Wanlin fb3733e446 Removed the HomepageTimer
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-18 20:06:07 -05:00
Andre Wanlin 5f695c219a Set searchTooltip to Filter
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-18 19:42:11 -05:00