Git Product home page Git Product logo

gitlab-explorer's Introduction

Gitlab Explorer

Gitlab Explorer is a tool to visualize your groups, repositories, members and activities in your Gitlab space.

About

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.

Getting started

  1. Clone the repository.
  2. Create an access token from your gitlab settings. You need to grant it access to api, read_user, read_repository and read_registry.
  3. Copy the env.sample.js file to env.js and replace the default empty string for token option with your token (for self-hosted servers change the baseUrl option to match your domain).
  4. 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.

Status of this project

This is still work in progress. As a start I am focusing on using the APIs to build useful reports. After extracting enough useful information from the data I plan to rebuild the dashboard and display these information in a better way.

⚠️ WARNING ⚠️

This tool require a Gitlab access token to work. That token should be kept safe and hidden. If you deploy it there is a possibility that someone find it and use it to do harm to your work. Use it at your own risk.

gitlab-explorer's People

Contributors

ahmadalfy avatar dependabot-preview[bot] avatar dependabot[bot] avatar semantic-release-bot avatar eslamx7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.