1109 Commits (75965bb59fee8c2e066e1445933fee64aa2ed4f7)

Author SHA1 Message Date
Martin McKeaveney 2661d1c0b4 lint 5 years ago
Martin McKeaveney 0bfbedac80 lint 5 years ago
Martin McKeaveney beb16a733e utility helper for determining correct couchDB URL 5 years ago
mike12345567 29817892a8 Fixing test cases. 5 years ago
mike12345567 5a0ef45c29 Fixing issues with many to many relationships in SQL, sometimes not creating right relationships. 5 years ago
mike12345567 7624390f0b Fixing a variety of issues with internal relationships and external SQL relationships. 5 years ago
Martin McKeaveney b35cab476a remove self host check from apps call 5 years ago
mike12345567 cf5f0b3262 Linting. 5 years ago
mike12345567 217e5a02bf Fixing issue #2193, also fixing the name of the file on export, as well as fixing an issue with the exporters not handling relationships. 5 years ago
mike12345567 f4a3d2ff3b Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 f3ce979230 Linting. 5 years ago
mike12345567 7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 5 years ago
mike12345567 4606248ffd Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 4d0faa38e3 Changing how apps are retrieved to be more efficient. 5 years ago
Andrew Kingston d6761fa9a8 Fix setVersion not returning itself to restore builder syntax compatibility 5 years ago
Andrew Kingston 72061f341e Add missing version to paginated search endpoint 5 years ago
mike12345567 fa3cf585d7 Adding concept of version to APIs. 5 years ago
mike12345567 94744ffbd8 Updating to use default false for search pre-processing. 5 years ago
mike12345567 a5d9883f28 Updating internal search to disable features were required. 5 years ago
mike12345567 e24c6bafd1 Removing optional chaining, not valid in Node. 5 years ago
Rory Powell 249df46770 Mark google activated by default for old configs 5 years ago
mike12345567 313302cae2 Fixing test cases and bugs that they raised. 5 years ago
Andrew Kingston 520651119b Fix lucene filtering of all types by parsing values as expected types, and correctly wrapping non-numeric types while building queries 5 years ago
mike12345567 27b2a13817 Swapping admin -> global in worker to reduce confusion in API url naming. 5 years ago
mike12345567 2ec00c32b6 Linting. 5 years ago
mike12345567 65358cf10d Fixing an issue with lucene equality searching, strings weren't handled correctly. 5 years ago
mike12345567 e56a0f5aa3 Fixing some tenancy issues. 5 years ago
mike12345567 d6c47c5027 Changing how automations handle multi-tenancy. 5 years ago
mike12345567 f3156fca06 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 912659a8ad First version of multi-tenancy, work still to be done. 5 years ago
mike12345567 afd642c60d Fixing deployment issue. 5 years ago
mike12345567 f6a133e556 Cleaning up deployments into the app DB, moving API keys to be in global DB (which will be tenancy managed) and adding concept of platform info DB. 5 years ago
Kyle Harrison 2d451bb3a9 apply fixes for common spelling mistakes 5 years ago
Andrew Kingston 4112049a17 Remove log statement, batch uploads and remove unecessary conditional 5 years ago
Andrew Kingston 959405332d Add tests for updating and reverting client library version 5 years ago
Andrew Kingston 0ce553eaf2 Add endpoint to revert client app version 5 years ago
mike12345567 b0fb7ae991 Fixing test cases. 5 years ago
Andrew Kingston 9440e4a5bf Add UI to revert app version and initial work on app revert backend 5 years ago
Andrew Kingston 0a44b1e3d8 Add client libary update management from inside the builder 5 years ago
Andrew Kingston 9bf6600ccd Add feature flags to manifest 5 years ago
Andrew Kingston 298e948432 Mock redis shutdown method to avoid errors 5 years ago
Andrew Kingston 197d895174 Add basic fallback error to real apps when client library fails to load 5 years ago
mike12345567 6648e548c5 Quick fix, make sure auto-columns never sent to DB. 5 years ago
Andrew Kingston 27a03f7d35 Remove ES6 optional chaining from server package 5 years ago
mike12345567 3849d2a968 Linting. 5 years ago
mike12345567 11f6abee0a Re-writing a bit so that it is aware some functionality is SQL only, makes future plus endpoints easier. 5 years ago
mike12345567 2a1243e81e Linting. 5 years ago
mike12345567 c24cc5c3fb Fixing issue with many to many through junction table not realising some exist, or some need deleted - as well as removing limit from details screen, this was blocking join statements and served no purpose (its already a search by equals). 5 years ago