Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • G git-eca-rest-api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • IT
  • APIs
  • git-eca-rest-api
  • Issues
  • #79
Closed
Open
Issue created Sep 26, 2022 by Martin Lowe@malowe🇨🇦Maintainer

Create new table for tracking private project creation/deletion

To have better oversight over private projects created, we should track their creation in a database. When created, a new entry would be populated containing the user ID, the project ID, and the date created. There should be a few extra columns that will be populated when the project is triggered for deletion as well which will help give us better insight into these projects. Below are the columns I'm initially thinking of tracking:

Name type Is PK Nullable
userId varchar(63) X N
projectId int(10) X N
projectPath varcahr(255) X N
parentProject int(10) Y
dateCreated datetime N
dateDeleted datetime Y
Edited Sep 30, 2022 by Martin Lowe
Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent