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

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "This wiki page is for information regarding the changes made for the G2352. Add GitLab support for using GraphQL to query repository information.")
 
No edit summary
Line 1: Line 1:
This wiki page is for information regarding the changes made for the G2352. Add GitLab support for using GraphQL to query repository information.
This wiki page is for information regarding the changes made for the G2352. Add GitLab support for using GraphQL to query repository information.
__TOC__
== 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)

Revision as of 00:43, 12 November 2023

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)