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

Changes working towards quantifying repos by their metrics to not overwhelm collection #2227

Merged
merged 18 commits into from
Mar 9, 2023

Commits on Mar 7, 2023

  1. create new file for utils used by start_tasks.py

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5d19dbd View commit details
    Browse the repository at this point in the history
  2. missing import

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    eabad4c View commit details
    Browse the repository at this point in the history
  3. create metrics for repo

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1b287dd View commit details
    Browse the repository at this point in the history
  4. missing import

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5d2d70a View commit details
    Browse the repository at this point in the history
  5. missing import

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

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    fa3477f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa5c3f View commit details
    Browse the repository at this point in the history
  3. split up facade collection hooks so that cloning is seperate. This is…

    … moving towards scheduling repos based on commit count which can't be done until the repos have been cloned
    
    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ced4c12 View commit details
    Browse the repository at this point in the history
  4. first instead of one

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    329a344 View commit details
    Browse the repository at this point in the history
  5. sqlalchemy logic

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

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d070877 View commit details
    Browse the repository at this point in the history
  7. update kill command

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5b6c411 View commit details
    Browse the repository at this point in the history
  8. bizarre celery error

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

Commits on Mar 9, 2023

  1. syntax

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2a54777 View commit details
    Browse the repository at this point in the history
  2. Add util tasks to scheduling worker

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

    Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
    IsaacMilarky committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5764499 View commit details
    Browse the repository at this point in the history
  4. schedule analysis before clone/update

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

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