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: discourse/discourse-solved
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: discourse/discourse-solved
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: migrate-to-new-table
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 5, 2024

  1. DEV: Move the post and topic custom fields into a table

    This PR does some preparatory work to prepare for the front-end display
    of who marked an answer as solved. It migrates the custom fields from
    discourse-solved of Topic and Post to a new table, except "accepted_answer_post_id"
    
    ref: /t/-/95318
    Lhcfl committed Sep 5, 2024
    Copy the full SHA
    150f7f4 View commit details
  2. Copy the full SHA
    56f8327 View commit details
  3. fix badges SQL

    Lhcfl committed Sep 5, 2024
    Copy the full SHA
    29f744e View commit details

Commits on Sep 6, 2024

  1. remove down sql

    Lhcfl committed Sep 6, 2024
    Copy the full SHA
    c00ca89 View commit details
  2. review

    Lhcfl committed Sep 6, 2024
    Copy the full SHA
    ba79689 View commit details

Commits on Sep 10, 2024

  1. Update app/lib/plugin_initializers/assigned_reminder_exclude_solved.rb

    Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
    Lhcfl and nbianca authored Sep 10, 2024
    Copy the full SHA
    2c0aff5 View commit details
  2. Update spec/fabricators/extend_topic_fabricator.rb

    Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
    Lhcfl and nbianca authored Sep 10, 2024
    Copy the full SHA
    1a07c87 View commit details
  3. Update db/migrate/20240905024953_move_solved_topic_custom_field_to_di…

    …scourse_solved_solutions.rb
    
    Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
    Lhcfl and nbianca authored Sep 10, 2024
    Copy the full SHA
    15bc182 View commit details
  4. Update db/migrate/20240905024953_move_solved_topic_custom_field_to_di…

    …scourse_solved_solutions.rb
    
    Co-authored-by: Bianca Nenciu <nbianca@users.noreply.github.com>
    Lhcfl and nbianca authored Sep 10, 2024
    Copy the full SHA
    d10c7c3 View commit details
  5. review: remove old_solution

    Lhcfl committed Sep 10, 2024
    Copy the full SHA
    ca19bb7 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...migrate-to-new-table