Releases: restarone/violet_rails
0.9.107
What's Changed
- Update CONTRIBUTING.md by @donrestarone in #1506
add PR checklist
Full Changelog: 0.9.106...0.9.107
0.9.106
What's Changed
Addresses: #1383
Screen.Recording.2023-03-24.at.6.24.10.PM.mov
Full Changelog: 0.9.105...0.9.106
0.9.105
What's Changed
Addresses: #491
lvh.Admin.-.Google.Chrome.2023-03-20.17-30-22.mp4
Full Changelog: 0.9.104...0.9.105
0.9.104
0.9.103
What's Changed
- [chore] add .env.development to source control by @donrestarone in #1469
Full Changelog: 0.9.102...0.9.103
0.9.102
What's Changed
- [Bug Fix] Undefined method for nil in analytics v2 by @alis-khadka in #1467
Addresses: #1436
Full Changelog: 0.9.101...0.9.102
0.9.101
What's Changed
- [feature] Ability to query API resources with KEYWORDS by @alis-khadka in #1466
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
0.9.99
What's Changed
- [bug fix] N+1 query in Analytics V2 by @alis-khadka in #1451
Addresses: #1399
Full Changelog: 0.9.98...0.9.99
0.9.98
What's Changed
- [feature] enable profiling in production by @donrestarone in #1449
Shows application profiling
When enabled, shows profiling information to admin users
Permissions
Ensure user has show profiler
permission
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!
Improve app performance!
Use instrumentation to track down performance bottlenecks and improve app performance
Full Changelog: 0.9.97...0.9.98