.. |
deploy
|
Quick change to make sure as long as internal views are denoted in the db constant they'll be handled.
|
2021-02-22 16:13:11 +00:00 |
static
|
Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO.
|
2021-02-01 18:08:06 +00:00 |
table
|
Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other).
|
2021-02-25 12:06:13 +00:00 |
view
|
fixing JSON and CSV import/export
|
2021-02-04 08:20:04 +00:00 |
analytics.js
|
Upping automation coverage by adding webhook testing and increasing screen coverage.
|
2021-03-10 11:47:39 +00:00 |
apikeys.js
|
Updating API key controller in self-host mode to return self host API key.
|
2020-12-09 17:10:53 +00:00 |
application.js
|
import and export apps
|
2021-01-27 13:55:46 +00:00 |
auth.js
|
Switching user activity state to an options field rather than boolean (more extensible).
|
2021-02-22 12:29:49 +00:00 |
automation.js
|
Upping automation coverage by adding webhook testing and increasing screen coverage.
|
2021-03-10 11:47:39 +00:00 |
backup.js
|
app export with space in name
|
2021-02-05 10:55:54 +00:00 |
component.js
|
Clean paths and file structure
|
2021-01-14 10:03:33 +00:00 |
datasource.js
|
Reducing the boilerplate needed around setting up a test case.
|
2021-03-05 12:11:44 +00:00 |
hosting.js
|
Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package).
|
2021-02-17 13:40:14 +00:00 |
integration.js
|
Remove server logging integration definitions every time they're fetched
|
2021-01-22 14:37:24 +00:00 |
layout.js
|
Updating query test to include mocked preview/execute and adding layout tests.
|
2021-03-09 11:56:32 +00:00 |
permission.js
|
Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime.
|
2021-02-12 20:34:54 +00:00 |
query.js
|
Updating query test to include mocked preview/execute and adding layout tests.
|
2021-03-09 11:56:32 +00:00 |
role.js
|
Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime.
|
2021-02-12 20:34:54 +00:00 |
routing.js
|
Changing the naming of access levels to be roles.
|
2020-12-02 13:20:56 +00:00 |
row.js
|
fix user creation relationships bug
|
2021-02-25 15:24:54 +00:00 |
screen.js
|
Upping automation coverage by adding webhook testing and increasing screen coverage.
|
2021-03-10 11:47:39 +00:00 |
templates.js
|
Adding test cases for component, templates and hosting as well as updating some existing test cases.
|
2021-03-09 16:07:44 +00:00 |
user.js
|
Upping user test cases to cover all of controller.
|
2021-03-09 17:09:18 +00:00 |
webhook.js
|
Some fixes after testing webhooks as well as adding test cases for all webhook endpoints.
|
2021-03-08 15:57:19 +00:00 |