Commit graph

176 commits

Author SHA1 Message Date
Taha Yassine Kraiem
7a4977931d feat(db): changed users structure for SSO
feat(api): changed user's origin
feat(api): support SSO idp_name
feat(api): SSO ignore relay state
feat(api): allow invite users if SSO is enabled
2021-12-02 17:36:47 +01:00
Taha Yassine Kraiem
b38d940ed0 feat(nginx): changed configmap to forward original protocol for api 2021-12-02 16:24:18 +01:00
Taha Yassine Kraiem
1264b8e89b feat(api): changed SAML blueprint
feat(db): changed delta version
2021-12-01 18:24:39 +01:00
Taha Yassine Kraiem
7eddbec73c feat(api): assist credentials generator 2021-11-30 14:04:39 +01:00
Shekar Siri
f6d454ed75 fix(http) - variable name 2021-11-29 12:20:47 +05:30
Rajesh Rajendran
c1d760904c chore(template): update vars_template
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-11-26 21:29:10 +05:30
Taha Yassine Kraiem
ca1c161ff5 feat(nginx): added mobile bucket 2021-11-17 17:32:47 +01:00
Taha Yassine Kraiem
6c4b1356a1 feat(api): v1.4.0 patch 2021-10-28 19:27:56 +02:00
Taha Yassine Kraiem
ec0bb60443 Merge remote-tracking branch 'origin/dev' into api_insights
# Conflicts:
#	scripts/helm/db/init_dbs/postgresql/init_schema.sql
2021-10-28 18:26:24 +02:00
Taha Yassine Kraiem
83389bfda7 feat(nginx): fixed block public access to count recorded sessions endpoint 2021-10-25 17:58:38 +02:00
Taha Yassine Kraiem
e6d6028a70 feat(nginx): block public access to count recorded sessions endpoint 2021-10-25 17:27:45 +02:00
Taha Yassine Kraiem
a76d958208 feat(api): count recorded sessions endpoint
feat(nginx): block public access to count recorded sessions endpoint
2021-10-25 14:57:51 +02:00
Taha Yassine Kraiem
33719cbc5a feat(db): conditional DB creation 2021-10-25 14:25:22 +02:00
Rajesh Rajendran
91110489fb Squashed commit of the following:
chore(env): injecting postgres db name with connection string

    chore(install): fail if postgresql migration failed

    fix(variable): templating for chalice

    fix(postgres): variable name

    chore(vars): overriding variables for

      - s3
      - postgres
      - aws credentials
2021-10-21 22:03:33 +05:30
Rajesh Rajendran
26a0aad2a3 fix(postgres): variable name 2021-10-21 19:44:41 +05:30
Kraiem Taha Yassine
1ccc35a97e
Merge branch 'dev' into api_insights 2021-10-19 00:24:18 +02:00
Taha Yassine Kraiem
6db13febcb feat(db): changed indexs 2021-10-14 16:40:43 +02:00
Taha Yassine Kraiem
5aa267b563 feat(db): changed indexs 2021-10-14 16:37:34 +02:00
Taha Yassine Kraiem
f537a77e5e feat(db): changed index 2021-10-13 11:48:06 +02:00
Rajesh Rajendran
ebfa2b3815 fix(certbot): updating letsencrypt certificates.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-10-13 14:42:07 +05:30
Rajesh Rajendran
85ac7884dc
feat(kubernetes): remove nfs-server-provisioner
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-10-09 11:33:38 +05:30
Rajesh Rajendran
95acdf90d3 feat(kubernetes): use host volume if nfs not explicitly specified.
Note: Can't scale sink/storage more than one pod, and one machine
2021-10-09 11:14:48 +05:30
Rajesh Rajendran
ae413710f2
chore(install): replace docker with cri
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-10-09 00:39:09 +05:30
Rajesh Rajendran
567ee23233 chore(variable): define override variables for s3,pg,kafka etc 2021-10-08 00:40:02 +05:30
ShiKhu
6a600eaecb env(backend): CACHE_ASSETS default true 2021-10-01 11:06:10 +02:00
Taha Yassine Kraiem
7e6229d377 feat(api): insights fixes and optimizations
feat(db): insights indexes
2021-09-30 15:12:20 +02:00
Taha Yassine Kraiem
6c62897942 feat(api): optimized weekly report
feat(db): changed indexes to optimize weekly report
2021-09-27 16:32:03 +02:00
Taha Yassine Kraiem
e22f277f90 Merge remote-tracking branch 'origin/api_insights' into dev
# Conflicts:
#	api/chalicelib/core/insights.py
#	api/chalicelib/utils/TimeUTC.py
2021-09-27 13:20:45 +02:00
Taha Yassine Kraiem
ef5021d1c6 feat(api): chalice.yaml removed peers&sourcemaps env-var override 2021-09-22 16:25:02 +02:00
Taha Yassine Kraiem
d4ffd10af6 feat(api): changed insights feature retention query
feat(db): optimized indexes for feature retention
2021-09-22 15:04:35 +02:00
Mehdi Osman
702ca812a4
Merge branch 'dev' into codeql 2021-09-22 11:27:25 +02:00
Taha Yassine Kraiem
0a389d29ed feat(db): changed delta 2021-09-21 17:31:24 +02:00
Kraiem Taha Yassine
0421e2a4bb
Api insights (#176)
* feat(db): added new foreign-key indexes

* feat(db): added new foreign-key indexes

* feat(api): pg_client fixed exception handler

* feat(api): changed change password response

* feat(api): insights retention
2021-09-20 20:35:27 +02:00
estradino
ad41dd8e54 🐛 Added FS_CLEAN_HRS to storage 2021-09-09 19:46:03 +02:00
estradino
0f5bfde77c 🧹 Removed /streaming in nginx 2021-09-09 16:32:58 +02:00
Taha Yassine Kraiem
cc84329547 feat(db): added new foreign-key indexes 2021-09-05 11:41:16 +01:00
Taha Yassine Kraiem
3f52cefad2 feat(db): added new foreign-key indexes 2021-09-05 11:39:53 +01:00
Taha Yassine Kraiem
13e2ad7c08 feat(api): insights default journey 2021-08-31 16:39:26 +01:00
Taha Yassine Kraiem
efb63a3a8b feat(api): added storage-env-vars to chalice.yaml 2021-08-09 13:26:10 +02:00
Rajesh Rajendran
81d246170d fix(cli): proper return from functions.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-08-07 23:48:22 +05:30
Rajesh Rajendran
f8736ac417 chore(http): default cache assets to false
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-08-07 15:32:31 +05:30
ShiKhu
8a1ab42dfb fix(backend): no cache if not cachable 2021-08-07 17:24:17 +08:00
ShiKhu
6282c6845a fix(helm): clean env 2021-08-07 17:11:22 +08:00
Rajesh Rajendran
895eb40621
chore(install): update openreplay version
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-08-07 13:34:54 +05:30
Taha Yassine Kraiem
49adbc9d18 fix(api): updated version vumber
fix(storage): defined FS_CLEAN_HRS
2021-08-06 19:14:05 +02:00
Rajesh Rajendran
192d89f590
fix(migration): fix the data paths for migration of dbs.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-08-06 20:55:33 +05:30
Kraiem Taha Yassine
46f5d653f9
Api changes (#122)
* feat(api): include smtp flag in login response

* feat(api): changed smtp flag in login response

* feat(api): owner role is not allowed to change

* feat(api): changed chalice template
2021-08-05 14:58:25 +02:00
ShiKhu
16d8bf7439 fix(http.yaml): default CACHE_ASSETS var 2021-08-05 17:18:43 +08:00
Taha Yassine Kraiem
28401f2274 feat(db): fixed delta for unexistent tables 2021-08-05 01:47:43 +02:00
Taha Yassine Kraiem
1533c27069 feat(db): fixed creation structure 2021-08-05 00:40:24 +02:00