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

[-] Filters - Support complex/generic conditions chaining #323

Merged
merged 27 commits into from
Aug 6, 2019

Conversation

larcin
Copy link
Contributor

@larcin larcin commented Jul 10, 2019

Pull Request checklist:

  • Write an explicit title for the Pull Request
  • Write changes made in the CHANGELOG.md
  • Create automatic tests
  • No automatic tests failures
  • Test manually the implemented changes
  • Review my own code (indentation, syntax, style, simplicity, readability)
  • Wonder if you can improve the existing code

@larcin larcin force-pushed the feature/new-filter-format branch 2 times, most recently from 8673a41 to f914e2d Compare July 17, 2019 09:11
@larcin larcin changed the title WIP - [-] Filters - New filter format and improved genericity [-] Filters - New filter format and improved genericity Jul 17, 2019
@arnaudbesnier arnaudbesnier removed their assignment Jul 19, 2019
@VincentMolinie
Copy link
Member

@VincentMolinie VincentMolinie changed the title [-] Filters - New filter format and improved genericity [-] Filters - Support complex/generic conditions chaining Jul 30, 2019
@larcin larcin assigned VincentMolinie and unassigned larcin Aug 5, 2019
@@ -54,20 +54,20 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not confident about all this change, may be @arnaudbesnier has an insight about that

@larcin larcin assigned VincentMolinie and unassigned larcin Aug 6, 2019
@@ -18,7 +18,7 @@ end

group :test do
gem 'rake'
gem 'sqlite3'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just force the value to '1.3.13', the ~> operator is hard to understand

Gemfile.lock Outdated
byebug (8.2.2)
concurrent-ruby (1.1.4)
crass (1.0.3)
byebug (11.0.1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok for byebug if it still works as expected

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical as it is a dev dependency

Gemfile.lock Outdated
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
useragent (0.16.5)
useragent (0.16.10)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except for sqlite3, byebug, rake, rspec, (dev or test dependencies) yes rollback all the changes 🙏

@larcin larcin changed the base branch from devel to v4.0.0 August 6, 2019 16:04
@larcin larcin force-pushed the feature/new-filter-format branch from c08b7f9 to d2d6c91 Compare August 6, 2019 16:12
@larcin larcin merged commit eeecb58 into v4.0.0 Aug 6, 2019
@larcin larcin deleted the feature/new-filter-format branch August 6, 2019 16:31
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