74233 Commits

Author SHA1 Message Date
Stefan Ålund 5c8bd82aa1 Changed style of Table story (#733) 2020-05-07 10:49:26 +02:00
Ivan Shmidt 4476a14fa1 fix: store vcs settings 2020-05-07 10:32:32 +02:00
Ivan Shmidt 7b3dcff47c fix: authed, column sizes
Co-authored-by: Nikita Dudnik <nikdudnik@gmail.com>
2020-05-07 10:27:06 +02:00
Fredrik Adelöw 8d8183cca6 Merge pull request #732 from spotify/freben/dev
OCD time: devDependencies consistently below dependencies :)
2020-05-07 09:12:07 +02:00
Fredrik Adelöw 9e4c8fc8ca Merge pull request #731 from spotify/freben/lock
Running yarn on master gives these changes
2020-05-07 09:11:11 +02:00
Fredrik Adelöw c1dd24a100 OCD time: devDependencies consistently below dependencies :) 2020-05-07 08:46:10 +02:00
Fredrik Adelöw fa8bfc548b Running yarn on master gives these changes 2020-05-07 08:39:39 +02:00
Fredrik Adelöw 9820d14e7f Merge pull request #730 from spotify/freben/prettier
Ran prettier everywhere
2020-05-07 07:50:56 +02:00
Fredrik Adelöw 6424ce2306 Ran prettier everywhere 2020-05-07 07:21:27 +02:00
Bilawal Hameed 91101b05f0 Merge pull request #698 from spotify/bil/tech-radar-as-a-react-component
plugin(tech-radar): make configurable as a UI component or Backstage plugin
2020-05-06 20:59:24 +02:00
Nikita Dudnik 6fade5fe8f Merge pull request #8 from Nek/feat/new-table-make-it-work
feat: make it work
2020-05-06 17:28:40 +02:00
Stefan Ålund f9a9e8cea2 Simplify welcome screen (#728)
* Simplify welcome screen

* Delete non-used code

* Review comments
2020-05-06 17:25:38 +02:00
Patrik Oldsberg ccee67c333 Merge pull request #729 from spotify/rugvip/nosrc
drop support for src-relative imports
2020-05-06 17:23:18 +02:00
Ivan Shmidt bdb02f7de0 feat: make it work 2020-05-06 17:21:41 +02:00
Patrik Oldsberg 70040b22a7 drop support for src-relative imports 2020-05-06 16:48:55 +02:00
Ivan Shmidt 34d5a985a0 fix: types 2020-05-06 15:57:50 +02:00
Ivan Shmidt e12c69e7f0 Merge pull request #7 from Nek/master
Updates from upstream
2020-05-06 15:31:13 +02:00
Ivan Shmidt e88b290b9b Merge branch 'circleci-plugin' into master 2020-05-06 15:30:38 +02:00
Ivan Shmidt 87afc93989 Merge pull request #6 from Nek/feature/action-output-table
Extract CITable rows into components
2020-05-06 15:27:08 +02:00
Nikita Nek Dudnik ca7d863d06 Extract CITable rows into components 2020-05-06 15:24:01 +02:00
Ivan Shmidt d56be21187 Merge pull request #5 from spotify/master
Sync forks
2020-05-06 15:23:18 +02:00
Fredrik Adelöw a8584e7cec Merge pull request #727 from spotify/freben/winston
Simplify logger creation in tests
2020-05-06 15:10:01 +02:00
Fredrik Adelöw 5961be5861 Simplify logger creation in tests 2020-05-06 13:30:58 +02:00
Sebastian Qvarfordt 425cf93c08 Replacing SortableTable and a few MUI tables with new Table component (#722)
* Befind work of replacing tables with new Table component

* Removed test plugins and fixed test

* Fixed lint issue

* Removed toolbar from lighthouse audit page

* Moved column out of auditstables render function, no no interation with useInterval
2020-05-06 12:58:34 +02:00
Nikita Dudnik c0257cde2a Merge pull request #4 from Nek/feat/lazylog
feat: lazylog
2020-05-06 12:42:23 +02:00
Ivan Shmidt 684408f0ff feat: lazylog 2020-05-06 12:37:26 +02:00
Nikita Dudnik 7900efbb9e Merge pull request #2 from Nek/feature/log-view
Feature/log view
2020-05-06 11:31:57 +02:00
Nikita Dudnik 0d8abf7ea7 Merge pull request #3 from Nek/feat/new-routing
feat: routing -> plugin routing
2020-05-06 11:30:05 +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
Nikita Dudnik 484baa6521 Merge pull request #1 from Nek/feat/proxy-devserver
feat: move proxy to devserver
2020-05-06 10:46:43 +02:00
Ivan Shmidt 633f592f81 feat: move proxy to devserver 2020-05-06 10:32:18 +02:00
Jose Balanza Martinez 5b0e808204 Structured metadata list color fix and update to typescript DRAFT (#656)
* Fix Structure Metadata Table and change to .tsx

* Change StructuredMetadataTable to typescript

* Oops forgot to actually fix the font color

* Fixing some more type issues

* changed padding to theme.spacing()

* fixes some more types
2020-05-06 07:36:10 +02:00
Nikita Nek Dudnik 8a9241619e Implement logs visualization 2020-05-05 22:40:43 +02:00
Wesley Yee ddff830b04 Rewrite sequence component (#682)
* Rework sequence component to be more declarative and simple
* Renamed to SimpleStepper
2020-05-05 15:27:35 -04:00
Fredrik Adelöw 1fae559054 Merge pull request #723 from spotify/freben/testerr
Forgot to add the error tests
2020-05-05 21:06:25 +02:00
Patrik Oldsberg eeb2646226 Merge pull request #721 from OrkoHunter/OrkoHunter/#718-fail-storybook-build-on-warnings
Fail Storybook build if there are Webpack compilation warnings
2020-05-05 18:36:47 +02:00
Fredrik Adelöw 1401141505 Forgot to add the error tests 2020-05-05 16:52:31 +02:00
Nikita Nek Dudnik 950830571e Add ugly log visualization 2020-05-05 16:44:39 +02:00
Himanshu Mishra a835294a70 Add comment about Webpack plugin to fail builds on warnings 2020-05-05 22:49:27 +09:00
Fredrik Adelöw 2327cd121a Merge pull request #720 from OrkoHunter/OrkoHunter/#708-fix-flaky-e2e-test
[CLI] Fix flaky end-to-end tests
2020-05-05 14:25:09 +02:00
Himanshu Mishra b36bf68d7d 240 attempts should not just be 239 :D 2020-05-05 20:42:44 +09:00
Himanshu Mishra 5d5d093b20 Set maxFindTextAttempts as a function argument 2020-05-05 20:38:57 +09:00
Himanshu Mishra f40ccc38a4 Fix syntax to check if an element is in a set 2020-05-05 20:25:45 +09:00
Himanshu Mishra b2b91013eb Fix bug in warnings whitelist check 2020-05-05 20:16:13 +09:00
Himanshu Mishra 82b6f1e4cb Retry search text for any type of error 2020-05-05 20:09:03 +09:00
Himanshu Mishra 9ea93173f0 Do browser.visit again after getting error in finding text 2020-05-05 20:07:43 +09:00
Himanshu Mishra fe088038d6 Better variable names
attemptsToLoad -> loadAttempts
maxAttempts -> maxLoadAttempts
attemptsToSearchText -> findTextAttempts
maxAttemptsToSearchText -> maxFindTextAttempts
2020-05-05 20:06:16 +09:00
Nikita Nek Dudnik 20ef06f6f3 Add detailed view page with a list of build steps 2020-05-05 12:46:43 +02:00
Stefan Ålund ff1b853613 Add link to Demos site in README (#719) 2020-05-05 12:37:26 +02:00