-
Notifications
You must be signed in to change notification settings - Fork 56
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
Gitlab Integration #1040
Gitlab Integration #1040
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d47b2f7 - Browse repository at this point
Copy the full SHA d47b2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ff4b3 - Browse repository at this point
Copy the full SHA 39ff4b3View commit details -
Adds gitlabProject, gitlabMergeRequests, gitlabIssues and gitlabGroup…
…s king to port config
Configuration menu - View commit details
-
Copy full SHA for 31af127 - Browse repository at this point
Copy the full SHA 31af127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c7b6b - Browse repository at this point
Copy the full SHA 31c7b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b341e5c - Browse repository at this point
Copy the full SHA b341e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1f6e1 - Browse repository at this point
Copy the full SHA cb1f6e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e107e0 - Browse repository at this point
Copy the full SHA 2e107e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7019701 - Browse repository at this point
Copy the full SHA 7019701View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ae8c50 - Browse repository at this point
Copy the full SHA 6ae8c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1468851 - Browse repository at this point
Copy the full SHA 1468851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86ce514 - Browse repository at this point
Copy the full SHA 86ce514View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78b8f8 - Browse repository at this point
Copy the full SHA b78b8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e29e7 - Browse repository at this point
Copy the full SHA 81e29e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e07b9 - Browse repository at this point
Copy the full SHA 51e07b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ad53a - Browse repository at this point
Copy the full SHA d3ad53aView commit details -
Adds a fetch_items to fetch resources asynchronously.
Removes if else statements, wraps kinds in dictionary(resource_map)
Configuration menu - View commit details
-
Copy full SHA for c7d5cae - Browse repository at this point
Copy the full SHA c7d5caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 868a767 - Browse repository at this point
Copy the full SHA 868a767View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48676a - Browse repository at this point
Copy the full SHA e48676aView commit details -
Refactor resync handling: Split single on_resync function into indivi…
…dual handlers for each resource type - Replaced the single 'on_resync' function with dedicated handlers for GitLab groups, projects, merge requests, and issues. - Each resource type now has its own on_resync function to manage synchronization. - Added fetch_resource helper function to collect and return items from the respective fetch methods.
Configuration menu - View commit details
-
Copy full SHA for e6c22a6 - Browse repository at this point
Copy the full SHA e6c22a6View commit details -
Adds a gitlab_rate_limiter class, that implements rate limiting based…
… on information in reponse from gitlab headers,
Configuration menu - View commit details
-
Copy full SHA for f49a27e - Browse repository at this point
Copy the full SHA f49a27eView commit details
Commits on Sep 15, 2024
-
Fixes bug with issues and mrs, fetches the authroised users mrs, proj…
…ects, groups and issues
Configuration menu - View commit details
-
Copy full SHA for 37fa4b1 - Browse repository at this point
Copy the full SHA 37fa4b1View commit details -
Simplifies gitlab handler, moves resource specific mapping to mapper …
…class. Creates a mapper_factory helper class for easier adding of resource type and resource mappings
Configuration menu - View commit details
-
Copy full SHA for 77e180d - Browse repository at this point
Copy the full SHA 77e180dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fdeb4 - Browse repository at this point
Copy the full SHA d7fdeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c693736 - Browse repository at this point
Copy the full SHA c693736View commit details -
Adds endpoint to communicate with Gitlab Webhooks API
Adds setting up webhooks once Gitlab Integrations has began Create, List and Update Webhooks
Configuration menu - View commit details
-
Copy full SHA for 34bf883 - Browse repository at this point
Copy the full SHA 34bf883View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f7bc5 - Browse repository at this point
Copy the full SHA c1f7bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231ac46 - Browse repository at this point
Copy the full SHA 231ac46View commit details
Commits on Sep 17, 2024
-
Removes lopp in fetch_paginated_resources.
Adjust setupwebhooks accross all projects
Configuration menu - View commit details
-
Copy full SHA for e6def0b - Browse repository at this point
Copy the full SHA e6def0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9952a - Browse repository at this point
Copy the full SHA 4d9952aView commit details -
Adds a gitlab_config for configuring specific params, and loading add…
…itional resources Moves fetch resources logic into get_paginated_resource function
Configuration menu - View commit details
-
Copy full SHA for c9bfb06 - Browse repository at this point
Copy the full SHA c9bfb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08848f0 - Browse repository at this point
Copy the full SHA 08848f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b8f80 - Browse repository at this point
Copy the full SHA d7b8f80View commit details -
Adds an init client to initalise gitlab handler,
Separates webhook and gitlab logic for initialisation Adds comments to better explain processes
Configuration menu - View commit details
-
Copy full SHA for ab1f204 - Browse repository at this point
Copy the full SHA ab1f204View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d472fc - Browse repository at this point
Copy the full SHA 2d472fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7499ffd - Browse repository at this point
Copy the full SHA 7499ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 084f894 - Browse repository at this point
Copy the full SHA 084f894View commit details -
Configuration menu - View commit details
-
Copy full SHA for e961c44 - Browse repository at this point
Copy the full SHA e961c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce86c9 - Browse repository at this point
Copy the full SHA 9ce86c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e353543 - Browse repository at this point
Copy the full SHA e353543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316fa2c - Browse repository at this point
Copy the full SHA 316fa2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed744b - Browse repository at this point
Copy the full SHA bed744bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b353f7 - Browse repository at this point
Copy the full SHA 5b353f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ac9a7 - Browse repository at this point
Copy the full SHA a8ac9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ee430 - Browse repository at this point
Copy the full SHA 10ee430View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf25c1 - Browse repository at this point
Copy the full SHA eaf25c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3a4dc - Browse repository at this point
Copy the full SHA 8b3a4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aadbc9 - Browse repository at this point
Copy the full SHA 6aadbc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb9e22 - Browse repository at this point
Copy the full SHA 3cb9e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fc89d - Browse repository at this point
Copy the full SHA 39fc89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6109b - Browse repository at this point
Copy the full SHA 3c6109bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3978e - Browse repository at this point
Copy the full SHA 7f3978eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e26bad - Browse repository at this point
Copy the full SHA 8e26badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 383900d - Browse repository at this point
Copy the full SHA 383900dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c04db1 - Browse repository at this point
Copy the full SHA 0c04db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1892e9b - Browse repository at this point
Copy the full SHA 1892e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8b3de - Browse repository at this point
Copy the full SHA dd8b3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a119fec - Browse repository at this point
Copy the full SHA a119fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2069374 - Browse repository at this point
Copy the full SHA 2069374View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c87d1 - Browse repository at this point
Copy the full SHA d8c87d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381ee2b - Browse repository at this point
Copy the full SHA 381ee2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d8afb - Browse repository at this point
Copy the full SHA 98d8afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 298c6b8 - Browse repository at this point
Copy the full SHA 298c6b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d26340 - Browse repository at this point
Copy the full SHA 4d26340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5273d - Browse repository at this point
Copy the full SHA 5e5273dView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0ecd05 - Browse repository at this point
Copy the full SHA d0ecd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54bec1 - Browse repository at this point
Copy the full SHA b54bec1View commit details -
Merge pull request #6 from shariff6/gitlab_v1
Adds support for all events to the setup group webhooks
Configuration menu - View commit details
-
Copy full SHA for 2bbb3bd - Browse repository at this point
Copy the full SHA 2bbb3bdView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c80f27a - Browse repository at this point
Copy the full SHA c80f27aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7de9e9 - Browse repository at this point
Copy the full SHA d7de9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9603ee7 - Browse repository at this point
Copy the full SHA 9603ee7View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 395c837 - Browse repository at this point
Copy the full SHA 395c837View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea590a0 - Browse repository at this point
Copy the full SHA ea590a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8372bb2 - Browse repository at this point
Copy the full SHA 8372bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b76b7c1 - Browse repository at this point
Copy the full SHA b76b7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34df09 - Browse repository at this point
Copy the full SHA a34df09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4998d7b - Browse repository at this point
Copy the full SHA 4998d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34259f6 - Browse repository at this point
Copy the full SHA 34259f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ff417 - Browse repository at this point
Copy the full SHA c9ff417View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1876a0 - Browse repository at this point
Copy the full SHA a1876a0View commit details -
Merge pull request #9 from shariff6/gitlab_v1
Fixes pre-commit config
Configuration menu - View commit details
-
Copy full SHA for e189035 - Browse repository at this point
Copy the full SHA e189035View commit details