- 16 May, 2019 2 commits
- 15 May, 2019 9 commits
-
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
With Auditable() func on request structs we can now be more selective about params we want to log: - sensitive data (with sensitive flag on params) - filesize & name on uploads
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
It generates json-rest friendly structure
-
Denis Arh authored
-
- 14 May, 2019 8 commits
-
-
Denis Arh authored
-
Denis Arh authored
- remove "unit" build flag - make sure tests without build flag (integration, external) run without deps - move unit-tests step in front of "docker image build" drone pipeline
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
This is a temporary workaround to provide cleaner output during tests.
-
Denis Arh authored
- Add module field ID - Rename db table (compose_module_form => compose_module_field) - Add id, created_at, updated_at, deleted_at db columns - Rename json to options, module_id to rel_module - Fix primary keys (now just ID), add unique indexes (mod+place, mod+name) - Add foreign key from fields to modules - module repo Update() func no longer does REPLACE but UPDATE - in updateFields(), fields are removed more precisely (only missing fields are removed) - Add integration tests for module/field updates
-
Denis Arh authored
-
- 13 May, 2019 9 commits
-
-
Denis Arh authored
-
Denis Arh authored
Added command for system-cli for auth notification testing: > ./system-cli auth test-notifications your@email.tld This send all (both) notification emails to specified receipient
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
With SYSTEM_HTTP_CLIENT_TSL_INSECURE we reconfigure DefaultTransport and allow requests to insecure hosts. This has direct effect on OIDC autodiscovery.
-
Denis Arh authored
-
Denis Arh authored
-
- 12 May, 2019 2 commits
- 10 May, 2019 7 commits
-
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
-
Denis Arh authored
Might cause platform mismatch
-
Denis Arh authored
-
Denis Arh authored
Remove rule reset from roles cli command Add generic "provision" command for each binary and (re)set perm. rules Permission rules are now separated and part of AccessControl service Facility for watchers was added.
-
Denis Arh authored
Plus some additional naming changes (value => access)
-
- 09 May, 2019 2 commits
- 08 May, 2019 1 commit
-
-
Denis Arh authored
-