discourse/db/post_migrate
Juan David Martínez Cubillos 5072615290
FEATURE: Add the group show endpoint to search groups by id instead of only the slug name (#32442)
**Description**
As part of a customer request, we have added the option to search groups
by ID when doing API calls. However, in doing so we have decided to
correct the confusion around the group's routes. Previously the route
would look like `g/:id` while taking the `name` of the group as the
param. For example, when getting a group the route would be like this:

```
GET /g/admins
```

This would make the code in the controller seem as if it was handling
the group IDs instead of names. With these changes, this should be
addressed.
2025-05-13 14:22:06 -05:00
..
20240829140226_drop_old_notification_id_columns.rb DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
20240909121255_rebake_user_onebox.rb UX: Upgrade to fontawesome 6.6.0 (#28778) 2024-09-09 14:40:56 +01:00
20240910090759_make_password_columns_from_users_read_only.rb DEV: Break up PG query in MakePasswordColumnsFromUsersReadOnly (#29167) 2024-10-11 11:25:55 +08:00
20240912210450_delete_anonymous_users_from_directory_items.rb resolve Rails/ReversibleMigrationMethodDefinition errors (#29412) 2024-10-25 15:13:06 +08:00
20241011080517_drop_password_columns_from_users.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
20241023041126_clear_duplicate_admin_notices.rb resolve Rails/ReversibleMigrationMethodDefinition errors (#29412) 2024-10-25 15:13:06 +08:00
20250227142351_migrate_sidekiq_jobs.rb DEV: Upgrade Sidekiq to v7.3.9 2025-03-10 15:02:48 +01:00
20250304074934_backfill_api_key_scope_modes.rb DEV: Backfill API key scope modes (#31606) 2025-03-11 10:00:27 +08:00
20250305233449_populate_type_source_in_reviewable.rb FIX: Ensure the reviewable.type_source migration is run post-deploy. (#31663) 2025-03-06 12:12:46 +11:00
20250513161753_rename_by_id_group.rb FEATURE: Add the group show endpoint to search groups by id instead of only the slug name (#32442) 2025-05-13 14:22:06 -05:00