Commit Graph

71 Commits

Author SHA1 Message Date
Fredrik Adelöw 1d7c989db2 remove even more BackstageTheme usages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-20 15:52:05 +01:00
blam 1c8b7a4b17 chore: change usage of the component
Signed-off-by: blam <ben@blam.sh>
2023-10-26 22:26:30 +02:00
Patrik Oldsberg 0296f272b4 type fixes for React 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-13 11:24:00 +02:00
Fredrik Adelöw 814feeed73 fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-09-04 09:47:28 +02:00
Patrik Oldsberg f4e4f04152 Merge pull request #15723 from RoadieHQ/fix/sentry-time-filter
add filter to sentry table
2023-02-01 20:45:47 +01:00
Fredrik Adelöw 85b04f659a get rid of usages of substr which is deprecated
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-01-23 14:35:21 +01:00
Kiss Miklos 5523f06afc fix tests
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2023-01-17 02:28:52 +01:00
Kiss Miklos c2fdf0c7f5 use regular mui Select
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2023-01-13 10:43:40 +01:00
Kiss Miklos 78bd3b80e2 add filter to sentry table
Signed-off-by: Kiss Miklos <miklos@roadie.io>
2023-01-13 10:43:40 +01:00
Patrik Oldsberg 0f50c7c754 refactor tests to use renderInTestApp
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-31 19:14:29 +01:00
Patrik Oldsberg 2e701b3796 refactor react-router -> react-router-dom
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-10 15:17:53 +01:00
Fredrik Adelöw 37bfd1a4dd sentry
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-19 10:21:26 +02:00
Fredrik Adelöw 3f739be9d9 more api cleanup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-18 15:16:19 +02:00
Antonio Musolino 1b7c691a3b feat(sentry): added possibility to specify organization per component
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com>
2022-07-06 15:39:58 +02:00
Jonathan Sundquist 607a3ed0e2 feat(sentry): move isSentryAvailable check to its own file
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
2022-05-20 10:02:09 -05:00
Jonathan Sundquist c55f6cb22d feat(sentry): adding a check if sentry is available
Signed-off-by: Jonathan Sundquist <jsundquist@gmail.com>
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
2022-05-20 10:02:09 -05:00
Frank Cycan 68bb66102d feat(SentryPlugin): Exposed Material table Options
Signed-off-by: Frank Cycan <frank@hqo.co>
2022-03-31 10:54:21 -04:00
Patrik Oldsberg 51fbedc445 plugins: migrate usage of deprecated IdentityApi methods
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-13 19:51:30 +01:00
Patrik Oldsberg 4ce51ab0f1 use precise imports of react-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-30 12:53:16 +01:00
Fredrik Adelöw d0523cec56 Merge pull request #8156 from WarlenRodrigues/fixing_link_somponents_usage
Fixed Link components usage. Now, all links use the Backstage's Link c…
2021-12-21 08:10:15 +01:00
WarlenRodrigues 22bf2da934 Fied Link components usage. Now, all links use the Backstage's Link component
Signed-off-by: WarlenRodrigues <warlen.cesarrodrigues@gmail.com>
2021-12-20 19:18:04 +01:00
Colton Padden 345dcea560 release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:34 -05:00
blam 1332a98a01 chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:24:20 +01:00
rodion 311d604bea fix: plugin sentry id token / private method
Signed-off-by: rodion <rodiongork@github.com>
2021-10-31 22:43:24 +03:00
rodion 197601f21c fix: sentry-plugin passing token - no need for catch
Signed-off-by: rodion <rodiongork@github.com>
2021-10-27 11:28:58 +03:00
rodion 33d7bd0baa fix: sentry plugin can pass id token
Signed-off-by: rodion <rodiongork@github.com>
2021-10-26 21:57:04 +03:00
rodion 61fe752dad fix: sentry plugin corrected allowed period values
according https://docs.sentry.io/api/events/list-a-projects-issues/

Signed-off-by: rodion <rodiongork@github.com>
2021-10-25 22:48:14 +03:00
rodion 43b77e1e5e fix: sentry-plugin query parameter is optional
Signed-off-by: rodion <rodiongork@github.com>
2021-10-25 15:05:07 +03:00
rodion 97231f5581 fix: sentry plugin allows search query parameter
specified by documentation https://docs.sentry.io/api/events/list-a-projects-issues/

Signed-off-by: rodion <rodiongork@github.com>
2021-10-21 21:39:47 +03:00
rodion f93e4349e5 fix: sentry-plugin corrected api parameter name
according to documentation https://docs.sentry.io/api/events/list-a-projects-issues/

Signed-off-by: rodion <rodiongork@github.com>
2021-10-20 11:39:57 +03:00
Eric Peterson 81a41ec249 Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-10-04 19:29:43 +02:00
Patrik Oldsberg 8142a8ecb2 packages,plugins: add package documentation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-14 18:47:53 +02:00
Miguel Alexandre 2044ae8b20 Render "Last 24h" instead of "For 24h"
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-19 13:56:15 +02:00
Miguel Alexandre d8e4afc620 Render the statsFor property in sentry issues table
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-19 13:56:15 +02:00
Miguel Alexandre 0e7595d191 Fix Sentry widget showing [No Type]
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-13 12:40:55 +02:00
Patrik Oldsberg 9258c54f87 Merge branch 'master' into rugvip/mod 2021-06-22 10:07:18 +02:00
Patrik Oldsberg d453c05dc3 apply core-imports codemod to all packages and plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-19 15:33:08 +02:00
Fredrik Adelöw a88073c29a Update copyright headers
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-18 20:26:42 +02:00
Vitor Capretz 4bd96b110f Replace timeago.js in favor of luxon in Sentry plugin
Signed-off-by: Vitor Capretz <capretzvitor@gmail.com>
2021-06-12 13:42:40 +02:00
Oliver Sand f4c2bcf54b Use a more strict type for variant of cards
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-17 11:41:53 +01:00
Patrik Oldsberg 53d3e2d626 sentry: update plugin instance export name 2021-02-10 17:31:10 +01:00
Oliver Sand c677643afa Rename from @backstage/plugin-catalog-common-react to @backstage/plugin-catalog-react 2021-01-29 10:54:09 +01:00
Oliver Sand 019fe39a08 Createa @backstage/plugin-catalog-common-react package 2021-01-29 10:54:09 +01:00
Patrik Oldsberg 29afabd440 sentry: port to new composability API
Co-authored-by: blam <ben@blam.sh>
2020-12-23 18:35:08 +01:00
Askar a6a2ca6204 remove React's FC type from codebase (#3527)
* WIP-packages: remove React's FC type from codebase

* remove FC from other directories

* fix build failures

* add types to required packages
2020-12-10 11:23:29 +01:00
Dominik Henneke 075d3dc5ae Refactor the Sentry plugin to use the proxy backend instead of a custom backend 2020-12-07 17:21:59 +01:00
Adam Harvey 303c5ea171 chore(sentry,welcome): Refactor route registration to remove deprecating code (#3493)
* Refactor route registration

* Reference route RFC

* Refactor example code to remove deprecated call

* Add changeset

* Return feature flag
2020-11-30 09:04:13 +01:00
blam 0f76b11669 chore: fixing typescript issues with using the new fetch 2020-10-20 10:17:31 +02:00
blam 101978963d Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (139 commits)
  Cleanup
  Update PinButton.test.tsx
  feat: update github insights plugin version (#2973)
  Ignore IntelliJ *.iml files (#2971)
  chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
  fix the plugin card on plugins page
  align 'Add to Marketplace' button on plugins page
  fix the PluginGrid on mobiles sizes
  use getBy query instead of queryBy when asserting for elements present in document (#2951)
  Update PinButton.tsx
  Add test case for Progress component (#2953)
  fix the styling of footer copy on mobile
  add changeset
  handle the case where no entities are available to show
  core-api: work around issue with ApiRef export const declarations
  core-api: move utility api system implementation into apis/system
  Update docs regarding npm config ignore-scripts flag
  Another try
  Fix Core Features configuration id (#2948)
  Fix test?
  ...
2020-10-19 23:57:40 +02:00
Marvin9 8f0608a5ed chore: refactor 2020-10-15 09:16:39 +05:30