github-actions[bot]
76a8099029
Version Packages
2020-11-12 10:52:23 +00:00
Mateusz Lewtak
b4204066f0
Feat: Add BuildKite CI/CD Plugin to sample app ( #3248 )
...
* Feat: Add BuildKite CI/CD Plugin to sample app
* Feat: Add EntityPage test, bump plugin version
* Feat: update package.json
* feat: run prettier
* Feat: update test code after CR
2020-11-10 16:02:13 +01:00
Mateusz Lewtak
9e336a57a5
Feat: update GitHub Pull Request plugin version ( #3265 )
2020-11-09 15:48:56 +01:00
Mateusz Lewtak
e24e46b0b9
Feat: update plugins to new versions
2020-11-05 13:40:25 +01:00
Patrik Oldsberg
33a9025dc0
Merge pull request #3204 from mcalus3/patch-1
...
Bump travis-ci plugin version in example app
2020-11-04 18:54:09 +01:00
github-actions[bot]
715bb76fb5
Version Packages
2020-11-03 20:50:42 +00:00
Patrik Oldsberg
8360d9f7e2
Merge pull request #3140 from backstage/rugvip/release
...
Release v0.1.1
2020-11-03 13:28:03 +01:00
Marek Całus
1344f48129
Bump travis-ci plugin version
...
Due to a bug fix, travis-ci plugin version has to be updated.
2020-11-02 19:00:35 +01:00
Patrik Oldsberg
b22c4ac14c
Merge pull request #3151 from forrestwaters/fw_onelogin
...
Add OneLogin as Identity Provider
2020-11-02 18:39:37 +01:00
Mateusz Lewtak
74ef4f2da6
feat: bump github plugins version ( #3180 )
2020-10-30 15:23:19 +01:00
Forrest Waters
21e071fa6c
working onelogin auth implementation
2020-10-29 12:02:32 -05:00
Patrik Oldsberg
833a652d05
v0.1.1
2020-10-28 10:22:09 +01:00
Ryan Vazquez
8fd7794e13
merge
2020-10-27 12:32:36 -04:00
Ben Lambert
6ad200b78b
Merge pull request #3085 from RoadieHQ/mcalus3/plugin-factory-refactor-cleanup
...
Cleanup after refactoring of plugins
2020-10-27 16:07:29 +01:00
Patrik Oldsberg
754109ee61
v0.1.1-alpha.26
2020-10-27 12:00:01 +01:00
Ryan Vazquez
75336fbbd7
formatting
2020-10-26 15:41:13 -04:00
Ryan Vazquez
0eac8f037d
move cost insights example client to plugin
2020-10-26 15:00:46 -04:00
Marek Calus
fd910e9560
Bump travis-ci package version
2020-10-25 23:50:37 +01:00
Marek Calus
722c8a9e8a
Cleanup after refactoring of plugins
2020-10-25 20:50:43 +01:00
Tim Hansen
66e503cea9
Switch ProjectGrowthAlertData to expect ISO 8601 quarter format
2020-10-23 12:54:52 -06:00
Tim Hansen
169ed042ae
Add getLastCompleteBillingDate to CostInsightsApi
...
Add useLastCompleteBillingDate hook
More usage of PropsWithChildren
2020-10-22 19:22:29 -06:00
Jesko Steinberg
6d97d2d6f9
feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height ( #2826 )
...
* fix(github-actions): change RecentWorkflowRunsCard to InfoCard
* feat: format entity page overview page
* feat: replace InfoCard variant 'height100' with 'gridItem'
* fix: deprecate usage of InfoCard variant height100
2020-10-20 20:20:30 +02:00
Mateusz Lewtak
4e148b5129
Merge branch 'master' into feat/update-github-pull-request-plugin-version
2020-10-20 15:36:31 +02:00
lewtakm
fb706bf46f
feat: update github pull requests package version
2020-10-20 15:25:00 +02:00
Mateusz Lewtak
c60b7a39db
feat: update github insights plugin version ( #2973 )
2020-10-19 21:31:04 +02:00
Patrik Oldsberg
a7e4377c3e
Merge pull request #2934 from RoadieHQ/google-analytics
...
Add Google Analytics support
2020-10-17 10:38:00 +02:00
Ryan Vazquez
31e03cca48
Merge pull request #2886 from spotify/cost-insights-comparable-metrics
...
Cost insights comparable metrics
2020-10-16 12:05:24 -04:00
Ryan Vazquez
e62956f96f
getMetricData -> getDailyMetricData
2020-10-16 11:02:11 -04:00
David Tuite
71de0d8aee
Add Google Analytics
...
Specity a Google Analytics Tracking ID in the `app-config.yaml` to
enable Google Analytics tracking.
```
app:
title:
baseUrl:
googleAnalyticsTrackingId: UA-000000-0
```
If the `googleAnalyticsTrackingId` is not supplied, no tracking script
is added to the application and no tracking can occur.
Includes Helm chart changes to allow overriding the GA Tracking ID.
2020-10-16 14:55:24 +01:00
Ryan Vazquez
d47e2287b5
compare -> default; deprecate dailyCost as metric; cleanup
2020-10-16 09:54:28 -04:00
David Tuite
9af34d30f1
Upgrade GitHub Insights plugin to 0.2.6
...
Fixes issue with entities backed to private repos not rendering
when the GitHub insights plugin is installed.
2020-10-15 15:53:32 +01:00
Ryan Vazquez
57a91a0d96
Merge branch 'master' into cost-insights-comparable-metrics
2020-10-13 16:06:15 -04:00
Ryan Vazquez
1268eadd19
add metric comparison to top panel
2020-10-13 16:01:50 -04:00
Mateusz Lewtak
86276aea6b
Merge branch 'master' into lewtakm/add-pull-request-plugin
2020-10-13 11:45:43 +02:00
Mateusz Lewtak
0f538ab784
Merge branch 'master' into lewtakm/add-pull-request-plugin
2020-10-13 11:00:04 +02:00
Mateusz Lewtak
bef3cef42f
Merge branch 'master' into lewtakm/add-pull-requests-to-overview
2020-10-13 10:52:39 +02:00
blam
46960a61ec
v0.1.1-alpha.25
2020-10-12 22:42:54 +02:00
Mateusz Lewtak
08c392815b
Add Code Insights plugin to sample app and marketplace ( #2833 )
...
* feat - add code insights plugin to sample app and plugin to marketplace
* feat - update plugin package version
* Update code-insights.yaml
Add an empty lane on the end of the file.
* Update plugins.ts
Add an empty lane at the end of the file after conflicts resolve.
* Update code-insights.yaml
* Update code-insights.yaml
* Update code-insights.yaml
* feat: update sample app with github insight plugin
* Update github-insights.yaml
* Update EntityPage.tsx
2020-10-12 18:42:30 +02:00
lewtakm
74a29db272
fix: bumb package version
2020-10-12 14:04:40 +02:00
lewtakm
69d50967e6
feat: add pull requests widget to overview page of the component
2020-10-12 13:44:09 +02:00
lewtakm
d9bfacffad
fix: update component name
2020-10-12 13:07:48 +02:00
lewtakm
90461a7eac
feat: Add Pull Request plugin to sample app.
2020-10-12 12:50:37 +02:00
Tim Hansen
d413872fd6
Merge branch 'master' into timbonicus/example-data
2020-10-09 10:35:40 -06:00
Brenda Sukh
a99bea1cc3
Merge remote-tracking branch 'origin/master' into update-project-select
...
# Conflicts:
# packages/app/src/plugins/cost-insights/ExampleCostInsightsClient.ts
2020-10-09 10:26:29 -04:00
Tim
2cbb8f4355
Merge pull request #2816 from spotify/timbonicus/custom-alerts
...
Enable custom alert types in Cost Insights
2020-10-09 07:29:12 -06:00
Tim Hansen
68351f5a5c
moment -> dayjs
2020-10-08 20:57:11 -06:00
Tim Hansen
6bd726cebd
Merge branch 'master' into timbonicus/example-data
2020-10-08 20:48:12 -06:00
Tim Hansen
25222df5bf
Fix regression types
2020-10-08 20:16:26 -06:00
Tim Hansen
6a84cb0726
Enable custom alert types in Cost Insights
2020-10-08 14:47:33 -06:00
Marcus Eide
c6f8310a11
Merge pull request #2659 from spotify/eide/user-settings-plugin
...
Plugin: user-settings
2020-10-08 09:23:48 +02:00