Commit Graph

4574 Commits

Author SHA1 Message Date
NetPenguins f3a1049ebb yarn.lock added back 2020-08-30 21:05:06 -04:00
NetPenguins a31afed4c5 Update to include JobLog component. 2020-08-30 20:45:29 -04:00
NetPenguins 8cce7f2f32 Merge remote-tracking branch 'upstream/master' 2020-08-30 09:45:59 -04:00
Fredrik Adelöw fe4ef73eac Merge pull request #2169 from o-farooq/master
catalog-backend: update ingestion processors to use config system
2020-08-30 10:11:51 +02:00
Omer Farooq 298a9881dd update casing 2020-08-30 19:43:43 +12:00
Omer Farooq 13623d9185 change getOptional to getOptionalString 2020-08-30 19:36:28 +12:00
NetPenguins ea010b7d39 Eliminated console.log line that was carried over. 2020-08-29 10:25:34 -04:00
NetPenguins 21bd252051 Added LazyLog to Github-Actions for displaying workflow run logs. 2020-08-29 09:59:38 -04:00
Omer Farooq 4b85a3ac21 update casing 2020-08-29 23:08:36 +12:00
Omer Farooq 36376778ec move processor config to catalog from backend 2020-08-29 22:22:19 +12:00
Omer Farooq a711b6fab4 rename ingestionProcessors to processors 2020-08-29 22:12:27 +12:00
Omer Farooq dd3963093d Update ingestion processors to use config system 2020-08-29 15:34:09 +12:00
Jesse Alan Johnson 314eeb31d7 documentation update (#2147) 2020-08-28 17:57:04 +02:00
Fredrik Adelöw b61858c808 Merge pull request #2157 from spotify/freben/azure-fixup
chore(register-component): just a few little tweaks
2020-08-28 16:35:40 +02:00
Fredrik Adelöw a542a31613 Merge pull request #2132 from spotify/freben/proxy-config
feat(proxy-backend): more proxy config tweaks and docs
2020-08-28 16:23:47 +02:00
Ivan Shmidt 3b114fd713 Merge pull request #2161 from ashokm/master
Fix typo on Backstage Helm Chart README
2020-08-28 15:59:46 +02:00
Fredrik Adelöw d1bad7f73a Merge pull request #2115 from hmcts/use-cookiecutter-installed-on-host
Use cookie cutter installed on host if available
2020-08-28 15:39:21 +02:00
Ashok Manji 92d6f9bacf Fix typo on Backstage Helm Chart README 2020-08-28 15:31:29 +02:00
Fredrik Adelöw b75c4495de Merge pull request #2005 from spotify/dependabot/npm_and_yarn/whatwg-fetch-3.4.0
chore(deps): bump whatwg-fetch from 2.0.4 to 3.4.0
2020-08-28 15:02:48 +02:00
Fredrik Adelöw 63339d2692 chore(register-component): just a few little tweaks 2020-08-28 14:50:41 +02:00
Fredrik Adelöw 2ea05b317e Merge pull request #2081 from o-farooq/master
Add Azure private repos ingestion processor
2020-08-28 14:47:29 +02:00
Fredrik Adelöw 8e9bbacf2d Merge pull request #2114 from spotify/rugvip/op
cli: introduce jest transformModules options for providing a list of modules to transform
2020-08-28 14:37:45 +02:00
Fredrik Adelöw 9a64135bf7 move docs to the microsite 2020-08-28 14:36:13 +02:00
Fredrik Adelöw b2f62347e8 fix tests 2020-08-28 14:36:13 +02:00
Fredrik Adelöw 6d774764cd feat(proxy-backend): more proxy config tweaks and docs 2020-08-28 14:36:13 +02:00
Fredrik Adelöw d0cce48b14 Merge pull request #2145 from ebarriosjr/Create-github-widget-list-workflows
Create GitHub widget to list all workflows
2020-08-28 14:09:38 +02:00
Fredrik Adelöw 0d7e998d20 Merge pull request #2045 from SDA-SE/feat/refactor-sidebar-user-settings
refactor(core): change SidebarUserSettings to accept a list of providerSettings
2020-08-28 14:02:20 +02:00
ebarrios 1cbc3c6269 Rename function WidgetList to RecentWorkflowRunsCard and WidgetListContet to RecentWorkflowRunsCardContent. Also remove lastrun parameter that was not beeing used on the RecentWorkflowRunsCardContent function 2020-08-28 13:58:05 +02:00
Fredrik Adelöw 54c3967440 Merge pull request #2137 from spotify/freben/more-create-app
fix(create-app): updated the backend template to match new functionality
2020-08-28 13:50:01 +02:00
Fredrik Adelöw eae4baba01 Merge pull request #2017 from spotify/dependabot/npm_and_yarn/inquirer-7.3.3
chore(deps): bump inquirer from 7.2.0 to 7.3.3
2020-08-28 13:48:30 +02:00
Fredrik Adelöw 39a99ffce8 Merge pull request #2140 from SDA-SE/feat/metrics
feat(backend-common): introduce metrics for the backend
2020-08-28 13:12:10 +02:00
Oliver Sand a7fdb17356 refactor(core): change SidebarUserSettings to accept a list of providerSettings
This allows to configure custom provider settings without the need to modify the core package.
2020-08-28 12:17:32 +02:00
Oliver Sand f5c0aadbe4 feat(backend-common): make metrics configurable 2020-08-28 12:16:47 +02:00
Oliver Sand 8f6038951f feat(backend-common): introduce metrics for the backend
Add a /metrics endpoint that exposes metrics about the backend. It provides general runtime metrics (memory, gc, utilization) as well as request metrics.
2020-08-28 12:16:46 +02:00
Fredrik Adelöw a164990658 fix(create-app): updated the backend template to match new functionality 2020-08-28 11:59:29 +02:00
Fredrik Adelöw 70ccbd304c Merge pull request #2152 from spotify/freben/unbreak-win-workflows
fix(build): remove node_modules caching on windows
2020-08-28 11:58:28 +02:00
Emma Indal cd3dde5af6 add techdocs big picture to docs (#2153) 2020-08-28 11:56:22 +02:00
Fredrik Adelöw e2473c6989 fix(build): remove node_modules caching on windows 2020-08-28 11:22:20 +02:00
ebarrios 9fc08a4c1e Merge branch 'Create-github-widget-list-workflows' of github.com:ebarriosjr/backstage into Create-github-widget-list-workflows 2020-08-28 11:03:52 +02:00
ebarrios babfe5716b Added Widget for listing workflows run 2020-08-28 11:03:48 +02:00
Esteban Barrios 9b5e4aa734 Merge pull request #2 from spotify/master
Rebasing from master
2020-08-28 10:58:30 +02:00
ebarrios 93b5425660 Reverted change applied to master by mistake 2020-08-28 10:57:11 +02:00
ebarrios b0a6218c1a Reverted change applied to master by mistake 2020-08-28 10:56:48 +02:00
ebarrios 691b8ad8fb Reverted change applied to master by mistake 2020-08-28 10:56:05 +02:00
Fredrik Adelöw a22d3f5acd Merge pull request #2150 from spotify/shmidt-i/fix-tsc-auth-microsoft
fix: discovery api leftovers
2020-08-28 10:44:50 +02:00
Ivan Shmidt 7bbbfa1e6a fix: discovery api leftovers 2020-08-28 10:31:28 +02:00
Fredrik Adelöw d93af55500 Merge pull request #2149 from timja/patch-1
Remove unused config values
2020-08-28 09:48:20 +02:00
Fredrik Adelöw b0963c6a3e Merge pull request #2129 from GoWind/accept-updated-refresh-tokens
Update Refresh Token, if provided by the server in the refresh grant. Refs #2128
2020-08-28 09:47:11 +02:00
Tim Jacomb 827eea8a5e Remove unused config values 2020-08-28 07:47:25 +01:00
ebarrios 96d67a24ce Added Widget for listing workflows run to catalog under CI/CD tab 2020-08-27 18:25:39 +02:00