Katrin Yordanova
c3c9ee89d3
Fix default legend repositiong in pie and doughnut charts
2022-11-24 16:09:59 +01:00
Jože Fortun
45c7e3b4ad
Add starting stepID information to list of workflows in automation tab
2022-11-24 11:19:06 +01:00
Katrin Yordanova
7c2b7d9062
Remove handle/slug on resource create
2022-11-24 10:29:24 +02:00
Vivek Patel
1699e3f94b
Remove handle requirement from resource API
...
We removed handle requirement for all resource like namespace(slug), module, user, page, chart.
Due to that namespace import/export was broken as we were using handle as reference, hence fixed it by replacing handle usage with ID of resource.
It also fixes index of template table for handle column.
2022-11-24 10:28:22 +02:00
Katrin Yordanova
16082d1766
Extend configuration for generic charts
2022-11-24 10:27:42 +02:00
Kelani Tolulope
29ab1c713b
Add in/not in operators to reporter's filter ui
2022-11-23 15:29:25 +01:00
Kelani Tolulope
97c8516b0b
Add configuration update for system fields
2022-11-23 15:24:19 +01:00
Jože Fortun
d493077b7d
Revert auth screen and topbar title padding
2022-11-23 15:21:08 +01:00
Denis Arh
f629300c8c
Add missing .env.example for discovery-server
2022-11-23 12:31:01 +01:00
Denis Arh
95e9bfda2a
Fix discovery server build issues
...
Rename "aux" to "extra" due to:
> "aux" disallowed as path element component on Windows
2022-11-23 12:31:01 +01:00
Denis Arh
4ab9ca16c8
Reverted and reimplemented route deleted flag handling
2022-11-23 12:31:01 +01:00
yonkov
7aded0c977
Implement opening record page in a modal
2022-11-23 12:46:54 +02:00
Jože Fortun
18248a2376
Add y axis label position option to charts
2022-11-23 11:29:00 +01:00
Jože Fortun
a0ef3ff2bc
Fix topbar for responsiveness for smaller screens
2022-11-23 11:28:51 +01:00
Jože Fortun
9cbfb7e748
Sync all webapp app.js templates and Layout root divs
2022-11-23 11:28:37 +01:00
Jože Fortun
b2b65b5a08
Fix auth server templates on mobile views
2022-11-23 11:28:28 +01:00
Jože Fortun
787ca65532
Fix fetching the wrong application on namespace edit
2022-11-23 11:20:59 +01:00
Jože Fortun
f740dd0020
Fallback to namespaceID where slug is used
2022-11-23 11:20:48 +01:00
Denis Arh
83f2068d91
Changes to PR and issue templates
2022-11-22 17:19:26 +01:00
Vivek Patel
8571b3c568
Fix options codegen
...
Just ran `make codegen`, to regenerate generated files
2022-11-21 14:59:35 +05:30
Denis Arh
b66667858d
Merge branch '2023.3.x-seeder-improvements' into 2023.3.x
2022-11-18 10:55:36 +01:00
Denis Arh
40f0b15f64
Refactor old seeder code and restructure commands
...
corteza
users
synthetic
generate
remove
compose
records
synthetic
generate
remove
2022-11-18 10:55:18 +01:00
Denis Arh
a48dfc0261
Refactor synthetic compose record generation
2022-11-18 10:55:18 +01:00
Denis Arh
211a6da71c
Refactor synthetic user generation
2022-11-18 10:55:18 +01:00
Denis Arh
06adbac59e
Move seeder commands to sys & cmp components
2022-11-18 10:55:18 +01:00
Denis Arh
a8081d46c4
Refactor seeder CLI commands and init DAL modules
...
Closes #474
2022-11-18 10:55:18 +01:00
Yangruipis
abeed75c9a
fix(rdbms): check number regex
...
Regex for checking number will miss floats with 2+ precision like 0.01,
and treat str with multi dot as number like 0.1.1.1.
2022-11-18 10:15:24 +01:00
Denis Arh
c966780e00
Fix import paths in templates & generated go files
2022-11-17 17:33:24 +01:00
Katrin Yordanova
83795183f2
Change colour of confirm button when approving a request in privacy
2022-11-16 18:08:12 +02:00
Katrin Yordanova
8076874667
Add support for page duplication
2022-11-16 17:22:52 +02:00
Denis Arh
29eacc9f65
Fix import paths (corteza-server => corteza/server)
2022-11-16 16:12:58 +01:00
Vivek Patel
627da636b6
Prevent disabling of system field mapping for recordID
...
By preserving false for "Module.Config.DAL.SystemFieldEncoding.ID.Omit" while saving or updating module
2022-11-16 12:55:19 +01:00
yonkov
22562e325c
Add option to hide namespace sidebar
2022-11-16 12:53:53 +01:00
Denis Arh
5738761f89
Tweaked .github/workflows/notify.yml, friendlier notifications
2022-11-16 12:53:40 +01:00
Tomaž Jerman
f548694d04
Add hideSidebar property to namespace meta
2022-11-16 12:53:22 +01:00
Jože Fortun
a68e5db151
Fix search placeholder translation in namespace list
2022-11-16 12:25:15 +01:00
Denis Arh
ec75432d0c
Fix workflow function for RBAC manipulation
...
Cause: mixed params for resource and operation.
Closes #503
2022-11-15 15:04:20 +01:00
Peter Grlica
16257e9d4b
Fixed deleted apigw status on save
...
Fixed bug that was overwriting deletedAt status in effect un-deleting
the route.
2022-11-14 15:23:08 +01:00
Corteza Monorepo Migrator
aaafcc6cf6
Add missing locale/en
2022-11-14 12:28:51 +01:00
Corteza Monorepo Migrator
28cbbf513c
Add branch migration script
2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator
8daaf9488e
Updated root Dockerfile and client/web Docker image files
2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator
fb04b735a6
Add .github configs for monorepo
2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator
c1b11272be
Add files from locale with locale prefix
2022-11-14 09:26:47 +01:00
Corteza Monorepo Migrator
baab53ef89
Add files from protobuf with def/protobuf prefix
2022-11-14 09:26:46 +01:00
Corteza Monorepo Migrator
85ae013df0
Add files from webapp-one with client/web/one prefix
2022-11-14 09:26:46 +01:00
Corteza Monorepo Migrator
f28e34b57b
Add files from webapp-discovery with client/web/discovery prefix
2022-11-14 09:26:45 +01:00
Corteza Monorepo Migrator
6564abcf36
Add files from webapp-workflow with client/web/workflow prefix
2022-11-14 09:26:45 +01:00
Corteza Monorepo Migrator
8cbd9274ad
Add files from webapp-privacy with client/web/privacy prefix
2022-11-14 09:26:44 +01:00
Corteza Monorepo Migrator
c40b042770
Add files from webapp-compose with client/web/compose prefix
2022-11-14 09:26:44 +01:00
Corteza Monorepo Migrator
91424382fc
Add files from webapp-reporter with client/web/reporter prefix
2022-11-14 09:26:43 +01:00