ebarrios
8a0113b4a7
Replaced id: for id: run.id
2020-09-23 17:33:19 +02:00
ebarrios
631d59e5bd
Renamed CLOUDBUID_ANNOTATION from google.com/cloudbuild to google.com/cloudbuild-project-slug
2020-09-23 17:28:43 +02:00
ebarrios
e3d9a11d45
Removed commented lines from WorkflowRunsTable.tsx
2020-09-23 17:26:35 +02:00
J Shamsul Bahri (jibone))
7258144cf9
refactor to use sessionApi
2020-09-23 23:25:46 +08:00
ebarrios
8e2a9082cd
Replaced warning with <Typography> with a <WarningPanel> in WorkflowRunDetails.tsx
2020-09-23 17:25:40 +02:00
ebarrios
bd26c9c8da
Removed total_count from ActionsListWorkflowRunsForRepoResponseData type and calculate it on the fly. Clean up types.ts to remove duplicated entry (builds = ActionsListWorkflowRunsForRepoResponseData). Remove redundant line on router.tsx. Removed extra space in title for WarningPanel in Router.ts.
2020-09-23 17:21:23 +02:00
Samira Mokaram
6e57358836
Merge branch 'master' into samiram/fix-banner-pos
2020-09-23 17:17:06 +02:00
Samira Mokaram
e0102ec73a
apply comments
2020-09-23 17:13:22 +02:00
ebarrios
6002842bfb
Change Promise<any> to Promise<void> in reRunWorkflow function
2020-09-23 17:11:30 +02:00
ebarrios
bd9988d58e
Using the new way of injecting one API into another and added encodeURIComponent for all urls variables on CloudbuildClient.ts
2020-09-23 17:09:23 +02:00
blam
6c55d38348
v0.1.1-alpha.23
2020-09-23 16:40:49 +02:00
Sebastian Qvarfordt
19e34b5319
TechDocs: Inject CSS transformer and initial backstage style integration for reader ( #2560 )
...
* Inject CSS transformer and initial backstage style integration for reader
* Update plugins/techdocs/src/reader/transformers/injectCss.test.ts
Co-authored-by: Emma Indal <emmai@spotify.com >
* Fix test name and run injectCss in preTransformer
* Fix for invisible links in reader
* Added missing semi-colon
* Better styling on codeblocks
Co-authored-by: Emma Indal <emmai@spotify.com >
2020-09-23 16:40:18 +02:00
ebarrios
1b9e7e8e7c
Updated plugin name on the README.md
2020-09-23 16:33:05 +02:00
Ben Lambert
216257c4e0
Merge pull request #2576 from spotify/bug/fix-graphql-importing
...
bug(gql): use import to import the graphql module
2020-09-23 16:24:46 +02:00
blam
c2d34c9b33
bug(gql): use import to import the graphql module
2020-09-23 16:08:34 +02:00
Samira Mokaram
54e937ee90
change class component to functional component
2020-09-23 14:57:55 +02:00
Samira Mokaram
091ab63d19
set dense as default value
2020-09-23 14:56:46 +02:00
Samira Mokaram
9959558d2f
fix dense in metadata table
2020-09-23 14:06:23 +02:00
Raghunandan Balachandran
2dc6a3213c
Merge pull request #2569 from spotify/fix-cncf-image
...
Fix image in cncf blog post
2020-09-23 11:37:36 +02:00
J Shamsul Bahri (jibone))
f8f47125f0
Merge branch 'master' into add-saml-login
2020-09-23 17:36:36 +08:00
Raghunandan
b54d4cc9af
Rename file
2020-09-23 11:33:32 +02:00
Stefan Ålund
5a83ce68cf
[blog] Announce CNCF Sandbox ( #2568 )
...
* [blog] Announce CNCF Sandbox
* Update 2020-09-23-backstage-cncf-sandbox.md
2020-09-23 11:19:15 +02:00
Jesse Alan Johnson
87ab614fd9
document cleaning - tutorial quickstarts ( #2520 )
...
* Formatting & spelling
* Update quickstart-app-plugin.md
* adding md's to contrib folder
2020-09-23 10:53:32 +02:00
Himanshu Mishra
b581d5cc26
Merge pull request #2561 from spotify/orkohunter/codecov-flags
2020-09-23 10:18:54 +02:00
Himanshu Mishra
03c483d7ce
Simplify codecov flag names
2020-09-23 10:02:45 +02:00
Patrik Oldsberg
521728348d
backend: change the default backend plugin mount point to /api
2020-09-23 09:39:47 +02:00
Fredrik Adelöw
2e043e11d9
Merge pull request #2567 from spotify/freben/visibility
...
chore(scaffolder-backend): typo in visibility
2020-09-23 08:54:57 +02:00
Fredrik Adelöw
e9b1c931b8
chore(scaffolder-backend): typo in visibility
2020-09-23 07:58:10 +02:00
Patrik Oldsberg
d7cd977ce7
core-api: add back MutableRouteRef for backwards compatibility and export AbsoluteRouteRef
2020-09-22 22:38:09 +02:00
Tim Hansen
1e481dbe26
Merge branch 'master' of https://github.com/spotify/backstage
2020-09-22 14:14:05 -06:00
Patrik Oldsberg
73f6e8d81d
Merge pull request #2437 from taras/tm/add-changesets
...
Introducing Changeset workflow
2020-09-22 22:02:53 +02:00
Patrik Oldsberg
911e22cd24
Merge pull request #2555 from spotify/rugvip/session
...
core: refactor SessionStateApi to SessionApi with sign-in/out
2020-09-22 17:42:28 +02:00
Patrik Oldsberg
8804c5e338
core-api/routing: only require args in link call if routeRef has params
2020-09-22 16:58:05 +02:00
Patrik Oldsberg
240366572c
core-api/routing: allow duplicate registration if paths match
2020-09-22 16:58:05 +02:00
Patrik Oldsberg
735c1277d1
core-api/routing: switch ref to prop and rename to routeReference
2020-09-22 16:58:05 +02:00
Patrik Oldsberg
0f3e9b29d4
core-api/routing: initial subroute implementation
2020-09-22 16:58:05 +02:00
Patrik Oldsberg
9155138168
core-api/routing: make RouteRef implement ConcreteRoute and use in registry test
2020-09-22 16:58:04 +02:00
Patrik Oldsberg
988ebe7139
core-api/routing: make RouteRefs immutable + move out some types
2020-09-22 16:58:04 +02:00
Patrik Oldsberg
558ae5593e
core-api/routing: implement parameterized and absolute path resolution
2020-09-22 16:58:04 +02:00
Patrik Oldsberg
e52a6daae8
core-api/routing: initial RouteRefRegistry implementation
2020-09-22 16:58:03 +02:00
Matthew Clarke
e3c99d72f1
Kubernetes plugins boilerplate ( #2559 )
...
* Kubernetes plugins boilerplate
* pr feedback; check for k8s annotation
2020-09-22 15:47:27 +01:00
Fredrik Adelöw
0222279021
feat(freben): add handling and docs for entity references
2020-09-22 15:27:13 +02:00
Patrik Oldsberg
318e5fbe7d
CHANGELOG: add entry for SessionApi refactor
2020-09-22 15:23:24 +02:00
Himanshu Mishra
53e171b8f7
Upload package specific code coverage to codecov
...
We have declared the flags in .codecov.yml. From our master branch workflow
we will upload specific coverage reports for these each individual flags.
2020-09-22 14:55:54 +02:00
Himanshu Mishra
de04b88381
Add codecov flags for core and core-api packages
2020-09-22 14:45:17 +02:00
Sebastian Qvarfordt
999ff914af
TechDocs: Enable allowVulnerableTags in sanitize-html ( #2554 )
...
* enable allowVulnerableTags in sanitize-html
* Fixed lint issue
* Removed style tag from allowed list. Seems to work fine.
* Added tests to make sure we keep link tags and remove style tags
2020-09-22 14:22:52 +02:00
Ivan Shmidt
248f615148
fix(scaffolder): sturdier fix for the catalog posting after success
2020-09-22 13:50:54 +02:00
Ivan Shmidt
e8c60104df
feat(scaffolder): cra add gha integration, fix imports
2020-09-22 13:30:13 +02:00
Fredrik Adelöw
01b511a2a8
Merge pull request #2556 from spotify/freben/booool
...
chore: trust the Boolean :)
2020-09-22 13:22:17 +02:00
Fredrik Adelöw
f49faa2aa2
chore: trust the Boolean :)
2020-09-22 11:49:45 +02:00