Releases: restarone/violet_rails
0.8.13
What's Changed
- [feature] forum - show latest post in threads index (#755) [by @alis-khadka ] in #756
Full Changelog: 0.8.12...0.8.13
0.8.12
What's Changed
- [CI] action to verify schema.rb integrity [by @alis-khadka ] in #745
- [CI] Support for node 10 and 14 builds [by @alis-khadka ] in #742
Full Changelog: 0.8.11...0.8.12
0.8.11
What's Changed
- JS dependencies upgrade June 10 2022 (#722) [by @donrestarone] in #724
- Ruby dependencies upgrade June 10 2022 (#725) [by @donrestarone] in #727
- [feature]: Recaptcha v3 option in API form (#702) [by @alis-khadka] in #732
Full Changelog: 0.8.10...0.8.11
0.8.10
What's Changed
Full Changelog: 0.8.9...0.8.10
0.8.9
What's Changed
[feature] sanitize method/model definitions coming into Violet Rails of things like: Subdomain, Apartment, Tenant, switch, SomeModel.destroy_all, SomeModel.update_all, global_admin, can_manage_users [By @Pralish ]
addresses: #570
Full Changelog: 0.8.8...0.8.9
0.8.8
What's Changed
[bug fix] re-enable logging in EC2 [by @donrestarone]
addresses: #669
remove 12 factor gem, we have to make sure that we can still deploy to heroku without it-- the reason for removal is that it treats logs as event streams (we dont have an out-of-the-box solution for logging to stdout) and some clients need to write logs to disk
[feature] Change scoping of api clients and redirection after api resource is deleted [by @alis-khadka ]
addresses: #648
acceptance criteria
- lists API clients scoped to an API resource
- after an API resource is destroyed it redirects to the correct place (not the API Resource #index, which should be removed)
[bug fix] fix data discovery issue for ExternalApiClient in rake tasks (public schema is not being read) [by @donrestarone]
[feature] add permission can_manage_files to decouple can_manage_web from file system access [by @alis-khadka ]
addresses: #655
acceptance criteria:
- after deployment file system access should be blocked for everyone
- only users with permission can_manage_files should be able to access any view/action in
Files
- only users with permission can_manage_web can access
Layouts
,Pages
,Snippets
Full Changelog: 0.8.7...0.8.8
0.8.7
What's Changed
- [feature] Ability to delete custom event and visits by @alis-khadka & @Gloria-kuang
- [feature] add code editor to ExternalApiConnection by @Pralish
[feature] Ability to delete custom event and visits
addresses: https://github.com//issues/651[feature] add code editor to ExternalApiConnection
[tune up] limit error reporting
ideally we should allow each system admin to choose their preferred verbosity in the error reporting service. But for now, most of the systems we are responsible for are too loud in raising the following errors:
'ActionController::ParameterMissing',
'ActionController::RoutingError',
'ActionController::InvalidAuthenticityToken',
'ActionDispatch::Http::MimeNegotiation::InvalidType',
'ActiveRecord::RecordNotFound',
due to crawlers and bots. To ensure that we don't miss actual issues (eg: #578) we should limit the amount of false-positives that are reported to our bug triaging teams
pull request: #680
Full Changelog: 0.8.6...0.8.7
0.8.6
What's Changed
- [bug fix] password reset link is broken in apex domain by @alis-khadka in #671
Full Changelog: 0.8.5...0.8.6
0.8.5
What's Changed
- [Feature] add automation deploy violet_rails to heroku by @alis-khadka & @donrestarone in #659
Full Changelog: 0.8.4...0.8.5
0.8.4
What's Changed
- [feature] export data from API resource in CSV format (#629) by @Pralish in #645
- [Feature] Ability to clone api namespace along with its children by @alis-khadka in #647
Full Changelog: 0.8.3...0.8.4