Commit Graph

15 Commits

Author SHA1 Message Date
ebarrios f04f36e2db Change way of getting service account with new URL and qs 2020-09-23 18:36:26 +02:00
ebarrios f322ab957f Using moment to parse the date 2020-09-23 17:54:43 +02:00
ebarrios 295d98d595 Renamed onReRunClick in useWorkflowRuns.ts to rerun 2020-09-23 17:39:50 +02:00
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
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
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
ebarrios 1f973f4867 Modify the value of Service Account in the details to correct the error that was not showing the service account 2020-09-21 10:22:41 +02:00
ebarrios 2eab159423 Modify Author field in details and change it to Service Account 2020-09-18 16:45:02 +02:00
ebarrios 8bdf33c0d4 Cleanup unused types 2020-09-18 11:51:11 +02:00
ebarrios 0d1695715e Removed unused types 2020-09-18 10:50:50 +02:00
ebarrios d139cf6a28 Created a plugin for cloud build as CI/CD 2020-09-17 17:59:05 +02:00