Zach Gollwitzer
5aca2ff9b6
Add zero-config self hosting on Render ( #612 )
...
* v1 of backend implementation for self hosting
* Add docs
* Add upgrades controller
* Add global helpers for self hosting mode
* Add self host settings controller
* Conditionally show self hosting settings
* Environment and config updates
* Complete upgrade prompting flow
* Update config for forked repo
* Move configuration of github provider within class
* Add upgrades cron
* Update deploy button
* Update guides
* Fix render deployer
* Typo
* Enable auto upgrades
* Fix cron
* Make upgrade modes more clear and consistent
* Trigger new available version
* Fix logic for displaying upgrade prompts
* Finish implementation
* Fix regression
* Trigger new version
* Add i18n translations
* trigger new version
* reduce caching time for testing
* Decrease cache for testing
* trigger upgrade
* trigger upgrade
* Only trigger deploy once
* trigger upgrade
* If target is commit, always upgrade if any upgrade is available
* trigger upgrade
* trigger upgrade
* Test release
* Change back to maybe repo for defaults
* Fix lint errors
* Clearer naming
* Fix relative link
* Add abs path
* Relative link
* Update docs
2024-04-13 09:28:45 -04:00
Pieter Beulque
2bbf120e2f
Use placeholder-shown:
for reduced opacity ( #615 )
2024-04-13 08:49:48 -04:00
Mike
b812b6d8c9
Enhance currency selector to list 'All Others' after 'Popular' ( #610 )
2024-04-10 10:47:58 -04:00
Igor Alexandrov
b5c56f7775
Added lints for ERB templates ( #609 )
...
* Added erblint and fixed offenses
* Added erblint bintstub. Included erblint into CI
* Merged GitHub Actions tasks for rubocop and erblint into one
* Added config for erblint.
* Reverted erblint call in the CI
2024-04-09 08:08:58 -04:00
Josh Pigford
21e2d05d0c
Sentry
2024-04-08 11:29:11 -05:00
dependabot[bot]
671247f19c
Bump ruby-lsp-rails from 0.3.3 to 0.3.5 ( #605 )
...
Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails ) from 0.3.3 to 0.3.5.
- [Release notes](https://github.com/Shopify/ruby-lsp-rails/releases )
- [Commits](https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.3...v0.3.5 )
---
updated-dependencies:
- dependency-name: ruby-lsp-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 07:27:34 -04:00
dependabot[bot]
7792edce0f
Bump good_job from 3.27.3 to 3.27.4 ( #606 )
...
Bumps [good_job](https://github.com/bensheldon/good_job ) from 3.27.3 to 3.27.4.
- [Release notes](https://github.com/bensheldon/good_job/releases )
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bensheldon/good_job/compare/v3.27.3...v3.27.4 )
---
updated-dependencies:
- dependency-name: good_job
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 07:27:26 -04:00
dependabot[bot]
a1075bdc81
Bump rails from 0033d46
to bad7ff1
( #607 )
...
Bumps [rails](https://github.com/rails/rails ) from `0033d46` to `bad7ff1`.
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](0033d46236...bad7ff1664
)
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 07:27:11 -04:00
dependabot[bot]
80b288cedb
Bump pagy from 7.0.11 to 8.0.2 ( #608 )
...
Bumps [pagy](https://github.com/ddnexus/pagy ) from 7.0.11 to 8.0.2.
- [Release notes](https://github.com/ddnexus/pagy/releases )
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ddnexus/pagy/compare/7.0.11...8.0.2 )
---
updated-dependencies:
- dependency-name: pagy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 07:27:00 -04:00
Pablo Porto
00a42be5c0
fix(authentication): Fix issues when users try to logout ( #603 )
...
Run set last login information action only when the user exist. Thus preventing running it after the logout method, which was causing an error
2024-04-08 07:26:46 -04:00
Zach Gollwitzer
d29d465a3c
Basic transaction categories CRUD actions (inline) ( #601 )
...
* Fix dropdown issues and add dummy transaction category modal
* Minor namings tweaks
* Add search type
* Use new menu controller
* Complete basic transaction category inline CRUD actions
* Fix lint error
---------
Co-authored-by: Jakub Kottnauer <jk@jakubkottnauer.com>
2024-04-04 17:29:50 -04:00
Mattia
315c4bf1ec
Account Sync should happen at login, 1x per day, OR on-demand ( #594 )
...
* Add last_sync_date to accounts table
* Always sync Account after Valuation or Transaction creation, update, or deletion.
Skip sync if user clicks "sync" button without changing anything
* Sync user accounts daily based on last_login_at
2024-04-04 17:00:12 -04:00
Zach Gollwitzer
4f0b2de4ef
Consolidate dropdown controllers ( #600 )
...
* Basic listbox and popover controllers with temporary example
* Separate select and menu controllers
2024-04-03 17:32:27 -04:00
Zach Gollwitzer
0a0289846e
Centralize auth ( #598 )
2024-04-03 10:35:55 -04:00
Thibaut Gorioux
b3c48d13e7
Filter transactions by category ( #581 )
...
* Add transaction filtering by category
* Link label to checkbox
* Keep the dropdown open when clicked to allow tab change
* Show the badge with color and name when filter is applied
* Reduce color height
2024-04-02 12:17:26 -04:00
dependabot[bot]
ea3ba4f33a
Bump rails from 4db9f51
to 0033d46
( #588 )
...
Bumps [rails](https://github.com/rails/rails ) from `4db9f51` to `0033d46`.
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](4db9f51259...0033d46236
)
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 12:01:54 -04:00
dependabot[bot]
3f16c3dbd8
Bump good_job from 3.27.1 to 3.27.3 ( #587 )
...
Bumps [good_job](https://github.com/bensheldon/good_job ) from 3.27.1 to 3.27.3.
- [Release notes](https://github.com/bensheldon/good_job/releases )
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bensheldon/good_job/compare/v3.27.1...v3.27.3 )
---
updated-dependencies:
- dependency-name: good_job
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 12:00:53 -04:00
dependabot[bot]
e9b0c7bb00
Bump selenium-webdriver from 4.18.1 to 4.19.0 ( #590 )
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.18.1 to 4.19.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES )
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.18.1...selenium-4.19.0 )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 12:00:45 -04:00
dependabot[bot]
b9522036dd
Bump hotwire-livereload from 1.3.1 to 1.3.2 ( #591 )
...
Bumps [hotwire-livereload](https://github.com/kirillplatonov/hotwire-livereload ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/kirillplatonov/hotwire-livereload/releases )
- [Commits](https://github.com/kirillplatonov/hotwire-livereload/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: hotwire-livereload
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:40:40 -04:00
dependabot[bot]
a396721b23
Bump letter_opener from 1.9.0 to 1.10.0 ( #589 )
...
Bumps [letter_opener](https://github.com/ryanb/letter_opener ) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/ryanb/letter_opener/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ryanb/letter_opener/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: letter_opener
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:36:49 -04:00
dependabot[bot]
f04a77857d
Bump debug from 1.9.1 to 1.9.2 ( #592 )
...
Bumps [debug](https://github.com/ruby/debug ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/ruby/debug/releases )
- [Commits](https://github.com/ruby/debug/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:36:28 -04:00
Mattia
f6540c03ef
Add ability to delete Account ( #582 )
...
* Add ability to delete Account
Issue #571
* Fix ActiveJob::DeserializationError in AccountSyncJob when an account doesn't exists
* Use custom confirm modal for account deletion
* Revert "Fix ActiveJob::DeserializationError in AccountSyncJob when an account doesn't exists"
This reverts commit 8dbf634819
.
2024-03-31 17:36:54 -04:00
Cristiano Crolla
7fa77b4fd7
Add Custom Turbo Confirm Modal ( #580 )
...
* Add turbo confirm dialog
* Add default fallback check
* Fix locale typo and swap element type
* Replaced locale folder and removed static strings from Turbo.setConfirmMethod
* Normalize shared/en.yml
2024-03-29 13:33:49 -04:00
Zach Gollwitzer
b1bfdef8ff
Isolate infinite loop bug, add timeout to actions ( #583 )
...
* Isolate infinite loop bug, add timeout to actions
* Increase timeout to allow for temporary failure
* Set correct timeout, implement temporary fix
* Trigger syncs at controller layer
2024-03-29 12:53:08 -04:00
Mattia
2d406274ac
Allow user to search transaction categories ( #577 )
...
Issue #573
2024-03-29 10:02:15 -04:00
Thibaut Gorioux
2181cdd118
Allow event propagation to fix turbo frame update ( #575 )
...
* Allow event propagation to fix turbo frame update
* Add setting to dropdown to manage close when open and clicking on it
2024-03-28 13:24:07 -04:00
Zach Gollwitzer
f0c2d4ead0
Implement transaction filtering UI ( #578 )
...
* Rough sketch of implementation
* Consolidate auto submit controller
* Store ransack params in session
* Improve how summary is calculated for txns
* Implement filters UI
2024-03-28 13:23:54 -04:00
Jose Farias
7ae25dd6df
Implement Synth as an exchange rate provider ( #574 )
...
* Implement Synth as an exchange rate provider
* Add assertions to provider interface test
* Assert the correct provider error is raised
* Remove unnecessary parens
2024-03-27 11:16:00 -04:00
Thibaut Gorioux
a1b25f1c5b
Close new account modal when clicking outside of it ( #576 )
2024-03-27 10:35:23 -04:00
Thibaut Gorioux
d274d1a394
to_series doen't expect argument anymore ( #569 )
2024-03-26 08:13:19 -04:00
Adrien Poly
d2df5b2872
add uniq index for users email to ensure uniqueness ( #567 )
2024-03-25 15:59:49 -04:00
dependabot[bot]
39e6d1a2af
Bump good_job from 3.26.2 to 3.27.1 ( #562 )
...
Bumps [good_job](https://github.com/bensheldon/good_job ) from 3.26.2 to 3.27.1.
- [Release notes](https://github.com/bensheldon/good_job/releases )
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bensheldon/good_job/compare/v3.26.2...v3.27.1 )
---
updated-dependencies:
- dependency-name: good_job
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 13:36:13 -04:00
dependabot[bot]
176300cbd9
Bump rails from 5411787
to 4db9f51
( #563 )
...
Bumps [rails](https://github.com/rails/rails ) from `5411787` to `4db9f51`.
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](5411787a15...4db9f51259
)
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 13:35:57 -04:00
Zach Gollwitzer
d402f4d6ba
Remove currency conversion job call ( #566 )
2024-03-25 13:06:27 -04:00
Zach Gollwitzer
110855d077
Multi-Currency Part 2 ( #543 )
...
* Support all currencies, handle outside DB
* Remove currencies from seed
* Fix account balance namespace
* Set default currency on authentication
* Cache currency instances
* Implement multi-currency syncs with tests
* Series fallback, passing tests
* Fix conflicts
* Make value group concrete class that works with currency values
* Fix migration conflict
* Update tests to expect multi-currency results
* Update account list to use group method
* Namespace updates
* Fetch unknown exchange rates from API
* Fix date range bug
* Ensure demo data works without external API
* Enforce cascades only at DB level
2024-03-21 13:39:10 -04:00
Josh Pigford
de0cba9fed
Update .env.example
2024-03-20 13:27:40 -05:00
Josh Brown
c7b336de45
Fix ZeroDivisionError ( #557 )
2024-03-20 13:14:08 -04:00
Juan B. Rodriguez
49d1fe0e11
feat: add crypto account type to demo data ( #555 )
...
* feat: add crypto account type to demo data
* fix: set currency to BTC, revert schema migration change and fix tests
* fix: update dates in time_series tests
2024-03-19 15:34:35 -04:00
Zach Gollwitzer
f904d9d062
Add the ability to "rollup" values in a time series ( #554 )
...
* Clean up time series models
* Add value group rollup class for summarizing hierarchical data
* Integrate new classes
* Update UI to use new patterns
* Update D3 charts to expect new data format
* Clean up account model
* More cleanup
* Money improvements
* Use new money fields
* Remove invalid fixture data to avoid orphaned accountables
* Update time series to work better with collections
* Fix tests and UI bugs
2024-03-19 09:10:40 -04:00
dependabot[bot]
0a8518506c
Bump ruby-lsp-rails from 0.3.2 to 0.3.3 ( #549 )
...
Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Shopify/ruby-lsp-rails/releases )
- [Commits](https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.2...v0.3.3 )
---
updated-dependencies:
- dependency-name: ruby-lsp-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:32:46 -04:00
dependabot[bot]
fc66990772
Bump good_job from 3.26.1 to 3.26.2 ( #550 )
...
Bumps [good_job](https://github.com/bensheldon/good_job ) from 3.26.1 to 3.26.2.
- [Release notes](https://github.com/bensheldon/good_job/releases )
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bensheldon/good_job/compare/v3.26.1...v3.26.2 )
---
updated-dependencies:
- dependency-name: good_job
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:32:19 -04:00
dependabot[bot]
d6fb43a547
Bump rails from bf96dcf
to 5411787
( #551 )
...
Bumps [rails](https://github.com/rails/rails ) from `bf96dcf` to `5411787`.
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](bf96dcfa0d...5411787a15
)
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:30:43 -04:00
dependabot[bot]
9dc2aa7533
Bump pagy from 7.0.10 to 7.0.11 ( #552 )
...
Bumps [pagy](https://github.com/ddnexus/pagy ) from 7.0.10 to 7.0.11.
- [Release notes](https://github.com/ddnexus/pagy/releases )
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ddnexus/pagy/compare/7.0.10...7.0.11 )
---
updated-dependencies:
- dependency-name: pagy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 11:27:52 -04:00
Zach Gollwitzer
fe2fa0eac1
Multi-currency support: Money + Currency class improvements ( #553 )
...
* Money improvements
* Replace all old money usage
2024-03-18 11:21:00 -04:00
Dave Corson-Knowles
e5750d1a13
Add presence validations for required fields ( #545 )
...
* Adds basic validations for required fields
Also deletes a few extraneous .keep files
Does not add the family_id required field for user, since that breaks the basic test setup
* Restore keep files to this branch
* Remove Credit model and validate models behind ids
* Restore concerns .keep
2024-03-15 15:21:59 -04:00
Ryan Taber
a4c97a9d52
Removes unused model and routes ( #546 )
2024-03-15 12:20:54 -04:00
Yu Le
56743eb380
Enable turbo refresh in layout/auth & Fix registrations controller create fail w/ status ( #544 )
2024-03-14 10:30:46 -04:00
Jakub Kottnauer
2c257a2a4b
Add inline category selection ( #541 )
...
* Implement inline category selection
* Add turbo frame to refresh updated transaction
* Improve styles
* Fix category assignment
* Reorganize code
* Revert event propagation
* Remove unused frames
* Make only the transaction name clickable
* Add custom scrollbar class
2024-03-14 10:30:36 -04:00
Jakub Kottnauer
2c3752668a
Fix event handler removal on disconnect ( #540 )
...
* Fix event handler removal on disconnect
* Fix tab controller
2024-03-11 17:42:18 -04:00
Zach Gollwitzer
c60ddaec1d
Multi-currency part 1 ( #542 )
...
* Add family snapshots table
* Add snapshot method, clean up family expected results
* Remove old sync trigger
2024-03-11 16:32:13 -04:00