Fredrik Adelöw
|
8e5d716c0a
|
Merge pull request #8567 from backstage/freben/tasks
Introduce TaskScheduler into backends
|
2021-12-27 14:31:48 +01:00 |
|
Patrik Oldsberg
|
ef703064b2
|
Merge pull request #8577 from suuus/docs-3
Fixing image for PAT creation in Getting Started pt. 2
|
2021-12-27 14:30:40 +01:00 |
|
Patrik Oldsberg
|
c2c8768771
|
Create cyan-goats-confess.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-27 14:29:06 +01:00 |
|
Patrik Oldsberg
|
84fa1f8676
|
Merge pull request #8630 from backstage/rugvip/freeze
test-utils: freeze and serialize MockStorageApi values
|
2021-12-27 14:05:12 +01:00 |
|
goenning
|
d088a484db
|
add import to example
Signed-off-by: goenning <me@goenning.net>
|
2021-12-27 12:10:12 +00:00 |
|
goenning
|
e3b49153b7
|
add example of custom operator
Signed-off-by: goenning <me@goenning.net>
|
2021-12-27 12:08:42 +00:00 |
|
Patrik Oldsberg
|
f85880e265
|
catalog-react: update tests to work with new MockStorageApi
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-27 12:07:38 +01:00 |
|
Denis Aoki
|
aa8f764a3e
|
techdocs(sanitizer): adds iframe support (#8237)
Signed-off-by: dnsaoki2 <dnsaoki@gmail.com>
|
2021-12-27 12:01:22 +01:00 |
|
dependabot[bot]
|
8ae2911339
|
build(deps): bump mysql2 from 2.2.5 to 2.3.3
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.2.5 to 2.3.3.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v2.2.5...v2.3.3)
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-27 04:12:52 +00:00 |
|
djamaile
|
caf278c9f9
|
fix: remove double line
Signed-off-by: djamaile <rdjamaile@gmail.com>
|
2021-12-27 01:59:04 +01:00 |
|
djamaile
|
ffe4a9a8a8
|
fix: remove unused var
Signed-off-by: djamaile <rdjamaile@gmail.com>
|
2021-12-27 00:34:31 +01:00 |
|
djamaile
|
2c9e29a352
|
test: add fire event click to tests
Signed-off-by: djamaile <rdjamaile@gmail.com>
|
2021-12-27 00:24:24 +01:00 |
|
Fredrik Adelöw
|
0dcd1dd64f
|
Introduce TaskScheduler into backends
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2021-12-25 15:14:55 +01:00 |
|
mufaddal motiwala
|
8f3f8dbe76
|
Add reviewer for plugins/newrelic-dashboard
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-24 18:57:25 +05:30 |
|
Patrik Oldsberg
|
c36b7794f7
|
test-utils: freeze and serialize MockStorageApi values
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-24 11:44:08 +01:00 |
|
Patrik Oldsberg
|
a85d9fe831
|
Merge pull request #8629 from backstage/rugvip/bonus
release shortcuts plugin patch
|
2021-12-24 11:24:18 +01:00 |
|
Patrik Oldsberg
|
2bd44f673b
|
release shortcuts plugin patch
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-24 10:51:48 +01:00 |
|
Fredrik Adelöw
|
78b8229f93
|
Merge pull request #8628 from tomwolfgang/patch-1
Update ADOPTERS.md - adding Overwolf
|
2021-12-24 10:17:49 +01:00 |
|
Tom Wolf
|
01d894192d
|
Update ADOPTERS.md - adding Overwolf
|
2021-12-24 10:55:50 +02:00 |
|
Fredrik Adelöw
|
74bfed65cd
|
Merge pull request #8627 from backstage/dependabot/npm_and_yarn/express-4.17.2
build(deps): bump express from 4.17.1 to 4.17.2
|
2021-12-24 09:05:42 +01:00 |
|
Fredrik Adelöw
|
78b4e3eed5
|
Merge pull request #8626 from kuangp/fix/shortcuts
fix(shortcuts): make writable copies of saved shortcuts from storageApi
|
2021-12-24 09:04:36 +01:00 |
|
dependabot[bot]
|
67859f9a05
|
build(deps): bump express from 4.17.1 to 4.17.2
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-24 04:42:37 +00:00 |
|
Phil Kuang
|
b50cbd047b
|
fix(shortcuts): make writable copies of saved shortcuts from storageApi
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2021-12-23 20:11:09 -05:00 |
|
goenning
|
c75c918048
|
add @types/react dependency
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 16:24:29 +00:00 |
|
Eric Peterson
|
94cdf5d1bd
|
Memory cache client should share memory.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2021-12-23 17:17:56 +01:00 |
|
goenning
|
d83079fc11
|
expose techInsightsApiRef
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 16:04:38 +00:00 |
|
Colton Padden
|
7e45b03f4d
|
add msw intercept for graph.microsoft and test photo query response
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
|
2021-12-23 10:57:36 -05:00 |
|
Patrik Oldsberg
|
5284458e18
|
Merge pull request #8606 from mufaddal7/fix/remove-css
remove internal and inline css
|
2021-12-23 16:27:15 +01:00 |
|
Patrik Oldsberg
|
1fc4105bb0
|
Merge pull request #8601 from erikxiv/fix-api-auth-in-tech-insights
fixes api auth bug in tech-insights plugin
|
2021-12-23 15:52:49 +01:00 |
|
Patrik Oldsberg
|
e355cef650
|
Merge pull request #8617 from backstage/rugvip/norelease
changeset/config: remove confusing config
|
2021-12-23 15:51:35 +01:00 |
|
Phil Kuang
|
8e20d72cd4
|
feat(TemplatePage): serialize form data into url for back navigation
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2021-12-23 09:30:46 -05:00 |
|
Phil Kuang
|
d078377f67
|
feat(scaffolder): support updating template inputs of tasks
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2021-12-23 09:30:40 -05:00 |
|
Patrik Oldsberg
|
f13228792e
|
Merge pull request #8533 from RoadieHQ/gh-creds-interface
create an interface for gh creds provider
|
2021-12-23 14:29:17 +01:00 |
|
Patrik Oldsberg
|
a385c77b88
|
changeset/config: remove confusing config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-23 14:28:05 +01:00 |
|
Patrik Oldsberg
|
14824ff60a
|
Merge pull request #8615 from mufaddal7/microsite/add-plugin
add New Relic Dashboard plugin in marketplace
|
2021-12-23 14:21:57 +01:00 |
|
mufaddal motiwala
|
6bf1e1a834
|
rewording
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-23 18:46:53 +05:30 |
|
dependabot[bot]
|
52ba8760d8
|
build(deps): bump @azure/identity from 1.5.0 to 2.0.1
Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 1.5.0 to 2.0.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_1.5.0...@azure/identity_2.0.1)
---
updated-dependencies:
- dependency-name: "@azure/identity"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-23 13:12:38 +00:00 |
|
Patrik Oldsberg
|
b315430f9d
|
Merge pull request #8514 from backstage/changeset-release/master
Version Packages
|
2021-12-23 14:07:19 +01:00 |
|
mufaddal motiwala
|
5ccdc3c05a
|
added new-relic-dashboard in plugin marketplace
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-23 18:06:08 +05:30 |
|
Brian Fletcher
|
7d4b4e937c
|
addressing review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
|
2021-12-23 12:31:09 +00:00 |
|
github-actions[bot]
|
3d68c45ef7
|
Version Packages
|
2021-12-23 12:23:34 +00:00 |
|
Patrik Oldsberg
|
3313e03905
|
Merge pull request #8611 from backstage/rugvip/tweakpkg
changesets: tweak target package of @techdocs/cli change
|
2021-12-23 13:16:10 +01:00 |
|
mufaddal motiwala
|
67489db5d6
|
embedded-techdocs-app changed to @techdocs/cli
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
|
2021-12-23 17:29:31 +05:30 |
|
Patrik Oldsberg
|
db70a6e482
|
changesets: tweak target package of @techdocs/cli change
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-12-23 12:10:45 +01:00 |
|
Camila Belo
|
49a696d720
|
[Search] Standardizes input search components (#8532)
* refactor(plugin-search): customize search bar components
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* refactor(plugin-search): use search bar in search modal
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* refactor(plugin-search): customize home page search bar
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* chore(plugin-search): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* chore: add changeset file
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
* increase default debounceTime and remove prop from SearchBar in SearchModal + SearchPage in app
Signed-off-by: Emma Indal <emmai@spotify.com>
* update test using default debounce time
Signed-off-by: Emma Indal <emmai@spotify.com>
* add changeset for create-app
Signed-off-by: Emma Indal <emmai@spotify.com>
* fix exports after rebase
Signed-off-by: Emma Indal <emmai@spotify.com>
Co-authored-by: Emma Indal <emmai@spotify.com>
|
2021-12-23 12:05:26 +01:00 |
|
goenning
|
273c9aa1ca
|
fix unit test
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 11:03:06 +00:00 |
|
Patrik Oldsberg
|
9d31470853
|
Merge pull request #8610 from backstage/rugvip/patchk8s
changesets: switch k8s export change to patch
|
2021-12-23 12:01:12 +01:00 |
|
goenning
|
fc6530ea19
|
fix unit test name
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 10:49:44 +00:00 |
|
goenning
|
d0db4a56f1
|
update api reports
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 10:49:44 +00:00 |
|
goenning
|
8d00dc427c
|
ability to add custom operators
Signed-off-by: goenning <me@goenning.net>
|
2021-12-23 10:49:44 +00:00 |
|