Rory Powell
cc7fd985f2
Remove temporary ci branch
2023-02-27 13:53:10 +00:00
Rory Powell
a6027be943
Enforceable SSO ( #9787 )
...
* Add ENFORCEABLE_SSO feature flag
* First draft of enforce sso configuration / show single sign on url
* Reading and writing isSSOEnforced + integration with login page
* Enable CI + lint
* Set correct base branch for CI
* Test fix for expected string changed
* Use tenant aware platform url as SSO link
* Bring in latest pro changes
* Lint
* Add useEnforceableSSO mock helper function
* Update configs.spec.ts with coverage for public settings
* Update users.spec.ts with additional tests for isPreventPasswordActions
* Lint
* Update refresh OAuthToken to use correct enum and add case statement
2023-02-27 13:42:51 +00:00
mike12345567
5b09b15d27
Trying to remove audit log test - see if it fixes test stalling issue.
2023-02-27 13:31:52 +00:00
mike12345567
4803e8b7fe
Fixing test case.
2023-02-27 13:17:42 +00:00
adrinr
369f81af4d
Handle deletes
2023-02-27 13:33:19 +01:00
adrinr
ed03834ef9
Don't hide errors on the frontend
2023-02-27 13:17:05 +01:00
Rory Powell
ab44eba7b2
Update packages/types/src/documents/global/config.ts
...
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-02-27 12:02:49 +00:00
mike12345567
807c12dde3
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-27 11:43:11 +00:00
mike12345567
827c7cef4a
Moving is audited and adding in env var for ip address/user agent auditing.
2023-02-27 11:42:52 +00:00
Peter Clement
cfdced5716
adjust table sizing and switch column position
2023-02-27 11:12:52 +00:00
mike12345567
35b670e3ac
Further PR comments.
2023-02-27 11:00:13 +00:00
Budibase Release Bot
8dd34984b2
Update pro version to 2.3.18
2023-02-27 10:16:38 +00:00
Budibase Release Bot
7a59ee813f
v2.3.18
2023-02-27 10:12:47 +00:00
Rory Powell
388ac5117c
Use forked helm action ( #9814 )
2023-02-27 10:01:43 +00:00
Dean
52bfaa820c
Merge remote-tracking branch 'origin/develop' into feature/app-user-onboarding-ux
2023-02-27 09:12:07 +00:00
Dean
83a764b76e
Merge commit
2023-02-27 09:11:32 +00:00
mike12345567
0debbe759c
Fix based on test cases.
2023-02-24 19:04:40 +00:00
mike12345567
9327c0e096
Fix for auth logout test case.
2023-02-24 17:42:22 +00:00
mike12345567
1be17ee3bb
Fixing circular dependencies which were blocking tests.
2023-02-24 17:31:58 +00:00
mike12345567
262227bb28
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-24 17:03:00 +00:00
mike12345567
699d7da4ea
Adding test case for PII clear out.
2023-02-24 16:51:04 +00:00
mike12345567
0b013f305f
Adding a system for checking audited data in events, so that PII can be removed by posthog processor.
2023-02-24 16:45:33 +00:00
Rory Powell
d8be15cb77
Fix helm action ( #9804 )
...
* Downgrade glopezep/helm to 1.7.0
* Downgrade glopezep/helm to 1.6.1
2023-02-24 16:34:13 +00:00
Rory Powell
1e222d2c4e
Downgrade glopezep/helm to 1.7.0 ( #9803 )
2023-02-24 16:27:50 +00:00
Budibase Staging Release Bot
66f74dfbc3
Update pro version to 2.3.18-alpha.12
2023-02-24 15:54:43 +00:00
Budibase Staging Release Bot
f77c214b0a
v2.3.18-alpha.12
2023-02-24 15:51:56 +00:00
Martin McKeaveney
3115cc4f5f
Merge pull request #9798 from Budibase/fix/couchdb-version
...
set couchDB chart version to 3.1.1
2023-02-24 15:18:02 +00:00
mike12345567
3f4ea4b152
Fixing build issue.
2023-02-24 13:55:36 +00:00
mike12345567
30024e7b81
Moving around processors to separate audit logs out of central event handling.
2023-02-24 13:52:54 +00:00
mike12345567
f407e18db6
Main body of PR comments.
2023-02-24 13:32:45 +00:00
Budibase Staging Release Bot
90c32a8e5c
v2.3.18-alpha.11
2023-02-24 13:23:58 +00:00
Gerard Burns
d6eb7446c7
Fix App Import ( #9796 )
2023-02-24 13:16:33 +00:00
mike12345567
98e6530913
Moving search index to an enum.
2023-02-24 13:15:14 +00:00
mike12345567
b9fb7f29a2
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-24 12:46:58 +00:00
Peter Clement
d6d1b9e991
fix datepicker bug
2023-02-24 12:27:52 +00:00
Budibase Staging Release Bot
c18c898a22
Update pro version to 2.3.18-alpha.10
2023-02-24 10:51:08 +00:00
Budibase Staging Release Bot
91d09b953d
v2.3.18-alpha.10
2023-02-24 10:48:01 +00:00
Adria Navarro
0b1f2d4e7f
Merge pull request #9777 from Budibase/bug/budi-6619/cannot_update_relationships_in_postgresql_many_to_one
...
Bug - budi-6619 - Cannot update relationships in postgresql many to one
2023-02-24 10:39:45 +00:00
adrinr
61f9febc69
Remove @ts-ignore
2023-02-24 11:26:05 +01:00
adrinr
d13d275165
Dry
2023-02-24 11:24:29 +01:00
adrinr
928ab4fb09
Merge remote-tracking branch 'origin/develop' into bug/budi-6619/cannot_update_relationships_in_postgresql_many_to_one
2023-02-24 11:12:07 +01:00
adrinr
ff8a4b420d
Renamings
2023-02-24 10:51:55 +01:00
adrinr
b60105f546
Improve verbosity
2023-02-24 10:47:32 +01:00
Peter Clement
c6dac1f2f6
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-24 09:41:58 +00:00
Peter Clement
6d01911199
fix app sorting
2023-02-24 09:41:48 +00:00
Budibase Staging Release Bot
b497bc00e9
Update pro version to 2.3.18-alpha.9
2023-02-24 09:26:25 +00:00
Budibase Staging Release Bot
6ee4594457
v2.3.18-alpha.9
2023-02-24 09:23:36 +00:00
Rory Powell
3d7916e6a6
Remove deploy to release env ( #9793 )
2023-02-24 09:16:18 +00:00
mike12345567
862e85a8c2
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-23 17:23:29 +00:00
mike12345567
a3fd0d84d5
Implementing a few basic tests to create and search the audit logs.
2023-02-23 17:23:06 +00:00