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
Fredrik Adelöw
d869edffaa
Merge pull request #14040 from Bonial-International-GmbH/pjungermann/msgraph/schedule-in-config
...
feat(catalog/msgraph): schedule via config + backend-plugin-api support
2022-10-24 10:23:37 +01:00
Johan Haals
5505d65386
actions: add workflow dispatch option
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-10-24 11:17:23 +02:00
Johan Haals
615a5ae488
Merge pull request #14292 from backstage/jhaals/snyk-memory
...
workflow/snyk: increase memory size to to 7gb
2022-10-24 11:15:39 +02:00
Johan Haals
35795a4228
workflow/snyk: increase memory size to to 7gb
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-10-24 11:12:05 +02:00
Fredrik Adelöw
210a3b5668
add missed changeset for #14209
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-24 11:03:49 +02:00
Fredrik Adelöw
5e12648e07
Merge pull request #14209 from backstage/renovate/keyv-redis-2.x-lockfile
...
Update dependency @keyv/redis to v2.5.2
2022-10-24 09:58:41 +01:00
Johan Haals
511135fa7f
Merge pull request #14287 from backstage/jhaals/backend-docs
...
docs: add backend system docs
2022-10-24 10:54:52 +02:00
Fredrik Adelöw
3f188f18a7
Merge pull request #14284 from cctechwiz/bug/inconsistent-casing-of-entity-type-14059
...
Removing forced capitalization for Entity types in the sidebar.
2022-10-24 08:41:46 +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
Borchies
5921b5ce49
chore(gitlab-mr-action): remove deprecation of projectid for template action
...
* `projectid` is now passed through the query parameter `project` in the `repoUrl`. It still allows people to not use
the `projectid` and use the `repoUrl` with the `owner` and `repo` query parameters instead. This makes it easier
to publish to repositories instead of writing the full path to the project.
* Changed the `parseUrl` function so it uses a `switch-case` statement which makes the function more readable
than having several `if-else` statements.
* Created an auxiliary function called `checkRequiredParams`. The function checks if the required parameters
(given as arguments) are present in the URL.
* The function `parseUrl` uses `checkRequiredParams` to verify that all the required query parameters are present
in the repo's URL. This replaces the `if-else` mess with a `switch` statement for better readability.
* asserted the type of the constant `repo` to be a string to fix the following error:
TS2322 (`Type 'string | null' is not assignable to type 'string'`)
* added unit tests in `util.test.ts` for `parseRepoUrl` function
Signed-off-by: Borchies <borja.gonzalez@sinch.com >
2022-10-24 09:22:41 +02:00
Fredrik Adelöw
8b7d96e6b9
small correction in the permissions docs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-24 09:19:17 +02:00
Patrik Oldsberg
3a9133e3ad
microsite/pages: vale tweak
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 22:57:24 -04:00
Patrik Oldsberg
7b90049030
microsite/pages: prettify links page
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 22:46:41 -04:00
Patrik Oldsberg
398df81469
docs/new-backend-system: fix for plugin meta service being unused in example
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 22:45:11 -04:00
Patrik Oldsberg
3449322ac2
Apply suggestions from code review
...
Co-authored-by: Phil Kuang <pkuang@factset.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 22:43:52 -04: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
Patrik Oldsberg
2b54e0f780
docs/new-backend-system: reorganize to prioritize plugin and module creation + tweaks
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 20:35:23 +02:00
Patrik Oldsberg
84df1e4d5f
docs/new-backend-systen: more reasoning in the overview section and move it back up to the top
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 19:51:33 +02:00
Patrik Oldsberg
69837a3302
docs/new-backend-systen: add building blocks section
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 19:32:18 +02:00
Patrik Oldsberg
fa9bbcfbdb
docs/new-backend-systen: add status section
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 18:50:16 +02:00
Patrik Oldsberg
a6c98097e2
docs/links: added short lint to new backend system docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 18:38:21 +02:00
Patrik Oldsberg
7c7a124563
docs/api/backend: move to docs/plugins/new-backend-system and add to sidebar
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 18:34:54 +02:00
Patrik Oldsberg
a83eb55d1c
docs/api/backend: updates to fit current system and reuse existing docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-10-23 18:32:58 +02:00
bogdannechyporenko
392431e5cd
Fix
...
Signed-off-by: bnechyporenko <bnechyporenko@gmail.com >
Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com >
2022-10-23 16:50:26 +02:00
bogdannechyporenko
c89650a7ab
Merge remote-tracking branch 'origin/master' into scaffolder-result-content
2022-10-23 13:19:14 +02:00
Josh Maxwell
e47f466f80
Adding changeset summary
...
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com >
2022-10-22 20:59:18 -06:00
Josh Maxwell
395c13c6ae
Updating tests to check for lowercase all type
...
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com >
2022-10-22 20:36:29 -06:00
Josh Maxwell
3c072cae16
Updating tests to check for lowercase type names
...
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com >
2022-10-22 19:43:21 -06:00
Josh Maxwell
83d7dacc4c
Removing unused capitalization import
...
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com >
2022-10-22 19:19:38 -06:00
Josh Maxwell
03c9e3aea6
Removing forced capitalization for Entity types in the sidebar.
...
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com >
2022-10-22 19:19:00 -06: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
bb7616dc34
Merge pull request #14276 from backstage/freben/limitarrr
...
Limit templates, to encourage better practices
2022-10-22 15:09:16 +01: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
Jamie Klassen
2f6f81acbd
mention connectivity to graph.microsoft.com
...
Recently I was helping somebody with a Backstage installation who was hitting
this error, and it turned out they needed a firewall rule to allow this
connectivity.
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2022-10-22 01:17:35 -04:00
Carlos Esteban Lopez
dff521fd91
docs: Fix document ID & title
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2022-10-21 17:59:28 -05:00
Patrik Oldsberg
f0de00d4eb
Merge pull request #13815 from spencerrichardhenry/scaffolderPromMetrics
...
Add default prom metrics to scaffolder
2022-10-21 20:40:06 +02:00
Carlos Esteban Lopez
56a74adc56
docs: Fix spelling issue
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2022-10-21 13:33:04 -05:00
Carlos Esteban Lopez
1c8c0a2cc7
docs: Address PR comments
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2022-10-21 13:29:39 -05:00
Carlos Esteban Lopez Jaramillo
b4399355d5
Update docs/dls/component-design-guidelines.md
...
Co-authored-by: Phil Kuang <phillip.kuang@gmail.com >
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com >
2022-10-21 13:22:34 -05:00
Patrik Oldsberg
983df167dd
Merge pull request #14165 from backstage/rugvip/basename
...
core: switch to using built-in base path in React Router v6 stable
2022-10-21 19:42:22 +02:00
Fredrik Adelöw
a937ace35f
Limit templates, to encourage better practices
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-10-21 16:49:58 +02:00
Patrik Oldsberg
fda7d90c28
Merge pull request #14038 from marcofaggian/master
...
fix(plugins/tech-radar): list rerenders on hover
2022-10-21 15:59:03 +02:00
Leon
5c3ff9c09c
chore: prettier
...
Signed-off-by: Leon <leonvanginneken@gmail.com >
2022-10-21 15:37:38 +02:00
Leon
6f6ffa5fe0
chore: api-report
...
Signed-off-by: Leon <leonvanginneken@gmail.com >
2022-10-21 15:33:08 +02:00
Rutam21
5db42c5da3
Issue-14264: Removed Issue Forms and Added Issue Templates
...
Signed-off-by: Rutam21 <rutamprita@gmail.com >
2022-10-21 18:56:01 +05:30
Leon
4aeb9638cd
feat: add option to helper fn
...
Signed-off-by: Leon <leonvanginneken@gmail.com >
2022-10-21 15:20:17 +02:00
Leon van Ginneken
4fc30a3eb9
Update tame-ads-appear.md
...
Signed-off-by: Leon <leonvanginneken@gmail.com >
2022-10-21 15:14:11 +02:00
Leon
8106afc7fd
feat: add initialDelay as option
...
Signed-off-by: Leon <leonvanginneken@gmail.com >
2022-10-21 15:10:37 +02:00