Skip to content

Releases: restarone/violet_rails

0.8.13

14 Jun 22:16
1ad7f4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.12...0.8.13

0.8.12

13 Jun 23:52
ef9ff73
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.11...0.8.12

0.8.11

13 Jun 11:10
184c412
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.10...0.8.11

0.8.10

10 Jun 21:18
1c62314
Compare
Choose a tag to compare

What's Changed

  • [Bug fix] last admin should not be able to delete themselves [by @Ayon95 ] in #719

Full Changelog: 0.8.9...0.8.10

0.8.9

10 Jun 00:24
f83a0ef
Compare
Choose a tag to compare

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

09 Jun 00:34
7184c73
Compare
Choose a tag to compare

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

  1. lists API clients scoped to an API resource
  2. 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:

  1. after deployment file system access should be blocked for everyone
  2. only users with permission can_manage_files should be able to access any view/action in Files
  3. only users with permission can_manage_web can access Layouts, Pages, Snippets

Full Changelog: 0.8.7...0.8.8

0.8.7

08 Jun 10:15
78460b5
Compare
Choose a tag to compare

What's Changed

[feature] Ability to delete custom event and visits

Screen Shot 2022-06-07 at 5 47 38 PM

addresses: https://github.com//issues/651

Screen Shot 2022-06-07 at 5 47 48 PM

[feature] add code editor to ExternalApiConnection

Screen Shot 2022-06-07 at 5 47 23 PM

[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

08 Jun 01:27
4674298
Compare
Choose a tag to compare

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

04 Jun 17:15
6a1b891
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.4...0.8.5

0.8.4

04 Jun 00:43
50e226d
Compare
Choose a tag to compare

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