Andrew Kingston
911f37572a
Ensure view names are properly encoded to handle certain special characters ( #9145 )
2022-12-22 13:09:07 +00:00
Martin McKeaveney
e7d7417c7d
pinning couchDB version for closeau compatibility ( #9144 )
2022-12-21 16:24:29 +00:00
Budibase Staging Release Bot
f59de7841d
Update pro version to 2.2.10-alpha.9
2022-12-21 14:39:20 +00:00
Budibase Staging Release Bot
3aab0f8d9c
v2.2.10-alpha.9
2022-12-21 14:35:40 +00:00
Mitch-Budibase
e65968618e
Merge pull request #9139 from Budibase/cypress-update
...
QueryLevelTransformers Test Update
2022-12-21 14:21:40 +00:00
Mitch-Budibase
a281f5e0fc
QueryLevelTransformers Test Update
...
Updated selectExternalDatasource command
Altered Query Level Transformers to include a page reload. Not having this reload was occasionally affecting the test run
2022-12-21 14:01:44 +00:00
Budibase Staging Release Bot
5396cd68cb
Update pro version to 2.2.10-alpha.8
2022-12-21 11:15:55 +00:00
Budibase Staging Release Bot
3aaf462394
v2.2.10-alpha.8
2022-12-21 11:12:10 +00:00
Martin McKeaveney
aad1154ec7
adding host.docker.internal mapping to PROXY_ADDRESS
2022-12-21 10:58:39 +00:00
Budibase Staging Release Bot
1df3c6e9ef
Update pro version to 2.2.10-alpha.7
2022-12-20 17:00:56 +00:00
Budibase Staging Release Bot
5bc555a35e
v2.2.10-alpha.7
2022-12-20 16:56:30 +00:00
Rory Powell
62c325fa57
Allow proxy upstream URLs to be configured at runtime ( #7413 )
...
* allow proxy upstream urls to be configured at runtime
* make dynamic upstream urls in proxy the default behaviour
* reorder env directives
* Use appVersion for proxy image
* Update couch upstream for proxy
* proxy ci updates - WIP
* allowing custom resolvers in proxy service deployment
* remove generateProxyConf script for prod and remove from builds
* remove generateProxyConfig script
* removing nginx dev conf
* delete generated nginx conf
Co-authored-by: Thomas Weiß <panos@unbunt.org>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-12-20 16:28:13 +00:00
Budibase Staging Release Bot
44b55e985c
Update pro version to 2.2.10-alpha.6
2022-12-20 16:26:58 +00:00
Budibase Staging Release Bot
25492ccf84
v2.2.10-alpha.6
2022-12-20 16:23:25 +00:00
Rory Powell
61b899b120
Fix for release version in qa deploy notification ( #9132 )
...
* Fix for release version in qa deploy notification
* Re-add dependency on chart job
2022-12-20 16:10:02 +00:00
Budibase Staging Release Bot
06998fc33b
Update pro version to 2.2.10-alpha.5
2022-12-20 15:25:03 +00:00
Budibase Staging Release Bot
ac37cd0db7
v2.2.10-alpha.5
2022-12-20 15:21:10 +00:00
Rory Powell
58c6f51ceb
Remove .npmignore ( #9131 )
2022-12-20 15:05:48 +00:00
Budibase Staging Release Bot
c55c15cd04
Update pro version to 2.2.10-alpha.4
2022-12-20 14:51:06 +00:00
Budibase Staging Release Bot
3fd0154695
v2.2.10-alpha.4
2022-12-20 14:46:51 +00:00
Rory Powell
5c18ece4f3
Only build pro after bootstrapping and after backend-core build ( #9130 )
...
* Update .npmignore path to include all subdirectories of dist
The dist/* pattern was including only the first level of files inside
the dist folder.
Update to no longer wildcard to include all the folder contents
* Only build pro after bootstrapping and after backend-core build
This protects against the scenario of a breaking change in backend-core
that is relied on by the pro package.
Introducing to fix the current build as the published backend-core package is corrupted.
This change ensures the local filsystem version of core will be used.
* Debug line
* Debug lines
* Update build script
2022-12-20 14:30:31 +00:00
Rory Powell
090fa330d2
Update .npmignore path to include all subdirectories of dist ( #9129 )
...
The dist/* pattern was including only the first level of files inside
the dist folder.
Update to no longer wildcard to include all the folder contents
2022-12-20 12:29:36 +00:00
Budibase Staging Release Bot
f7a4834d78
Update pro version to 2.2.10-alpha.3
2022-12-20 11:12:26 +00:00
Budibase Staging Release Bot
93484a08c4
v2.2.10-alpha.3
2022-12-20 11:08:52 +00:00
Rory Powell
da6c2a9080
Fix empty dist folder in npm pacakge ( #9125 )
...
Use a .npmignore file instead of the files property of package.json
A bug in lerna seems to use the generated dist/package.json instead of the root file
when determining files to add, resulting in an empty directory.
Related: https://stackoverflow.com/questions/54912262/lerna-publish-and-npm-pack-failing-to-package-all-the-files-in-dist-folder
2022-12-20 10:56:33 +00:00
Budibase Staging Release Bot
0fe35b59fd
Update pro version to 2.2.10-alpha.2
2022-12-20 08:43:35 +00:00
Budibase Staging Release Bot
b0d1e37734
v2.2.10-alpha.2
2022-12-20 08:40:00 +00:00
Budibase Staging Release Bot
5cee1362ac
Update pro version to 2.2.10-alpha.1
2022-12-19 22:25:55 +00:00
Budibase Staging Release Bot
e0a3bce425
v2.2.10-alpha.1
2022-12-19 22:21:52 +00:00
Rory Powell
a13cfd98f9
Fix docker build ( #9116 )
2022-12-19 22:05:47 +00:00
Budibase Staging Release Bot
48949e7069
Update pro version to 2.2.10-alpha.0
2022-12-19 21:12:09 +00:00
Budibase Staging Release Bot
c665242534
v2.2.10-alpha.0
2022-12-19 21:08:30 +00:00
Rory Powell
0b59e8e10e
Fix build ( #9115 )
2022-12-19 20:55:05 +00:00
Martin McKeaveney
c6c721298c
pulling from master
2022-12-19 18:54:58 +00:00
Budibase Release Bot
23753a1c9f
Update pro version to 2.2.9
2022-12-19 18:28:38 +00:00
Budibase Release Bot
8ede6de345
v2.2.9
2022-12-19 18:25:02 +00:00
melohagan
033094cf30
SQL server relationship fix for tables in schema ( #9103 )
...
* Add schema to LEFT JOIN
* lint
2022-12-19 18:12:05 +00:00
Budibase Staging Release Bot
aa188ee299
Update pro version to 2.2.4-alpha.9
2022-12-19 17:59:38 +00:00
Budibase Staging Release Bot
f923199296
v2.2.4-alpha.9
2022-12-19 17:56:10 +00:00
Mitch-Budibase
c6a92eb29b
Merge pull request #9109 from Budibase/cypress-updates
...
Cypress Suite Updates
2022-12-19 17:43:12 +00:00
Mitch-Budibase
d024575edb
Skipping Cypress Tests - No longer needed
...
Skipping Cypress tests associated with the following:
- Account Portals
- App Overview
- Create Automation
We now have E2E coverage of these tests via QA Wolf
2022-12-19 17:23:13 +00:00
Mitch-Budibase
05e84e7e41
Updating createTable command
...
Changing an ID when asserting a table exists
- This change will fix the broken tests within the Cypress build
2022-12-19 17:11:43 +00:00
Budibase Staging Release Bot
deca5bbf81
Update pro version to 2.2.4-alpha.8
2022-12-19 16:36:57 +00:00
Budibase Staging Release Bot
3e76f25805
v2.2.4-alpha.8
2022-12-19 16:33:03 +00:00
Rory Powell
50e750b4b7
Update job name
2022-12-19 16:04:58 +00:00
Rory Powell
eebb638daf
Re-enable concurrency
2022-12-19 16:03:07 +00:00
Rory Powell
04bc69ecf4
Publish helm chart with correct app version, publish on develop ( #9099 )
...
* Publish helm chart with correct app version, publish on develop
* Uncomment checkout
* Remove concurrency flag temporarily
* Prevent created at timestamp from changing on each helm repo index
* Add logging
* Fix syntax error
* Add logging
* Fix package command
* Remove copy tgz
* Update commit message
* Add job to trigger budibase-deploys
* Fix repository
* Update access token
* Update access token
* Update access token
* Separate deploy release env from docker image release
* Dependency between image release and chart release
2022-12-19 16:01:12 +00:00
Pedro Silva
572b085a3f
Merge pull request #8954 from Budibase/api-tests-user-management
...
APItests for user management, permissions and app specific roles
2022-12-19 14:52:12 +00:00
Pedro Silva
8c67348ee4
Fix wrong parameter
2022-12-19 14:46:34 +00:00
Pedro Silva
33413e7119
Merge branch 'develop' into api-tests-user-management
2022-12-19 13:56:22 +00:00