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

Merge rest of Andrew & Isaac Changes #2146

Merged
merged 164 commits into from
Jan 25, 2023
Merged

Merge rest of Andrew & Isaac Changes #2146

merged 164 commits into from
Jan 25, 2023

Commits on Nov 1, 2022

  1. Add user group functionality to repo load controller

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8366b2e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge augur-new-dev

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    869a933 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add user group table

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    75e275e View commit details
    Browse the repository at this point in the history
  2. Changes for user groups

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a7cd7fb View commit details
    Browse the repository at this point in the history
  3. Start working on converting old dbs to new version

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

Commits on Dec 20, 2022

  1. Add script to upgrade database

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4005390 View commit details
    Browse the repository at this point in the history
  2. Fix up downgrade and upgrade script

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7b45569 View commit details
    Browse the repository at this point in the history
  3. Remove prints from script

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bc8e38e View commit details
    Browse the repository at this point in the history
  4. Fixes to repo insertion methods

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9c6ad2c View commit details
    Browse the repository at this point in the history
  5. First run of adding repos to groups

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e63c27e View commit details
    Browse the repository at this point in the history
  6. Match the group id data types

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

Commits on Dec 21, 2022

  1. Major improvements to user group functionality

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    43f3eb0 View commit details
    Browse the repository at this point in the history
  2. Pass more repo load controller tests

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

Commits on Dec 22, 2022

  1. Move around tests for readability

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    035ea8d View commit details
    Browse the repository at this point in the history
  2. Add more tests

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ef508ed View commit details
    Browse the repository at this point in the history
  3. Add more tests

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b42648f View commit details
    Browse the repository at this point in the history
  4. Add more tests

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3920591 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f75e217 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3d24577 View commit details
    Browse the repository at this point in the history
  7. Add more tests

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

Commits on Jan 2, 2023

  1. Add more tests to repo load controller

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    30ea9ce View commit details
    Browse the repository at this point in the history
  2. Add more tests to repo load controller

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

Commits on Jan 3, 2023

  1. Fix deleting user errors

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    17de8eb View commit details
    Browse the repository at this point in the history
  2. Small fixes to user endpoints

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    965f415 View commit details
    Browse the repository at this point in the history
  3. scaling fix for repo_move

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2154493 View commit details
    Browse the repository at this point in the history
  4. syntax

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    427b0da View commit details
    Browse the repository at this point in the history
  5. Add more tests for coverage

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

Commits on Jan 4, 2023

  1. Add more endpoints to get the group and repo data for the frontend

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    167ca50 View commit details
    Browse the repository at this point in the history
  2. Add documentation and update User endpoints:

    - Make ancillary arguments optional for group_repos
    - Add documentation clarifying new repo group endpoints
    Ulincsys committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f65a88b View commit details
    Browse the repository at this point in the history
  3. Change to rabbitmq broker

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    87da819 View commit details
    Browse the repository at this point in the history
  4. syntax

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ff116a6 View commit details
    Browse the repository at this point in the history
  5. Add docs and a few fixes

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5412ae4 View commit details
    Browse the repository at this point in the history
  6. don't ignore result

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c5db0cf View commit details
    Browse the repository at this point in the history
  7. More logging in detect_github_repo_move

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    af250fa View commit details
    Browse the repository at this point in the history
  8. debug

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7efce30 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. More oauth work

    Ulincsys committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a92df41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ceb265 View commit details
    Browse the repository at this point in the history
  3. print

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d55e8b2 View commit details
    Browse the repository at this point in the history
  4. Add auth to endpoints

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4cbc210 View commit details
    Browse the repository at this point in the history
  5. re-add facade contributors to task queue

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4d72ffc View commit details
    Browse the repository at this point in the history
  6. better handling and logging files model

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cf8b246 View commit details
    Browse the repository at this point in the history
  7. Remove unneeded file

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    22d10bd View commit details
    Browse the repository at this point in the history
  8. take advantage of rabbitmq allowing us to use celery result

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9c15799 View commit details
    Browse the repository at this point in the history
  9. syntax

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b0829d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b129087 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Convert augur view login logic to the user orm model

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    95702ed View commit details
    Browse the repository at this point in the history
  2. Outline user methods on the user orm class

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    626c15f View commit details
    Browse the repository at this point in the history
  3. Update routes to use orm functions

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    dd9eed0 View commit details
    Browse the repository at this point in the history
  4. Fix some login bugs

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    4e80daf View commit details
    Browse the repository at this point in the history
  5. Add function to paginate all repos, user repos and group repos

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    607d568 View commit details
    Browse the repository at this point in the history
  6. A functions to paginate user, group and all repos

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    228bb7a View commit details
    Browse the repository at this point in the history
  7. Fix syntax error

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

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

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

Commits on Jan 7, 2023

  1. Remove prints

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    5c4ceb9 View commit details
    Browse the repository at this point in the history
  2. Make json endpoints only work when logged in

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e4b2a04 View commit details
    Browse the repository at this point in the history
  3. Return error if user is not logged in when using the api

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    23928c1 View commit details
    Browse the repository at this point in the history
  4. Add more function to orm

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

Commits on Jan 8, 2023

  1. Integration work

    Ulincsys committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a8541a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Further integration testing and stability improvements

    Signed-off-by: Ulincsys <28362836a@gmail.com>
    Ulincsys committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    1e9cffc View commit details
    Browse the repository at this point in the history
  2. Imporove error logging and fix error when loading a user or group repos

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    97d424f View commit details
    Browse the repository at this point in the history
  3. Fix small errors in user login and improve logging

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7385ab3 View commit details
    Browse the repository at this point in the history
  4. Fix user deletion and improve logging when there are no valid github …

    …api keys
    
    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a2464ac View commit details
    Browse the repository at this point in the history
  5. Fix get repo by id in repo model

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    79e63c2 View commit details
    Browse the repository at this point in the history
  6. Stability improvements

    Signed-off-by: Ulincsys <28362836a@gmail.com>
    Ulincsys committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    55c6489 View commit details
    Browse the repository at this point in the history
  7. get rid of redundant definition

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d114c64 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. docs update

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3b25c17 View commit details
    Browse the repository at this point in the history
  2. further improvements

    Signed-off-by: Ulincsys <28362836a@gmail.com>
    Ulincsys committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1d4eeca View commit details
    Browse the repository at this point in the history
  3. Track templates directory

    Signed-off-by: Ulincsys <28362836a@gmail.com>
    Ulincsys committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4dbad5a View commit details
    Browse the repository at this point in the history
  4. Make default group allowed, and return user group exists if it does

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fdfa7b9 View commit details
    Browse the repository at this point in the history
  5. Change celery task scheduling to not scale proportionally to the amou…

    …nt of repos
    
    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8efebe2 View commit details
    Browse the repository at this point in the history
  6. Fix errors in the api

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e79980a View commit details
    Browse the repository at this point in the history
  7. User function improvements

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

Commits on Jan 11, 2023

  1. Remove print

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    eceab1b View commit details
    Browse the repository at this point in the history
  2. analysis sequence pooling for facade scaling

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a33e7ff View commit details
    Browse the repository at this point in the history
  3. need to fix issues with accessing redis

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    81dfe66 View commit details
    Browse the repository at this point in the history
  4. don't create so many sessions

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    452bb35 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Add database changes and fixes to the api

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0425666 View commit details
    Browse the repository at this point in the history
  2. Added refresh endpoint

    Signed-off-by: Ulincsys <ulincsys@gmail.com>
    Ulincsys committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d3a045b View commit details
    Browse the repository at this point in the history
  3. Update

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    feea0fb View commit details
    Browse the repository at this point in the history
  4. Add code for refresh tokens

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c4e7c70 View commit details
    Browse the repository at this point in the history
  5. Update auth requirements

    Signed-off-by: Ulincsys <ulincsys@gmail.com>
    Ulincsys committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e4b30a9 View commit details
    Browse the repository at this point in the history
  6. Implement group favorite functionality

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7404086 View commit details
    Browse the repository at this point in the history
  7. doc update

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    05b209b View commit details
    Browse the repository at this point in the history
  8. Make session tokens expire

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cd19e71 View commit details
    Browse the repository at this point in the history
  9. fix facade date query error

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c4a4833 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df81664 View commit details
    Browse the repository at this point in the history
  11. Fix error in unathorized handler

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    61e247d View commit details
    Browse the repository at this point in the history
  12. remove excessive facade logging

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    33afbb9 View commit details
    Browse the repository at this point in the history
  13. remove excessive facade logging

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9642a71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9fd7c9f View commit details
    Browse the repository at this point in the history
  15. updating MQ and REDIS Docs

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    30c759e View commit details
    Browse the repository at this point in the history
  16. Fix refresh endpoint response

    Signed-off-by: Ulincsys <ulincsys@gmail.com>
    Ulincsys committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    69a73e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b21071a View commit details
    Browse the repository at this point in the history
  18. Fix conflicts

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    71f336c View commit details
    Browse the repository at this point in the history
  19. Add reverted changes

    Signed-off-by: Ulincsys <ulincsys@gmail.com>
    Ulincsys committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    52f1306 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ad30f0 View commit details
    Browse the repository at this point in the history
  21. Updates to docs.

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f8b6250 View commit details
    Browse the repository at this point in the history
  22. Fix schema revisions

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f67139e View commit details
    Browse the repository at this point in the history
  23. documentation updatese

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    baf53e6 View commit details
    Browse the repository at this point in the history
  24. test

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0130ff9 View commit details
    Browse the repository at this point in the history
  25. Add pointer class to star, implement API toggle call

    Signed-off-by: Ulincsys <ulincsys@gmail.com>
    Ulincsys committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f1018c2 View commit details
    Browse the repository at this point in the history
  26. Fix error where frontend user recieved json

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    53c29ac View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7491190 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    33c5e16 View commit details
    Browse the repository at this point in the history
  29. documentation updates

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    bbeea0c View commit details
    Browse the repository at this point in the history
  30. doc hell

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    885eb87 View commit details
    Browse the repository at this point in the history
  31. trying

    sgoggins committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e9f1d53 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Add fixes for oauth

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ebd8397 View commit details
    Browse the repository at this point in the history
  2. analyze_commits_in_parallel now shows progress in quarters in the log…

    …s. Also applied same scaling changes to facade contributor resolution in insert_facade_contributors
    
    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9ac37aa View commit details
    Browse the repository at this point in the history
  3. sql format

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2999caa View commit details
    Browse the repository at this point in the history
  4. Typo

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    65b5f76 View commit details
    Browse the repository at this point in the history
  5. skeleton for deps worker

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9d1a06f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Jan 17, 2023

  1. Better error handling

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f71420f View commit details
    Browse the repository at this point in the history
  2. merge

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ad5d341 View commit details
    Browse the repository at this point in the history
  3. add dependency util files from main-old

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    84e6c5d View commit details
    Browse the repository at this point in the history
  4. Dependency worker

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    103e0bb View commit details
    Browse the repository at this point in the history
  5. add dependency model to repo_collect

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f4eba02 View commit details
    Browse the repository at this point in the history
  6. Syntax

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    464b980 View commit details
    Browse the repository at this point in the history
  7. Facade tasks not getting ran for some reason

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fcf5e06 View commit details
    Browse the repository at this point in the history
  8. add file

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3bf5963 View commit details
    Browse the repository at this point in the history
  9. Remove bind from gunicorn command because it is specified in the guni…

    …corn_conf
    
    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    09a9dd8 View commit details
    Browse the repository at this point in the history
  10. Remove config from database session object

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

Commits on Jan 18, 2023

  1. Remvove unneeded depencies form db connection code

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9b8e1e5 View commit details
    Browse the repository at this point in the history
  2. Make it possible to user the DatabaseSession in the orm models

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    68451da View commit details
    Browse the repository at this point in the history
  3. Clean up tests, refactor some poor design choices

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

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4374782 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe3c084 View commit details
    Browse the repository at this point in the history
  6. make sure rabbitmq messages are cleared

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    cab7dfe View commit details
    Browse the repository at this point in the history
  7. schedule less at once

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    bde277c View commit details
    Browse the repository at this point in the history
  8. Grab correct vhost from config

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a55d452 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. optimistic

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7292e5a View commit details
    Browse the repository at this point in the history
  2. Remove config from server object since it is unneeded

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0e31c8a View commit details
    Browse the repository at this point in the history
  3. Fix 2 database connections staying open after starting augur

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

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

Commits on Jan 20, 2023

  1. Clean up GithubTaskSession objects when only a DatabaseSession is needed

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0e7de07 View commit details
    Browse the repository at this point in the history
  2. Pass celery's globabl db engine to all sessions within tasks

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b1485af View commit details
    Browse the repository at this point in the history
  3. Change repo_collect to split up task load for smaller message

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d30338a View commit details
    Browse the repository at this point in the history
  4. version

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a6a6916 View commit details
    Browse the repository at this point in the history
  5. debug

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a1e7d74 View commit details
    Browse the repository at this point in the history
  6. Low load patch

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a45ee5a View commit details
    Browse the repository at this point in the history
  7. Shrink facade messages

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c2b15dc View commit details
    Browse the repository at this point in the history
  8. syntax

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    37cf1ec View commit details
    Browse the repository at this point in the history
  9. syntax

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    28eb89b View commit details
    Browse the repository at this point in the history
  10. increase message load

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2b72ea4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    8087cab View commit details
    Browse the repository at this point in the history
  2. Re-add the rabbitmq instructions and updated docker instructions

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    81db9c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Make facade not block collection

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b681c01 View commit details
    Browse the repository at this point in the history
  2. typo

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    aeb9a7e View commit details
    Browse the repository at this point in the history
  3. prevent division by zero

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    930ecaf View commit details
    Browse the repository at this point in the history
  4. Merge dev into branch

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a4a323f View commit details
    Browse the repository at this point in the history
  5. Fix errors caused by merge

    Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
    ABrain7710 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    257cacb View commit details
    Browse the repository at this point in the history
  6. Fix various errors

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

Commits on Jan 24, 2023

  1. releases err handle

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7701d22 View commit details
    Browse the repository at this point in the history
  2. 50 not 5

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d4f98fb View commit details
    Browse the repository at this point in the history
  3. merge

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    dabc283 View commit details
    Browse the repository at this point in the history
  4. weird github response handle

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9774c0b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. cleanup logs

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b31b943 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f8665ca View commit details
    Browse the repository at this point in the history
  3. more conflicts

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e96adf3 View commit details
    Browse the repository at this point in the history
  4. more merges

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    394c5a4 View commit details
    Browse the repository at this point in the history
  5. more merge conflicts

    Signed-off-by: Isaac Milarsky <krabs@tilde.team>
    IsaacMilarky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2904781 View commit details
    Browse the repository at this point in the history
  6. Make operational error more explicit

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