You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
3491: Rename ChangeSetPointer to ChangeSet (ENG-2409) r=nickgerace a=nickgerace
## Description
This PR renames `ChangeSetPointer` to `ChangeSet`. It removes the old `change_set` module in the dal and replaces it with the `change_set_pointer` module. Events and status enums, structs and functions are moved to two new submodules.
In addition, `force_changeset_pk` is replaced with `force_change_set_id` in both sdf and the frontend.
<img src="https://media0.giphy.com/media/NsGxDa83fS0B13yIQ5/giphy.gif"/>
## History
This PR is what #3453 set out to do. It is the direct continuation of #3490#3450 (and indirect continuation of #3446#3433).
## Disclaimer
Only cosmetic changes are present (other than `force_change_set_id`). Migrations are untouched. Methods are struct are left intact, barring renamed fields and types.
Co-authored-by: Nick Gerace <nick@systeminit.com>
0 commit comments