Skip to content

Releases: restarone/violet_rails

0.9.107

28 Mar 12:40
1cdff4b
Compare
Choose a tag to compare

What's Changed

add PR checklist

Full Changelog: 0.9.106...0.9.107

0.9.106

25 Mar 17:32
489e7ab
Compare
Choose a tag to compare

What's Changed

  • [feature] Allow API Namespace to auto clean resources by @Pralish in #1493

Addresses: #1383

Screen.Recording.2023-03-24.at.6.24.10.PM.mov

Full Changelog: 0.9.105...0.9.106

0.9.105

22 Mar 14:38
fd1986b
Compare
Choose a tag to compare

What's Changed

  • [bug fix] use default website layout if no app layout is present by @Ayon95 in #1484

Addresses: #491

lvh.Admin.-.Google.Chrome.2023-03-20.17-30-22.mp4

Full Changelog: 0.9.104...0.9.105

0.9.104

22 Mar 11:08
916f2aa
Compare
Choose a tag to compare

What's Changed

Addresses: #1406

Demo:

Screen.Recording.2023-03-17.at.4.14.41.PM.mov

Full Changelog: 0.9.103...0.9.104

0.9.103

17 Mar 19:31
c03fcac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.102...0.9.103

0.9.102

16 Mar 00:03
ef6b997
Compare
Choose a tag to compare

What's Changed

Addresses: #1436

Full Changelog: 0.9.101...0.9.102

0.9.101

15 Mar 20:10
89fb1c8
Compare
Choose a tag to compare

What's Changed

Addresses: #1374

DEMO

Screen.Recording.2023-01-24.at.6.09.01.PM.mov

For client-engineers

For http-request to search by KEYWORDS, we would need to pass option: KEYWORDS as key-value pair for the attributes we want to search by in properties payload.

In the clip below, we are filtering cars by searching in its attributes, namely: make, model and type with KEYWORDS option.

Screen.Recording.2023-03-12.at.7.05.56.PM.mov

Payload Example:

properties: {"make":{"value":"kia tesla","option":"KEYWORDS"},"model":{"value":"kia tesla","option":"KEYWORDS"},"type":{"value":"kia tesla","option":"KEYWORDS"}},
match: ANY

Full Changelog: 0.9.100...0.9.101

0.9.100

13 Mar 17:37
bd50172
Compare
Choose a tag to compare

What's Changed

  • [feature] replace rack-timeout with slowpoke by @Pralish in #1457

Addresses:
#1434 and #1419 (comment)

Full Changelog: 0.9.99...0.9.100

0.9.99

11 Mar 03:21
336836e
Compare
Choose a tag to compare

What's Changed

Addresses: #1399

Full Changelog: 0.9.98...0.9.99

0.9.98

11 Mar 01:23
a4b22bc
Compare
Choose a tag to compare

What's Changed

Shows application profiling

When enabled, shows profiling information to admin users Screen Shot 2023-03-10 at 6 27 18 PM

Permissions

Ensure user has show profiler permission
Screen Shot 2023-03-10 at 6 28 13 PM

Profiling configuration

Append ?pp=help to access the profiling help page. This page should only be accessible by admins since it exposes the RACK and RAILS environments!

Screen Shot 2023-03-10 at 6 27 41 PM

Improve app performance!

Use instrumentation to track down performance bottlenecks and improve app performance Screen Shot 2023-03-10 at 6 29 32 PM

Full Changelog: 0.9.97...0.9.98