Daniel O'Connor
d9851231f2
Merge pull request #4274 from Growstuff/CloCkWeRX-patch-3
...
API > Render activities links under member
release73
2025-09-29 01:11:24 +09:30
Daniel O'Connor
f82eabec42
Merge pull request #4273 from Growstuff/CloCkWeRX-patch-2
...
Create robots.txt based on wikipedia
2025-09-29 01:03:42 +09:30
Daniel O'Connor
83bf752a02
Merge pull request #4272 from Growstuff/feature/JULES-38-planting-api-garden-id
...
Adjust all API resources to include basic data for has one relationships
2025-09-29 00:55:18 +09:30
dependabot[bot]
6ffdd283e4
Merge pull request #4270 from Growstuff/dependabot/bundler/rack-2.2.18
2025-09-28 15:19:22 +00:00
Daniel O'Connor
d8e138ae2d
Create robots.txt based on wikipedia
2025-09-29 00:27:57 +09:30
Daniel O'Connor
81b80d9bb7
Update activity_resource.rb
2025-09-29 00:12:51 +09:30
Daniel O'Connor
f080a8a566
Update crop_resource.rb
2025-09-29 00:12:39 +09:30
Daniel O'Connor
5a436f9d7f
Update garden_resource.rb
2025-09-29 00:12:32 +09:30
Daniel O'Connor
a4fd1c4a8e
Update harvest_resource.rb
2025-09-29 00:12:27 +09:30
Daniel O'Connor
7277cb3523
Update seed_resource.rb
2025-09-29 00:12:07 +09:30
Daniel O'Connor
522d10e053
Update photo_resource.rb
2025-09-29 00:11:41 +09:30
Daniel O'Connor
f3a9b26c8e
Update planting_resource.rb
2025-09-29 00:10:05 +09:30
google-labs-jules[bot]
d8f5580ef9
Extend planting API to render garden id in relationships
2025-09-28 14:39:33 +00:00
dependabot[bot]
d9e58f6bf0
Bump rack from 2.2.17 to 2.2.18
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.17 to 2.2.18.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v2.2.17...v2.2.18 )
---
updated-dependencies:
- dependency-name: rack
dependency-version: 2.2.18
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-26 09:46:59 +00:00
Daniel O'Connor
60ec4e8d18
Merge pull request #4271 from Growstuff/dependabot/bundler/rubocop-1.81.0
...
Bump rubocop from 1.80.2 to 1.81.0
2025-09-26 19:15:45 +09:30
dependabot[bot]
ede7e6e7f7
Bump rubocop from 1.80.2 to 1.81.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.80.2 to 1.81.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.80.2...v1.81.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-version: 1.81.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-26 07:01:42 +00:00
dependabot[bot]
9c62f955e2
Merge pull request #4267 from Growstuff/dependabot/bundler/geocoder-1.8.6
2025-09-24 09:47:54 +00:00
dependabot[bot]
6b313c190f
Bump geocoder from 1.8.5 to 1.8.6
...
Bumps [geocoder](https://github.com/alexreisner/geocoder ) from 1.8.5 to 1.8.6.
- [Changelog](https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alexreisner/geocoder/compare/v1.8.5...v1.8.6 )
---
updated-dependencies:
- dependency-name: geocoder
dependency-version: 1.8.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 09:15:25 +00:00
Daniel O'Connor
c575f9d03c
Merge pull request #4269 from Growstuff/dependabot/bundler/puma-7.0.4
...
Bump puma from 7.0.3 to 7.0.4
2025-09-24 18:44:13 +09:30
dependabot[bot]
95a4b0c66c
Bump puma from 7.0.3 to 7.0.4
...
Bumps [puma](https://github.com/puma/puma ) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v7.0.3...v7.0.4 )
---
updated-dependencies:
- dependency-name: puma
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 07:01:40 +00:00
Daniel O'Connor
488e402a3a
Adjust copy of activities and prompts ( #4260 )
...
* Adjust copy
* Adjust copy
* Move repeat prompt
* Improve prompts
* Clean up schema
* Fix spec
release72
2025-09-21 14:58:13 +09:30
google-labs-jules[bot]
e99c90adc4
Add recurring activities feature without database persistence ( #4261 )
...
* This change introduces a new feature that allows users to create recurring activities.
A user can now specify that an activity should be repeated "X" times, every "Y" weeks. When an activity is created with these options, the application will create the initial activity and then "X" additional copies, with each copy's due date offset by "Y" weeks from the previous one.
The repeat information is not stored in the database. It is only used at the time of creation to generate the recurring activities.
The following changes were made:
- Updated the new activity form to include fields for "repeat times" and "repeat weeks".
- Modified the `ActivitiesController#create` action to handle the creation of recurring activities.
- Added feature tests to ensure the new functionality works as expected.
* Remove not very useful spec
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com >
2025-09-21 13:53:45 +09:30
google-labs-jules[bot]
41412b8443
Merge pull request #4262 from Growstuff/feature/github-releases-widget
...
feat: Add cached GitHub releases widget to homepage
2025-09-21 13:37:57 +09:30
Daniel O'Connor
b08069df46
Merge pull request #4259 from Growstuff/feature/companion-plantings
...
Add ability to create companion plantings
2025-09-21 10:37:52 +09:30
google-labs-jules[bot]
449ab1f6c0
Add ability to create companion plantings
...
This change adds the ability for crop wranglers to create and manage companion plantings for crops.
- Adds a `source_url` to the `CropCompanion` model to store an optional reference URL.
- Restricts the management of companion plantings to users with the `crop_wrangler` role.
- Creates a new admin interface for managing companion plantings for a specific crop.
- Updates the crop show page to display companions from both the crop and its parent crop.
2025-09-21 00:49:11 +00:00
Daniel O'Connor
0e52b8c00b
Merge pull request #4256 from Growstuff/more-rubocop
...
More rubocop
2025-09-20 20:16:09 +09:30
Daniel O'Connor
bd4dd3cc45
Rubocop
2025-09-20 10:18:24 +00:00
Daniel O'Connor
a098328e4e
Rubocop
2025-09-20 10:16:16 +00:00
Daniel O'Connor
04680b196a
Rubocop
2025-09-20 10:15:41 +00:00
Daniel O'Connor
d542575874
Rubocop
2025-09-20 10:15:28 +00:00
Daniel O'Connor
5418cad976
Rubocop
2025-09-20 10:15:14 +00:00
Daniel O'Connor
547e4f843b
Merge pull request #4255 from Growstuff/rubocop-fixes
...
Rubocop fixes
2025-09-20 19:44:42 +09:30
Daniel O'Connor
ce946c3a83
Rubocop fixes
2025-09-20 09:45:56 +00:00
Daniel O'Connor
54acc369ab
Rubocop
2025-09-20 09:43:22 +00:00
Daniel O'Connor
6df1d9d247
Merge pull request #4254 from Growstuff/feature/copy-activity
...
Add ability to copy/duplicate an activity
2025-09-20 19:06:43 +09:30
Daniel O'Connor
154d6e9022
Merge branch 'dev' into feature/copy-activity
2025-09-20 18:48:23 +09:30
Daniel O'Connor
dadaddccfb
Merge pull request #4250 from Growstuff/dependabot/bundler/active_utils-3.6.0
...
Bump active_utils from 3.5.0 to 3.6.0
2025-09-20 18:44:51 +09:30
Daniel O'Connor
85f508b3a7
Merge pull request #4251 from Growstuff/dependabot/bundler/rexml-3.4.2
...
Bump rexml from 3.4.1 to 3.4.2
2025-09-20 18:44:39 +09:30
Daniel O'Connor
2e517519a1
Merge pull request #4252 from Growstuff/dependabot/bundler/recaptcha-5.21.1
...
Bump recaptcha from 5.20.1 to 5.21.1
2025-09-20 18:44:25 +09:30
google-labs-jules[bot]
5db6a86607
Add ability to copy/duplicate an activity
2025-09-20 08:54:12 +00:00
Daniel O'Connor
850687e80f
Bump puma from 7.0.2 to 7.0.3 ( #4249 )
...
Bumps [puma](https://github.com/puma/puma ) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v7.0.2...v7.0.3 )
---
updated-dependencies:
- dependency-name: puma
dependency-version: 7.0.3
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>
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com >
2025-09-20 18:17:31 +09:30
Daniel O'Connor
1531c6e69b
Merge branch 'dev' into dependabot/bundler/puma-7.0.3
2025-09-20 18:17:23 +09:30
Daniel O'Connor
ce7ce70d5f
Merge pull request #4222 from Growstuff/feature/add-activity-prompts
...
feat: Add prompts for new activities
2025-09-20 17:49:47 +09:30
dependabot[bot]
600e61a282
Bump recaptcha from 5.20.1 to 5.21.1
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 5.20.1 to 5.21.1.
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ambethia/recaptcha/compare/v5.20.1...v5.21.1 )
---
updated-dependencies:
- dependency-name: recaptcha
dependency-version: 5.21.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-18 07:01:16 +00:00
dependabot[bot]
aa7641ad91
Bump rexml from 3.4.1 to 3.4.2
...
Bumps [rexml](https://github.com/ruby/rexml ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/ruby/rexml/releases )
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md )
- [Commits](https://github.com/ruby/rexml/compare/v3.4.1...v3.4.2 )
---
updated-dependencies:
- dependency-name: rexml
dependency-version: 3.4.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-17 19:11:30 +00:00
dependabot[bot]
64acd4c00c
Bump active_utils from 3.5.0 to 3.6.0
...
Bumps [active_utils](https://github.com/shopify/active_utils ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/shopify/active_utils/releases )
- [Changelog](https://github.com/Shopify/active_utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shopify/active_utils/compare/v3.5.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: active_utils
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 07:01:15 +00:00
dependabot[bot]
d95ffdbef6
Bump puma from 7.0.2 to 7.0.3
...
Bumps [puma](https://github.com/puma/puma ) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v7.0.2...v7.0.3 )
---
updated-dependencies:
- dependency-name: puma
dependency-version: 7.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-15 07:38:14 +00:00
Daniel O'Connor
6d076983dd
Merge pull request #4245 from Growstuff/swagger-format
...
Format
2025-09-12 17:41:23 +09:30
Daniel O'Connor
4dfe325077
Merge branch 'dev' into swagger-format
2025-09-12 08:12:01 +09:30
Daniel O'Connor
a76ef6a117
Format
2025-09-10 13:56:29 +00:00