3
0

67 Commits

Author SHA1 Message Date
Denis Arh
e82d145adf Fix integration tests 2020-01-18 07:05:34 +01:00
Denis Arh
7dbd14899f Remove old automation/corredor logic 2020-01-18 07:05:34 +01:00
Denis Arh
29902db2b1 Refactor & improve application initialization 2020-01-18 07:05:10 +01:00
Tomaž Jerman
e3c0fb6d25 Fix after/from/before/to MessageID filtering 2020-01-15 14:09:46 +01:00
Tomaž Jerman
6950a37305 Add quey to thread message search 2019-12-05 15:08:02 +01:00
Denis Arh
3452db343d Modify record organizing test (effects of QL parsing changes) 2019-12-02 11:27:43 +01:00
Tomaž Jerman
16f89ad6b8 Improve tests for message deleting 2019-11-20 12:43:00 +01:00
Denis Arh
d86c8f24b6 Improve role, user and app management
Add support for undelete, unarchive/unsuspend
Add extra filters for deleted, archived and suspended roles, users and apps
2019-11-14 22:02:07 +01:00
Denis Arh
a47c2ce7ee User API now returns deleted/suspended user 2019-11-13 22:15:03 +01:00
Tomaž Jerman
a9785c921f Fix repo permission filtering 2019-11-08 20:06:14 +01:00
Tomaž Jerman
d5627fa064 Fix module query lapsus 2019-11-08 16:24:02 +01:00
Tomaž Jerman
af5da175dc Fix user query lapsus 2019-11-08 15:34:47 +01:00
Tomaž Jerman
b3cbf47e6f Fix tree ordering 2019-10-31 19:15:33 +01:00
Denis Arh
10dd0226c1 Settings service cleanup
Remove intermediate settings service layer
2019-10-31 00:06:27 +01:00
Tomaž Jerman
bf66c632be Round reminder time to avoid flakiness 2019-10-29 10:06:14 +01:00
Tomaž Jerman
d97bde3525 Add system/reminder tests 2019-10-29 10:06:14 +01:00
Denis Arh
f422867469 Refactor flag & mention repos 2019-10-29 10:06:14 +01:00
Denis Arh
fffeb84abb Refactor channel-members repo 2019-10-29 10:06:14 +01:00
Denis Arh
9717e48f84 Refactor application repo 2019-10-29 10:06:14 +01:00
Denis Arh
c9daa375c2 Refactor user repo 2019-10-29 10:06:14 +01:00
Tomaž Jerman
7528774250 Add record impor tests 2019-10-29 09:59:31 +01:00
Denis Arh
b9b1646633 Fix user listing
Problem with nil check in whereMasked (user repo)
2019-10-25 15:19:36 +02:00
Tomaž Jerman
075f93a42a Fix module update response
Return the updated module.
2019-10-25 11:01:12 +02:00
Tomaž Jerman
1bd87357b6 Allow module field name/kind change if no records 2019-10-17 14:08:05 +02:00
Denis Arh
609b70ea9f Refactor db-query-level access control 2019-10-16 19:28:48 +02:00
Denis Arh
e2a7038761 Remove print() func 2019-10-16 19:12:11 +02:00
Tomaž Jerman
ea9fc955b8 Add tests for compose/settings 2019-10-16 16:30:48 +02:00
Tomaž Jerman
18f31def87 Add tests for messaging/settings 2019-10-16 16:30:48 +02:00
Tomaž Jerman
2e4710b3b3 Add tests for system/settings 2019-10-16 16:30:48 +02:00
Denis Arh
e754a2fe0b Refactor & simplify internal (plain) storage
Default internal storage becomes "plain" storage
Open() fn now returns io.ReadSeeker instead of afero.File
2019-10-15 12:57:07 +02:00
Denis Arh
f493f4fb6b Move internal/permissions to pkg/permissions 2019-10-01 17:53:20 +02:00
Denis Arh
82bf6e3617 Move internal/store to pkg/store 2019-10-01 17:50:24 +02:00
Denis Arh
62aa794b84 Move internal/auth to pkg/auth 2019-10-01 17:47:43 +02:00
Denis Arh
77ce40cf1a Move version, rand and organisation pkgs (internal=>pkg) 2019-10-01 17:42:26 +02:00
Denis Arh
b5a111b145 Fix tests for record organizier 2019-10-01 17:00:16 +02:00
Denis Arh
04ee38d9e3 Make sure test role handle is valid 2019-09-30 10:20:40 +02:00
Denis Arh
d92f16902b Fix tests (adopt new a.script constraints, change provisioning) 2019-09-30 10:20:40 +02:00
Denis Arh
c240bb6a20 Refactored configuration provisioning 2019-09-30 10:20:40 +02:00
Denis Arh
1302f243f4 Add tests, basic messaging importer 2019-09-30 10:20:40 +02:00
Denis Arh
823dffdd1b Improve compose resource importing 2019-09-30 10:20:39 +02:00
Denis Arh
71a78d53a5 Add support for handle, fix tests 2019-09-30 10:20:39 +02:00
Denis Arh
9765fb54a6 Add intg. test for record exporting, more strict param checking 2019-09-30 10:20:15 +02:00
Denis Arh
067852b17f Add notification test stub 2019-09-29 14:20:02 +02:00
Denis Arh
dc99bc2cb8 Add record procedure exec capabilities
This will allow us to perform bulk operations on record & record-values
2019-09-13 11:29:01 +02:00
Tomaž Jerman
dacc855944 Add missing role handle param 2019-09-11 16:01:39 +02:00
Denis Arh
d6b7e0c9bf Add integ. tests for automation scripts & triggers 2019-09-11 13:40:06 +02:00
Denis Arh
2dc003077c Cleanup integ. tests, remove Debug() 2019-09-11 08:27:06 +02:00
Denis Arh
8a1a4605ef Add record integ. tests 2019-09-11 08:26:39 +02:00
Denis Arh
6027caedbc Add compose integ. tests for module, ns, page & chart 2019-09-10 20:44:34 +02:00
Denis Arh
230f2a4c4a Minor beauty fixes 2019-09-10 20:43:08 +02:00