Emma Indal
fc7b0a0aa5
fix(techdocs): move card component into techdocs plugin from backstage core
2020-06-29 15:23:09 +02:00
Fredrik Adelöw
0a73aa991d
Merge pull request #1488 from spotify/freben/yarn-again
...
yarn.lock again
2020-06-29 15:04:08 +02:00
Fredrik Adelöw
3878da1b65
Merge pull request #1381 from ayshiff/refactor/tech-radar
...
Refactor: Tech Radar Code Quality & Style
2020-06-29 15:01:52 +02:00
Fredrik Adelöw
580569e403
yarn.lock again
2020-06-29 14:42:52 +02:00
tudi2d
6bfa4d23c7
Fix material-table action for starring entity
2020-06-29 14:39:57 +02:00
Ben Lambert
c68569ac6e
Merge pull request #1437 from spotify/mob/job-processor
...
Job Processor and Scaffolder Flow Implementation
2020-06-29 14:33:22 +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
tudi2d
d42d1eaa1a
Add FavouriteEntity component
2020-06-29 14:14:25 +02:00
Patrik Oldsberg
688fb60624
Merge pull request #1484 from spotify/rugvip/table-fix
...
core: pin material-table to 1.62.x
2020-06-29 13:43:22 +02:00
Patrik Oldsberg
85bb1a3e83
core: pin material-table to 1.62.x
2020-06-29 13:09:10 +02:00
Sebastian Qvarfordt
695b1971ad
Fixed lint issue
2020-06-29 12:17:07 +02:00
Emma Indal
2454dcbd79
feat(ItemCard): reusable card component
2020-06-29 11:05:04 +02:00
Emma Indal
5066a79143
fix(docs): update readmeg
2020-06-29 11:04:27 +02:00
Emma Indal
ec0230a6c8
feat(techdocs): techdocs landing page
2020-06-29 11:03:57 +02:00
Fredrik Adelöw
78f6527354
Merge pull request #1476 from spotify/freben/improve-filters
...
More catalog page cleanup
2020-06-29 08:34:28 +02:00
danztran
11307d46b9
storybook: fix gitlab auth
2020-06-29 12:13:30 +07:00
danztran
fba2c8c3b2
plugin/auth-backend: fix test on passport strategy helper
2020-06-29 12:03:51 +07:00
danztran
c1806a0e2d
plugin/auth-backend: add test for gitlab provider
2020-06-29 11:43:17 +07:00
danztran
eeaf25fce8
plugin/auth-backend: add gitlab types
2020-06-29 10:55:54 +07:00
Fredrik Adelöw
963648eeb7
Address comments
2020-06-28 20:48:11 +02:00
danztran
9fca100dc7
plugin/auth-backend: update docs
2020-06-28 23:21:37 +07:00
danztran
f524bbdea2
plugin/auth-backend: add gitlab oauth
2020-06-28 22:24:47 +07:00
blam
9d8709d5b7
chore(scaffolder): fixing linting issues
2020-06-28 00:09:44 +02:00
blam
f07b794987
chore(scaffolder): trying to fix some tests on CI, they pass locall
2020-06-28 00:05:45 +02:00
blam
066ced06ac
chore(scaffolder): fixing some tests with it creating bad tmp dirs
2020-06-27 23:53:41 +02:00
blam
c96075ce8c
feat(scaffolder): added an endpoint for getting each stage logs as plaintext in case that's what is needed.
2020-06-27 23:18:15 +02:00
Fredrik Adelöw
52e784f651
Supply the sidebar catalog filter from the page again
2020-06-27 22:44:45 +02:00
Fredrik Adelöw
0d4a76fbf0
Propagate filter/entity errors properly to the table
2020-06-27 22:44:45 +02:00
Fredrik Adelöw
f32e13c6c6
Make Tabs supply number instead of Number
2020-06-27 22:44:45 +02:00
Fredrik Adelöw
9e8124b347
Supply tabs from the catalog page again
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
4a1f862d86
Minor cleanup in the CatalogLayout
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
6a8e975c85
Move local concerns into CatalogTable
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
d341129e05
Made CatalogFilter accept dynamic onChange
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
e1417c7d95
Move local concerns into the CatalogTabs
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
9ddfa56b44
Merge pull request #1407 from spotify/useEntityFilter
...
Initial useEntityFilterGroup implementation
2020-06-27 22:44:19 +02:00
blam
837a182f68
chore(scaffolder): finished off tests for the processor. It now works pretty well
2020-06-27 22:35:48 +02:00
blam
9e6ed5fb52
feat(scaffolder): added some more tests for the new job processor
2020-06-27 22:10:55 +02:00
blam
c600d64db8
feat(scaffolder): reworking how the loading of stages goes and made it super flexible
2020-06-27 05:21:42 +02:00
blam
17c6030ca0
feat(scaffolder): finally managed to get typescript to play nice with the new stage approach
2020-06-27 03:41:06 +02:00
Fredrik Adelöw
410f98e292
Clean up and finalize
2020-06-26 21:37:32 +02:00
Nikita Nek Dudnik
f895e4b4e3
feat(catalog): implement useEntityFilterGroup hook
2020-06-26 21:37:32 +02:00
Sebastian Qvarfordt
5d7679d8be
Initial useEntityFilterGroup implementation
2020-06-26 21:37:32 +02:00
blam
ad2354909e
chore(scaffolder): work on a better api for holding stages and metadata
2020-06-26 21:27:48 +02:00
Ben Lambert
fd7532745f
Merge pull request #1474 from spotify/blam/cookiecutter-dockerfile
...
chore(scaffolder): Moving the cookiecutter dockerfile to more semantic location
2020-06-26 18:40:27 +02:00
blam
ad9d74ff24
chore(scaffolder): Moving the cookiecutter dockerfile to more semantic name
2020-06-26 18:14:41 +02:00
blam
ce43dce8ff
feat(scaffolder): Adjusting the types for the scaffolder
2020-06-26 18:12:48 +02:00
blam
b401cf2f17
chore(scaffolder): Updating scaffolder tests to start runnning some stuff
2020-06-26 17:11:46 +02:00
Sebastian Qvarfordt
03ed269d4b
Merge pull request #1473 from spotify/mob/fetching-mock-docs
...
Cleanups and better navigation between docs
2020-06-26 16:55:58 +02:00
Sebastian Qvarfordt
985c165744
Removed commented code
2020-06-26 16:36:14 +02:00
Sebastian Qvarfordt
afcf01d6f4
Cleanups and better navigation between docs
2020-06-26 16:34:30 +02:00