Ecosyste.ms: Issues

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

GitHub / westonganger/active_snapshot issues and pull requests

#60 - Fix enum to store as integer

Pull Request - State: open - Opened by akmalcm 5 days ago

#58 - Removing database columns results in inability to restore/reify.

Issue - State: open - Opened by commuun about 1 month ago - 3 comments

#57 - Add readonly flag to fetch_reified_items method

Pull Request - State: closed - Opened by dmrAnderson about 1 month ago - 2 comments

#56 - Add presence validation for object in SnapshotItem model

Pull Request - State: closed - Opened by dmrAnderson about 1 month ago - 1 comment

#55 - Fix Typos and Improve Clarity in Library Documentation

Pull Request - State: closed - Opened by dmrAnderson about 1 month ago

#54 - Add robustness to ActiveSnapshot::Config

Pull Request - State: closed - Opened by dmrAnderson about 1 month ago - 3 comments

#52 - Remove deprecated positional argument on create_snapshot!

Pull Request - State: closed - Opened by westonganger about 1 month ago

#51 - SnapshotItem: presence validation for object column

Issue - State: closed - Opened by dmrAnderson about 1 month ago - 3 comments

#50 - issues with soft deletes

Issue - State: closed - Opened by jayseo5953 6 months ago - 1 comment

#49 - Creating a snapshot without persisting the changes to DB

Issue - State: closed - Opened by fb-justin 6 months ago - 1 comment

#47 - Process including ActionText::RichText fields?

Issue - State: closed - Opened by erwin 8 months ago - 1 comment

#46 - Consider adding to Ruby Toolbox

Issue - State: closed - Opened by sedubois 9 months ago - 1 comment

#45 - How to track Mobility translated attributes and Action Text?

Issue - State: closed - Opened by sedubois 9 months ago - 3 comments

#43 - Fix error on unique index in db migration

Pull Request - State: closed - Opened by westonganger 12 months ago

#42 - Refractor CI, Add Rails 7.1 to CI

Pull Request - State: closed - Opened by westonganger 12 months ago

#41 - Handling ActiveStorage::Attachment relations within the gem

Issue - State: closed - Opened by otrub over 1 year ago - 1 comment

#40 - Add dependent: :destroy on snapshots

Issue - State: open - Opened by Judobob over 1 year ago - 1 comment
Labels: documentation, not-a-bug

#39 - Remove redundant SnapshopItem item_type uniqueness validation

Pull Request - State: closed - Opened by westonganger over 1 year ago

#38 - Move belongs_to_required_by_default to test_helper

Pull Request - State: closed - Opened by westonganger over 1 year ago

#36 - Utilize ActiveRecord lazy loading

Pull Request - State: closed - Opened by westonganger over 1 year ago

#35 - Add optional: true to Snapshot user relationship

Pull Request - State: closed - Opened by westonganger over 1 year ago

#34 - Use ActiveRecord lazy loading

Pull Request - State: closed - Opened by AmShaegar13 over 1 year ago - 4 comments

#33 - Add restore_first option to has_snapshot_children to fix foreign keys

Pull Request - State: closed - Opened by AmShaegar13 over 1 year ago - 4 comments

#32 - Add ability to change storage_method, Change default storage method

Pull Request - State: closed - Opened by westonganger about 2 years ago - 1 comment

#31 - Allow storage as serialized_json

Issue - State: closed - Opened by westonganger about 2 years ago - 2 comments
Labels: merged-to-master

#30 - Make snapshot :identifier optional

Pull Request - State: closed - Opened by westonganger about 2 years ago

#29 - Deprecate :identifier as a positional argument

Pull Request - State: closed - Opened by westonganger about 2 years ago

#28 - How to migrate existing application from paper_trail to active_snapshot

Issue - State: open - Opened by westonganger about 2 years ago - 1 comment
Labels: documentation

#27 - Make identifier argument of create_snapshot optional

Issue - State: closed - Opened by westonganger about 2 years ago - 2 comments
Labels: merged-to-master

#26 - Make first argument of create_snapshot a named argument

Issue - State: closed - Opened by westonganger about 2 years ago - 1 comment
Labels: merged-to-master

#25 - #15 Using JSON Column instead of YAML encoded object column

Pull Request - State: closed - Opened by oskargargas about 2 years ago - 9 comments

#24 - Use correct create_table syntax

Pull Request - State: closed - Opened by travisdock about 2 years ago

#23 - Error when running CreateSnapshotsTable migration

Issue - State: closed - Opened by travisdock about 2 years ago - 1 comment

#22 - Random failures when restoring a snapshot with children with foreign keys

Issue - State: closed - Opened by pjmartorell over 2 years ago - 3 comments

#21 - v0.2.4

Pull Request - State: closed - Opened by westonganger over 2 years ago

#20 - Resolve error when `has_snapshot_children` has not been defined

Pull Request - State: closed - Opened by westonganger over 2 years ago - 1 comment

#19 - Fix ArgumentError when model doesn't define has_snapshot_children

Pull Request - State: closed - Opened by danderozier over 2 years ago - 5 comments

#17 - Snapshots for STI tables not using the subclassed table name

Issue - State: closed - Opened by PhilT over 2 years ago - 1 comment

#16 - Conflict with awesome_nested_set

Issue - State: closed - Opened by billabel almost 3 years ago - 1 comment

#15 - Using JSON Column instead of YAML encoded object column

Issue - State: closed - Opened by westonganger almost 3 years ago - 3 comments
Labels: merged-to-master

#14 - Seriously, very cool project

Issue - State: open - Opened by wwahammy almost 3 years ago - 6 comments

#13 - unique: true on identifier create_table migration does nothing

Issue - State: closed - Opened by PhilT almost 3 years ago - 7 comments

#12 - How to exclude certain attributes from parent record when creating a snapshot

Issue - State: closed - Opened by pjmartorell about 3 years ago - 5 comments

#10 - has_snapshot_children and has_one on model fails if nil

Issue - State: closed - Opened by newbenji about 3 years ago - 6 comments

#8 - Question about `has_snapshot_children` and reloading `self`

Issue - State: closed - Opened by pjmartorell about 3 years ago - 2 comments

#7 - Set implicit empty snapshot children

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

#6 - Fix basic usage example in README

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

#5 - Incorrect use of `create_snapshot!` in the documentation

Issue - State: closed - Opened by pjmartorell about 3 years ago

#4 - Is `has_snapshot_children` optional or mandatory?

Issue - State: closed - Opened by pjmartorell about 3 years ago - 3 comments

#3 - How to track nested changes?

Issue - State: closed - Opened by dhruv-shipmnts about 3 years ago - 1 comment
Labels: question, not-a-bug

#2 - Problem: a mistake in a code example

Pull Request - State: closed - Opened by yrashk over 3 years ago

#1 - Fix multiple children snapshot

Pull Request - State: closed - Opened by muxahu3bm over 3 years ago - 2 comments