Commit Graph

49 Commits

Author SHA1 Message Date
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
blam e44cb85b22 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (66 commits)
  chore: fix lerna linting
  v0.1.1-alpha.25
  Add Code Insights plugin to sample app and marketplace (#2833)
  Improve main CI build status badge in README (#2866)
  Update roadmap: Design System 🚢 (#2858)
  github/codecov: switch to informational mode
  github/workflows: use the tip of master as the base for comparing PR code coverage
  make saml provider path from globalConfig (#2855)
  fix(catalog-backend): limit search value lengths
  Update project Copyright (#2852)
  fix(catalog-backend): actually use modified entity output (default namespace was broken)
  remove unnecessary center keyword
  Move card header bg to up contrast, fix #2558
  Update name of env authentication env vars
  Fix feedback from dtuite
  Remove chart testing workflow for now
  Only lint charts on Pull Requests
  Move the k8s deployment docs to its own helm deployment page
  Remove line in initdb script that creates backend db
  Use app-config.development.yaml to provide configuration instead of local
  ...
2020-10-13 03:56:13 +02:00
Marvin9 6e3ba7c2c4 chore: resolve conflicts 2020-10-11 19:19:35 +05:30
Marvin9 6d68f6fec1 feat: consume theme provided by Page theme provider 2020-10-11 19:14:23 +05:30
Stefan Ålund 8d666e43bd Use MissingAnnotationEmptyState for plugins (#2824) 2020-10-09 15:11:15 +02:00
blam a0604474c1 chore: removing the last of the deps in the plugins 2020-10-09 13:49:10 +02:00
Marvin9 e2564645e5 feat: Replace old page theme props with new ones 2020-10-04 18:03:50 +05:30
Björn Marschollek bb7430daba Refactor the Sentry plugin router 2020-09-04 13:58:34 +02:00
Björn Marschollek eb4d54fcc4 Adapt app-driven entity page
Addresses the changes required after merging #2076. The Sentry plugin
now defines a router and the widget will be displayed as a tab.
2020-09-04 12:51:53 +02:00
David Tuite e5d4a1f726 Get backend base URL from config in Sentry plugin 2020-07-21 16:59:25 +01:00
Raghunandan fe71f493fb Read sentry org from config. 2020-07-21 09:24:09 +02:00
Fredrik Adelöw 7389f326d9 chore: add import/newline-after-import lint rule 2020-07-02 11:25:04 +02:00
ellinors 434994bfee Code change to remove React.FC in SentryIssueTable.tsx, testing it out 2020-07-01 14:28:07 +02:00
ellinors 563a8a5f4e Enabled 'dense' mode for Table cells.
Hardcoded cell styling for Table was removed to enable 'dense' as a cell padding choice.
Padding customisation for inherited smallSize was added.
Dense mode was chosen for sentry issues table rows.
2020-06-29 14:20:34 +02:00
Patrik Oldsberg 9f50e7c1b4 packages,plugins: fix lint issues 2020-06-01 16:09:10 +02:00
Adil Alimbetov f72d97dc17 Sidebar logo update (#814)
* Testing logo ux

* Updated logo on sidebar

* removed unused vars

* adjusted types on icon components
2020-05-27 10:13:41 +02:00
Stefan Ålund edca7e257e Add Sentry plugin to Explore (#974) 2020-05-25 09:20:06 +02:00
Wojciech Adaszynski baf8188db7 Sentry plugin refactoring - code review changes 2020-05-20 12:31:25 +02:00
Wojciech Adaszynski 0783e07290 Fix linter errors and warnings in sentry plugin 2020-05-20 12:12:58 +02:00
Wojciech Adaszynski 915167e950 Fix Sentry plugin tests 2020-05-20 12:12:58 +02:00
Wojciech Adaszynski 807febae5a Provide Sentry token to Sentry API through env variable 2020-05-20 12:12:58 +02:00
Wojciech Adaszynski 3d4249b673 Add Sentry plugin front-end 2020-05-20 12:12:57 +02:00