CSC/ECE 517 Fall 2023 - G2352. Add GitLab support for using GraphQL to query repository information

From Expertiza_Wiki
Revision as of 00:43, 12 November 2023 by Cmallu (talk | contribs)
Jump to navigation Jump to search

This wiki page is for information regarding the changes made for the G2352. Add GitLab support for using GraphQL to query repository information.

Introduction

This project is dedicated to retrieving GitLab-specific data associated with a user by their project. Our objective was to fetch a comprehensive array of user-related information, including:

  • Project contributors
  • Project contributor's contribution
  • Project contributors’ commit information

Our goal is to get a comprehensive picture of a user's contributions and activities inside the GitLab ecosystem by streamlining the extraction process and utilizing GitLab's robust GraphQL APIs.

About Controller

Problem Statement

Design Pattern

File(s) Modified

Solutions/Details of Changes Made

Test Plan

Team

Mentor

  • Jialin Cui

Team Members

  • Chandana Mallu (cmallu)
  • Tanishq Virendrabhai Todkar (ttodkar)
  • Tripurashree Mysore Manjunatha (tmysore)