1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-11 22:05:09 +09:00
vervis/src/Vervis/Field
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
..
Key.hs Finish route change, it builds now 2016-05-23 20:46:54 +00:00
Person.hs Add group routes 2016-05-24 21:48:21 +00:00
Project.hs Roles now under by sharers, i.e. now groups too 2016-06-06 17:29:54 +00:00
Repo.hs Move repo collab selector fields to the field module 2016-06-06 06:03:42 +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
Sharer.hs Enable adding group members 2016-05-26 16:25:23 +00:00
Ticket.hs Ticket dependency add/remove and some fixes to recursive SQL 2016-07-28 16:40:10 +00:00
Workflow.hs Field enums aren't useful if you can't define values 2016-08-08 17:05:09 +00:00