Brenda Wallace
2e339ce45d
Adding rails version to new migrations
2018-04-02 11:04:31 +12:00
Brenda Wallace
700073e893
Removed duplicate gardens/timeline code
2018-04-02 11:02:22 +12:00
Brenda Wallace
fa32537c3b
Merge remote-tracking branch 'upstream/dev' into upgrade/rails-5
...
Conflicts:
.rubocop_todo.yml
Gemfile.lock
app/assets/javascripts/application.js
app/assets/javascripts/members.js.erb
app/assets/stylesheets/predictions.sass
app/controllers/crops_controller.rb
app/controllers/orders_controller.rb
app/controllers/plantings_controller.rb
app/models/account.rb
app/models/account_type.rb
app/models/member.rb
app/models/order.rb
app/models/order_item.rb
app/models/product.rb
app/views/gardens/show.html.haml
app/views/layouts/application.html.haml
config/initializers/assets.rb
config/routes.rb
db/schema.rb
package-lock.json
spec/controllers/account_types_controller_spec.rb
spec/controllers/admin/orders_controller_spec.rb
spec/controllers/comments_controller_spec.rb
spec/controllers/gardens_controller_spec.rb
spec/controllers/harvests_controller_spec.rb
spec/controllers/member_controller_spec.rb
spec/controllers/order_items_controller_spec.rb
spec/controllers/orders_controller_spec.rb
spec/controllers/photo_associations_controller_spec.rb
spec/controllers/photos_controller_spec.rb
spec/controllers/plantings_controller_spec.rb
spec/controllers/seeds_controller_spec.rb
spec/controllers/shop_controller_spec.rb
spec/features/crops/crop_detail_page_spec.rb
spec/models/member_spec.rb
spec/models/post_spec.rb
spec/views/crops/_planting_advice.html.haml_spec.rb
spec/views/home/_crops.html.haml_spec.rb
spec/views/orders/show.html.haml_spec.rb
spec/views/posts/show.html.haml_spec.rb
spec/views/shop/index_spec.rb
2018-04-02 10:59:13 +12:00
Brenda Wallace
324dcfc821
Merge pull request #1598 from Growstuff/bundle-update-2018-03-22-131347
...
Bundle Update on 2018-03-22
2018-04-02 10:21:04 +12:00
Brenda Wallace
2d309b7645
Removing jasmine, we have no jasmine specs
2018-04-02 09:58:02 +12:00
Brenda Wallace
31d2aa052a
More bundle updates
2018-04-01 14:16:50 +12:00
Brenda Wallace
d5c8b9ae27
Merge branch 'dev' into bundle-update-2018-03-22-131347
2018-03-31 18:15:25 +13:00
Brenda Wallace
25070f73d7
Merge pull request #1591 from Br3nda/feature/photos-helper
...
Use photos helpers to find photos
release43
2018-03-26 18:14:32 +13:00
Brenda Wallace
2fe6012342
Merge branch 'dev' into feature/photos-helper
2018-03-23 15:03:01 +13:00
deppbot
61468b3587
Bundle Update on 2018-03-22
2018-03-22 13:13:48 +08:00
deppbot
c80685bf0d
Security Update on 2018-03-20 ( #1597 )
...
* Security Update on 2018-03-20
* Ordered gems, to please rubocop
release42
2018-03-22 14:14:19 +13:00
Brenda Wallace
511e89fa58
Merge branch 'dev' into feature/photos-helper
2018-03-19 13:39:02 +13:00
Daniel O'Connor
13d8a29773
Merge pull request #1592 from Br3nda/fix/layout
...
Layout fixes for mobile and smaller screens
2018-03-19 10:38:12 +10:30
Brenda Wallace
dc09a6ea91
Merge branch 'dev' into fix/layout
2018-03-16 14:55:03 +13:00
Brenda Wallace
f8e83cdb9c
Merge branch 'dev' into feature/photos-helper
2018-03-16 14:54:53 +13:00
deppbot
64a8cfb59f
Security Update on 2018-03-16 ( #1593 )
2018-03-16 14:54:36 +13:00
Brenda Wallace
2f81d6c78d
Layout fixes for mobile and smaller screens
2018-03-15 23:01:51 +13:00
Brenda Wallace
ece7113c89
DRY photo helper spec
2018-03-15 22:56:32 +13:00
Brenda Wallace
8941c577e4
Specs for photos helper
2018-03-14 22:25:30 +13:00
Brenda Wallace
1bf1076076
Photos helper
2018-03-14 19:28:18 +13:00
Brenda Wallace
8906fd38ae
For seeds, use planting photo if no seeds photo
2018-03-14 15:21:40 +13:00
Daniel O'Connor
d5be92ac8b
Merge pull request #1588 from Br3nda/fix/photo-order-1547
...
Fix/photo order 1547
2018-03-13 00:22:35 +10:30
Brenda Wallace
40d71ae070
Merge branch 'dev' into fix/photo-order-1547
2018-03-12 11:41:12 +13:00
Brenda Wallace
2f45041f8c
Fixed ordering of photos on crops#show
2018-03-12 08:56:39 +13:00
Brenda Wallace
f9d4e1d6ae
Ancestry of food. Seeds -> Planting -> Seeds -> Planting ( #1550 )
...
* Add seed ancestry, and seeds.finished_at
* Plantings and seeds produce each other
* Permissions for seeds actions
* View update, for seed actions, and planting ancestry
* Routes for seeds
* Scopes for harvests
* Spec updates for seeds
* Removed in-line style
* Add seed ancestry, and seeds.finished_at
* Plantings and seeds produce each other
* Permissions for seeds actions
* View update, for seed actions, and planting ancestry
* Routes for seeds
* Scopes for harvests
* Spec updates for seeds
* Moved finishable to a concern
* Seeds.finished_at
* rubocop fixes
* Made seeds sown migration the most recent
* Specs for home page
* Only show current seeds on home page
* Seeds appear for logged in or not
* Buttons to mark seeds finished
* JS for marking seeds finished
* Some actions only appear if seed or planting is active
* Fixed up display of home page
* Fixed typo in admin members#index
* Tidying up actions on all the things
* Harvest description in #index
* Truncate garden description if long
* Updated link label in view spec
* Show planted_from always, becuase it might be a parent seed
* find correct link in spec adding photos to garden
* fixed spec finding link to edit garden
* Better harvest description truncation
* Helping spec find the edit button
* specs for the home page
* Re-instate crops js, but in the correct file now
* Fixed link to garden in actions
* Tweaking mobile view
2018-03-12 08:39:32 +13:00
Brenda Wallace
80203ad215
Merge pull request #1585 from Growstuff/dev
...
Release 41
2018-03-11 14:03:50 +13:00
Brenda Wallace
8c51d7bdd5
Merge branch 'master' into dev
release41
2018-02-18 13:09:56 +13:00
Cesy
64e3b3b4d4
Merge pull request #1565 from Growstuff/awesomecode-style/andor-8234
...
Auto corrected by following Style/AndOr
2018-02-16 08:47:02 +00:00
Brenda Wallace
978523fd94
Merge branch 'dev' into awesomecode-style/andor-8234
2018-02-11 08:50:50 +13:00
Brenda Wallace
97f63d1147
Merge pull request #1583 from Growstuff/dev
...
Production hotfix
2018-02-11 08:42:49 +13:00
Brenda Wallace
1a9ff5eb4c
Merge branch 'master' into dev
2018-02-11 08:14:44 +13:00
Brenda Wallace
72b1494db9
Merge pull request #1582 from Br3nda/hotfix-migration
...
Don't update flickr photos in migration
2018-02-11 08:14:00 +13:00
Brenda Wallace
83bba916a4
Don't update flickr photos in migration
2018-02-10 18:41:11 +13:00
Brenda Wallace
64179850ff
Merge pull request #1563 from Growstuff/dev
...
Release 40
2018-02-10 09:04:55 +13:00
Brenda Wallace
9cdf2e899f
Merge pull request #1569 from Br3nda/remove/paid-accounts
...
Removing shop, products, accounts, orders
release40
2018-02-09 11:09:36 +13:00
Brenda Wallace
2eacf346a8
Merge remote-tracking branch 'origin/remove/paid-accounts' into remove/paid-accounts
2018-02-09 10:53:47 +13:00
Brenda Wallace
aab91e2fa9
Removed active merchant
2018-02-09 10:53:05 +13:00
Brenda Wallace
2217d87b5a
Added back the member's last login
2018-02-09 10:53:05 +13:00
Brenda Wallace
44b2251896
Re-instated the member-since text on profiles
2018-02-09 10:53:05 +13:00
Brenda Wallace
f5e20cd2d2
Re-gen rubocop todo
2018-02-09 10:53:05 +13:00
Brenda Wallace
42de726405
Removing shop, products, accounts, orders
2018-02-09 10:53:05 +13:00
Brenda Wallace
65b4c7dbc1
Revert "Auto corrected by following Style/StringLiterals"
...
This reverts commit ab56a3c6b3 .
2018-02-09 07:58:47 +13:00
Brenda Wallace
6b6ed7e31c
Merge remote-tracking branch 'origin/remove/paid-accounts' into remove/paid-accounts
2018-02-09 07:47:53 +13:00
Brenda Wallace
564901f93f
Merge branch 'dev' into remove/paid-accounts
2018-02-09 07:46:51 +13:00
Brenda Wallace
f8127eeec3
Revert "Auto corrected by following Style/StringLiterals"
...
This reverts commit ab56a3c6b3 .
2018-02-09 07:44:48 +13:00
Brenda Wallace
33fb2408d6
Merge branch 'dev' into awesomecode-style/andor-8234
2018-02-07 14:25:41 +13:00
Awesome Code
ab56a3c6b3
Auto corrected by following Style/StringLiterals
2018-02-07 10:20:26 +13:00
Brenda Wallace
ef4b4d0c46
Merge branch 'dev' into awesomecode-style/andor-8234
2018-02-07 08:41:30 +13:00
Brenda Wallace
44ba29137d
Merge branch 'dev' into remove/paid-accounts
2018-02-07 08:41:17 +13:00
deppbot
ed2fcc2ada
Bundle Update on 2018-02-07
2018-02-07 08:40:54 +13:00