Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
##### Changelog:
* Feature(service): Split notifications about updates in centrifugo by labels.
* Feature: Display values of view field in breadcrumbs instead of id.
* Chore(deps): Update vstutils to 5.1 release.
* Fix(UI): Fix pagination, groups surfing, etc.
* Optimization(api): Improve serialization performance.
* Optimization(UI): Less requests to api.

See merge request polemarch/ce!280
  • Loading branch information
onegreyonewhite committed Nov 15, 2022
2 parents c9ee5f8 + 0328994 commit edd4d27
Show file tree
Hide file tree
Showing 28 changed files with 713 additions and 604 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ code_style:
variables:
TOX_ENVS: "flake,pylint"

js_style:
<<: *branch_tests
stage: code_standarts
variables:
TOX_ENVS: "js_style"

py38-coverage:
<<: *branch_tests
variables:
Expand Down
Loading

0 comments on commit edd4d27

Please sign in to comment.