Denis Arh
02b137d19e
Fix non-OIDC IdP skip due to invalid req. check
2021-07-23 06:41:08 +02:00
Marko Sabec
70e5bc8bdd
Add checks, snapshot and release workflows
2021-07-08 07:38:18 +02:00
Denis Arh
1d59a3acf2
Allow custom URL prefix for all corteza endpoints
...
Add new env. variables and options
- HTTP_BASE_URL to control URL prefix, defaults to /
- HTTP_SSL_TERMINATED to explicitly set if Corteza is running behind HTTPS
Refresh and document webapp/Makefile with more dev tasks
Fix all absolute URLs in applications, logos, icons
Improve logic behind integrated webapp serving, inject/replace <base href> tag according to URL prefix
Prevent mounting api & webapps to the same base
2021-05-09 16:47:19 +02:00
Denis Arh
4a1eb465ab
Cleanup webapp (dev & serving), add workflow
2021-03-18 09:11:42 +01:00
Peter Grlica
6de0424b9f
Added auth tests
2021-03-12 13:15:36 +01:00
Denis Arh
13b57c8d72
Automation workflow implementation
2021-03-12 13:12:07 +01:00
Denis Arh
67d0a788df
Remove messaging
2021-03-09 07:36:01 +01:00
Denis Arh
5e9545e9ab
Switched api docs from statik to go:embed
2021-02-24 06:40:23 +01:00
Denis Arh
0598f6502b
Switched auth assets from statik to go:embed
2021-02-24 06:16:13 +01:00
Denis Arh
53be013377
Implement new auth UI, deprecate auth API endpoints
2021-02-23 07:34:10 +01:00
Tomaž Jerman
a36bb95b0b
Add store testing Makefile definitions
2021-02-09 14:59:56 +01:00
Denis Arh
89677732ce
gin reload utility is now more configurable
2021-01-25 20:24:03 +01:00
Peter Grlica
0db26041c0
Added data sync update functionality
2020-12-13 18:53:19 +01:00
Denis Arh
463a3b2165
Include provision config files to release
2020-11-30 20:15:48 +01:00
Denis Arh
ecedd4ee2c
Reorganize Makefiles
2020-11-10 14:49:51 +01:00
Denis Arh
b052f9320a
Cleanup Makefile targets & variables
2020-11-10 13:17:07 +01:00
Denis Arh
3ec2695520
Fix release pipeline (file naming issue)
2020-11-08 16:32:16 +01:00
Denis Arh
d75f813388
Update CI pipeline
2020-11-06 10:34:31 +01:00
Denis Arh
84269ea6ed
Fix broken build task in Makefile
2020-11-05 19:22:26 +01:00
Denis Arh
bfdb1d8426
OpenAPI docs
2020-11-05 19:13:26 +01:00
Denis Arh
09820edc2a
Upgrade protobufs & grpc for corredor
2020-10-01 19:02:22 +02:00
Denis Arh
61c71859b6
Move provision codegen to (separate) makefile
2020-10-01 12:04:45 +02:00
Denis Arh
5b5fd63226
Tweaks for Makefile, make watch dependant on gin
2020-09-30 17:34:39 +02:00
Denis Arh
4c45aa6d1a
Replace nodemon with fswatch, improve test tasks
2020-09-30 12:29:44 +02:00
Denis Arh
f55bd5ba94
Tweaks for Makefile, make watch dependant on gin
2020-09-17 20:20:59 +02:00
Denis Arh
683f5e2b23
Fix drone CI testing, add store tests to "all"
2020-09-15 08:20:13 +02:00
Denis Arh
024e6ce890
Rewired db connection to store/rdbms
2020-09-08 07:54:23 +02:00
Denis Arh
361a9007bf
Cleaner store API
2020-08-26 14:49:33 +02:00
Denis Arh
3c6ffe4cef
Add gin (as replacement for realize
2020-08-24 15:40:15 +02:00
Denis Arh
6a73758d2c
Refactored codegen tool
2020-08-24 15:38:42 +02:00
Denis Arh
1147830663
Remove realize tool
2020-08-24 15:38:42 +02:00
Denis Arh
587a02562f
Fix & tweak version & build-time info
2020-08-24 15:32:42 +02:00
Denis Arh
6c5953f973
Fix mixed SMTP/HTTP ports for mailhog in the makefile
2020-05-31 13:49:21 +02:00
Denis Arh
612312c4ca
Refactor building and packing pipeline
2020-03-18 07:40:35 +01:00
Denis Arh
c26704b4cb
Fix broken tests, typos
2020-01-21 10:52:56 +01:00
Denis Arh
ee53eae364
Remove uneeded gomock tool and too agressive mock cleanup
2019-11-14 22:00:36 +01:00
Denis Arh
aa469e53e9
Add MinIO support
2019-10-15 13:22:57 +02:00
Denis Arh
d67d60a3dd
Migrate Makefile tasks, dockerfiles to go modules
2019-10-09 19:16:05 +02:00
Denis Arh
4b5bbc52a2
Remove makefile task for triggering drone integration pipeline
2019-10-09 19:15:53 +02:00
Denis Arh
d130e7e641
Fix tools & specs (internal => pkg)
2019-10-01 18:21:09 +02:00
Denis Arh
c244e9becd
Refresh makefile help
2019-09-23 19:57:14 +02:00
Tomaž Jerman
b508ee07c9
Fix mockgen paths
2019-09-19 14:47:23 +02:00
Denis Arh
e2ad2e20f3
Add makefile task for running part of integration tests
...
make test.integration.compose
make test.integration.system
2019-09-13 11:27:15 +02:00
Denis Arh
bda0563c9e
Updated (integration tests) Drone-CI yml
2019-09-09 13:04:56 +02:00
Denis Arh
18191b28aa
Makefile improvements
...
Make watcher more robust by appending || exit 0
Revert back to GOTEST variable to allow use of other go-test utilities, like
rakyll/gotest
2019-09-09 13:04:12 +02:00
Denis Arh
7d21d68bba
Remove internal/ from system
2019-09-09 13:04:12 +02:00
Denis Arh
aa5fc27d85
Remove internal/ from messaging
2019-09-09 13:04:12 +02:00
Denis Arh
e1de2fbc41
Add basic integeration test infrastrcuture, apitest package
2019-09-09 13:04:11 +02:00
Denis Arh
d27e18fce7
Remove obsolete makefile task
2019-09-05 19:18:31 +02:00
Denis Arh
df17ddb819
Remove rakyll/gotest from makefile tasks
2019-08-29 14:47:11 +02:00