3
0

3441 Commits

Author SHA1 Message Date
Tomaž Jerman
46eb0f1749 Fix missing role references for namespace export 2022-03-23 12:06:56 +01:00
Peter Grlica
a9b6ea6605 Added http method sorting to profiler 2022-03-23 09:32:25 +01:00
Denis Arh
60a6e597f6 Dependencies updated
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
|                  MODULE                  |              VERSION               |            NEW VERSION             | DIRECT | VALID TIMESTAMPS |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| github.com/brianvoe/gofakeit/v6          | v6.12.1                            | v6.15.0                            | true   | true             |
| github.com/cortezaproject/corteza-locale | v0.0.0-20220322170233-572348fc2ebb | v0.0.0-20220322172455-bf2924a6ad38 | true   | true             |
| github.com/dop251/goja                   | v0.0.0-20220110113543-261677941f3c | v0.0.0-20220214123719-b09a6bfa842f | true   | true             |
| github.com/evanw/esbuild                 | v0.14.11                           | v0.14.27                           | true   | true             |
| github.com/getsentry/sentry-go           | v0.12.0                            | v0.13.0                            | true   | true             |
| github.com/go-chi/httprate               | v0.5.2                             | v0.5.3                             | true   | true             |
| github.com/go-oauth2/oauth2/v4           | v4.4.2                             | v4.4.3                             | true   | true             |
| github.com/golang-jwt/jwt/v4             | v4.2.0                             | v4.4.0                             | true   | true             |
| github.com/gorilla/websocket             | v1.4.2                             | v1.5.0                             | true   | true             |
| github.com/lestrrat-go/jwx               | v1.2.15                            | v1.2.20                            | true   | true             |
| github.com/markbates/goth                | v1.68.0                            | v1.69.0                            | true   | true             |
| github.com/mattn/go-sqlite3              | v1.14.10                           | v1.14.12                           | true   | true             |
| github.com/microcosm-cc/bluemonday       | v1.0.17                            | v1.0.18                            | true   | true             |
| github.com/prometheus/client_golang      | v1.11.0                            | v1.12.1                            | true   | true             |
| github.com/spf13/afero                   | v1.8.0                             | v1.8.2                             | true   | true             |
| github.com/spf13/cobra                   | v1.3.0                             | v1.4.0                             | true   | true             |
| github.com/stretchr/testify              | v1.7.0                             | v1.7.1                             | true   | true             |
| go.uber.org/zap                          | v1.20.0                            | v1.21.0                            | true   | true             |
| golang.org/x/crypto                      | v0.0.0-20211215153901-e495a2d5b3d3 | v0.0.0-20220321153916-2c7772ba3064 | true   | true             |
| golang.org/x/oauth2                      | v0.0.0-20211104180415-d3ed0bb246c8 | v0.0.0-20220309155454-6242fa91716a | true   | true             |
| google.golang.org/grpc                   | v1.43.0                            | v1.45.0                            | true   | true             |
| google.golang.org/protobuf               | v1.27.1                            | v1.28.0                            | true   | true             |
| moul.io/zapfilter                        | v1.6.1                             | v1.7.0                             | true   | true             |
+------------------------------------------+------------------------------------+------------------------------------+--------+------------------+
2022-03-23 07:29:54 +01:00
Denis Arh
2e8ccd51d1 Update corteza-locale dep 2022-03-22 18:09:12 +01:00
Denis Arh
f305ab9102 Make credentials cleanup flow more robust 2022-03-22 18:04:10 +01:00
Denis Arh
c32b45c332 Fix password-reset flow when MFA is enabled 2022-03-22 18:03:42 +01:00
Denis Arh
7ab973b4c6 Fix MFA enable/disable alerts & errors 2022-03-22 18:03:01 +01:00
Denis Arh
661e7f705b Add onBefore/AfterUpdate ev when role is un/archived 2022-03-22 17:13:43 +01:00
Vivek Patel
8015c39e96 Fixes record field validation translations 2022-03-22 19:29:59 +05:30
Tomaž Jerman
c64a98e36c Fix SQLite date formatting
* Add missing mappings,
* add validation for supported substitutions.
2022-03-22 14:47:26 +01:00
Denis Arh
0534096ad2 Fix date formatting in query 2022-03-22 14:47:12 +01:00
Denis Arh
4e2a87ec97 Fix crash on unexisting module
Module proc() called with nil for module.
2022-03-22 12:16:43 +01:00
Jože Fortun
1a8bb58985 Update corteza-locale dep 2022.3.0-rc.3 2022-03-21 16:25:38 +01:00
Peter Grlica
6e2e5506eb Removed debugging info from sql functions 2022-03-21 15:28:01 +01:00
Peter Grlica
65fa3d1551 Fixed SMTP options env values 2022-03-21 15:06:28 +01:00
Peter Grlica
cf0568cead Profiler options defaults updated 2022-03-21 15:03:17 +01:00
Peter Grlica
9a7f6f90d0 Merge branch '2022.3.x-feature-apigw-profiler' into 2022.3.x 2022-03-21 13:29:40 +01:00
Peter Grlica
d72870a77d Fixed options parameter, more verbose info output, hit handling on panic 2022-03-21 13:06:50 +01:00
Peter Grlica
e4dc6dc5f5 Refactored, updated tests 2022-03-21 12:59:01 +01:00
Peter Grlica
2617cb8e5b Fixed aggregation sorting on equal values 2022-03-21 12:59:01 +01:00
Peter Grlica
1d156899d7 Moved filter, sorter to system profiler service 2022-03-21 12:59:01 +01:00
Peter Grlica
f33336b21d Added global profiler setting, options to apigw handlers 2022-03-21 12:59:01 +01:00
Peter Grlica
476084a3bf Added profiler to apigw 2022-03-21 12:59:01 +01:00
Denis Arh
046855cb30 Fix date/time functions in record queries 2022-03-18 20:38:34 +01:00
Denis Arh
745a501019 Add rbac docs generators 2022-03-18 15:54:37 +01:00
Denis Arh
4437627eb3 Reimplement doc-generator for options 2022-03-18 09:42:45 +01:00
Denis Arh
9b5586719e Split & move codegen tasks to codegen/Makefile 2022-03-18 08:41:07 +01:00
Tomaž Jerman
1931534c52 Improve workflow record paging support 2022-03-16 16:13:02 +01:00
Jože Fortun
5197cb3dc3 Update corteza-locale dep 2022.3.0-rc.2 2022-03-16 14:25:29 +01:00
Vivek Patel
b6ff0f9210 Fix discovery feed routes for deleted resources
Also adds lock discovery service to prevent race condition in InitResourceActivityLog
2022-03-16 15:17:46 +05:30
Tomaž Jerman
248583b443 Tweak link sanitation 2022-03-15 12:43:14 +01:00
Denis Arh
dfe19c4c3a Fix exported auth assets serving in non-dev mode 2022-03-15 09:18:35 +01:00
Denis Arh
640a90c20c Improve temporal value filtering 2022-03-15 06:43:54 +01:00
Vivek Patel
e9dfe8254e Fix module fields missing translations
Adds missing locale option `extended: true` in module.cue
2022-03-15 00:32:54 +05:30
Tomaž Jerman
d95eec9973 Make resource translation sanitization looser
Reuse record value configuration to allow rich text from
content page blocks.
2022-03-14 15:26:54 +01:00
Tomaž Jerman
9e5fd42d48 Limit/default compose record list rest endpoint 2022-03-14 15:23:41 +01:00
Tomaž Jerman
460646d45c Moved js handler vm init to execute 2022-03-10 13:56:25 +01:00
Jože Fortun
4cdb3ef6ce Update corteza-locale dep 2022.3.0-rc.1 2022-03-07 17:18:09 +01:00
Vivek Patel
84f918a1d7 Add meta column to resource_activity_log table
Also adds resourceID filter in discovery resource routes
2022-03-07 19:26:47 +05:30
Katrin Yordanova
db940274f1 Remove metadata from favicon 2022-03-03 16:44:01 +02:00
Tomaž Jerman
cd15f3eafd Fix field name casing error when building PgSQL reports 2022-03-03 14:21:24 +01:00
Jože Fortun
8f38f90484 Update corteza-locale dep 2022.3.0-dev.2 2022-03-03 13:54:26 +01:00
Tomaž Jerman
631811929e Fix resource translation codegen and empty string handling 2022-03-03 11:36:08 +01:00
Tomaž Jerman
ac6e7332ae Fix nil refference 2022-03-02 17:17:41 +01:00
Tomaž Jerman
908008eba7 Add namespace validation for compose record report datasource 2022-03-02 14:13:50 +01:00
Tomaž Jerman
506a92d2c1 Expand report output to show user fields as Compose does 2022-03-02 13:48:05 +01:00
Tomaž Jerman
ab86689559 Fix report DB builder name conflicts 2022-03-02 12:40:06 +01:00
Tomaž Jerman
4fd0ddfaaf Prevent workflow worker from stopping in case of delayed steps 2022-03-02 10:05:20 +01:00
Tomaž Jerman
ab805f0075 Add missing roles, impersonate user to JWT tokens 2022-03-02 10:04:04 +01:00
Denis Arh
9b84ad5f2d Add post payload length protection for auth pages 2022-03-01 16:13:49 +01:00