Commit Graph

107 Commits

Author SHA1 Message Date
Adam Harvey 7d5caca9c5 Merge pull request #4639 from adamdmharvey/jenkins-tweak
jenkins: Visual updates
2021-02-23 09:28:55 -05:00
Adam Harvey 560b4ad72a Revert maxWidth removal testing 2021-02-23 09:02:45 -05:00
Adam Harvey 7bd6bde388 Move line break to a Box 2021-02-23 08:46:46 -05:00
github-actions[bot] 4ae0467c2f Version Packages 2021-02-23 10:31:40 +01:00
Adam Harvey db75434e40 Update doc refs of deprecated naming 2021-02-22 21:21:17 -05:00
Adam Harvey 5e67788a30 Use new Backstage breadcrumb 2021-02-22 21:12:18 -05:00
Adam Harvey 3b22f4b977 Add Jenkins logo 2021-02-22 21:11:46 -05:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
Oliver Sand f4c2bcf54b Use a more strict type for variant of cards
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-17 11:41:53 +01:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Adam Harvey ea1ac7b6ec Fix prettier 2021-02-10 19:17:41 -05:00
Patrik Oldsberg a621697f47 Apply suggestions from code review
Co-authored-by: Rémi Doreau <32459935+ayshiff@users.noreply.github.com>
2021-02-10 22:00:07 +01:00
Adam Harvey 8815cdc004 Smater duration display 2021-02-08 19:29:19 -05:00
Patrik Oldsberg 8e1789e0c3 circleci,cloudbuild,github-actions,jenkins: rename internal entity conditional 2021-02-07 23:49:08 +01:00
Patrik Oldsberg b92541fcc3 Merge branch 'master' into rugvip/ports 2021-02-04 19:44:05 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Patrik Oldsberg 025c0c7bf8 jenkins: migrate to new composability API 2021-02-02 23:30:10 +01:00
Debajyoti Halder 39e7f4a81e Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-02-02 17:02:33 +05:30
Oliver Sand c677643afa Rename from @backstage/plugin-catalog-common-react to @backstage/plugin-catalog-react 2021-01-29 10:54:09 +01:00
Oliver Sand 019fe39a08 Createa @backstage/plugin-catalog-common-react package 2021-01-29 10:54:09 +01:00
Debajyoti Halder 4dad818e01 Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-01-29 14:05:27 +05:30
Debajyoti Halder 6106345e6d Update project with latest eslint rules 2021-01-29 11:55:12 +05:30
github-actions[bot] cda741034d Version Packages 2021-01-28 10:46:08 +00:00
blam 5b9bcce28f chore(lint): Updating to latest eslint with typescript and enabling some rules that we can. Also fixing issues with the project after update 2021-01-22 15:01:29 +01:00
github-actions[bot] 9af0d066fc Version Packages 2021-01-21 20:26:16 +00:00
Ben Lambert 9a8e292cea Merge pull request #4175 from adamdmharvey/jenkins-card
plugin-jenkins: Update Jenkins card with date, duration, and rename to "Latest build"
2021-01-21 15:22:04 +01:00
github-actions[bot] c5584b62c2 Version Packages 2021-01-21 13:13:05 +00:00
Adam Harvey 04268e9fb7 Add Luxon date library 2021-01-20 19:41:03 -05:00
Adam Harvey 47a6ff7f71 Add fields and reword card 2021-01-20 19:40:50 -05:00
Oliver Sand 8fe8cb97e1 Fix typo 2021-01-20 14:23:07 +01:00
Oliver Sand b175836e71 Mention that the Jenkins plugin only works with organisation folder jobs backed by GitHub
People are having trouble in #3975 because the limitations are not clear.
2021-01-20 14:21:53 +01:00
github-actions[bot] be332e13ea Version Packages 2021-01-14 13:05:31 +00:00
Oliver Sand 2ee0113031 Review comments 2021-01-11 10:37:14 +01:00
Oliver Sand 21296e785a Handle missing values in Jenkins API requests 2021-01-11 09:53:13 +01:00
github-actions[bot] 28d7f319f4 Version Packages 2021-01-07 10:31:20 +00:00
github-actions[bot] a1ebbdeee0 Version Packages 2020-12-29 10:59:38 +00:00
github-actions[bot] c3c04658f2 Version Packages 2020-12-22 12:14:20 +00:00
github-actions[bot] 6e9f4d4a15 Version Packages 2020-12-17 10:16:33 +00:00
github-actions[bot] cf187484bf Version Packages 2020-12-10 11:25:39 +00:00
Askar a6a2ca6204 remove React's FC type from codebase (#3527)
* WIP-packages: remove React's FC type from codebase

* remove FC from other directories

* fix build failures

* add types to required packages
2020-12-10 11:23:29 +01:00
Patrik Oldsberg 25bbb0fb3c Merge pull request #3553 from SDA-SE/fix/jenkins-loding-twice
Improve Jenkins API usage
2020-12-08 21:39:12 +01:00
Patrik Oldsberg ce9500d309 Merge pull request #3569 from SDA-SE/feat/improve-jenkins
Second take on improving the performance of the Jenkins Plugin
2020-12-08 21:36:07 +01:00
Adam Harvey 8b395bee26 Add standard NPM metadata 2020-12-08 13:42:23 -05:00
Oliver Sand 0f88771685 Improve loading speed of the CI/CD page
Improve loading speed of the CI/CD page.
Only request the necessary fields from Jenkins to keep the request size low.
In addition everything is loaded in a single request, instead of requesting
each job and build individually. As this (and also the previous behavior) can
lead to a big amount of data, this limits the amount of jobs to 50.
For each job, only the latest build is loaded. Loading the full build history
of a job can lead to excessive load on the Jenkins instance.
2020-12-04 14:49:35 +01:00
Fredrik Adelöw e33de28e83 Merge pull request #3517 from adamdmharvey/adr004-ci
chore(jenkins,circleci): Refactor APIs to export modules from index to support ADR004
2020-12-03 21:23:35 +01:00
Oliver Sand b2a07d2dcb Avoid loading data from Jenkins twice. Don't load data when navigating thought the pages as all data from all pages is already loaded. 2020-12-03 17:45:37 +01:00
github-actions[bot] 01aa774d9a Version Packages 2020-12-03 15:28:22 +00:00
Adam Harvey 353b51b938 Be explicit about Jenkins exports 2020-12-01 15:14:26 -05:00
Adam Harvey a7f944880b Refactor to support ADR004 module exporting 2020-12-01 14:55:15 -05:00
Patrik Oldsberg b08351ebb4 plugins: keep plugin package.json in sync 2020-11-27 14:15:08 +01:00