Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix logger #236

Closed
wants to merge 12 commits into from
Closed

Feature/fix logger #236

wants to merge 12 commits into from

Conversation

tjhanley
Copy link

ActiveSupport Logger Subscriber was having issues with color

rpbaltazar and others added 12 commits December 16, 2020 22:29
Prepare Release - 2.8.0

- Resolves #98 - Trying to generate an automatic changelog - #99
- Resolves #86 - Fixes seeding errors - #87
- Resolves #66 - Uses a transaction to create a tenant - #69
- Resolves #121 - Relaxes dependencies to allow rails 6.1 - #122
- Resolves #123 - When tests run in a transaction, new tenants in tests fail to create - #124
- Reverted unsafe initializer - #118
Prepare Release - 2.8.1

**Implemented enhancements:**

**Fixed bugs:**

- New version raises an error with ActiveSupport::LogSubscriber [#128](#128)
- Weird logs when tenant fails to create [#127](<#127>)

**Closed issues:**

- Removed travis and slim configured circleci [#130](#130)
Prepare Release - 2.9.0

**Implemented enhancements:**

- Add config for handling tenant creation on db:migrate - #140

**Fixed bugs:**

**Closed issues:**

- Tenant exists errors on migrate task on 2.8.0 [#136](#136)
- Add Rails 6.1 to build matrix #144
**Implemented enhancements:**

- #112 - Allow a list of schemas when switching using schemas - #154
- Create schema between different versions of DB - #155 

**Fixed bugs:**

- #170 - Cache Key breaks on rails 6.0.4 - #171 

**Closed issues:**

- Add ruby 3 to the build matrix - #162 
- update rubocop and fixed broken rules - #157 
- added junit formatter and saving test output in circle - #172
**Implemented enhancements:**

- Increase errors visibility by showing more information on the underlying error rather than a generic error 'Apartment::TenantNotFound' (#176)
- Resolved #177 - Added rails 7 support (#178)

**Fixed bugs:**

- Fixing tenant_presence_check config in the README (#180)
- Resolved #161 and #81 - Fixed sequence name (#187)

**Closed issues:**

- Resolved #151 - removed reloader and console overwrite of reload method (#174)
- Fork into harmonize.io org
- Update SchemaMigrations to remove ActiveRecord::Base
- Bump Ruby Verison min
- Bump ActiveRecord depenedency
@mnovelo
Copy link
Collaborator

mnovelo commented Mar 27, 2024

Thanks for this @tjhanley! We'll include it as part of #243 since this change in the API for ActiveSupport::LogSubscriber is specific for Rails 7.1

@mnovelo mnovelo closed this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants