-
Notifications
You must be signed in to change notification settings - Fork 2
Milestone M3
Kevin Kelly edited this page Jun 22, 2018
·
22 revisions
This page lists the goals and tasks for ClassDB Milestone M3. Tasks completed in this milestone contribute to release/version 2.x (exact version number TBD).
Please attempt to add documentation as issues are fixed and features are added.
Please add tasks to lists in appropriate section. If a list or a section does not exist, add it. Choose a task to work on and write your last name at the end of the task text in bold. When the task is complete, place a check mark the task's list item.
- Add issues
- Review comments to PR 150 for possible issues
- Address issues marked for this milestone (no need to re-list issues here)
- Create a team --Figueroa
- Revoke a team --Figueroa
- Drop a team --Figueroa
- Manage team membership --Figueroa
Add new view definitions to addClassDBRolesViewsCore.sql
.
- Team: similar to view User except for teams --Kelly
- TeamName, MemberCount. It is possible to add aggregate DDLCount etc., but probably later
- TeamMember: teams and members --Kelly
- TeamName, MemberName. will probably discover additional attributes as we implement
- Possible use of OIDs to more reliably manage users, schemas, and other objects
- Upon some research, there seems to be a potential issue with using OIDs as identifiers: they are likely to change if a server/DB is restored from a backup, since they depend on the order that objects (including non-ClassDB objects) are first created. - Figueroa
Connection logging
- Log disconnections (log_disconnections) --Rollo
- Add functions
isConnectionLoggingEnabled
andisLoggingCollectorEnabled
to return the current state of connectionlog_connections
andlogging_collector
respectively --Rollo
DDL logging
- Add function
isDDLoggingEnabled
to return the current state of DDL logging --Rollo
- Ensure any new functions / objects are removed from a ClassDB database
- Team management --Figueroa
- Remove
ClassDB.PostgresLog
(now a temporary table) - Remove
ClassDB.importConnectionLog(DATE)
(return type changed)