1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-07 21:06:46 +09:00
vervis/src/Vervis/Form
fr33domlover c0965a4c47 Default roles for repos and turn user/anon collab tables into proj/repo fields
* Repo collab now supports basic default roles developer/user/guest like
  project collab does
* User/Anon collab for repos and projects are now stored as fields instead of
  in dedicated tables, there was never a need for dedicated tables but I didn't
  see that before
* Repo push op is now part of `ProjectOperation`
* `RepoRole` and related code has been entirely removed, only project roles
  remain and they're used for both repos and projects
* This is the first not-totally-trivial DB migration in Vervis, it's automatic
  but please be careful and report errors
2019-01-29 22:24:32 +00:00
..
Discussion.hs Implement reply-to-existing-comment 2016-05-19 22:07:25 +00:00
Group.hs Enable adding group members 2016-05-26 16:25:23 +00:00
Key.hs Finish route change, it builds now 2016-05-23 20:46:54 +00:00
Person.hs Uncomment new person form, it's not being used 2019-01-26 23:38:43 +00:00
Project.hs Default roles for repos and turn user/anon collab tables into proj/repo fields 2019-01-29 22:24:32 +00:00
Repo.hs Default roles for repos and turn user/anon collab tables into proj/repo fields 2019-01-29 22:24:32 +00:00
Role.hs Default roles for repos and turn user/anon collab tables into proj/repo fields 2019-01-29 22:24:32 +00:00
Ticket.hs Custom ticket field relevance filter by ticket status 2016-08-11 09:27:30 +00:00
Workflow.hs Workflow scope field, minimal support 2016-09-01 17:40:02 +00:00