74233 Commits

Author SHA1 Message Date
blam 82469a5d5a chore: explicitly set the types returned from the functions 2020-12-29 14:13:07 +01:00
Patrik Oldsberg 316905094d Merge pull request #3866 from backstage/rugvip/fields
backend-common: include extra fields on dev log formatter
2020-12-29 13:58:08 +01:00
blam 3af133465a chore: update value dictionary 2020-12-29 13:42:54 +01:00
blam 00042e73c0 chore: added changeset for changed files 2020-12-29 13:37:12 +01:00
Patrik Oldsberg 190a89c020 Merge pull request #3869 from backstage/rugvip/tag
workflows: use service account for pushing tag in master build
2020-12-29 13:35:32 +01:00
blam 8bccc6bec0 chore: refactor variable names for isomorphic git. 2020-12-29 13:32:24 +01:00
Patrik Oldsberg fb9009eedb Merge pull request #3868 from backstage/rugvip/execute
scripts: make all scripts executable
2020-12-29 13:23:04 +01:00
Patrik Oldsberg f5ad8ee03d workflows: use service account for pushing tag in master build 2020-12-29 13:07:12 +01:00
Patrik Oldsberg b9f90951e1 scripts: make all scripts executable 2020-12-29 12:44:13 +01:00
Patrik Oldsberg 600093d64c Merge pull request #3846 from fengypants/patch-3
Update microsite's demos page to link to demo site
2020-12-29 12:29:15 +01:00
Patrik Oldsberg 4481fcb11c Merge pull request #3821 from backstage/changeset-release/master
Version Packages
2020-12-29 12:28:58 +01:00
github-actions[bot] a1ebbdeee0 Version Packages 2020-12-29 10:59:38 +00:00
Patrik Oldsberg c1dea1a1bf Merge pull request #3864 from backstage/rugvip/cbaclean
create-app: fix lint error and nodemon config
2020-12-29 11:55:06 +01:00
Patrik Oldsberg 02f7833b3e Merge pull request #3865 from backstage/rugvip/sb
create-app: add start-backend script to template
2020-12-29 11:54:56 +01:00
blam 610b3a205a chore: try to fix the alignment 2020-12-29 11:54:30 +01:00
Patrik Oldsberg 0829ff1269 backend-common: include extra fields on dev log formatter 2020-12-29 11:52:46 +01:00
blam ba6f2b8a40 chore: reworking the API exports and fixing the logging to be a little less verbose 2020-12-29 11:46:36 +01:00
Patrik Oldsberg 352a6581ff create-app: add start-backend script to template 2020-12-29 11:17:58 +01:00
Patrik Oldsberg cb94165745 create-app: fix nodemon config 2020-12-29 11:08:54 +01:00
Patrik Oldsberg 50aa364d0b create-app: ignore lint error 2020-12-29 11:08:44 +01:00
Patrik Oldsberg 3aefa9a1ad Merge pull request #3837 from backstage/dependabot/npm_and_yarn/octokit/openapi-types-2.0.1
build(deps-dev): bump @octokit/openapi-types from 2.0.0 to 2.0.1
2020-12-29 11:02:59 +01:00
Patrik Oldsberg d3706eaebf Merge pull request #3848 from backstage/dependabot/npm_and_yarn/rollup-plugin-esbuild-2.6.1
build(deps): bump rollup-plugin-esbuild from 2.6.0 to 2.6.1
2020-12-29 11:02:37 +01:00
Patrik Oldsberg 88da267cc5 changeset: add changeset for sentry plugin port 2020-12-29 10:49:57 +01:00
Fredrik Adelöw 57deaf0101 Merge pull request #3860 from lowjoel/fix-app-clean
fix(create-app): Add missing `yarn clean` for frontend
2020-12-29 10:43:33 +01:00
blam 7f9fc7f99d Merge branch 'blam/isomorphic-git' of github.com:backstage/backstage into blam/isomorphic-git
* 'blam/isomorphic-git' of github.com:backstage/backstage:
  techdocs: Add changeset for @backstage/integration changes
  techdocs: Use @backstage/integration for scm tokens and request options
  typo corrected
  updated the missed attr change
  updated based on the feedbacks provided
  Introduced config schema for techdocs plugins
2020-12-29 10:06:23 +01:00
blam 7839e0fb42 chore: removing last occurrence of nodegit 2020-12-29 10:05:27 +01:00
Joel Low 4e0e3b1bf0 Add missing yarn clean for frontend 2020-12-29 16:26:12 +08:00
Fredrik Adelöw 295a3e2fff Merge pull request #3861 from lowjoel/fix-app-config-schema
fix(cli): Fix typo in .app.listen.port config schema
2020-12-29 08:17:18 +01:00
Adam Harvey f7969caef7 Fix link 2020-12-29 01:13:35 -05:00
Adam Harvey 3440f9990b Fix typo 2020-12-29 01:11:23 -05:00
Adam Harvey 8061a1e844 Add ref to EditorConfig 2020-12-29 01:10:25 -05:00
Adam Harvey a7f8cbaed1 Fix test description typos 2020-12-29 01:03:25 -05:00
Adam Harvey 6e7c9429ab Clarify wording 2020-12-29 01:02:46 -05:00
Adam Harvey 9061a9dfe6 Point to plugin docs 2020-12-29 01:01:29 -05:00
Adam Harvey 69d4991cca Fix link 2020-12-29 00:58:28 -05:00
Adam Harvey 282ed3ee65 Clarify link 2020-12-29 00:58:16 -05:00
Adam Harvey 3fc5cb64fd Fix typo 2020-12-29 00:53:47 -05:00
Joel Low d45efbc9bd Fix typo in .app.listen.port config schema 2020-12-29 09:25:29 +08:00
Himanshu Mishra 8e083f41f3 fix(scaffolder): Allow user to retry creating a new software without refreshing the page
This is more of a bug fix than a new feature. The commit fixes 2 problems mainly.

1. When user clicks the close button on the JobStatusModal, it does not set the `modalOpen` state of its parent component. Thus, even after closing, JobStatusModal still persists in DOM, and modalOpen is still set to true. That is why, retrying by clicking on "Submit" again does not open the modal.

2. The useJobPolling hook does not consider starting the timer again when Job changes. Even if jobId changes, the logic to set `shouldBeRunningInterval` still uses a previous value of `currentJob` since it was never reset since the timer stopped. Using a effect hook and having jobId as a dependency to reset currentJob is the way to fix this.
2020-12-29 00:24:27 +01:00
Fredrik Adelöw de9a7c84dd Merge pull request #3847 from adamdmharvey/cost-insights-rewording
fix(cost-insights): Update instruction examples to fix links and rewording
2020-12-28 23:09:48 +01:00
Adam Harvey 8a53d92299 Change Link to use backstage/core 2020-12-28 16:25:28 -05:00
Himanshu Mishra 231b55b874 Merge remote-tracking branch 'origin/master' into blam/isomorphic-git 2020-12-28 22:02:46 +01:00
Himanshu Mishra ffb157dc16 Merge remote-tracking branch 'origin/master' into blam/isomorphic-git 2020-12-28 21:55:52 +01:00
Himanshu Mishra ede29f55c7 Merge pull request #3813 from backstage/orkohunter/use-@backstage-integration 2020-12-28 21:45:35 +01:00
Himanshu Mishra 8804e89811 techdocs: Add changeset for @backstage/integration changes 2020-12-28 21:18:18 +01:00
Himanshu Mishra c91e4d6b04 techdocs: Use @backstage/integration for scm tokens and request options 2020-12-28 21:08:54 +01:00
Himanshu Mishra bd3bc94ff8 Merge pull request #3799 from keshann93/plugins/techdocs 2020-12-28 20:52:53 +01:00
blam e203b56d13 chore: fix typescript issues with scaffolder-backend now the publishers require a logger :) 2020-12-28 17:41:25 +01:00
blam f60b02bec4 Merge branch 'master' of github.com:backstage/backstage into blam/isomorphic-git
* 'master' of github.com:backstage/backstage: (23 commits)
  cli: fix windows tests
  Introduce slight bias towards positive trend in cost insights mock data
  core-api: rename BackstageRoutes to FlatRoutes
  Update plugins/catalog/src/hooks/useEntity.ts
  Fix parameter name in docstring for duration#inclusiveStartDateOf
  Adjust test
  Add changeset
  fix: token expiration in s, not ms
  Create loud-days-breathe.md
  Create polite-glasses-occur.md
  dev-utils: add a small label with the entity name to EntityGridItems
  dev-utils: add EntityGridItem for easily displaying various entity cards
  dev-utils: use dev index module as root for hot reloading
  dev-utils: add .registerPage for use with extensions
  catalog: rename EntityProvider to EntityLoaderProvider, and add new EntityProvider
  reduce close timeout to 100 ms
  changeset: add changeset for core-api RouteRef deprecations
  core-api: use typescript workaround for using private constructor instead of a runtime one
  core-api: deprecate RouteRef path and remove deprecated createSubRoute
  delay window close by 200 ms
  ...
2020-12-28 17:39:15 +01:00
blam 5c6da874de chore: removing old helper tests 2020-12-28 17:38:52 +01:00