Update action extension hooks and unit tests.
Review Request #12775 — Created Jan. 9, 2023 and submitted
This is the final change for the new actions framework, covering the
extension hooks and unit tests.I've repurposed the old
ActionHook
(which was just used as a generic
base class) to be the new entry point for actions. This simply takes a
list ofBaseAction
instances and handles registering and unregistering
as appropriate.The old legacy action hooks have been updated to translate the
dictionary definitions into BaseAction instances, which are then passed
upward to the ActionHook base class. These are all now treated as
deprecated, and will warn appropriately.This also fixes up a variety of issues discovered with the unit tests.
- Built an extension that used all of the hooks, both the modern and
legacy. Saw that everything worked appropriately. - Ran python unit tests.
- Ran js-tests.
- Built codebase and manual documentation and checked all related
pages for content and spelling.
Summary | ID |
---|---|
52abd15e9ab01d9a352a7ecff6a8621953183ded |
Description | From | Last Updated |
---|---|---|
This will only be emitted once per process per text, so if we could put in an identifier like the … |
chipx86 | |
Same as above. |
chipx86 | |
Same as above. |
chipx86 | |
Same as above. |
chipx86 | |
Same as above. |
chipx86 | |
Can the docs be updated here to show these are deprecated and will be removed? We should also just make … |
chipx86 | |
JS naming slipped it. This should be deprecation_message (or really, just message would be fine). Same below. |
chipx86 | |
Blank line between statements/blocks. |
chipx86 | |
Can this be alphabetized? |
chipx86 |
- Change Summary:
-
Add in some changes that were stuck in a different commit.
- Commits:
-
Summary ID 6ed4daa1b17be78d209041b21acb9de34498258f d1f9c805bedc5f25f1872ab2d0e33acfcd68b6e8 - Diff:
-
Revision 2 (+1318 -1100)
Checks run (2 succeeded)
- Change Summary:
-
Moved some code out of this commit.
- Description:
-
This is the final change for the new actions framework, covering the
extension hooks and unit tests. I've repurposed the old
ActionHook
(which was just used as a genericbase class) to be the new entry point for actions. This simply takes a list of BaseAction
instances and handles registering and unregisteringas appropriate. The old legacy action hooks have been updated to translate the
dictionary definitions into BaseAction instances, which are then passed upward to the ActionHook base class. These are all now treated as deprecated, and will warn appropriately. ~ This also fixes up a variety of issues discovered with the unit tests.
~ This also fixes up a variety of issues discovered with the unit tests.
- The majority of these fixes are in the extension tests, but this also - involved updating the review request actions to use apply_to
to limit- their rendering so that we wouldn't attempt to render their JavaScript - side on pages that were not review-request related. - Commits:
-
Summary ID d1f9c805bedc5f25f1872ab2d0e33acfcd68b6e8 6e93fe0f9d0568fa0344e607b8267c0024e825a2 - Diff:
-
Revision 3 (+1106 -1048)
Checks run (2 succeeded)
-
-
This will only be emitted once per process per text, so if we could put in an identifier like the ID, that could do a lot to help people porting extensions.
-
-
-
-
-
Can the docs be updated here to show these are deprecated and will be removed? We should also just make these emit a warning (which will help us find and remove these later).
-
JS naming slipped it. This should be
deprecation_message
(or really, justmessage
would be fine).Same below.
-
-
- Change Summary:
-
- Move all extension-related changes into this commit.
- Made requested changes.
- Commits:
-
Summary ID 6e93fe0f9d0568fa0344e607b8267c0024e825a2 52abd15e9ab01d9a352a7ecff6a8621953183ded - Diff:
-
Revision 4 (+1894 -1246)