* Updated pg connector
* fix(player): fix first 8 byte checker
* fix(player): fix commit conflict
* Added pylint
* Removed pylint for incompatible license
* change(ui): check for sessions records state
* Patch/api v1.12.0 (#1299)
* fix(chalice): include metadata in sessions exp search
* fix(chalice): fixed sessions exp search wrong col name
* fix(chalice): removed cookies
* fix(chalice): changed base image to support SSO/xmlsec
* fix(chalice): changed Dockerfile to support SSO/xmlsec
* fix(chalice): changed Dockerfile to support SSO/xmlsec
(cherry picked from commit 4b8cf9742c)
* fix(ui): project fallback to recorded variable
* Patch/api v1.12.0 (#1301)
* fix(chalice): changed base image to support SSO/xmlsec
* fix(chalice): fixed exp search null metadata
(cherry picked from commit ab000751d2)
* change(ui): assist no content message styles and icons
* change(ui): revert menu disable
* fix(connector): Added method to save state in s3 for redshift if sigterm arise
* Rewriting python code in cython
* Added pyx module for messages
* Auto create pyx files
* Updated and fixed msgcodec.pyx
* Added new module to connector code
* Updated kafka lib for base image
* cleaned Docker and updated base image version for pandas
* cleaned prints
* Added code to fetch data from db and add it into redshift
* Updated consumer reading method. Async multithreading over sessionId
* Added split for country (Country,State,City)
* Fixed decoding issue for uint
* Created service able to fix data from redshift by reading from db
* Handle when process ended because of lost connection to pg, country set to country value only
* fix(player): fix initial visual offset jump check
* change(ui): add empty feature flags page
* change(ui): add empty feature flags page
* fix(ui): some more fixes
* change(ui): add subrouting for sessions tab
* change(ui): more fixes for routing
* change(ui): add flag creation page, flags list table, flag store/type
* change(tracker): flags in tracker
* change(tracker): return all flags
* feat(ui): add API and types connector
* feat(ui): split components to prevent rerendering
* feat(ui): add icon, fix redirect.path crashlooping
* feat(ui): add conditions and stuff, add flags class to tracker to handle stuff
* feat(ui): add condition state and filters
* feat(ui): fix flag creation with api change
* feat(ui): fix flag editing (api changes); simplify new/edit flag component
* feat(ui): add filters, make table pretty :insert_magic_emoji:
* feat(ui): remove rollout percentage from list, remove console logs
* feat(ui): multivar toggler
* feat(tracker): add more methods to tracker
* feat(tracker): more type coverage
* feat(tracker): add tests
* fix(ui): some fixes for multivar
* feat(ui): multivar api support
* fix(ui):start adding tests for fflags
* fix(ui): rm not working file..
* fix(ui): rm unused packages
* fix(ui): remove name field, fix some api and type names
* fix(ui): fix crash
* fix(tracker/ui): keep flags in sessionStorage, support API errors in feature flags storage
* fix(tracker/ui): clear unused things, fix url handling, fix icons rendering etc
* feat(api): feature flags with multi variants
* feat(api): feature flags with multi variants - description optional
* feat(api): feature flags with multi variants - check for sum of rollout percentage
* feat(api): feature flags with multi variants - refactor
* feat(api): feature flags with multi variants - fix payload format
* feat(api): feature flags - test cases
* fix((ui): multi variants payload validation
* feat(api): feature flags - removed name
* feat(api): feature flags - removed name
* feat(api): feature flags - removed name
* fix(ui): fix for messages type from ws
* fix(ui): fixes for tab typings, use State instead of array to keep tabs
* fix(assist): fixed issue with sessionUpdate event
* fix(ui): fix support for old version of assist proto
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
Co-authored-by: Alexander Zavorotynskiy <zavorotynskiy@pm.me>