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

252 commits

Author SHA1 Message Date
adrinr dfa33eb27b Add yarn install back 2023-04-24 20:01:59 +01:00
adrinr 7cc859087e Execute pro checks on preinstall 2023-04-24 20:01:59 +01:00
adrinr 1b8a780cb2 Clean scripts 2023-04-24 20:01:59 +01:00
adrinr 50a0662a99 Smart script 2023-04-24 20:01:59 +01:00
adrinr 35bc055ba6 Change release pipelines 2023-04-24 20:01:59 +01:00
adrinr a2746ec241 Cleanups 2023-04-24 20:01:49 +01:00
adrinr d8cfb68082 --no-git-reset 2023-04-24 20:01:49 +01:00
adrinr 7018fea06f Add logging 2023-04-24 20:01:30 +01:00
adrinr d059385979 Add no-push 2023-04-24 20:01:25 +01:00
adrinr 417b7b1538 Bump version manually 2023-04-24 20:00:59 +01:00
adrinr d8103046e2 Publish via lerna, from package 2023-04-24 20:00:37 +01:00
adrinr 49713e5f9a Don't publish sdk 2023-04-24 20:00:33 +01:00
adrinr d6ea99689f Publish packages 2023-04-24 20:00:28 +01:00
adrinr 1bcb481d69 Change publish process 2023-04-24 19:58:40 +01:00
adrinr 8faed6cfbc Move script 2023-04-24 19:58:40 +01:00
adrinr ca84e0c94c Push changes 2023-04-24 19:58:40 +01:00
adrinr 0a83d8eec8 Remove release pro from commands 2023-04-24 19:56:13 +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
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 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
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