1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
Commit graph

252 commits

Author SHA1 Message Date
Adria Navarro f426ba1ac3 Merge branch 'chore/npmless-builds' into chore/esbuild 2023-05-02 14:56:34 +01:00
mike12345567 de51364303 Some updates to Dockerfiles. 2023-04-27 17:00:15 +01:00
mike12345567 19b568891e Merge branch 'develop' of github.com:Budibase/budibase into chore/npmless-builds 2023-04-25 17:44:17 +01:00
mike12345567 49b45f5e67 Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild 2023-04-25 17:37:56 +01:00
adrinr afc5c99c6f Revert "Merge pull request #10367 from Budibase/revert-10267-chore/pro_as_submodule"
This reverts commit df18119b56, reversing
changes made to 676b85dbd8.
2023-04-20 19:48:29 +01:00
adrinr e65225996e Revert https://github.com/Budibase/budibase/pull/10267 2023-04-20 19:04:20 +01:00
Michael Drury 1bd1857533 Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild 2023-04-20 11:35:29 +01:00
adrinr b825beae43 Complete submodules:unload script 2023-04-19 10:21:07 +01:00
adrinr c58f6d8db6 Force clean on dep:clean 2023-04-19 10:17:49 +01:00
adrinr 279e2b723c Use nx for build:dev 2023-04-19 09:59:01 +01:00
adrinr 41b05442ef Update husky 2023-04-17 19:33:45 +01:00
adrinr 0c70eb7fde Try config 2023-04-17 19:31:18 +01:00
adrinr 3b891df8d8 Fix 2023-04-17 19:27:49 +01:00
adrinr 5b86cf96ba Change hook 2023-04-17 19:27:06 +01:00
adrinr 751d65bfab Update scripts 2023-04-17 18:42:22 +01:00
adrinr b93d466d75 Pull submodule automatically 2023-04-16 11:02:10 +01:00
adrinr 1e13c65622 Add kill-all in dev:built 2023-04-14 16:28:34 +01:00
mike12345567 af72b730e0 Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild 2023-04-14 13:06:57 +01:00
mike12345567 361005b521 Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild 2023-04-13 17:23:58 +01:00
adrinr 5d14b71c7e Add lerna link back to fix embeeding files on server tests 2023-04-13 13:09:44 +01:00
adrinr 09358addc1 Remove not needed yarn link 2023-04-13 12:16:35 +01:00
adrinr caeb331c7a Add yarn link (needed for some test path refs) 2023-04-13 10:54:35 +01:00
adrinr 3672acd68e Fix backend-core tests 2023-04-13 10:54:35 +01:00
adrinr 17f6c21a9f Remove bootstrap 2023-04-13 10:54:35 +01:00
adrinr 70475c3250 Use yarn workspaces with nx 2023-04-13 10:54:18 +01:00
adrinr ceacf38ed6 Bootstrap submodule 2023-04-13 10:44:28 +01:00
adrinr b8d5fe88b6 Remove "root" from refrenced packages 2023-04-13 09:43:59 +01:00
adrinr b8d9311b49 Merge branch 'chore/yarn_workspaces' into chore/pro_as_submodule 2023-04-13 09:41:59 +01:00
adrinr 627a02e150 Add yarn link (needed for some test path refs) 2023-04-12 22:33:56 +01:00
adrinr 0319610095 Fix backend-core tests 2023-04-12 21:46:08 +01:00
adrinr 929e0c8e6a Remove bootstrap 2023-04-12 19:36:22 +01:00
adrinr 4f98f99a90 Use yarn workspaces with nx 2023-04-12 18:48:57 +01:00
adrinr 181d0ee236 Run pro bootstrap if submodule exists 2023-04-12 18:36:58 +01:00
adrinr fd538e0aad Setup pro 2023-04-11 17:12:50 +01:00
adrinr 5ea8086be0 Remove scripts 2023-04-11 16:52:59 +01:00
Rory Powell 77ffb8d86d Run integration suite in CI again / auto detect tenancy / refactors (#10209)
* qa-core-ci-fixes

* global setup and teardown wip

* Updates to logs and setup

* Remove date and console mocking

* Update CI to spin up minimal dev env

* Update readme

* Fix scopeBackend.sh

* Ensure docker services are initialised before starting worker

* Lint

* Fix admin user being created on startup (#10219)

* use regular bootstrap and build

* Lint

* Temp: re-use global setup to get around app limit in QA
2023-04-05 15:33:56 +01:00
adrinr e052ab50c7 Add stream flag to lerna run 2023-04-04 09:05:38 +01:00
adrinr 85e3906426 Fix 2023-04-04 08:44:23 +01:00
adrinr ece0d44f1a Stream outputs 2023-04-04 08:44:23 +01:00
adrinr 8a68b4146d Update lerna 2023-04-04 08:44:05 +01:00
adrinr 98a3ed323b Use yarn workspaces with lerna 2023-03-31 12:33:31 +01:00
adrinr e8e77cc140 Use esbuild for server 2023-03-31 12:32:41 +01:00
adrinr 55b12002be Add dependencies 2023-03-31 12:32:41 +01:00
Rory Powell 74995381f4 Remove client build in CI 2023-03-31 12:30:20 +01:00
Rory Powell 44aa19a99a Merge branch 'master' into merge-master-develop 2023-03-31 12:26:04 +01:00
Rory Powell 79bec7d86d Add force exit, -e flag and streaming to tests (#10151)
* Add force exit, -e flag and streaming to tests

* Temp remove script usage from worker tests

* Revert "Temp remove script usage from worker tests"

This reverts commit 5e0ed2e92d.

* Always fail test

* Ignore server test package from coverage report

* Unscope server only

* Run all server tests again

* Update backend core test script to fail when any command fails and force exit

* Don't try to require client in test

* Port memory limit fix from develop

* Remove always failing test and commented out block for client require

* Fixing some issues with test cases.

* Revert assertions in internalSearch.spec.js

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-03-31 10:32:13 +01:00
Michael Drury 772a732194 Making sure client is built, before running server tests. 2023-03-28 01:01:01 +01:00
Michael Drury a88a8ab272 Running server tests first. 2023-03-28 00:52:38 +01:00
Michael Drury 972897faf7 Splitting server tests out to run separately to main lerna thread. 2023-03-28 00:33:46 +01:00
Martin McKeaveney 97f0b76d82 removing test step from release 2023-03-06 11:30:21 +00:00