mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Merge branch 'main' into develop
This commit is contained in:
commit
4275298f19
3 changed files with 15 additions and 5 deletions
|
@ -9,6 +9,15 @@
|
||||||
### :boom: Breaking changes
|
### :boom: Breaking changes
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|
||||||
|
## 1.8.1-alpha
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix project renaming issue (and some other related to the same underlying bug).
|
||||||
|
- Fix internal exception on audit log persistence layer.
|
||||||
|
- Set proper environment variable on docker images for chrome executable.
|
||||||
|
- Fix internal metrics on websocket connections.
|
||||||
|
|
||||||
|
|
||||||
## 1.8.0-alpha
|
## 1.8.0-alpha
|
||||||
|
|
||||||
|
|
|
@ -183,10 +183,11 @@
|
||||||
(db/tjson (:props event))
|
(db/tjson (:props event))
|
||||||
"backend"])]
|
"backend"])]
|
||||||
(aa/with-thread executor
|
(aa/with-thread executor
|
||||||
(db/with-atomic [conn pool]
|
(when (seq events)
|
||||||
(db/insert-multi! conn :audit-log
|
(db/with-atomic [conn pool]
|
||||||
[:id :name :type :profile-id :tracked-at :ip-addr :props :source]
|
(db/insert-multi! conn :audit-log
|
||||||
(sequence (map event->row) events))))))
|
[:id :name :type :profile-id :tracked-at :ip-addr :props :source]
|
||||||
|
(sequence (map event->row) events)))))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Archive Task
|
;; Archive Task
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
funcool/beicon {:mvn/version "2021.07.05-1"}
|
funcool/beicon {:mvn/version "2021.07.05-1"}
|
||||||
funcool/okulary {:mvn/version "2020.04.14-0"}
|
funcool/okulary {:mvn/version "2020.04.14-0"}
|
||||||
funcool/potok {:mvn/version "2021.06.07-0"}
|
funcool/potok {:mvn/version "2021.09.20-0"}
|
||||||
funcool/rumext {:mvn/version "2021.05.12-1"}
|
funcool/rumext {:mvn/version "2021.05.12-1"}
|
||||||
funcool/tubax {:mvn/version "2021.05.20-0"}
|
funcool/tubax {:mvn/version "2021.05.20-0"}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue