Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide administration page #33

Open
thombergs opened this issue Jan 19, 2017 · 0 comments
Open

Provide administration page #33

thombergs opened this issue Jan 19, 2017 · 0 comments

Comments

@thombergs
Copy link
Member

The "Administration" Link in the navigation menu currently creates an error. It should display a page with the following information:

Import Jobs

  • currently running jobs (see org.wickedsource.gitanizer.mirror.importing.SubgitImportService.COUNTER_ACTIVE_TASKS)
  • currently queued jobs (see org.wickedsource.gitanizer.mirror.importing.SubgitImportService.COUNTER_QUEUED_TASKS)
  • max parallel tasks (see org.wickedsource.gitanizer.mirror.importing.SubgitImportService.MAX_PARALLEL_TASKS

Delete Jobs

  • currently running deletion tasks (see org.wickedsource.gitanizer.mirror.delete.DeleteMirrorController#COUNTER_ACTIVE_TASKS)
  • currently queued deletion tasks (see org.wickedsource.gitanizer.mirror.delete.DeleteMirrorController#COUNTER_QUEUED_TASKS)
  • max parallel deletion tasks (see org.wickedsource.gitanizer.mirror.delete.DeleteMirrorController#GAUGE_MAX_PARALLEL_TASKS)

Working Directory
It would be nice to be able to see all subdirectories of the configured working directory and the disk space they occupy. Each directory should be marked if it is used by a mirror. If not, provide a "delete" button so it can be deleted manually. This is helpful, since deleting a mirror sometimes does not delete the working directory correctly (for example, if it is blocked).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant