Gitlab Explorer is a tool to visualize your groups, repositories, members and activities in your Gitlab space.
This is a side project I started as an attempt to try different technologies like snowpack, Dixie and lit-html. I found it useful so I decided to share it. It collects data from your gitlab account and store it in the browser using IndexdDb.
With this tool you can check:
- Your groups.
- Projects in your groups and their last activiy.
- Members in your groups and projects and their activities.
- Draw graphs using user activities.
Since everything is stored in your browser, you might want to export the data somewhere to import it again if you want to share it with someone.
- Clone the repository.
- Create an access token from your gitlab settings. You need to grant it access to
api
,read_user
,read_repository
andread_registry
. - Copy the
env.sample.js
file toenv.js
and replace the empty string with your token. - Use an http server to run the application. There's no build steps required and you don't even need to install the required modules.
This is still work in progress. I am trying to use it to gain full visibility on the operations and my team activities where I work. There's a lot of improvements and stuff on my mind now. I still need to:
- Filtration and search for all listings.
- Details of the activities.
- Filter activities on graphs by types.
- A LOT of visual improvements.