1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 01:34:52 +09:00
vervis/migrations
fr33domlover bb6785de75 DB: Generalize TicketProjectLocal into TicketContextLocal
This is the first step preparing for patches and merge requests.

The work-item aspect of MRs will reuse the Ticket related tables, except MRs
will live under repos. So, the context of tickets will no longer be just
projects, but will also be repos.

So, TicketProjectLocal turns into TicketContextLocal, and there are 2 new
tables that refer to it: TicketProjectLocal and TicketRepoLocal. Tickets will
have the former, MRs will have the latter.
2020-05-18 10:28:43 +00:00
..
2016_08_04.model Switch from persistent-parser to my own parser module 2019-05-07 00:58:44 +00:00
2016_09_01_just_workflow.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2016_09_01_just_workflow_prepare.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2016_09_01_rest.model Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
2019_01_28_project_collabs.model Default roles for repos and turn user/anon collab tables into proj/repo fields 2019-01-29 22:24:32 +00:00
2019_02_03_verifkey.model Add LocalURI type for recording shared URI host 2019-02-21 23:59:53 +00:00
2019_03_18_message.model In ticket comment tree, support mixing local and remote (federated) comments 2019-03-20 08:07:37 +00:00
2019_03_19.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_03_30.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_03_30_follower_set.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2019_04_11.model Unfinished updated outbox handler 2019-04-11 13:44:44 +00:00
2019_04_12.model Implement outbox remote delivery, in handler and periodic, not used yet 2019-04-16 14:27:50 +00:00
2019_04_22.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_05_03.model Do inbox forwarding in project inbox handler 2019-05-03 21:04:53 +00:00
2019_05_17.model Smarter treatment of recipients that are collections 2019-05-17 22:42:01 +00:00
2019_05_24.model New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +00:00
2019_06_02.model Render in advance and store comment content as HTML alongside Markdown source 2019-06-02 14:41:51 +00:00
2019_06_03.model Add ticketDescription DB entity field, containing pandoc-rendered HTML 2019-06-03 12:45:02 +00:00
2019_06_06.model Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
2019_06_06_mig.model Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
2019_06_07.model Add an Inbox table in DB, make inbox related tables use it instead of Person 2019-06-09 13:16:32 +00:00
2019_06_09.model Give each project an inbox in DB 2019-06-09 16:21:23 +00:00
2019_06_09_fill.model Forgot to record migration 2019-06-10 11:22:58 +00:00
2019_06_10.model Project team and followers 2019-06-11 12:19:51 +00:00
2019_06_12.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_06_15.model Decouple OutboxItem from Person via a new table named Outbox 2019-06-15 18:51:26 +00:00
2019_06_16.model Give Project an Outbox in the DB 2019-06-16 21:34:06 +00:00
2019_06_24.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_07_11.model Implement getTicketDepR, not used anywhere else yet 2019-07-11 15:14:16 +00:00
2019_09_06.model Handle post-receive hook, publish a Push activity 2019-09-09 00:27:45 +00:00
2019_09_10.model Implement C2S Follow activity and add form on /publish page 2019-09-11 08:12:20 +00:00
2019_09_25.model Implement remote following, disable automatic following 2019-09-25 10:43:05 +00:00
2019_11_04.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2019_11_04_remote_activity_ident.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2019_11_05_remote_actor_ident.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2020_01_05.model Implement ticket class params 2020-01-05 14:33:10 +00:00
2020_02_05_local_ticket.model DB: Add LocalTicket table 2020-02-05 12:08:39 +00:00
2020_02_05_mig.model DB: Add LocalTicket table 2020-02-05 12:08:39 +00:00
2020_02_06_tal_point_to_lt.model DB: Add foreign key from TicketAuthorLocal to LocalTicket 2020-02-06 03:17:00 +00:00
2020_02_07_tpl.model DB: Add TicketProjectLocal table, pointing to Ticket but not in use yet 2020-02-06 04:18:19 +00:00
2020_02_07_tpl_mig.model DB: Add TicketProjectLocal table, pointing to Ticket but not in use yet 2020-02-06 04:18:19 +00:00
2020_02_08_tar_point_to_tpl.model DB: Point from TicketAuthorRemote to TicketProjectLocal 2020-02-07 19:42:02 +00:00
2020_02_09_rd_point_to_ro.model DB: Switch RemoteDiscussion to use RemoteObject instead of instance+ident 2020-02-08 10:55:19 +00:00
2020_02_09_tup.model DB: Add and populate TicketUnderProject table 2020-02-08 11:49:30 +00:00
2020_02_09_tup_mig.model DB: Add and populate TicketUnderProject table 2020-02-08 11:49:30 +00:00
2020_02_10_rm_point_to_ro.model DB: Switch RemoteMessage to use RemoteObject 2020-02-10 14:07:00 +00:00
2020_02_22_tpr.model Implement C2S Create{Ticket}, available in PublishR and in postTicketsR 2020-02-22 19:45:27 +00:00
2020_04_07_tpra.model Update S2S Accept handler to handle Accept on a Create/Ticket 2020-04-08 17:02:04 +00:00
2020_04_09_rt.model S2S: Write Create/Ticket project inbox handler: list ticket & do inbox fwding 2020-04-11 13:57:43 +00:00
2020_04_10_rt_rd.model DB: Attach a RemoteDiscussion to each RemoteTicket, for caching comments 2020-04-14 18:24:19 +00:00
2020_05_12_fwd_sender.model S2S: sharerCreateNoteF caches note and does inbox fwd if sharer is ticket owner 2020-05-13 13:06:28 +00:00
2020_05_12_fwd_sender_mig.model S2S: sharerCreateNoteF caches note and does inbox fwd if sharer is ticket owner 2020-05-13 13:06:28 +00:00
2020_05_16_tcl.model DB: Generalize TicketProjectLocal into TicketContextLocal 2020-05-18 10:28:43 +00:00
2020_05_16_tcl_mig.model DB: Generalize TicketProjectLocal into TicketContextLocal 2020-05-18 10:28:43 +00:00