Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Growstuff/growstuff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release70
Choose a base ref
...
head repository: Growstuff/growstuff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release71
Choose a head ref
  • 14 commits
  • 26 files changed
  • 2 contributors

Commits on Aug 24, 2025

  1. Merge pull request #4147 from Growstuff/dev

    August 24 Release (Release 66)
    CloCkWeRX authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    e7dba3f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Merge pull request #4160 from Growstuff/dev

    Release67 - September 2025?
    CloCkWeRX authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a366d68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4165 from Growstuff/dev

    Release 67, attempt 2
    CloCkWeRX authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    4847974 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4167 from Growstuff/dev

    Release67, take 3
    CloCkWeRX authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    dfb791b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Release 68 (#4170)

    * Improve menu again
    
    * Fix crop button annoyance
    
    * feat: Add PWA installation instructions to homepage
    
    This commit adds instructions for mobile users on how to install the Growstuff website as a Progressive Web App (PWA).
    
    The changes include:
    - A new section on the homepage with instructions for both iOS and Android devices. This section is only visible to logged-out users.
    - New translations for the instructions in the `en.yml` locale file.
    - Basic styling for the new section.
    - Updated feature tests to verify the new section's visibility.
    
    * Restyle slightly
    
    * Styling
    
    * Github lure
    
    * Make links bold, not all of the stats text
    
    * Adjust specs
    
    * Fix width of ready to harvest
    
    * Update spec/features/home/home_spec.rb
    
    * Fix display
    
    * Fix text display wonkyness
    
    * Merge pull request #4173 from Growstuff/translate-confirm
    
    Garden Delete - Extract strings and fix missing translation bug
    
    * Seeds for trade - avoid showing expired seeds on homepage. (#4176)
    
    * Improve date visibility
    
    * Ensure when seeding seeds, it's false
    
    * Typo
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    CloCkWeRX and google-labs-jules[bot] authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    29543d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Merge pull request #4185 from Growstuff/dev

    Release 69
    CloCkWeRX authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    a900c2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4219 from Growstuff/dev

    release 69.1
    CloCkWeRX authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    cfc486c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Merge pull request #4226 from Growstuff/dev

    Release 70
    CloCkWeRX authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    eefda21 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Rubocop

    CloCkWeRX committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    cf83800 View commit details
    Browse the repository at this point in the history
  2. Add API token generation, authentication, and CRUD for a number of th…

    …e API resources (#4237)
    
    * feat: Add API token generation and authentication
    
    This commit introduces API token generation and authentication for write operations.
    
    - Adds a section to the user's profile edit page to generate and display an API token.
    - Reuses the `authentications` table to store the API token, avoiding the need for a database migration.
    - Implements token-based authentication for the API using the `Authorization: Token token=...` header.
    - Enables write operations for all API resources and ensures they are protected by the new authentication mechanism.
    - Adds feature and request specs to test the new functionality.
    
    * feat: Add API token generation and authentication
    
    This commit introduces API token generation and authentication for write operations.
    
    - Adds a section to the user's profile edit page to generate and display an API token.
    - Reuses the `authentications` table to store the API token, avoiding the need for a database migration.
    - Implements token-based authentication for the API using the `Authorization: Token token=...` header.
    - Enables write operations for all API resources and ensures they are protected by the new authentication mechanism.
    - Adds feature and request specs to test the new functionality.
    
    * Mark as editable
    
    * Refactor
    
    * WIP - Authentication
    
    * Implement more test coverage
    
    * Split 401 and 403
    
    * Before Create hooks
    
    * Update harvest specs, defaulting to the first plant part - this may not be right
    
    * Update coverage
    
    * Update coverage
    
    * Rubocop
    
    * Rubocop
    
    * Rubocop
    
    * Fix coverage
    
    * For now, mark photos immutable again
    
    * Fix specs
    
    * Fix specs
    
    * Rubocop
    
    * Fix specs
    
    ---------
    
    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>
    google-labs-jules[bot] and CloCkWeRX authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    02db5b8 View commit details
    Browse the repository at this point in the history
  3. Update .rubocop.yml

    CloCkWeRX authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    7988080 View commit details
    Browse the repository at this point in the history
  4. Rubocop (#4241)

    CloCkWeRX authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    e5bf9d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f0509 View commit details
    Browse the repository at this point in the history
  6. Rubocop (#4242)

    CloCkWeRX authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    99478e3 View commit details
    Browse the repository at this point in the history
Loading