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

Master sync #5

Merged
merged 143 commits into from
Mar 28, 2024
Merged

Master sync #5

merged 143 commits into from
Mar 28, 2024

Conversation

daveszymczak
Copy link

No description provided.

wata727 and others added 30 commits October 13, 2021 18:22
mimemagic 0.3.5 is already removed from rubygems
minitest 5.14.1 requires ruby 2.2 but it is not tested version.
…ound

sidekiq: Allow dequeue even if tenant not found
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.13.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.11.1...v1.13.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Use Github Actions for CI
fix incorrect SQL generated when joining two models and one has a default scope
Updates the CopyFromClient functionality to support the removal of `type_cast_for_database` from Rails 5.2+

Issue: #122

Gets the column types and casts the data.
Update for Rails 5+ removal of type_cast_for_database
…13.3

Bump nokogiri from 1.11.1 to 1.13.3
Bumps [activestorage](https://github.com/rails/rails) from 6.0.3.3 to 6.0.4.7.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/activestorage/CHANGELOG.md)
- [Commits](rails/rails@v6.0.3.3...v6.0.4.7)

---
updated-dependencies:
- dependency-name: activestorage
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ge-6.0.4.7

Bump activestorage from 6.0.3.3 to 6.0.4.7
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 to 6.4.1.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.2.7...v6.4.1)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
These don't really make sense for a library, as they are testing just
one out of many possible manifest configurations.

This has the inadvertent effect of fixing the build, as it would
currently be broken due to
mimemagicrb/mimemagic#97 which led to a
dependency being yanked from RubyGems
This needs to be addressed separately
msasaki666 and others added 16 commits June 16, 2023 12:55
* fix logic inside the tenant_klass_defined method

* add tests for tenant_klass_defined?

* fix failed tests

* rubocop -a

* remove unnecessary word

* add a test case for the following
#105

* test a more appropriate class

* add multi_tenant

* Fixes rubocop warnings
---------

Co-authored-by: Gürkan İndibay <[email protected]>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add rails 7.1.0.beta1

* Support Rails7.1

The `table_name` method was defined in `Arel::Nodes::Table` and `Arel::Nodes::TableAlias` to get the table name, but `Arel::Nodes::Table#table_name` was removed  rails/rails#46864.
Therefore, it is no longer possible to simply call `#table_name` to get `table_name`, so a `TableNode.table_name` has been added to get table_name from node.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.2...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… incorrect query (#200)

* Adds initial implementation but still failing

* Users/amit909sin/issue 195 (#219)

* Fix the tenant scoping for delete_all

---------

Co-authored-by: amit909singh <[email protected]>
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@daveszymczak daveszymczak removed the request for review from sionide21 March 19, 2024 10:45
@daveszymczak daveszymczak merged commit e9c0e72 into SalesLoft:master Mar 28, 2024
74 checks passed
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.