adrinr
1dcb6b32b2
Remove not required references
2023-04-17 15:54:13 +01:00
adrinr
f585bb793d
Merge branch 'chore/yarn_workspaces' into chore/pro_as_submodule
2023-04-13 10:59:52 +01:00
adrinr
3672acd68e
Fix backend-core tests
2023-04-13 10:54:35 +01:00
adrinr
07a82925ba
Add missing dependency
2023-04-13 10:54:35 +01:00
adrinr
d56129f3fc
Remove types
2023-04-13 10:54:35 +01:00
adrinr
18582c83f5
Add missing types
2023-04-13 10:54:35 +01:00
adrinr
36c412e57b
Remove unused yarn.lock
2023-04-13 10:54:35 +01:00
Budibase Staging Release Bot
a89b04203e
v2.4.44-alpha.19
2023-04-13 09:27:17 +00:00
adrinr
b8d9311b49
Merge branch 'chore/yarn_workspaces' into chore/pro_as_submodule
2023-04-13 09:41:59 +01:00
Budibase Staging Release Bot
1e9ae6aec1
v2.4.44-alpha.18
2023-04-12 21:27:37 +00:00
adrinr
0319610095
Fix backend-core tests
2023-04-12 21:46:08 +01:00
adrinr
123a762b60
Add missing dependency
2023-04-12 19:43:57 +01:00
adrinr
e217286e7b
Remove types
2023-04-12 19:41:23 +01:00
adrinr
b41157d740
Add missing types
2023-04-12 19:08:19 +01:00
adrinr
e6dc4e5fa0
Remove unused yarn.lock
2023-04-12 18:49:29 +01:00
Budibase Staging Release Bot
4eb5201f6a
v2.4.44-alpha.17
2023-04-12 15:38:04 +00:00
Budibase Staging Release Bot
9afbb300fa
v2.4.44-alpha.16
2023-04-12 13:07:38 +00:00
Budibase Staging Release Bot
ad393a829d
v2.4.44-alpha.15
2023-04-12 12:42:23 +00:00
Michael Drury
0911cc05cf
Merge pull request #10272 from Budibase/test/coverage-bckend-core
...
Test/coverage bckend core
2023-04-12 13:32:04 +01:00
Budibase Staging Release Bot
f65a308ffd
v2.4.44-alpha.14
2023-04-12 10:58:55 +00:00
Mateus Badan de Pieri
df38368eaf
removing tests
2023-04-12 11:06:01 +01:00
mike12345567
ada052e043
Merging in develop - fixing some test cases which broke in the process.
2023-04-12 10:56:21 +01:00
Budibase Staging Release Bot
a4e2c41c1c
v2.4.44-alpha.13
2023-04-12 09:07:40 +00:00
Mateus Badan de Pieri
f427763308
export function to make test easier
2023-04-12 02:29:30 +01:00
Mateus Badan de Pieri
ef0293bc6c
encryption tests 100%
2023-04-12 02:25:53 +01:00
adrinr
5ea8086be0
Remove scripts
2023-04-11 16:52:59 +01:00
adrinr
f882993091
Name and its fields are optional
2023-04-11 16:12:18 +01:00
Budibase Staging Release Bot
08dbee5384
v2.4.44-alpha.12
2023-04-11 13:42:48 +00:00
adrinr
c77ed3d737
Renames
2023-04-11 13:39:13 +01:00
adrinr
e1279ffecd
Use proper errors instead of string throwing
2023-04-11 13:39:13 +01:00
Budibase Staging Release Bot
6aefc6b643
v2.4.44-alpha.11
2023-04-11 12:28:43 +00:00
mike12345567
c4a4bdc9da
Fixing tenancy.spec.ts - mocking was a bit messed up, moving it all around to work as expected.
2023-04-11 10:54:04 +01:00
Mateus Badan de Pieri
de613d2b28
latest version
2023-04-11 10:22:47 +01:00
Budibase Staging Release Bot
a3c0510ed7
v2.4.44-alpha.10
2023-04-10 18:53:08 +00:00
Mateus Badan de Pieri
f1b7ff0f7c
fixing expect on throw
2023-04-05 16:30:00 +01:00
Mateus Badan de Pieri
b0df710a2a
tweaks on some tests
2023-04-05 16:13:39 +01:00
Budibase Staging Release Bot
efa1ea7b1b
v2.4.44-alpha.9
2023-04-05 14:41:48 +00: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
Mateus Badan de Pieri
6bd950717c
mocked correctly
2023-04-05 14:14:55 +01:00
Budibase Staging Release Bot
f02f996744
v2.4.44-alpha.8
2023-04-05 12:18:30 +00:00
Budibase Staging Release Bot
244b911efb
v2.4.44-alpha.7
2023-04-04 14:53:06 +00:00
Budibase Staging Release Bot
e94a05887f
v2.4.44-alpha.6
2023-04-04 14:18:08 +00:00
Rory Powell
976b3a55ca
Update logging to support dd trace attributes ( #10086 )
...
* Update logging middleware to integrate with pino for console logging
* Remove elastic apm references, use updated core middlewares
* Remove redundant LOG_LEVEL definitions
* Remove no longer needed jest logging overrides
* lint
* Backwards compat between console log helpers and pino
* Configurable DISABLE_HTTP_LOGGING
* Don't log 4xx as errors
* Remove redundant ENABLE_4XX_HTTP_LOGGING
* Cleanup migrations and event logging
* Improve bb-alert logging
* Add DISABLE_HTTP_LOGGING to helm chart
* Add ops endpoints for testing
* Disable http logging in dev
* Backwards compatible tracing implementation
* Naming update on http logging env var
* lint
* Update packages/backend-core/src/environment.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Merge
* Lint
* Fix console.warn failing mock by replacing with alerts mock instead
* Lint
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-04-04 15:08:46 +01:00
Budibase Staging Release Bot
7bc049c02b
v2.4.44-alpha.5
2023-04-04 09:09:48 +00:00
adrinr
c0d7f2329a
Extract valid email util
2023-04-03 16:42:30 +01:00
Budibase Staging Release Bot
2c9b354a1b
v2.4.44-alpha.4
2023-04-03 15:13:42 +00:00
Budibase Staging Release Bot
52cc24121e
v2.4.44-alpha.3
2023-04-03 11:33:44 +00:00
Adria Navarro
e1669c8260
Merge pull request #10022 from Budibase/feature/scim
...
Feature - SCIM endpoints
2023-04-03 13:22:01 +02:00
Budibase Staging Release Bot
1c84b14582
v2.4.44-alpha.2
2023-04-03 11:09:04 +00:00
Mateus Badan de Pieri
b6fd3b7cf7
primary tests cases
2023-04-03 11:28:20 +01:00