Skip to content
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

More gitlab changes #2661

Merged
merged 26 commits into from
Dec 19, 2023
Merged

More gitlab changes #2661

merged 26 commits into from
Dec 19, 2023

Commits on Dec 4, 2023

  1. Implement gitlab issues labels and assignees

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    20bd29d View commit details
    Browse the repository at this point in the history
  2. Missed in last commit

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    11340d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    9f635ba View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    de4217e View commit details
    Browse the repository at this point in the history
  2. Setup passing of mr ids to next tasks

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    924a7ad View commit details
    Browse the repository at this point in the history
  3. Setup issues tasks to pass ids to next tasks

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5a80cf2 View commit details
    Browse the repository at this point in the history
  4. Add collection of gitlab events & comments

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    57ce5de View commit details
    Browse the repository at this point in the history
  5. Setup urls for merge request collections

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ca6544d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Refeactor gitlab paginator

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    daa4106 View commit details
    Browse the repository at this point in the history
  2. Add collection for all the mr data

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4d5b4b2 View commit details
    Browse the repository at this point in the history
  3. Add merge request events collection

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    9793d44 View commit details
    Browse the repository at this point in the history
  4. Add gitlab event data mappers

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    29c31d5 View commit details
    Browse the repository at this point in the history
  5. Add issue event db inserts

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    0d0efb4 View commit details
    Browse the repository at this point in the history
  6. Add mr event processing

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    0e1dde5 View commit details
    Browse the repository at this point in the history
  7. Start on mr reviewers

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    dbe280a View commit details
    Browse the repository at this point in the history
  8. Add start of mr reviewer processing

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    b1a2ea6 View commit details
    Browse the repository at this point in the history
  9. Add processing for mr commits

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a7c3195 View commit details
    Browse the repository at this point in the history
  10. Add processing for mr files

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1ca0855 View commit details
    Browse the repository at this point in the history
  11. Add processing for mr metadata

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    b45db1e View commit details
    Browse the repository at this point in the history
  12. Add processing for issues messages

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f43a9fd View commit details
    Browse the repository at this point in the history
  13. Add processing for mr messages

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    3c096d7 View commit details
    Browse the repository at this point in the history
  14. Comment out assignee inserts and update tasks that are running

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    99e94c9 View commit details
    Browse the repository at this point in the history
  15. comment out message collection

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a023408 View commit details
    Browse the repository at this point in the history
  16. Remove logic that stopped the collection early

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ba24d20 View commit details
    Browse the repository at this point in the history
  17. Fix small bugs

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    13eb449 View commit details
    Browse the repository at this point in the history
  18. Fix bug in gitlab api handler

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    05b53ec View commit details
    Browse the repository at this point in the history