Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mongoid/mongoid-history issues and pull requests

#257 - 256 track all blank changes

Pull Request - State: closed - Opened by BrianLMatthews about 2 months ago - 9 comments

#256 - Change from non-existent to false not being tracked

Issue - State: open - Opened by BrianLMatthews 2 months ago - 19 comments
Labels: bug?

#255 - How to get what the collection looked like on a version?

Issue - State: open - Opened by jalaj-hn 8 months ago - 3 comments
Labels: feature request, question

#254 - Is it possible to specify a max number of history_tracks to maintain for each document?

Issue - State: open - Opened by noorani786 11 months ago - 1 comment
Labels: question

#253 - Bump rubocop to resolve vulnerability

Pull Request - State: closed - Opened by mikwat 11 months ago - 1 comment

#251 - Add Mongoid 7.x to tests

Pull Request - State: closed - Opened by johnnyshields about 3 years ago

#250 - Github Actions

Pull Request - State: closed - Opened by johnnyshields about 3 years ago

#249 - Avoid adding the version attribute to deleted docs

Pull Request - State: closed - Opened by dgknght almost 4 years ago - 2 comments

#248 - Avoid corrupt documents

Pull Request - State: closed - Opened by dgknght almost 4 years ago - 5 comments

#247 - How can we track changes done with set method?

Issue - State: open - Opened by shanta31 about 4 years ago - 1 comment
Labels: feature request

#246 - Fixes for #244 and #245

Pull Request - State: open - Opened by vanboom about 4 years ago - 4 comments

#245 - Embeds many tracking fails if original value is `nil`

Issue - State: open - Opened by vanboom about 4 years ago
Labels: bug

#244 - A tracker on an embeds_many relation is being limited by the parent configuration

Issue - State: open - Opened by vanboom over 4 years ago - 1 comment
Labels: bug?

#243 - Add Mongoid 7.1 configuration to Travis

Pull Request - State: closed - Opened by p-mongo over 4 years ago - 6 comments

#242 - Add Ruby syntax highlighting to "Multiple Trackers" example in README

Pull Request - State: closed - Opened by hoffm over 4 years ago - 6 comments

#241 - Adding custom attributes before save

Issue - State: open - Opened by amoghh over 4 years ago - 1 comment
Labels: question

#240 - Improve `disable` and `disable_tracking`, add their inverses

Pull Request - State: closed - Opened by cgriego over 4 years ago - 4 comments

#239 - Optimize `modified_attributes_for_create` 6-7x

Pull Request - State: closed - Opened by cgriego over 4 years ago - 1 comment

#238 - wrong number of arguments

Issue - State: open - Opened by francelwebdev over 4 years ago - 14 comments
Labels: bug

#237 - Fix tracking subclasses with additional fields

Pull Request - State: closed - Opened by cgriego over 4 years ago - 2 comments

#236 - Fix Ruby 2.7 keyword argument warnings

Pull Request - State: closed - Opened by vasily-nesterov over 4 years ago - 2 comments

#235 - History tracker recording undo action as the last change..

Issue - State: open - Opened by nishabeysinghe over 4 years ago - 1 comment
Labels: feature request

#234 - undefined method `collection_name' for nil:NilClass Did you mean? collectionize error coming

Issue - State: closed - Opened by ashokmiryal almost 5 years ago - 6 comments
Labels: bug?

#233 - Fix tracking multiple embedded relations when used with tracked fields

Pull Request - State: closed - Opened by jagdeepsingh about 5 years ago - 2 comments

#232 - Bug/187 track changes from embedded documents (NOT deeply nested)

Pull Request - State: closed - Opened by Startouf over 5 years ago - 7 comments

#231 - `HistoryTracker` documents not created if `track_create` set to `false`

Issue - State: closed - Opened by Murphydbuffalo over 5 years ago - 2 comments

#230 - Prepare for 0.9.0 release.

Pull Request - State: closed - Opened by jnfeinstein about 6 years ago - 6 comments

#229 - Add spec proving #225 is fixed by #227.

Pull Request - State: closed - Opened by jnfeinstein about 6 years ago - 11 comments

#228 - Release v. Next

Issue - State: closed - Opened by dblock about 6 years ago - 1 comment
Labels: chore

#227 - Store options in inheritable class attributes.

Pull Request - State: closed - Opened by jnfeinstein about 6 years ago - 9 comments

#226 - Changing collection breaks history tracking

Issue - State: closed - Opened by joel-nyansa about 6 years ago - 5 comments
Labels: bug?

#225 - Fix inheritance of history_trackable_options

Issue - State: closed - Opened by dblock over 6 years ago - 4 comments
Labels: bug

#224 - Moved upgrading instructions to UPGRADING. Closes #87.

Pull Request - State: closed - Opened by dblock over 6 years ago - 1 comment

#223 - Fix undo and redo modifier on embedded create/destroy

Issue - State: open - Opened by dblock over 6 years ago
Labels: bug

#222 - Specs create classes and are order-dependent

Issue - State: closed - Opened by dblock over 6 years ago
Labels: chore

#221 - Mongoid 7 Support

Pull Request - State: closed - Opened by dblock over 6 years ago - 8 comments

#220 - Compatibility with Mongoid 7

Issue - State: closed - Opened by dblock over 6 years ago - 4 comments
Labels: feature request

#219 - undefined method `[]' for #<..::EmbedsMany>

Issue - State: closed - Opened by moddx over 6 years ago - 7 comments
Labels: bug?

#218 - Unable to Contribute

Issue - State: closed - Opened by dneilroth over 6 years ago - 1 comment

#217 - Support for tracking has_and_belongs_to_many associations.

Pull Request - State: open - Opened by dblock over 6 years ago - 6 comments

#216 - Small refactor of relations.

Pull Request - State: closed - Opened by dblock over 6 years ago - 3 comments

#215 - Solution for tracking has_and_belongs_to_many relations

Pull Request - State: closed - Opened by mikwat over 6 years ago - 8 comments
Labels: bug?

#214 - Solution for tracking has_and_belongs_to_many relations

Pull Request - State: closed - Opened by mikwat over 6 years ago - 15 comments
Labels: bug?

#213 - Skip yielding when no block provided

Pull Request - State: closed - Opened by mikwat almost 7 years ago - 10 comments

#212 - Support :if and :unless for track_history callbacks

Pull Request - State: closed - Opened by jagdeepsingh almost 7 years ago - 13 comments

#211 - Enable history tracking on create and destroy by default

Pull Request - State: closed - Opened by jagdeepsingh almost 7 years ago - 12 comments

#210 - Do not track unmodified embedded relations

Pull Request - State: closed - Opened by jagdeepsingh almost 7 years ago - 10 comments

#209 - Support :if and :unless options for callbacks which pass-thru to Rails

Pull Request - State: closed - Opened by johnnyshields almost 7 years ago - 2 comments

#208 - Fix #174: defer preparing of history options.

Pull Request - State: closed - Opened by dblock almost 7 years ago - 4 comments

#207 - Enable tracking create/destroy by default

Pull Request - State: closed - Opened by johnnyshields almost 7 years ago - 6 comments

#206 - Do not track unmodified relations

Pull Request - State: closed - Opened by johnnyshields almost 7 years ago - 4 comments

#205 - allow modifier field to be optional

Pull Request - State: closed - Opened by yads almost 7 years ago - 17 comments

#204 - Re-parse options at end of class definition

Pull Request - State: closed - Opened by mikwat almost 7 years ago - 17 comments

#203 - Proper name at top of README (Tracker vs. Trackable)

Pull Request - State: closed - Opened by suddenrushofsushi almost 7 years ago - 6 comments

#202 - Do not create tracker on persistence error

Pull Request - State: closed - Opened by mikwat almost 7 years ago - 9 comments

#201 - Dependency restrict validation failure spec

Pull Request - State: closed - Opened by mikwat almost 7 years ago - 10 comments

#200 - Restrict dependency failure does not prevent history entry creation

Issue - State: closed - Opened by mikwat almost 7 years ago
Labels: bug

#199 - Release v. Next

Issue - State: closed - Opened by dblock almost 7 years ago - 4 comments
Labels: chore

#198 - trackers and trackables should be namespaceable

Issue - State: open - Opened by ojbucao almost 7 years ago - 1 comment
Labels: bug

#196 - Fix bug when using multiple trackers.

Pull Request - State: closed - Opened by ojbucao almost 7 years ago - 5 comments

#195 - How do I use multiple trackers? I'd like to use different trackers for different models.

Issue - State: closed - Opened by ojbucao about 7 years ago
Labels: question

#194 - make modifier optional

Pull Request - State: closed - Opened by reedlaw about 7 years ago - 4 comments

#193 - handle versionning for embeds_many and embeds_one relation

Pull Request - State: open - Opened by GCIDIR over 7 years ago - 6 comments

#192 - NameError: wrong constant name

Issue - State: open - Opened by c0mrade over 7 years ago - 5 comments
Labels: bug?

#191 - WIP: track changes on embedded_one

Pull Request - State: open - Opened by mateuspontes over 7 years ago - 17 comments

#190 - Is it possible to store each model in a diferent collection?

Issue - State: closed - Opened by mateuspontes over 7 years ago - 3 comments
Labels: feature request

#189 - Update rubocop, reduce logging level with Mongoid 6 in specs.

Pull Request - State: closed - Opened by dblock over 7 years ago - 4 comments

#188 - Add spec to test embedded documents changes in parent's history

Pull Request - State: closed - Opened by mpetazzoni over 7 years ago - 11 comments
Labels: bug

#187 - Changes to embedded documents not tracked in parent history

Issue - State: open - Opened by mpetazzoni over 7 years ago - 10 comments
Labels: bug?

#186 - Remove modifier_field

Issue - State: open - Opened by mateuspontes over 7 years ago - 1 comment
Labels: feature request

#185 - Auditing BulkWrite in MogoDB

Issue - State: open - Opened by renegadeHomie over 7 years ago - 3 comments
Labels: feature request

#184 - Model updates are not being tracked

Issue - State: closed - Opened by hslzr over 7 years ago - 10 comments
Labels: bug?

#183 - Fix: CHANGELOG compatible with danger-changelog.

Pull Request - State: closed - Opened by dblock over 7 years ago - 2 comments

#182 - no-op on repeated calls to destroy

Pull Request - State: closed - Opened by msaffitz over 7 years ago - 6 comments

#181 - Mongoid-history works only in console?

Issue - State: closed - Opened by schaternik almost 8 years ago - 11 comments
Labels: question

#180 - [#177] Removed deprecation notice

Pull Request - State: closed - Opened by sivagollapalli almost 8 years ago - 11 comments

#179 - Bump suggested rename method in readme

Pull Request - State: closed - Opened by colinxfleming almost 8 years ago - 8 comments

#178 - Adding default modifier id when not set

Pull Request - State: closed - Opened by joaofraga almost 8 years ago - 2 comments

#177 - Deprecation warning extremely noisy and unnecessary

Issue - State: closed - Opened by alauper almost 8 years ago - 5 comments
Labels: question

#176 - Updated README with mongoid 6 support

Pull Request - State: closed - Opened by sivagollapalli about 8 years ago - 4 comments

#175 - Value of field at time t

Issue - State: open - Opened by Startouf about 8 years ago - 1 comment
Labels: feature request

#173 - Bumped mongoid from RC to stable

Pull Request - State: closed - Opened by sivagollapalli about 8 years ago - 5 comments

#172 - Add helper to track all embedded relations.

Pull Request - State: closed - Opened by jnfeinstein about 8 years ago - 12 comments

#171 - Obfuscation

Pull Request - State: closed - Opened by jnfeinstein about 8 years ago - 22 comments

#169 - NoMethodError: undefined method `where' for HistoryTracker:Class

Issue - State: open - Opened by prasadsurase about 8 years ago - 20 comments
Labels: bug?

#168 - undo! issues "This should never happen. Please report bug."

Issue - State: closed - Opened by marcocanderle about 8 years ago - 3 comments
Labels: bug?

#164 - Obfuscating a sensitive field

Issue - State: open - Opened by jnfeinstein about 8 years ago - 3 comments
Labels: feature request, question

#148 - Adding Userstamp in mongoid 5

Issue - State: open - Opened by sahilchopra over 8 years ago - 2 comments
Labels: question

#140 - Skip track without modifier

Pull Request - State: open - Opened by duhast about 9 years ago - 11 comments

#134 - destroy then undo - failure

Issue - State: open - Opened by alauper over 9 years ago - 5 comments
Labels: bug?

#128 - uninitialized constant User

Issue - State: open - Opened by lgmkr almost 10 years ago - 11 comments
Labels: bug?

#119 - version_field not respected on subclass

Issue - State: open - Opened by c2c533c4f237 about 10 years ago - 1 comment
Labels: bug?

#118 - embedded polymorphic document is not being tracked

Issue - State: open - Opened by jorgeramos about 10 years ago - 5 comments
Labels: bug?

#116 - modifier is not tracked

Issue - State: closed - Opened by maki5 about 10 years ago - 4 comments
Labels: bug?

#102 - track_history doesn't work (see an error)

Issue - State: closed - Opened by jakubstraka over 10 years ago - 6 comments
Labels: needs info, bug?

#98 - "Undo" and "redo" changes do not persist

Issue - State: closed - Opened by jyli7 over 10 years ago - 2 comments
Labels: needs info

#88 - update_all support

Issue - State: closed - Opened by jtescher almost 11 years ago - 1 comment
Labels: needs info