4619 Commits (95b29a68235c093eb3d4eec44eabcb0f656da847)

Author SHA1 Message Date
Rory Powell ce965de59d Fix base path in server url for openapi3 import 4 years ago
Maurits Lourens 06a0e9f76a revert uncommenting code 4 years ago
Peter Clement 43f7d1607d linting 4 years ago
Peter Clement 96ea66f898 send export file from backend 4 years ago
mike12345567 8b4903f8f6 Fixing issue found by test case. 4 years ago
mike12345567 a37fc54fab Fixing an issue that was breaking build. 4 years ago
mike12345567 1dd2cf99d0 Quick fix for #4914 - adding some checks in API middleware to confirm headers have been set correctly. 4 years ago
Andrew Kingston 72f6bc8930 Add test cases for SQL range filtering changes 4 years ago
mike12345567 18d85fd4ac Linting. 4 years ago
Ilia Shupta f373dc213d Allow fully qualified redis url use in koa ratelimit store 4 years ago
mike12345567 78f1869086 Linting. 4 years ago
Ilia Shupta 6632c4127a
Allow fully qualified redis url use in koa ratelimit store 4 years ago
mike12345567 8dc2c9d480 Fixing an issue with detecting fully qualified Redis URL despite not in use. 4 years ago
Michael Drury 0d7db82c71 Fixing MS-SQL variable sub. 4 years ago
Michael Drury 7f36cc97c9 Switching to correct concat function for oracle. 5 years ago
Michael Drury 05836272dd Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 5 years ago
mike12345567 c1c879309f Making the URL optional for application creation/update in OpenAPI spec, removing unused parameter and fixing getRedisOptions function to work with fully qualified URLs. 5 years ago
Martin McKeaveney 1ad61a1372 revert NPM script to update OpenAPI 5 years ago
Andrew Kingston 7a1b362515 Update date filtering to only use a between statement when 2 dates are provided 5 years ago
Maurits Lourens 70c5574e75 finish up Firebase implementation 5 years ago
Maurits Lourens bdb5b127dd fix connection to firebase using service account 5 years ago
Martin McKeaveney bab0c66b89 fixing enrichment of relationships in patch call 5 years ago
mike12345567 f0001f4a4e Updating row search bookmark to handle numbers as bookmarks. 5 years ago
mike12345567 ebee98133b Fixing an inconsistency that was raised by a community member. 5 years ago
mike12345567 6728f4efde Quick fix for openAPI spec, improving the search spec. 5 years ago
Maurits Lourens e9405a1802 initial setup for google firebase integration 5 years ago
mike12345567 1357c53ff8 Fixing issue #4811 - when renaming SQL columns use an actual rename alteration rather than dropping the column. 5 years ago
Maurits Lourens 6f31b094b9 implement review comments 5 years ago
Peter Clement ea63b9b065 Add button action allowing for export of client row selection 5 years ago
Rory Powell 183b01dd47 Fix build, additional tests, updated body detection, support variables in urls 5 years ago
mike12345567 0f1b7b18d5 Making sure that tables are created within the correct schema for MS-SQL. 5 years ago
mike12345567 a7e3389790 Adding the ability to support schemas in MS-SQL. 5 years ago
mike12345567 2123fca557 Fixing various other ms-sql types. 5 years ago
Peter Clement 222033b95e backend for client export of rows 5 years ago
Michael Drury 7179cf978a Updating test case to handle new promise library. 5 years ago
mike12345567 07551c54c1 Attempting to fix mysql issue by changing our usage of mysql2 to use the promise version, making sure disconnection always occurs correctly and using a slightly different syntax/approach. 5 years ago
mike12345567 3f150c4a1f Correctly parsing the bit type in ms-sql to boolean. 5 years ago
Maurits Lourens 090da34a99 fix openapi 3 test doc and tests 5 years ago
mike12345567 86f649c5db Upping test rate limit level. 5 years ago
mike12345567 54137ec9fb Removing koa rate limit types, was requiring types for every store, types didn't work correctly. 5 years ago
mike12345567 216af35aeb Fixing review comments. 5 years ago
Maurits Lourens c1d2a4680a initial implementation of openapi 3 5 years ago
Michael Drury 65b52f359b Fixing issue brought up by test case. 5 years ago
Michael Drury 94041ced55 Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism. 5 years ago
mike12345567 8ce1b471fd Fixes for SQL issues raised by Marty. 5 years ago
mike12345567 32e7f27dfa Adding check to disable rate limit redis connection in test. 5 years ago
mike12345567 a8a8498a9c Updating rate limiter to make use of Redis. 5 years ago
mike12345567 b1167fd444 Adding public API rate limiting, with env variable option, defaults to 120 requests per minute. 5 years ago
mike12345567 dadf3fef02 Review comments and linting. 5 years ago
mike12345567 2603024792 Changing how types are generated from the open api spec a bit. 5 years ago