1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
Commit graph

34129 commits

Author SHA1 Message Date
Adria Navarro
b744ec3c35 Add extra tests 2024-08-19 15:59:59 +02:00
Adria Navarro
f0a89764f2 Add basic test 2024-08-19 15:59:59 +02:00
Adria Navarro
eb2d71e980 Move getQueryableFields to utils 2024-08-19 15:59:59 +02:00
Adria Navarro
084a481821 Typo 2024-08-19 15:59:59 +02:00
Adria Navarro
09938ae442 Don't change key order on trimming 2024-08-19 15:59:59 +02:00
Adria Navarro
f53500450a Fix wrong test 2024-08-19 15:59:59 +02:00
Adria Navarro
da87c0233b Don't trim usertable 2024-08-19 15:59:59 +02:00
Adria Navarro
ce8730f176 Clean code 2024-08-19 15:59:59 +02:00
Adria Navarro
385c5f6e99 Trim unwanted columns in outputProcessing 2024-08-19 15:59:58 +02:00
Adria Navarro
1a88d9f89b Don't clean relationship query 2024-08-19 15:59:58 +02:00
Adria Navarro
08b0b6af19 Fix search relationships 2024-08-19 15:59:58 +02:00
Adria Navarro
59a164f4df Test relationships 2024-08-19 15:59:58 +02:00
Adria Navarro
ee5c4e8ed8 Don't trim prefixed keys 2024-08-19 15:59:58 +02:00
Adria Navarro
b1d78f129b Remove jest only 2024-08-19 15:59:58 +02:00
Adria Navarro
ac62fc0e29 Fix jest asserts 2024-08-19 15:59:58 +02:00
Adria Navarro
0bdb6396ed Remove unneeded test 2024-08-19 15:59:58 +02:00
Adria Navarro
48486cdaa4 Implement query 2024-08-19 15:59:58 +02:00
Adria Navarro
5b13e53a3b Fix tests 2024-08-19 15:59:58 +02:00
Adria Navarro
6fe628f804 Fix tests 2024-08-19 15:59:58 +02:00
Adria Navarro
42070dcd39 Add tests 2024-08-19 15:59:58 +02:00
Adria Navarro
728b4d363d Add removeInvalidFilters utils 2024-08-19 15:59:58 +02:00
Adria Navarro
0212f584d2 Add imports 2024-08-19 15:59:57 +02:00
Adria Navarro
331e8eb7be Add view tests 2024-08-19 15:59:18 +02:00
Adria Navarro
3acc9bde45 Extra tests 2024-08-19 15:59:18 +02:00
Adria Navarro
723dfee8c8 Add field mapping tests 2024-08-19 15:59:18 +02:00
Adria Navarro
120d5d953d Fetch only table fields and validate 2024-08-19 15:59:18 +02:00
Adria Navarro
79ca65e39a
Merge pull request #14406 from Budibase/BUDI-8560/pre-refactor
Split columns setting button/content
2024-08-19 15:18:28 +02:00
Adria Navarro
c59b3c2d3c
Merge branch 'master' into BUDI-8560/pre-refactor 2024-08-19 15:10:48 +02:00
Budibase Staging Release Bot
c841e7bef7 Bump version to 2.30.6 2024-08-19 11:16:50 +00:00
Martin McKeaveney
eceda485d0
Merge pull request #14407 from Budibase/fix-releases
allow values to be passed in secrets
2024-08-19 12:16:20 +01:00
Martin McKeaveney
d17d245374 allow values to be passed in secrets 2024-08-19 12:08:48 +01:00
Adria Navarro
3dcf17d438 Fix initial visibility 2024-08-19 13:00:23 +02:00
Adria Navarro
3685c6dbe5 Split columns setting button/content 2024-08-19 12:59:39 +02:00
Gerard Burns
205a50156b
[BUDI-8460] Add New Step to Table Screen Template (#14203)
* [BUDI-8460] Add New Step to Table Screen Template Flow

* fix tests

* PR Feedback

---------

Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-08-19 10:44:09 +00:00
Budibase Staging Release Bot
23fd4bbbcb Bump version to 2.30.5 2024-08-19 09:50:38 +00:00
Christos Alexiou
2d6d9746f2
Merge pull request #14347 from Budibase/ops/fix-bug-in-randomisation
Fix: Handle setting of env vars in .env gracefully
2024-08-19 12:45:14 +03:00
Christos Alexiou
69d4f5f1ed
Merge branch 'master' into ops/fix-bug-in-randomisation 2024-08-19 12:20:34 +03:00
Martin McKeaveney
82c258aea6
Merge pull request #14405 from Budibase/helm-encryption-key-updates
auto generate encryption key, and use secrets
2024-08-19 10:14:35 +01:00
Martin McKeaveney
5de3967695 auto generate encryption key, and use secrets 2024-08-19 09:10:56 +01:00
Budibase Staging Release Bot
f8eb726072 Bump version to 2.30.4 2024-08-16 14:42:31 +00:00
Martin McKeaveney
7aa566e187
Merge pull request #14395 from Budibase/allow-custom-repository
allow a custom docker registry to be passed if required to helm chart
2024-08-16 15:34:45 +01:00
Martin McKeaveney
43560aa04f allow a custom docker registry to be passed if required to helm chart 2024-08-16 15:29:52 +01:00
Christos Alexiou
6bb80044e6
Merge branch 'master' into ops/fix-bug-in-randomisation 2024-08-16 11:22:05 +03:00
mike12345567
a1fae4d799 Making sure filters are always added to end, this is important for OR situations. 2024-08-15 18:52:17 +01:00
mike12345567
48672244f4 Fixing up column renaming everywhere that it is needed, making sure works for external as well. 2024-08-15 18:46:28 +01:00
mike12345567
aa1eaa1d3d A few fixes for logical operators, there was a lot of cleanup that was not occurring as it is supposed to be recursive, this wasn't happening. 2024-08-15 18:35:30 +01:00
Michael Drury
20baecc9fb
Merge pull request #14389 from Budibase/fix/feature-flag-checks
Fix for feature flag issue
2024-08-15 17:21:45 +01:00
Michael Drury
483bb585c3
Merge branch 'master' into fix/feature-flag-checks 2024-08-15 17:11:38 +01:00
mike12345567
4995056ba0 Updating tests. 2024-08-15 17:09:15 +01:00
Peter Clement
0e229c9b2e
Update automation test builder to support branching (#14387)
* add branch step definition

* update automation test builder to support branching

* rename Automation test builder

* example test

* pr comments
2024-08-15 16:07:42 +00:00