Peter Clement
bf7b1fe79b
Merge pull request #9504 from Budibase/feat/env-vars-fixes
...
Env vars fixes from testing
2023-02-01 15:55:21 +00:00
adrinr
0fe6bb6b3a
Fix possible nulls
2023-02-01 15:02:31 +00:00
Peter Clement
31c196f656
Merge remote-tracking branch 'origin/develop' into feat/env-vars-fixes
2023-02-01 14:59:10 +00:00
Peter Clement
0642afa9ed
remove uneeded tooltip
2023-02-01 14:55:39 +00:00
Peter Clement
4b6b19cb7e
add warning modals to app export buttons
2023-02-01 14:44:53 +00:00
Peter Clement
f238063303
disallow spaces in env var names
2023-02-01 14:43:31 +00:00
Dean
7242dd4162
Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features
2023-02-01 14:12:43 +00:00
Budibase Staging Release Bot
9ffc2196ad
Update pro version to 2.2.12-alpha.57
2023-02-01 14:10:13 +00:00
Budibase Staging Release Bot
8545cc3943
v2.2.12-alpha.57
2023-02-01 14:06:27 +00:00
Michael Drury
cc715d450f
Merge pull request #9493 from Budibase/fix/8236
...
CouchDB integration fixes
2023-02-01 13:55:03 +00:00
Budibase Staging Release Bot
c99b339069
Update pro version to 2.2.12-alpha.56
2023-02-01 13:08:14 +00:00
Budibase Staging Release Bot
4ca1615b1a
v2.2.12-alpha.56
2023-02-01 13:03:17 +00:00
mike12345567
a71ee1b693
PR comments.
2023-02-01 13:01:38 +00:00
melohagan
8e0d764dd2
Fix/elastic search delete ( #9492 )
...
* Make sure json param isn't included in delete
* lint
2023-02-01 12:47:38 +00:00
adrinr
13a1b15f93
Increase timeout
2023-02-01 12:29:03 +00:00
Dean
e8c468b5fa
Added a tenant feature flag for the onboarding tour
2023-02-01 12:14:10 +00:00
adrinr
5facf28e85
Add services back
2023-02-01 12:03:24 +00:00
adrinr
83d06121d7
Remove redundant env from jestTestcontainersConfigGenerator
2023-02-01 11:49:25 +00:00
adrinr
4865feeeca
More seq
2023-02-01 11:46:31 +00:00
Budibase Staging Release Bot
e273b45466
Update pro version to 2.2.12-alpha.55
2023-02-01 11:16:33 +00:00
Budibase Staging Release Bot
2f0496253c
v2.2.12-alpha.55
2023-02-01 11:12:50 +00:00
Pedro Silva
ca70fbb996
Make jest timeout longer
2023-02-01 11:08:35 +00:00
adrinr
25d0c7040b
Fix module mappers
2023-02-01 11:02:29 +00:00
adrinr
9b3cd812b7
Fix coverage conflicts issues
2023-02-01 10:57:05 +00:00
adrinr
4b1d47b900
Merge branch 'develop' into feature/dependencies-image
2023-02-01 10:56:22 +00:00
Pedro Silva
21ffbe3f86
Merge branch 'develop' into api-tests-generate-tenants
2023-02-01 10:36:08 +00:00
Budibase Staging Release Bot
21fe992f98
Update pro version to 2.2.12-alpha.54
2023-02-01 10:25:22 +00:00
Budibase Staging Release Bot
c5384b7e15
v2.2.12-alpha.54
2023-02-01 10:21:38 +00:00
Peter Clement
525f29c2ab
Merge pull request #9498 from Budibase/feat/add-encryption-key-to-chart
...
Add ENCRYPTION_KEY to template files
2023-02-01 10:10:30 +00:00
Peter Clement
85eee84c87
Add ENCRYPTION_KEY to template files
2023-02-01 09:47:29 +00:00
Andrew Kingston
c52d3e49d4
Update deploy navigation component to work without data-cy
2023-02-01 08:32:10 +00:00
Andrew Kingston
b89fb6b63e
Update tour popover to work without data-cy
2023-02-01 08:29:03 +00:00
Andrew Kingston
9392922cf1
Add configurable dropdown to popovers to allow styling without needing data-cy
2023-02-01 08:28:50 +00:00
Andrew Kingston
71a93d5ae3
Merge branch 'develop' of github.com:Budibase/budibase into Cypress
2023-02-01 08:24:30 +00:00
Andrew Kingston
6805765686
Remove most traces of data-cy attributes
2023-02-01 08:20:46 +00:00
adrinr
5253f68d61
Race conditions
2023-01-31 22:50:52 +00:00
mike12345567
c038e483e2
Updates to use our new Nano layer for CouchDB integration rather than PouchDB.
2023-01-31 19:49:31 +00:00
Budibase Staging Release Bot
d8667feccf
v2.2.12-alpha.53
2023-01-31 19:45:03 +00:00
Gerard Burns
21a067f34e
New App Onboarding ( #9489 )
...
* New App Onboarding
* Lint
* Move app creation onboarding into its own route
* Fix quiet action button variant
* Fix alt attribute background image flashing
* Update routing logic and redirects to show app creation onboarding
* Navigate to data rather than design upon initial app creation to allow tour to function properly
* Tidy up popover logic and remove tip functionality
* Fix binding popovers
* Lint
* Silence spammy warnings from the builder
* Exclude SVG files from rollup plugin image to fix spectrum icons
* Fix help menu icon colours not working in light themes
* Tweak help menu styles
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
Mitch-Budibase
2ca07c3422
Renaming cypress.json
...
Renamed to testConfig.json.
The file was still required when I was running API tests.
Also updated setup.js based on file name change
2023-01-31 18:26:30 +00:00
Mitch-Budibase
ad966d1a6f
Merge branch 'develop' into Cypress
2023-01-31 18:19:43 +00:00
Mitch-Budibase
05a316b0d6
Update package.json and file addition
...
Updating commands within package.json
Re-adding files:
- cypress.json
- setup.js
- setup.ts
2023-01-31 18:05:53 +00:00
Pedro Silva
864a5d4f3d
Remove console log
2023-01-31 17:40:00 +00:00
Budibase Staging Release Bot
fdb6cb6430
Update pro version to 2.2.12-alpha.52
2023-01-31 17:37:32 +00:00
Budibase Staging Release Bot
7fe5659e27
v2.2.12-alpha.52
2023-01-31 17:32:58 +00:00
adrinr
057ec7d540
Fix installation race conditions
2023-01-31 17:27:25 +00:00
Gerard Burns
ebf4dba4a0
New Help Menu ( #9371 )
...
* New Help Menu
* design PR feedback
* Feedback updates
* Feedback updates, font awesome enhancement, upgrade button hidden if licensing is disabled
---------
Co-authored-by: Dean <deanhannigan@gmail.com>
2023-01-31 17:18:22 +00:00
Mitch-Budibase
689176f9aa
Update smoke_test.yaml
...
Removing Cypress from smoke_test.yaml file
- No longer needed
2023-01-31 17:05:41 +00:00
Budibase Staging Release Bot
486f286519
Update pro version to 2.2.12-alpha.51
2023-01-31 16:58:46 +00:00
Budibase Staging Release Bot
70bd5e3f4b
v2.2.12-alpha.51
2023-01-31 16:55:07 +00:00