Skip to content

Tags: Alice40/ifme

Tags

v7.13.6

Toggle v7.13.6's commit message
Fix broken strategies_controller test, add missing moments controller…

… tests

v7.13.5

Toggle v7.13.5's commit message
Strategy Categories migration

v7.13.4

Toggle v7.13.4's commit message
Moments Strategies cleanup

v7.13.3

Toggle v7.13.3's commit message
Fix rubocop warning in Medication model comments

v7.13.2

Toggle v7.13.2's commit message
Fix bugs with most_focus_helper, tags_helper, and shared concern

v7.13.1

Toggle v7.13.1's commit message
Migration for Moment Categories

v7.13.0

Toggle v7.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 1655 moment moods cleanup (ifmeorg#1674)

* [ifmeorg#1655] working on using Mood relation

* [ifmeorg#1655] update for mood relation

* STY appease rubocop

* reduce complexity of get_tagged_data

* BUG fix variable sent

v7.12.9

Toggle v7.12.9's commit message
add Nick Lee contributor

v7.12.8

Toggle v7.12.8's commit message
[ifmeorg#1665] move backfill task; add dependency

v7.12.7

Toggle v7.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ifmeorg#1655] Moment moods (ifmeorg#1670)

* [ifmeorg#1665] ADD moments_moods join table and backfill method

* [ifmeorg#1655] persist mood relation on save

* [ifmeorg#1655] save with ORM

* [ifmeorg#1655] add AR uniqueness validation

* [ifmeorg#1655] STY appease rubocop