mike12345567
|
8df38b8bb2
|
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
|
2024-03-20 12:42:07 +00:00 |
Sam Rose
|
009c795f54
|
Reenable no-undefs.
|
2024-03-19 17:47:39 +00:00 |
mike12345567
|
90a624884e
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-11-22 12:52:27 +00:00 |
Adria Navarro
|
db2c20e3ae
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
mike12345567
|
fdfd58391a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-10-19 18:25:11 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
1db95a3006
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/sqs
|
2023-10-02 16:32:10 +01:00 |
Adria Navarro
|
2698e47ec4
|
Type internal db.get
|
2023-07-18 11:41:51 +02:00 |
mike12345567
|
f070be5f65
|
Moving search index to an enum.
|
2023-02-24 13:15:14 +00:00 |
mike12345567
|
6ec5e97ce9
|
Required work to support the new lucene audit logs search indexing.
|
2023-02-17 16:26:55 +00:00 |
mike12345567
|
7eac8fafd6
|
Some server typescript re-writes, only automations left and some controllers.
|
2022-11-25 15:01:46 +00:00 |
mike12345567
|
02ede5d067
|
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
|
2022-11-22 19:49:59 +00:00 |
mike12345567
|
fc6111272e
|
Fixing viewname enumeration.
|
2022-08-11 14:40:17 +01:00 |
mike12345567
|
b803a3fd93
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
Rory Powell
|
dd9503ac09
|
Add typescript linting at the top level
|
2022-03-25 11:17:58 +00:00 |
Andrew Kingston
|
d34e57382e
|
Replace all spaces with underscores in column names rather than just the first one
|
2022-02-14 10:21:31 +00:00 |
mike12345567
|
d2fe119d90
|
Main body of work, refactoring most usages.
|
2022-01-27 18:18:31 +00:00 |
Andrew Kingston
|
6e856c4bd7
|
Fix indexing of rows with arrays of objects
|
2021-09-02 12:00:18 +01:00 |
Peter Clement
|
e03244e44e
|
change index definition
|
2021-08-27 14:10:19 +01:00 |
Peter Clement
|
1ab618c2ef
|
fix indexing of arrays
|
2021-08-26 14:22:52 +01:00 |
Peter Clement
|
725b9bb6e2
|
Add more validation options for array field
|
2021-08-25 15:49:04 +01:00 |
Peter Clement
|
f000d44e39
|
Add contains option to lucene query builder
|
2021-08-24 16:14:38 +01:00 |
Andrew Kingston
|
b402254b2c
|
Lint
|
2021-05-14 15:41:58 +01:00 |
Andrew Kingston
|
6f6770cef7
|
Add server-side searching and pagination to data providers using internal tables
|
2021-04-30 16:29:53 +01:00 |
mike12345567
|
b97071bf82
|
Rewriting search to use the new couchdb 3.0 search functionality.
|
2021-03-25 23:42:50 +00:00 |
mike12345567
|
c51cf423e3
|
Creating CouchDB 3.0 indexes.
|
2021-03-25 19:12:17 +00:00 |
mike12345567
|
24c523faad
|
Initialising CouchDB link to lucene and app design DBs for it.
|
2021-03-25 18:04:44 +00:00 |
mike12345567
|
68bb5d5062
|
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
|
2021-03-02 17:13:11 +00:00 |