Commit Graph

145 Commits

Author SHA1 Message Date
Ivan Shmidt 684408f0ff feat: lazylog 2020-05-06 12:37:26 +02:00
Ivan Shmidt 6b44dd110c feat: routing -> plugin routing 2020-05-06 11:18:49 +02:00
Ivan Shmidt 30370d711d Merge branch 'circleci-plugin' of github.com:Nek/backstage into feature/log-view 2020-05-06 11:04:28 +02:00
Ivan Shmidt 633f592f81 feat: move proxy to devserver 2020-05-06 10:32:18 +02:00
Nikita Nek Dudnik 8a9241619e Implement logs visualization 2020-05-05 22:40:43 +02:00
Nikita Nek Dudnik 950830571e Add ugly log visualization 2020-05-05 16:44:39 +02:00
Nikita Nek Dudnik 20ef06f6f3 Add detailed view page with a list of build steps 2020-05-05 12:46:43 +02:00
Nikita Nek Dudnik 9e7bc70728 Restructure pages 2020-05-05 11:23:37 +02:00
Ivan Shmidt 21ac45698a feat: visual adjustments 2020-05-04 23:10:14 +02:00
Ivan Shmidt 08a3033942 feat: react-router links, some ui edits 2020-05-04 22:42:48 +02:00
Ivan Shmidt f028801f39 feat: retry 2020-05-04 21:41:38 +02:00
Ivan Shmidt 31d05b1f92 feat: circleCI backend proxy 2020-05-04 20:58:39 +02:00
Nikita Nek Dudnik 39f500a059 Merge branch 'circleci-plugin' of github.com:Nek/backstage into circleci-plugin 2020-05-04 16:49:07 +02:00
Ivan Shmidt a6dcc9b2e3 feat: settings page 2020-05-04 15:48:07 +02:00
Nikita Nek Dudnik f708802711 Move owner/repo form into CircleCIFetch component 2020-05-04 14:53:01 +02:00
Nikita Nek Dudnik cf963ceae8 Add owner and repo options to authenticate method 2020-05-04 13:54:05 +02:00
Ivan Shmidt 00efbfe87e feat: save token to session storage and read from it 2020-04-30 16:37:07 +02:00
Ivan Shmidt 6082897382 feat: proper api flow implementation 2020-04-30 16:19:00 +02:00
Nikita Nek Dudnik a0c9155272 feat: build name, status and ID 2020-04-30 11:55:22 +02:00
Ivan Shmidt 564c0954ec feat(circleci-plugin): nice table view 2020-04-30 11:29:43 +02:00
Ivan Shmidt cbda9adb45 feat: token input and showing list of builds 2020-04-29 17:05:29 +02:00
Nikita Nek Dudnik 6f58e92fc7 Create plugin draft 2020-04-29 16:34:35 +02:00
Patrik Oldsberg 49049665d4 Merge pull request #653 from spotify/rugvip/dev-utils
Add new dev-utils package with createDevApp() to simplify plugin dev setup
2020-04-28 16:20:30 +02:00
Jose Balanza Martinez ea880db04a Use useInterval() hook to refetch audit status in lighthouse plugin WIP (#623)
* Fix error when using yarn lint

* Update logic for create app

* Add eslint-react-hooks

* Move common utils to utils.ts

* Add AuditListRow that refetches the audit

* Fixed Audit state using a react component

* Change AuditListRow to AuditRow

* Fixed some eslint-react-hooks warnings

* Change AuditListRow to AuditRow

* Merge

* Fixes tests in AuditListTable.test.tsx

* Refactored based on freben's review

* Remove eslint-plugin-react-hooks
2020-04-27 16:59:52 +02:00
Bilawal Hameed e7f25aa91b changed object to Partial type 2020-04-27 15:02:40 +02:00
Bilawal Hameed e9ba3895a9 adjust getBBox polyfill logic 2020-04-27 15:02:40 +02:00
Bilawal Hameed 9fdc99c3e8 added initial docs 2020-04-27 15:02:40 +02:00
Bilawal Hameed 4faf199f72 added tests for RadarPage 2020-04-27 15:02:40 +02:00
Bilawal Hameed e6af811771 add polyfill for SVGElement.prototype.getBBox (not supported in JSDOM) 2020-04-27 15:02:40 +02:00
Bilawal Hameed 521015ed26 migrated RadarBubble to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed 6b6d31a556 migrated RadarEntry to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed 60f4ca9797 migrated RadarFooter to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed d09c5332bf migrated RadarLegend to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed 1c3c6aa2a4 migrated RadarGrid to material-ui styles 2020-04-27 15:02:40 +02:00
Bilawal Hameed c521e175f9 removed css modules from css 2020-04-27 15:02:40 +02:00
Bilawal Hameed 54908acd59 fixed linting errors 2020-04-27 15:02:40 +02:00
Bilawal Hameed 02969e44e5 added example implementation 2020-04-27 15:02:39 +02:00
Bilawal Hameed cdcb414412 migrated tech radar from internal implementation 2020-04-27 15:02:39 +02:00
Bilawal Hameed 1660be5f84 added packages: d3-force, colors, prop-types 2020-04-27 15:02:39 +02:00
Bilawal Hameed 822701684b added skeleton 2020-04-27 15:02:39 +02:00
Fredrik Adelöw 6fdef8ac9b Address comments 2020-04-27 10:01:57 +02:00
Fredrik Adelöw c89f7d000e Add skeleton for inventory plugin 2020-04-27 09:22:30 +02:00
Patrik Oldsberg 6ab99a2052 plugins/graphiql: move dev and test utils to devDependencies 2020-04-26 17:26:49 +02:00
Patrik Oldsberg e62bd2b431 plugins/home-page: use dev-utils to set up dev app 2020-04-26 17:26:49 +02:00
Patrik Oldsberg b81ebe7e72 packages/dev-utils: refactor to be more like createApp 2020-04-26 17:26:48 +02:00
Patrik Oldsberg 53c0d19e8d plugins/graphiql: use dev-utils to set up dev serve 2020-04-26 14:19:20 +02:00
Patrik Oldsberg 2526eebdf1 Merge pull request #646 from spotify/rugvip/graphiql
[Plugin] Add GraphiQL Plugin
2020-04-26 14:18:52 +02:00
Patrik Oldsberg 3dc707c156 packages: only include dist folder in published packages 2020-04-25 19:42:47 +02:00
Patrik Oldsberg 0e78bc1935 plugins/graphiql: fix GraphiQLBrowser tests 2020-04-25 16:51:22 +02:00
Patrik Oldsberg 7897d3488c plugins/graphiql: update tests for GraphiQLPage + fixes 2020-04-25 16:51:22 +02:00