Martin McKeaveney
|
0cc2069929
|
fixes for templates, ensured iframetemplate fires ready event
|
2021-11-09 17:40:31 +01:00 |
Martin McKeaveney
|
6c47980f7c
|
remove unnecessary deployment poll
|
2021-10-01 12:10:50 +01:00 |
Martin McKeaveney
|
0a7512a4d9
|
changed events to constants, instantiated analytics client at right time
|
2021-09-21 20:21:15 +01:00 |
Martin McKeaveney
|
184061a56b
|
analytics clients
|
2021-09-21 11:47:14 +01:00 |
Keviin Åberg Kultalahti
|
5b0557bc28
|
Adds last bits to NPS feedback form
|
2021-07-21 12:28:38 +02:00 |
Keviin Åberg Kultalahti
|
c4258bfe3c
|
implements nps form component
|
2021-07-19 09:28:34 +02:00 |
Andrew Kingston
|
4eb6d1e624
|
Fix modal flashing when reverting app version and fix version number being incorrect
|
2021-07-08 12:56:35 +01:00 |
Andrew Kingston
|
9440e4a5bf
|
Add UI to revert app version and initial work on app revert backend
|
2021-07-07 17:35:28 +01:00 |
Andrew Kingston
|
0a44b1e3d8
|
Add client libary update management from inside the builder
|
2021-07-07 17:07:42 +01:00 |
mike12345567
|
de1ad05c7a
|
Linting.
|
2021-06-18 13:33:44 +01:00 |
Martin McKeaveney
|
dd4ed9b69d
|
tidy up, fix UI tests
|
2021-06-17 14:45:08 +01:00 |
mike12345567
|
6733b61b78
|
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
|
2021-06-16 14:13:57 +01:00 |
Andrew Kingston
|
38e064fa0f
|
Fix all eslint issues
|
2021-06-15 19:36:56 +01:00 |
mike12345567
|
6b40f15318
|
Merge branch 'feature/opinionated-sql' of github.com:Budibase/budibase into feature/opinionated-sql
|
2021-06-11 18:56:44 +01:00 |
Martin McKeaveney
|
114eac4134
|
external/internal tables and datasources merged, removed autocapture, re-added logout action
|
2021-06-11 17:52:08 +01:00 |
Martin McKeaveney
|
cbb681e140
|
re-adding if
|
2021-06-10 12:10:19 +01:00 |
Martin McKeaveney
|
a7dbada7dc
|
fix feedback notification panel, prevent MinIO bucket from being deleted
|
2021-06-10 12:07:39 +01:00 |
Andrew Kingston
|
6c960dd9e2
|
Replace font-weight 500 with 600 as source sans pro does not have a 500 weight, and update autoscreens and templates to use source sans pro
|
2021-05-25 10:11:41 +01:00 |
Andrew Kingston
|
b9cfebdad2
|
Update deployment status message on error
|
2021-05-24 14:08:55 +01:00 |
Andrew Kingston
|
200d006971
|
Update deployment status message to not confuse user
|
2021-05-24 14:08:08 +01:00 |
Andrew Kingston
|
112ef65043
|
Merge pull request #1505 from Budibase/user-app-list
User home screen + tidy ups
|
2021-05-20 08:41:44 +01:00 |
mike12345567
|
0bbd45b413
|
Adding the ability to get all apps, with the status attached.
|
2021-05-19 15:09:57 +01:00 |
Martin McKeaveney
|
c3dc5bae76
|
cron automation trigger end to end
|
2021-05-18 21:03:26 +01:00 |
Martin McKeaveney
|
ee9a097979
|
lint ✨
|
2021-05-17 21:43:50 +01:00 |
Martin McKeaveney
|
c32b52430e
|
flip bool
|
2021-05-17 16:33:33 +01:00 |
Martin McKeaveney
|
f1cd6d01e9
|
tidy up
|
2021-05-17 14:24:37 +01:00 |
Martin McKeaveney
|
0f2bcf581d
|
revert functionality working
|
2021-05-16 21:25:37 +01:00 |
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 |