Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • P plugin_dbui
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Now running Gitlab v15.9.3. More info.

  • w2pext
  • plugin_dbui
  • Issues
  • #5
Closed
Open
Issue created Jun 01, 2015 by LE GAC Renaud@legacOwner

Review the logic for the function get_all_tables

  • The function get_all_tables is used to get the list of the database tables including alias tables.
  • It is called by the controller plugin_dbui/dbui_conf to create the Ext JS configuration files for the client.
  • The web2py scheduler introduces additional database tables which are never used by the client. However the controller plugin_dbui/dbui_conf creates the configuration files for these tables!
  • In order to improve the situation, the list of tables used by the client should be tunable by adding more plugin_dbui configuration parameter like tables, excluded_tables. In addition the relation with the tables variable defined in the model common_setting.py has to be reviewed.
Assignee
Assign to
Time tracking