Commit Graph

68 Commits

Author SHA1 Message Date
Bilawal Hameed 491d1b70e1 Bump to v0.1.1-alpha.14 2020-07-15 11:49:02 +02:00
Patrik Oldsberg 6fdcc9f59a v0.1.1-alpha.13 2020-07-07 13:16:30 +02:00
Fredrik Adelöw 77fe78370b feat(auth): implement generic oauth2 provider 2020-07-02 09:19:02 +02:00
danztran 11307d46b9 storybook: fix gitlab auth 2020-06-29 12:13:30 +07:00
danztran f524bbdea2 plugin/auth-backend: add gitlab oauth 2020-06-28 22:24:47 +07:00
Nicholas Pirrello 144a3b9294 Fix build and add okta oauth2 scope normalization 2020-06-25 18:20:13 -04:00
Patrik Oldsberg 5ff8582eb6 Merge pull request #1422 from spotify/mob/auth-std-profile
auth: refactor to include backstage identity and use more explicit types
2020-06-24 10:40:28 +02:00
Patrik Oldsberg dcaee07754 v0.1.1-alpha.12 2020-06-23 22:25:25 +02:00
Patrik Oldsberg 910057bc8a v0.1.1-alpha.11 2020-06-23 21:27:58 +02:00
Patrik Oldsberg 005ca191a8 storybook: update identity api mock 2020-06-23 19:29:04 +02:00
Patrik Oldsberg 6300d4a917 v0.1.1-alpha.10 2020-06-23 16:08:05 +02:00
Nikita Nek Dudnik fb3c9f4152 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-22 09:35:23 +02:00
Nikita Nek Dudnik d58ad15ffb fix(catalog): remove duplicate import 2020-06-19 04:09:41 +02:00
Patrik Oldsberg a098ebca27 packages,plugins: remove main:src and fix some main fields 2020-06-18 12:25:25 +02:00
Nikita Nek Dudnik cdbf37c061 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-17 17:13:52 +02:00
Nikita Nek Dudnik 29a88c3e9c fix(catalog): tests 2020-06-17 17:00:10 +02:00
Fredrik Adelöw 38ba897857 v0.1.1-alpha.9 2020-06-17 15:24:54 +02:00
Nikita Nek Dudnik ec03d68fe7 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-17 15:17:38 +02:00
Nikita Nek Dudnik 3b19d7f37a feat(catalog): add placeholder for identity API implementation 2020-06-17 10:28:05 +02:00
Patrik Oldsberg af25113b58 packages/storybook: added mock identity api 2020-06-17 00:08:21 +02:00
Patrik Oldsberg dbc29358ed v0.1.1-alpha.8 2020-06-12 22:09:21 +02:00
Raghunandan 7accc4c0c0 move components to separate files 2020-06-10 18:03:03 +02:00
Patrik Oldsberg c53bafc5f9 v0.1.1-alpha.7 2020-06-09 14:24:56 +02:00
Raghunandan 499c784c97 minor fixes 2020-06-04 13:42:41 +02:00
Patrik Oldsberg 828e6675c8 packages/storybook: add global apis decorator (#1058) 2020-05-28 21:48:21 +02:00
dependabot-preview[bot] f182ae3e41 build(deps-dev): bump storybook-dark-mode from 0.4.1 to 0.6.1 (#1008)
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode) from 0.4.1 to 0.6.1.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases)
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v0.4.1...v0.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-28 12:47:17 +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
Patrik Oldsberg d62c6748a0 v0.1.1-alpha.6 2020-05-20 10:49:53 +02:00
Patrik Oldsberg 1dd33e8e33 packages,plugins: remove extra tsconfig files 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 8cee042e13 packages/storybook: point to src/ and use sucrase 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 2bde9d3854 v0.1.1-alpha.5 2020-05-13 16:28:41 +02:00
Fredrik Adelöw c1dd24a100 OCD time: devDependencies consistently below dependencies :) 2020-05-07 08:46:10 +02:00
Patrik Oldsberg 70040b22a7 drop support for src-relative imports 2020-05-06 16:48:55 +02:00
Himanshu Mishra a835294a70 Add comment about Webpack plugin to fail builds on warnings 2020-05-05 22:49:27 +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 a984c9cf22 Ignore a set of warnings during storybook webpack build 2020-05-05 19:25:54 +09:00
Himanshu Mishra 706821337e Allow local storybook build even if there are warnings 2020-05-05 16:50:27 +09:00
Himanshu Mishra 23f083a19b Fail Storybook build if there are webpack compilation warnings
Create a Webpack plugin which looks for warnings at the end of the build.
Reference doc: https://webpack.js.org/contribute/writing-a-plugin/
2020-05-05 16:43:56 +09:00
Himanshu Mishra 8354d4a104 Set the initial Storybook theme to light (#711)
This fixes the inconsistency if user's OS/Browser theme is set to Dark mode.
2020-05-04 19:32:47 +02:00
Sebastian Qvarfordt 190f11c8f7 Table component with filter and search (#600)
* Initial table component with storybook example

* Moved dependencies to package/core

* Removed dependency to @backstage/core from base package.json

* Clean up some examples and remove type from columns, replacing with property align instead

* Removed more unused stuff and added toggle for filter input

* Fixed some lint issues

* Added example with material-table

* Convert column array passed into MaterialTable Backstage component into MT column array. Allow multiple values in one cell

* Removed subheader from MT

* Nicer double value cell

* Added custom sorting to example

* Cleaned up stories a bit

* Setting field instead of customSort

* Improve styling. Still needs better theme integration

* Using more colors from theme

* Fixed typing issue

* Removed react-table implementation and cleaned up material-table implementation

* Fixed some type issues

* Fixed lint issues
2020-05-04 11:10:35 +02:00
Patrik Oldsberg 5448e54e94 packages/storybook: make local core imports resolve to core src 2020-05-01 15:28:08 +02:00
Patrik Oldsberg db9d9f7f08 packages/storybook: use ts-loader for JS too 2020-05-01 15:28:08 +02:00
Stefan Ålund 516e105bd8 Add padding for all Stories (#663) 2020-04-27 22:00:05 +02:00
Muhammad Rivki b55a2adb7e fix: remove style that override background (#634) 2020-04-23 14:20:53 +02:00
Himanshu Mishra 7a5a57dd31 Disable ProgressPlugin which logs verbose webpack build progress
Warnings and Errors are still logged during build.
2020-04-20 21:02:21 +09:00
Himanshu Mishra c2e2c9363f Check if dark mode is enabled and toggle
Storybook components are wrapped using a decorator in the storybook config. When rendering, useDarkMode() will let the component know which theme (dark/light) to thoose.
2020-04-20 18:00:22 +09:00
Himanshu Mishra fe972b1e21 Use storybook-dark-mode addon to toggle light/dark mode
See the project https://github.com/hipstersmoothie/storybook-dark-mode
2020-04-20 18:00:21 +09:00
Ruairi O Brien c1ada09d06 Change peerDependencies to dependencies
Also removed some duplication.

Addresses #584
2020-04-18 01:41:41 +01:00
Patrik Oldsberg 218ee1a391 Merge pull request #563 from spotify/rugvip/theme-refactor
packages/theme: refactor to differ themes by palette only, and expose nicer types
2020-04-16 16:25:13 +02:00