Commit Graph

20104 Commits

Author SHA1 Message Date
Lykke Axlin 602f2c543c add Bazaar to marketplace and minor UI and API improvements
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>
2022-01-11 13:29:09 +01:00
Lykke Axlin 675578a4b3 update demo gif and decpendencies
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-12-15 12:23:36 +01:00
Lykke Axlin 1b6e709011 Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes 2021-12-15 11:22:13 +01:00
Lykke Axlin a9c3cc82ba update yarn.lock
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-12-15 11:19:48 +01:00
Ben Lambert 06403a0475 Merge pull request #8343 from backstage/rugvip/presence
catalog-backend: fix handling of optional locations
2021-12-15 11:18:31 +01:00
Lykke Axlin 4ccbf87557 Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes 2021-12-15 11:17:11 +01:00
Lykke Axlin 26926bb7a7 add changeset
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>
2021-12-15 11:16:43 +01:00
Ben Lambert 1acea02844 Merge pull request #8384 from marleypowell/marley/7678-pull-request-custom-filters
feat: Added ability to configure PR columns with parameters using filters.
2021-12-15 10:58:26 +01:00
Lykke Axlin 79ce347d05 Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes 2021-12-15 10:52:43 +01:00
Lykke Axlin a7a8e05fd2 cleanup
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-12-15 10:26:29 +01:00
Ben Lambert 9d03616a56 Merge pull request #8456 from Oriflame/feature/ownershipcard-configurable-kind-and-type-7806
Ownershipcard filter configurable
2021-12-15 10:20:15 +01:00
Ben Lambert c3df6347f3 Merge pull request #8484 from dehamzah/add-missing-overrideable-comp-sidebar
Add Missing Overridable Components Type for SidebarSpace, SidebarSpacer, and SidebarDivider
2021-12-15 10:10:30 +01:00
Jan Vilimek 95284ba572 improved tests / comment
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-15 09:45:15 +01:00
Patrik Oldsberg f7fe2b3f58 Merge pull request #8490 from backstage/mob/hidden-error-docs
core-plugin-api: document ErrorApiErrorContext.hidden
2021-12-15 09:33:39 +01:00
Patrik Oldsberg 8c687e9bf5 Merge pull request #8491 from backstage/rugvip/docfix
docs/api-reference: fix missing content + bump to latest version of rushstack deps
2021-12-15 09:33:19 +01:00
Fredrik Adelöw f8eb4d8a34 Merge pull request #8492 from backstage/dependabot/npm_and_yarn/types/dagre-0.7.46
build(deps-dev): bump @types/dagre from 0.7.44 to 0.7.46
2021-12-15 08:46:28 +01:00
dependabot[bot] 0c09c969c7 build(deps-dev): bump @types/dagre from 0.7.44 to 0.7.46
Bumps [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) from 0.7.44 to 0.7.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre)

---
updated-dependencies:
- dependency-name: "@types/dagre"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 04:12:30 +00:00
Patrik Oldsberg 7b6b992e7a scripts/api-extractor: remove workaround for duplicate install
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 01:45:41 +01:00
Patrik Oldsberg 12f674f608 package.json: fix duplicate api-extractor installs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 01:45:41 +01:00
Patrik Oldsberg 813db5928b core-plugin-api: document ErrorApiErrorContext.hidden
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 01:17:58 +01:00
Jan Vilimek 60abfd536a Improved unit tests
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-14 19:04:51 +01:00
Ben Lambert 3a3797d858 Merge pull request #8277 from Balasundaram/scaffolder-gitlab-mr-publish-v2
Scaffolder gitlab mr publish v2
2021-12-14 18:41:07 +01:00
Lykke Axlin 0f15f775af updated call to get user id with new api
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
2021-12-14 17:37:33 +01:00
Marley Powell bd658a58b7 test: Added some unit test for pull request filters.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-14 15:40:51 +00:00
Marley Powell cc51997496 chore: Updated API reports.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-14 15:09:14 +00:00
Marley Powell 98e01d0f2b feat: Updated type exports.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-14 15:04:52 +00:00
Marley Powell daf32e2c9b chore: Generated changeset.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-14 15:04:09 +00:00
Marley Powell 02e8f34c29 Merge branch 'master' of https://github.com/backstage/backstage into marley/7678-pull-request-custom-filters 2021-12-14 14:34:14 +00:00
Ben Lambert 5bffa160cd Merge pull request #8448 from Erog38/patch-1
containerRunner optional for createRouter
2021-12-14 14:49:40 +01:00
Dede Hamzah 5b54d63477 Add missing api report
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
2021-12-14 16:53:31 +07:00
Dede Hamzah 9c0265a6aa Update changeset to fix failed Vale
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
2021-12-14 16:37:31 +07:00
Johan Haals 9b84f1228c Merge pull request #8482 from backstage/dependabot/npm_and_yarn/eslint-plugin-import-2.25.3
build(deps): bump eslint-plugin-import from 2.22.1 to 2.25.3
2021-12-14 09:32:11 +01:00
Johan Haals 18e22c6549 Merge pull request #8476 from backstage/Rugvip-patch-1
workflows/stale: bump PR close days to 5
2021-12-14 09:31:55 +01:00
Patrik Oldsberg 2fc7ebe60c Merge pull request #8481 from backstage/dependabot/npm_and_yarn/types/ldapjs-2.2.2
build(deps): bump @types/ldapjs from 2.2.0 to 2.2.2
2021-12-14 09:30:23 +01:00
Lykke Axlin cfb9f192a3 Merge branch 'master' of https://github.com/backstage/backstage into bazaar-workflow-changes 2021-12-14 09:29:51 +01:00
Patrik Oldsberg c207fdb81b Merge pull request #8480 from backstage/dependabot/npm_and_yarn/humanize-duration-3.27.1
build(deps): bump humanize-duration from 3.27.0 to 3.27.1
2021-12-14 09:27:13 +01:00
Dede Hamzah 1680a1c5ac Add Missing Overridable Components Type for SidebarSpace, SidebarSpacer, and SidebarDivider Components
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
2021-12-14 15:09:32 +07:00
dependabot[bot] 39553c1357 build(deps): bump eslint-plugin-import from 2.22.1 to 2.25.3
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.22.1 to 2.25.3.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.22.1...v2.25.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 04:23:56 +00:00
dependabot[bot] b5fb3dbc9e build(deps): bump @types/ldapjs from 2.2.0 to 2.2.2
Bumps [@types/ldapjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ldapjs) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ldapjs)

---
updated-dependencies:
- dependency-name: "@types/ldapjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 04:23:04 +00:00
dependabot[bot] 2c9001fef1 build(deps): bump humanize-duration from 3.27.0 to 3.27.1
Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.27.0 to 3.27.1.
- [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases)
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md)
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/commits)

---
updated-dependencies:
- dependency-name: humanize-duration
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 04:20:37 +00:00
Patrik Oldsberg 201953b21e workflows/stale: bump PR close days to 5
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-13 23:26:06 +01:00
Patrik Oldsberg 8bd3b6dbb9 Merge pull request #8469 from backstage/mob/auth-renames
core-plugin-api: rename OAuthRequest API types
2021-12-13 23:24:55 +01:00
Camila Belo ab1a69bcc3 Merge pull request #8365 from kuangp/fix/techdocs
fix(techdocsStorageClient): properly construct baseUrls
2021-12-13 22:46:36 +01:00
Patrik Oldsberg 4594ea2dab catalog-react: weird api-report reordering
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-13 18:24:46 +01:00
Patrik Oldsberg fa5b141de9 Merge pull request #8472 from backstage/Rugvip-patch-1
Delete cold-otters-prove.md
2021-12-13 18:22:41 +01:00
Jan Vilimek bc1e2f20bd unit test fixed
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-13 17:36:48 +01:00
Jan Vilimek 0be6cb1111 no bump for example-app
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-13 17:36:47 +01:00
Balasundaram 8ab8c30f1b Adding fixes for changeset spelling
Signed-off-by: Balasundaram <balabtech@hotmail.com>
2021-12-13 11:10:20 -05:00
Fredrik Adelöw f0ed50adb0 Merge pull request #8364 from backstage/sqlite-separate-files
Overwrite sqlite filename per plugin
2021-12-13 16:56:56 +01:00
Patrik Oldsberg fd9c1abd2c Delete cold-otters-prove.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-13 16:41:49 +01:00