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

Added ignore_deleted option #958

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

rolandoalvarado
Copy link

No description provided.

@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 8 times, most recently from b6838a0 to 8e49837 Compare June 6, 2019 04:18
@rolandoalvarado
Copy link
Author

rolandoalvarado commented Jun 6, 2019

do you think the test will work if I remove the gem and require directive? @gzzengwei

Or maybe you have other idea.

@rolandoalvarado
Copy link
Author

rolandoalvarado commented Jun 6, 2019

There are 6 failed CI Build which will be fix by this MR: #951 courtesy of @damianlegawiec

@rolandoalvarado
Copy link
Author

@gzzengwei in our cases we don't have specific version but as stated in Contributing.md docs test needs to be pass to be merge.

@rolandoalvarado
Copy link
Author

@damianlegawiec I have pick few of your changes to make CI green. I will just rebase with master once your PR is merged. Thanks in advance.

@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 2 times, most recently from 23e71e8 to 499f66f Compare June 6, 2019 07:30
@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 3 times, most recently from f444280 to 96b8253 Compare June 13, 2019 08:06
@rolandoalvarado rolandoalvarado changed the title Integrated act_as_paranoid and added ignore_deleted option Added ignore_deleted option Jun 13, 2019
@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 3 times, most recently from 85f351d to 958a56f Compare November 14, 2019 02:46
@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 2 times, most recently from ac9d8b4 to 0ebed56 Compare March 5, 2020 05:16
@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 2 times, most recently from 9a44406 to 0ebed56 Compare February 16, 2021 03:16
@rolandoalvarado rolandoalvarado force-pushed the feature/ignore_deleted_option branch 3 times, most recently from 0ebed56 to 373f05f Compare November 11, 2021 06:30
RoRroland and others added 12 commits November 11, 2021 15:01
Merged with upstream

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Updated CHANGELOG

Fixed Gem::LoadError:   Specified 'sqlite3'

Fixed spec

Removed sqlite3 from gem spec

Fixed incorrect tagging alias table

Refactor specs

Added sqlite3 to Gemfile

Fixed sqlite3 version for active_record 5.0

ref Remove 'acts_as_paranoid' as dependency and add to Gemfile

Transferred acts_as_paranoid to invidividual active record versions

Minor changes to make CI pass

Minor change

Fixed spec

Removed act_as_paranoid gem

Removed act_as_paranoid gem

Added missing methods
Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Updated CHANGELOG

Fixed Gem::LoadError:   Specified 'sqlite3'

Fixed spec

Removed sqlite3 from gem spec

Fixed incorrect tagging alias table

Refactor specs

Added sqlite3 to Gemfile

Fixed sqlite3 version for active_record 5.0

ref Remove 'acts_as_paranoid' as dependency and add to Gemfile

Transferred acts_as_paranoid to invidividual active record versions

Minor changes to make CI pass

Minor change

Fixed spec
Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Updated CHANGELOG

Fixed Gem::LoadError:   Specified 'sqlite3'

Fixed spec

Removed sqlite3 from gem spec

Fixed incorrect tagging alias table

Refactor specs

Added sqlite3 to Gemfile

Fixed sqlite3 version for active_record 5.0

ref Remove 'acts_as_paranoid' as dependency and add to Gemfile

Transferred acts_as_paranoid to invidividual active record versions

Minor changes to make CI pass

Minor change

Fixed spec
Added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Integrated act_as_paranoid and added ignore_deleted option

Updated CHANGELOG

Fixed Gem::LoadError:   Specified 'sqlite3'

Fixed spec

Removed sqlite3 from gem spec

Fixed incorrect tagging alias table

Refactor specs

Added sqlite3 to Gemfile

Fixed sqlite3 version for active_record 5.0

ref Remove 'acts_as_paranoid' as dependency and add to Gemfile

Transferred acts_as_paranoid to invidividual active record versions

Minor changes to make CI pass

Minor change

Fixed spec

Removed act_as_paranoid gem

Adjusted specs

Added checking for deleted_at column and added specs

Updated specs

Fixed incorrect variable and method used
Make sure alias table is unique to prevent not unique table/alias
error. This is just a quick fix. I’m open for any suggestion.
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