1
0
Fork 0
mirror of synced 2024-07-21 06:05:52 +12:00
Commit graph

27 commits

Author SHA1 Message Date
mike12345567 2ec6b15e56 General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 2021-05-11 17:49:26 +01:00
Andrew Kingston 797e8a8b67 Add explicit prettier options 2021-05-04 11:32:22 +01:00
Andrew Kingston c010eeb314 Fix prettier and fix crash when using certain views as data sources 2021-05-04 11:04:42 +01:00
Andrew Kingston f0a07cfe9f Update deploy page to use spectrum 2021-04-22 13:37:24 +01:00
Andrew Kingston 5770035650 Update automation section to use spectrum 2021-04-22 10:58:04 +01:00
Keviin Åberg Kultalahti 5a2287ddcb moves NotificationDisplay to bbui and converts it to spectrum 2021-04-09 12:02:53 +02:00
mike12345567 60ab217386 Formatting. 2021-03-18 18:27:00 +00:00
Keviin Åberg Kultalahti 98d88bef23 moves click handler for deployment info to pill rather than icon 2021-03-12 13:23:51 +01:00
mike12345567 3d82bcef6c Formatting. 2021-02-23 16:31:33 +00:00
Martin McKeaveney d4e7924269 removing redundant cancel button 2021-02-22 18:40:33 +00:00
mike12345567 f080fa6537 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00
mike12345567 0e9d831e73 Linting. 2021-01-14 17:02:05 +00:00
mike12345567 16a25a7cff When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 2021-01-14 17:01:31 +00:00
mike12345567 9162aa522b Linting. 2020-12-16 09:43:08 +00:00
mike12345567 cc34838f45 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 2020-12-15 17:27:45 +00:00
Martin McKeaveney 6906b43667 show quota errors when deployments fail 2020-11-13 14:32:47 +00:00
Martin McKeaveney b355b8bad9 track quota errors in deployment 2020-11-12 12:58:05 +00:00
Martin McKeaveney 129d36ccfe remove cf invalidation, adding validation around successful deploys only 2020-11-10 17:08:02 +00:00
Andrew Kingston cb25dd97b3 Enabling the dark side 2020-10-29 20:42:34 +00:00
mike12345567 8a844a5922 Adding an empty state for the webhook deployment modal. 2020-10-27 09:44:29 +00:00
mike12345567 d7196cfd3a Linting. 2020-10-26 17:47:03 +00:00
mike12345567 41fd10dbbe Adding a way to see the deployed webhook URLs to the deployment page. 2020-10-26 17:46:20 +00:00
mike12345567 8f466c424d Lint. 2020-10-20 15:09:20 +01:00
mike12345567 69743faa0d Changing how invalidation is checked for Cloudfront cache, making sure that we don't lose state of the invalidation and can check it fully in the background. 2020-10-20 15:06:34 +01:00
mike12345567 de9c4ea3ee Fixing some issues seen with cloudfront and adding a bit more UI around the deployment history as pending can be happening for some time. 2020-10-19 15:33:26 +01:00
Martin McKeaveney 131dcdbcad deployment history design updates and polling 2020-10-18 18:09:19 +01:00
Martin McKeaveney b0c8d570bc deployment history rendering in side bar 2020-10-17 15:13:25 +01:00