Recent Releases of augur

augur - v0.90.0 - Trade Deadline

What's Changed

  • Updated the Docker documentation for CHAOSSCON by @sgoggins in https://github.com/chaoss/augur/pull/3197
  • Encode non-utf8 chars as bytes in analyze_commit by @Ulincsys in https://github.com/chaoss/augur/pull/3196
  • Update build rules by @MoralCode in https://github.com/chaoss/augur/pull/3200
  • Try 2 - Switch from venv/pip to uv by @JohnStrunk in https://github.com/chaoss/augur/pull/3202
  • Push the keyman container image by @JohnStrunk in https://github.com/chaoss/augur/pull/3204
  • Remove duplicate readthedocs config by @JohnStrunk in https://github.com/chaoss/augur/pull/3210
  • Try 2: Fix warnings/errors in docs & ensure clean builds by @JohnStrunk in https://github.com/chaoss/augur/pull/3203
  • Update documentation for new branching model by @MoralCode in https://github.com/chaoss/augur/pull/3201
  • Container cleanup by @MoralCode in https://github.com/chaoss/augur/pull/3211
  • Remove redis connection from top level by @ABrain7710 in https://github.com/chaoss/augur/pull/3218
  • Gitlab Mr Metadata Improvements by @ABrain7710 in https://github.com/chaoss/augur/pull/3217
  • add podman copy of the E2E test by @MoralCode in https://github.com/chaoss/augur/pull/3216
  • fixing make clean to preserve uv.lock by @sgoggins in https://github.com/chaoss/augur/pull/3219
  • Allow DB connection specification via components by @JohnStrunk in https://github.com/chaoss/augur/pull/3222
  • limit large glob operation in gunicorn config by @MoralCode in https://github.com/chaoss/augur/pull/3220
  • determine whether to reset logs via new AUGURRESETLOGS environment variable by @MoralCode in https://github.com/chaoss/augur/pull/3221
  • Removed Files Not Needed by @sgoggins in https://github.com/chaoss/augur/pull/3223
  • Address warnings from linter by @MoralCode in https://github.com/chaoss/augur/pull/3224
  • Update entrypoint.sh construction of AUGUR_DB from env vars by @JohnStrunk in https://github.com/chaoss/augur/pull/3226
  • fix missing docker -> podman in podman CI job by @MoralCode in https://github.com/chaoss/augur/pull/3227
  • Handle 410 gone when querying github by @MoralCode in https://github.com/chaoss/augur/pull/3208
  • use check_output for git log fetching so that it can fail more easily by @MoralCode in https://github.com/chaoss/augur/pull/3232
  • correct docs links in error messages relating to keys by @MoralCode in https://github.com/chaoss/augur/pull/3233
  • Fix variable name in decideretry_policy by @MoralCode in https://github.com/chaoss/augur/pull/3235
  • cache redis connection on first retrieval by @Ulincsys in https://github.com/chaoss/augur/pull/3238
  • UPdate release branch? by @sgoggins in https://github.com/chaoss/augur/pull/3206
  • updated release version in files by @sgoggins in https://github.com/chaoss/augur/pull/3242
  • Release Version Updates to 0.90.0 by @sgoggins in https://github.com/chaoss/augur/pull/3243

Full Changelog: https://github.com/chaoss/augur/compare/v0.89.3...v0.90.0

- Python
Published by sgoggins 10 months ago

augur - v0.89.3 - Midnight Sun

What's Changed

  • add refresh for explorerrepolanguages by @cdolfi in https://github.com/chaoss/augur/pull/3174

Full Changelog: https://github.com/chaoss/augur/compare/v0.89.2...v0.89.3

- Python
Published by sgoggins 12 months ago

augur - v0.89.2 - Midnight Sun

What's Changed

  • Scorecard check Fix for Scorecard Collection by @sgoggins in https://github.com/chaoss/augur/pull/3175
  • Tidy up some items around exception handling and repo_info logic by @ABrain7710 in https://github.com/chaoss/augur/pull/3169
  • Scorecard check spg1: Fixes Issue with OpenSSF ScoreCard Collection by @sgoggins in https://github.com/chaoss/augur/pull/3176

Full Changelog: https://github.com/chaoss/augur/compare/v0.89.1...v0.89.2

- Python
Published by sgoggins 12 months ago

augur - v0.89.1 - Docker Fix

What's Changed

  • Main bug fix: line missed in bug fix to allow non root user by @cdolfi in https://github.com/chaoss/augur/pull/3164

Full Changelog: https://github.com/chaoss/augur/compare/v0.89.0...v0.89.1

- Python
Published by sgoggins 12 months ago

augur - v0.89.0 - Midnight Sun

What's Changed

  • Move repos to org when repo is added before org by @ABrain7710 in https://github.com/chaoss/augur/pull/3038
  • Reduce deadlocks by inserting contributors in batches by @ABrain7710 in https://github.com/chaoss/augur/pull/3036
  • Add INVALIDATE command for key orchestration by @Ulincsys in https://github.com/chaoss/augur/pull/3058
  • Remove key from pool when it is no longer valid by @ABrain7710 in https://github.com/chaoss/augur/pull/3069
  • Request new key for all ratelimit exceptions by @ABrain7710 in https://github.com/chaoss/augur/pull/3072
  • update to time.time() not time.now() by @Ulincsys in https://github.com/chaoss/augur/pull/3073
  • Merge main into dev by @Ulincsys in https://github.com/chaoss/augur/pull/3077
  • Allow log directory to be specified by @JohnStrunk in https://github.com/chaoss/augur/pull/3124
  • Include hot fixes in dev by @sgoggins in https://github.com/chaoss/augur/pull/3010
  • Configure key orchestrator to run in an independent container by @Ulincsys in https://github.com/chaoss/augur/pull/3130
  • Add ability to run augur container as a non-root user by @JohnStrunk in https://github.com/chaoss/augur/pull/3131
  • Don't log GitHub and Gitlab credentials by @JohnStrunk in https://github.com/chaoss/augur/pull/3132
  • Catch not found exception for github pr events by @ABrain7710 in https://github.com/chaoss/augur/pull/3137
  • dev up to date with hot fixes in main by @sgoggins in https://github.com/chaoss/augur/pull/3144
  • Fix facade task failure by @Ulincsys in https://github.com/chaoss/augur/pull/3139
  • force consistency for debian version by @cdolfi in https://github.com/chaoss/augur/pull/3142
  • Fix gihtub ratelimit issues in facade contributor resolution by @ABrain7710 in https://github.com/chaoss/augur/pull/3149
  • Fix DB dockerfile env var warning by @JohnStrunk in https://github.com/chaoss/augur/pull/3154
  • Add smoke test to PRs by @JohnStrunk in https://github.com/chaoss/augur/pull/3151
  • Integrating Dev commits re: Docker into patch bundle. by @sgoggins in https://github.com/chaoss/augur/pull/3157
  • A collection of fixes for identified/new data anomalies from GitHub API by @sgoggins in https://github.com/chaoss/augur/pull/3153
  • Update documentation to new docker compose by @cdolfi in https://github.com/chaoss/augur/pull/3159

Full Changelog: https://github.com/chaoss/augur/compare/v0.86.1...v0.89.0

- Python
Published by sgoggins about 1 year ago

augur - v0.86.1 - Pod People

What's Changed

  • [Docs] Corrected GitLab Public Access Token URL in Documentation by @someshjoyguru in https://github.com/chaoss/augur/pull/3059
  • Fix failing CI when not tagging a docker image by @JohnStrunk in https://github.com/chaoss/augur/pull/3100
  • Ratelimit logging improvements + facade timestamp fix by @Ulincsys in https://github.com/chaoss/augur/pull/3140

New Contributors

  • @someshjoyguru made their first contribution in https://github.com/chaoss/augur/pull/3059

Full Changelog: https://github.com/chaoss/augur/compare/v0.86.0...v0.86.1

- Python
Published by sgoggins about 1 year ago

augur - v0.86.0 - Pod People

What's Changed

  • fix syntax error by @marcelb98 in https://github.com/chaoss/augur/pull/3083
  • update version and compose by @cdolfi in https://github.com/chaoss/augur/pull/3094
  • Rework CI container builds by @JohnStrunk in https://github.com/chaoss/augur/pull/3093
  • Docker mac fix by @cdolfi in https://github.com/chaoss/augur/pull/3095
  • version bump by @sgoggins in https://github.com/chaoss/augur/pull/3098

New Contributors

  • @marcelb98 made their first contribution in https://github.com/chaoss/augur/pull/3083
  • @cdolfi made their first contribution in https://github.com/chaoss/augur/pull/3094
  • @JohnStrunk made their first contribution in https://github.com/chaoss/augur/pull/3093

Full Changelog: https://github.com/chaoss/augur/compare/v0.85.3...v0.86.0

- Python
Published by sgoggins about 1 year ago

augur - v0.85.3 - Eurovision Fire Saga

What's Changed

  • add flower section to the docker compose by @MoralCode in https://github.com/chaoss/augur/pull/3066
  • remove duplicate compose file by @MoralCode in https://github.com/chaoss/augur/pull/3060
  • Remove Vagrantfile by @MoralCode in https://github.com/chaoss/augur/pull/3061
  • log stderr in called process for facade commit count by @IsaacMilarky in https://github.com/chaoss/augur/pull/3070
  • Leave room on github api key rate limit by @ABrain7710 in https://github.com/chaoss/augur/pull/3071
  • fixing install-dev command by removal by @sgoggins in https://github.com/chaoss/augur/pull/3068
  • Update CONTRIBUTING.md by @sgoggins in https://github.com/chaoss/augur/pull/3067
  • adjust path that scc gets copied to by @MoralCode in https://github.com/chaoss/augur/pull/3055
  • version update by @sgoggins in https://github.com/chaoss/augur/pull/3074

Full Changelog: https://github.com/chaoss/augur/compare/v0.85.2...v0.85.3

- Python
Published by sgoggins about 1 year ago

augur - v0.85.2 - Eurovision Fire Saga

What's Changed

  • version bumpt'y dump by @sgoggins in https://github.com/chaoss/augur/pull/3031
  • [backend] refactor docker container to builder pattern by @MoralCode in https://github.com/chaoss/augur/pull/3012
  • Events fix : Seems to work by @sgoggins in https://github.com/chaoss/augur/pull/3046

New Contributors

  • @MoralCode made their first contribution in https://github.com/chaoss/augur/pull/3012

Full Changelog: https://github.com/chaoss/augur/compare/v0.85.1...v0.85.2

- Python
Published by sgoggins about 1 year ago

augur - v0.85.1 - Eurovision Fire Saga

What's Changed

  • Hotfix since date issue in collect events task by @ABrain7710 in https://github.com/chaoss/augur/pull/3029
  • Version update
  • Resolves issues with event collection on very large repos.

Full Changelog: https://github.com/chaoss/augur/compare/v0.85.0...v0.85.1

- Python
Published by sgoggins over 1 year ago

augur - v0.85.0 - Eurovision

What's Changed

  • Reduce dependency on createcollectionstatus_record tasks by @ABrain7710 in https://github.com/chaoss/augur/pull/3014
  • Augur v0.85.0 release by @sgoggins in https://github.com/chaoss/augur/pull/3015

Full Changelog: https://github.com/chaoss/augur/compare/v0.81.2...v0.85.0

- Python
Published by sgoggins over 1 year ago

augur - v0.81.2 - Basketball Jones

What's Changed

  • Logging and logical improvements for test_connection decorator by @Ulincsys in https://github.com/chaoss/augur/pull/2999
  • Strip whitespace from keys while loading by @Ulincsys in https://github.com/chaoss/augur/pull/3000
  • Filter worker_oauth keys by platform in cli by @Ulincsys in https://github.com/chaoss/augur/pull/3005
  • Fix comparison with NoneType logical error by @Ulincsys in https://github.com/chaoss/augur/pull/3009

Full Changelog: https://github.com/chaoss/augur/compare/v0.81.1...v0.81.2

- Python
Published by sgoggins over 1 year ago

augur - v0.81.1 - Super Soaker .1

What's Changed

  • Fix key orchestrator missing in Docker build by @Ulincsys in https://github.com/chaoss/augur/pull/2996

Full Changelog: https://github.com/chaoss/augur/compare/v081.0...v0.81.1

- Python
Published by sgoggins over 1 year ago

augur - v0.81.0 - Super Soaker

What's Changed

  • Speed up github events recollection by @ABrain7710 in https://github.com/chaoss/augur/pull/2974
  • Speed up pr review comment recollection by @ABrain7710 in https://github.com/chaoss/augur/pull/2975
  • Fix github event recollection syntax errors by @ABrain7710 in https://github.com/chaoss/augur/pull/2979
  • Fix gitlab reviews syntax error by @ABrain7710 in https://github.com/chaoss/augur/pull/2978
  • Use key manager merger into DEV by @sgoggins in https://github.com/chaoss/augur/pull/2985
  • Add command to get github api key statuses by @ABrain7710 in https://github.com/chaoss/augur/pull/2986
  • Comment out update weight task as it is no longer needed by @ABrain7710 in https://github.com/chaoss/augur/pull/2987
  • Remove update weight hotfix by @sgoggins in https://github.com/chaoss/augur/pull/2989
  • Release 0.81.0 by @sgoggins in https://github.com/chaoss/augur/pull/2988

Full Changelog: https://github.com/chaoss/augur/compare/v0.80.1...v081.0

- Python
Published by sgoggins over 1 year ago

augur - v0.80.1 - Data Monster

What's Changed

  • Collect smallest repos first on initial collection by @ABrain7710 in https://github.com/chaoss/augur/pull/2983

Full Changelog: https://github.com/chaoss/augur/compare/v0.80.0...v0.80.1

- Python
Published by sgoggins over 1 year ago

augur - v0.80.0 - Data Monster

What's Changed

  • Merge Bug Fixes Back into DEV by @sgoggins in https://github.com/chaoss/augur/pull/2934
  • Fix Libyear Parsing Function to Support More than One Dependency Manifest per Project by @IsaacMilarky in https://github.com/chaoss/augur/pull/2943
  • Merge Patches back to Dev by @sgoggins in https://github.com/chaoss/augur/pull/2946
  • set closed at as merged at when closed at is missing by @ABrain7710 in https://github.com/chaoss/augur/pull/2955
  • Updating dev with hot fixes applied by @sgoggins in https://github.com/chaoss/augur/pull/2968
  • Only collect messages on data that was updated by @ABrain7710 in https://github.com/chaoss/augur/pull/2970
  • change & to ? by @ABrain7710 in https://github.com/chaoss/augur/pull/2971
  • Fix sql synax error by @ABrain7710 in https://github.com/chaoss/augur/pull/2973
  • Release v0.80.0 - PR by @sgoggins in https://github.com/chaoss/augur/pull/2972

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.7...v0.80.0

- Python
Published by sgoggins over 1 year ago

augur - v0.76.7 - Captain Tuttle

What's Changed

  • Update Go version in Docker, and re-enable SCC/Scorecard by @GregSutcliffe in https://github.com/chaoss/augur/pull/2957
  • Merging full commit message patch by @sgoggins in https://github.com/chaoss/augur/pull/2965
  • hotfix for issue 2963 by @Ulincsys in https://github.com/chaoss/augur/pull/2964
  • Fix issue pr sum error by @ABrain7710 in https://github.com/chaoss/augur/pull/2966

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.6...v0.76.7

- Python
Published by sgoggins over 1 year ago

augur - v0.76.6 - Turkey Drop 24

What's Changed

  • Use jq to make parsing GECKODRIVER API call reproducible by @GregSutcliffe in https://github.com/chaoss/augur/pull/2945
  • Fix Logic for is_valid_github_repo by @IsaacMilarky in https://github.com/chaoss/augur/pull/2949

New Contributors

  • @GregSutcliffe made their first contribution in https://github.com/chaoss/augur/pull/2945

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.5...v0.76.6

- Python
Published by sgoggins over 1 year ago

augur - v0.76.5 - Pumpkin Home Companion

What's Changed

  • Optimize repo insertion and add repo src id by @ABrain7710 in https://github.com/chaoss/augur/pull/2929
  • Improve dockerization by @Mbaoma in https://github.com/chaoss/augur/pull/2940

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.4...v0.76.5

- Python
Published by sgoggins over 1 year ago

augur - v0.76.4 - Pumpkin Core

What's Changed

  • Fix syntax error in sql by @ABrain7710 in https://github.com/chaoss/augur/pull/2933
  • Scorecard Patch by @IsaacMilarky in https://github.com/chaoss/augur/pull/2935
  • update CONTRIBUTING.md file to have a better formatting by @Mbaoma in https://github.com/chaoss/augur/pull/2925
  • Add repo_id on gitlab comments by @ABrain7710 in https://github.com/chaoss/augur/pull/2937

New Contributors

  • @Mbaoma made their first contribution in https://github.com/chaoss/augur/pull/2925

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.3...v0.76.4

- Python
Published by sgoggins over 1 year ago

augur - v0.76.3 - Pumpkin Laser

What's Changed

  • Updating Dev Branch by @sgoggins in https://github.com/chaoss/augur/pull/2912
  • Add support for nested gitlab repos by @ABrain7710 in https://github.com/chaoss/augur/pull/2913
  • Run machine learning and contributor breadth every 30 days by @ABrain7710 in https://github.com/chaoss/augur/pull/2921
  • Release 0.76.3: Fixes GitLab URL nesting Issue by @sgoggins in https://github.com/chaoss/augur/pull/2930

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.2...v0.76.3

- Python
Published by sgoggins over 1 year ago

augur - v0.76.2 - Pumpkin Space

What's Changed

  • Remove GitHub paginator and retrievedictfrom_endpoint references by @ABrain7710 in https://github.com/chaoss/augur/pull/2878
  • Add Commit Message Table and Add Commit Messages to Facade Collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2879
  • Full collect events by @ABrain7710 in https://github.com/chaoss/augur/pull/2880
  • Dev update to docker fixes by @sgoggins in https://github.com/chaoss/augur/pull/2883
  • Handle url not found in contributor breadth worker by @sgoggins in https://github.com/chaoss/augur/pull/2884
  • Docker dev: Docker WOrking by @sgoggins in https://github.com/chaoss/augur/pull/2885
  • Docker dev fix: Fixes to commit comments and events by @sgoggins in https://github.com/chaoss/augur/pull/2891
  • Dev fixes for event collection by @sgoggins in https://github.com/chaoss/augur/pull/2897
  • Jumpstart by @Ulincsys in https://github.com/chaoss/augur/pull/2902
  • Release Ready by @sgoggins in https://github.com/chaoss/augur/pull/2903
  • Add Step to Fetch Missing Git Messages from Commits Analyzed Before Commits Message Table was Added by @IsaacMilarky in https://github.com/chaoss/augur/pull/2905
  • Release 0.76.2 fix install by @Ulincsys in https://github.com/chaoss/augur/pull/2907
  • Augur release 0.76.2 by @sgoggins in https://github.com/chaoss/augur/pull/2898

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.1...v0.76.2

- Python
Published by sgoggins over 1 year ago

augur - v0.76.1 - For the Good of the Data

What's Changed

  • Proper Gunicorn bringup detection by @Ulincsys in https://github.com/chaoss/augur/pull/2842
  • Add metadata to json decode errors by @ABrain7710 in https://github.com/chaoss/augur/pull/2860
  • Pr review comments fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2859
  • GitHub data access pr migration by @ABrain7710 in https://github.com/chaoss/augur/pull/2864
  • Make Pylint Messages Exclusive Not Inclusive by @IsaacMilarky in https://github.com/chaoss/augur/pull/2863
  • Change log statements in contributor resolution to match new policy by @IsaacMilarky in https://github.com/chaoss/augur/pull/2862
  • Refactor github graphql by @ABrain7710 in https://github.com/chaoss/augur/pull/2861
  • updating version by @sgoggins in https://github.com/chaoss/augur/pull/2870
  • Address release bugs by @ABrain7710 in https://github.com/chaoss/augur/pull/2872
  • Raise exceptions on graphql errors by @ABrain7710 in https://github.com/chaoss/augur/pull/2874
  • Augur 0.76.1 Release by @sgoggins in https://github.com/chaoss/augur/pull/2869

Full Changelog: https://github.com/chaoss/augur/compare/v0.76.0...v0.76.1

- Python
Published by sgoggins almost 2 years ago

augur - v0.76.0 - England's Favorite Traitors

What's Changed

  • Improve profile page by @Ulincsys in https://github.com/chaoss/augur/pull/2689
  • Merge Main into Dev by @IsaacMilarky in https://github.com/chaoss/augur/pull/2695
  • Dev to startup-wizard by @sgoggins in https://github.com/chaoss/augur/pull/2694
  • Startup wizard by @Ulincsys in https://github.com/chaoss/augur/pull/2815
  • Bump gunicorn from 20.1.0 to 22.0.0 by @dependabot in https://github.com/chaoss/augur/pull/2763
  • Bump dnspython from 2.2.1 to 2.6.1 by @dependabot in https://github.com/chaoss/augur/pull/2761
  • Bump eventlet from 0.33.3 to 0.35.2 by @dependabot in https://github.com/chaoss/augur/pull/2762
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/clusteringworker by @dependabot in https://github.com/chaoss/augur/pull/2792
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/insightworker by @dependabot in https://github.com/chaoss/augur/pull/2793
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/git/util/facade_worker by @dependabot in https://github.com/chaoss/augur/pull/2794
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/pullrequestanalysisworker by @dependabot in https://github.com/chaoss/augur/pull/2795
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/contributorbreadth_worker by @dependabot in https://github.com/chaoss/augur/pull/2796
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/discourseanalysis by @dependabot in https://github.com/chaoss/augur/pull/2797
  • Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/dataanalysis/messageinsights by @dependabot in https://github.com/chaoss/augur/pull/2798
  • Bump flask-cors from 3.0.10 to 4.0.1 by @dependabot in https://github.com/chaoss/augur/pull/2799
  • Bump requests from 2.28.0 to 2.32.0 by @dependabot in https://github.com/chaoss/augur/pull/2803
  • Bump tornado from 6.3.3 to 6.4.1 by @dependabot in https://github.com/chaoss/augur/pull/2811
  • update most API description URLS by @kaxada in https://github.com/chaoss/augur/pull/2808
  • Optimize secondary task recollection by @ABrain7710 in https://github.com/chaoss/augur/pull/2800
  • Improve github paginator by @ABrain7710 in https://github.com/chaoss/augur/pull/2823
  • fix missing import error by @Ulincsys in https://github.com/chaoss/augur/pull/2825
  • Bump scikit-learn from 1.1.3 to 1.5.0 in /augur/tasks/dataanalysis/clusteringworker by @dependabot in https://github.com/chaoss/augur/pull/2824
  • Explicitly identify iconized buttons using role attribute by @Ulincsys in https://github.com/chaoss/augur/pull/2826
  • Dev fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2828
  • Improve directory selection for facade worker by @Ulincsys in https://github.com/chaoss/augur/pull/2827
  • Order settings and sections from config by @ABrain7710 in https://github.com/chaoss/augur/pull/2830
  • Add check to see if git credentials are writable by @IsaacMilarky in https://github.com/chaoss/augur/pull/2831
  • Fix Merge Error by @IsaacMilarky in https://github.com/chaoss/augur/pull/2832
  • Resolve contributor if we find one by @ABrain7710 in https://github.com/chaoss/augur/pull/2833
  • Move Facade Affiliation Refresh and Rebuild to Happen After Materialized Views Refresh by @IsaacMilarky in https://github.com/chaoss/augur/pull/2820
  • Fix ml issue by @ABrain7710 in https://github.com/chaoss/augur/pull/2834
  • Optimize issue and pr recollection by @ABrain7710 in https://github.com/chaoss/augur/pull/2835
  • Use key manager in github data access by @ABrain7710 in https://github.com/chaoss/augur/pull/2838
  • Migrate messages and events to use github data access by @ABrain7710 in https://github.com/chaoss/augur/pull/2837
  • Add confirmation dialog for blank input in config script by @Ulincsys in https://github.com/chaoss/augur/pull/2836
  • Remove empty files and move redundant folders to simplify project structure by @ABrain7710 in https://github.com/chaoss/augur/pull/2839
  • Fix issues recollection url by @ABrain7710 in https://github.com/chaoss/augur/pull/2840
  • version bump by @sgoggins in https://github.com/chaoss/augur/pull/2841
  • add empty output handle by @IsaacMilarky in https://github.com/chaoss/augur/pull/2855
  • Release 0.76.0 by @sgoggins in https://github.com/chaoss/augur/pull/2857

Full Changelog: https://github.com/chaoss/augur/compare/v0.71.0...v0.76.0

- Python
Published by sgoggins almost 2 years ago

augur - v0.71.0 - Taylor baby!

What's Changed

  • Attempt to clarify profile page terminology, fix redirects by @Ulincsys in https://github.com/chaoss/augur/pull/2783
  • Handle GitHub ratelimit responses based on Github API docs by @ABrain7710 in https://github.com/chaoss/augur/pull/2784
  • Add default arg values for rabbitmq dockerfile by @Ulincsys in https://github.com/chaoss/augur/pull/2791
  • PR File Patch / Varoius Bug Fixes by @sgoggins in https://github.com/chaoss/augur/pull/2790
  • Add more detail to 500 page report by @Ulincsys in https://github.com/chaoss/augur/pull/2802
  • update check for prfilepatch by @sgoggins in https://github.com/chaoss/augur/pull/2804
  • Pr file patch into MAIN by @sgoggins in https://github.com/chaoss/augur/pull/2806
  • Database improvements by @ABrain7710 in https://github.com/chaoss/augur/pull/2809
  • Debugging of dev branch looks complete by @sgoggins in https://github.com/chaoss/augur/pull/2810
  • PR Files Merge Issue Fix by @sgoggins in https://github.com/chaoss/augur/pull/2816
  • Release fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2814
  • npm dependency patch by @sgoggins in https://github.com/chaoss/augur/pull/2817
  • Xdev: Final Patches for Release by @sgoggins in https://github.com/chaoss/augur/pull/2818
  • Release Ready by @sgoggins in https://github.com/chaoss/augur/pull/2812
  • do not merge by @sgoggins in https://github.com/chaoss/augur/pull/2813

Full Changelog: https://github.com/chaoss/augur/compare/v0.70.0...v0.71.0

- Python
Published by sgoggins almost 2 years ago

augur - v0.70.0 - Windows 95 Man!

What's Changed

  • add podman compose file by @GaryPWhite in https://github.com/chaoss/augur/pull/2780
  • handle rate limiting and more repo load messages by @GaryPWhite in https://github.com/chaoss/augur/pull/2782
  • Fix some typos and broken links in the docs by @mhauru in https://github.com/chaoss/augur/pull/2773
  • Add full collection for messages by @ABrain7710 in https://github.com/chaoss/augur/pull/2788

New Contributors

  • @mhauru made their first contribution in https://github.com/chaoss/augur/pull/2773

Full Changelog: https://github.com/chaoss/augur/compare/v0.63.3...v0.70.0

- Python
Published by sgoggins about 2 years ago

augur - v0.63.3 - Supply Chain Gang

What's Changed

  • Add Check to SQL Update Statements to Avoid constraints on date_last_collected by @IsaacMilarky in https://github.com/chaoss/augur/pull/2759
  • Fix Facade Task Signature to Take repo_git instead of repo_id by @IsaacMilarky in https://github.com/chaoss/augur/pull/2775
  • add lastcollected checks to retryerrored_repos to correctly follow … by @sgoggins in https://github.com/chaoss/augur/pull/2760
  • Dev patch release by @sgoggins in https://github.com/chaoss/augur/pull/2774
  • Rollback transaction when query throws exception by @ABrain7710 in https://github.com/chaoss/augur/pull/2777

Full Changelog: https://github.com/chaoss/augur/compare/v0.63.1...v0.63.3

- Python
Published by sgoggins about 2 years ago

augur - v0.63.1 - April Ludgate

What's Changed

  • scipy 1.13.0 breaks a lot of stuff by @sgoggins in https://github.com/chaoss/augur/pull/2756

Full Changelog: https://github.com/chaoss/augur/compare/v0.63.0...v0.63.1

The Specific error message in the flower and augur logs was:

ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py)

FULL Stack Trace:

2024-04-05 18:08:23 linda augur[614166] INFO Starting facade worker processes with concurrency=20 Traceback (most recent call last): File "/home/sean/github/virtualenv/rh-k12/bin/celery", line 8, in <module> sys.exit(main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/__main__.py", line 15, in main sys.exit(_main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/celery.py", line 217, in main return celery(auto_envvar_prefix="CELERY") File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/base.py", line 134, in caller return f(ctx, *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/worker.py", line 343, in worker worker = app.Worker( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/worker/worker.py", line 94, in __init__ self.app.loader.init_worker() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 111, in init_worker self.import_default_modules() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in import_default_modules return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in <listcomp> return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 86, in import_task_module return self.import_from_cwd(module) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 92, in import_from_cwd return import_from_cwd( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/utils/imports.py", line 105, in import_from_cwd return imp(module, package=package) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 89, in import_module return importlib.import_module(module, package=package) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/tasks.py", line 11, in <module> from augur.tasks.data_analysis.message_insights.message_novelty import novelty_analysis File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/message_novelty.py", line 10, in <module> from gensim.models.doc2vec import Doc2Vec, TaggedDocument File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/matutils.py", line 20, in <module> from scipy.linalg import get_blas_funcs, triu ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py) Traceback (most recent call last): File "/home/sean/github/virtualenv/rh-k12/bin/celery", line 8, in <module> sys.exit(main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/__main__.py", line 15, in main sys.exit(_main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/celery.py", line 217, in main return celery(auto_envvar_prefix="CELERY") File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/base.py", line 134, in caller return f(ctx, *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/worker.py", line 343, in worker worker = app.Worker( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/worker/worker.py", line 94, in __init__ self.app.loader.init_worker() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 111, in init_worker self.import_default_modules() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in import_default_modules return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in <listcomp> return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 86, in import_task_module return self.import_from_cwd(module) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 92, in import_from_cwd return import_from_cwd( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/utils/imports.py", line 105, in import_from_cwd return imp(module, package=package) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 89, in import_module return importlib.import_module(module, package=package) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/tasks.py", line 11, in <module> from augur.tasks.data_analysis.message_insights.message_novelty import novelty_analysis File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/message_novelty.py", line 10, in <module> from gensim.models.doc2vec import Doc2Vec, TaggedDocument File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/matutils.py", line 20, in <module> from scipy.linalg import get_blas_funcs, triu ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py) Traceback (most recent call last): File "/home/sean/github/virtualenv/rh-k12/bin/celery", line 8, in <module> sys.exit(main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/__main__.py", line 15, in main sys.exit(_main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/celery.py", line 217, in main return celery(auto_envvar_prefix="CELERY") File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/base.py", line 134, in caller return f(ctx, *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/worker.py", line 343, in worker worker = app.Worker( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/worker/worker.py", line 94, in __init__ self.app.loader.init_worker() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 111, in init_worker self.import_default_modules() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in import_default_modules return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in <listcomp> return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 86, in import_task_module return self.import_from_cwd(module) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 92, in import_from_cwd return import_from_cwd( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/utils/imports.py", line 105, in import_from_cwd return imp(module, package=package) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 89, in import_module return importlib.import_module(module, package=package) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/tasks.py", line 11, in <module> from augur.tasks.data_analysis.message_insights.message_novelty import novelty_analysis File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/message_novelty.py", line 10, in <module> from gensim.models.doc2vec import Doc2Vec, TaggedDocument File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/matutils.py", line 20, in <module> from scipy.linalg import get_blas_funcs, triu ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py) Traceback (most recent call last): File "/home/sean/github/virtualenv/rh-k12/bin/celery", line 8, in <module> sys.exit(main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/__main__.py", line 15, in main sys.exit(_main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/celery.py", line 217, in main return celery(auto_envvar_prefix="CELERY") File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/base.py", line 134, in caller return f(ctx, *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/worker.py", line 343, in worker worker = app.Worker( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/worker/worker.py", line 94, in __init__ self.app.loader.init_worker() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 111, in init_worker self.import_default_modules() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in import_default_modules return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in <listcomp> return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 86, in import_task_module return self.import_from_cwd(module) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 92, in import_from_cwd return import_from_cwd( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/utils/imports.py", line 105, in import_from_cwd return imp(module, package=package) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 89, in import_module return importlib.import_module(module, package=package) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/tasks.py", line 11, in <module> from augur.tasks.data_analysis.message_insights.message_novelty import novelty_analysis File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/message_novelty.py", line 10, in <module> from gensim.models.doc2vec import Doc2Vec, TaggedDocument File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/matutils.py", line 20, in <module> from scipy.linalg import get_blas_funcs, triu ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py) Traceback (most recent call last): File "/home/sean/github/virtualenv/rh-k12/bin/celery", line 8, in <module> sys.exit(main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/__main__.py", line 15, in main sys.exit(_main()) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/celery.py", line 217, in main return celery(auto_envvar_prefix="CELERY") File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/base.py", line 134, in caller return f(ctx, *args, **kwargs) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/bin/worker.py", line 343, in worker worker = app.Worker( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/worker/worker.py", line 94, in __init__ self.app.loader.init_worker() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 111, in init_worker self.import_default_modules() File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in import_default_modules return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 106, in <listcomp> return [self.import_task_module(m) for m in self.default_modules] File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 86, in import_task_module return self.import_from_cwd(module) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 92, in import_from_cwd return import_from_cwd( File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/utils/imports.py", line 105, in import_from_cwd return imp(module, package=package) File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/celery/loaders/base.py", line 89, in import_module return importlib.import_module(module, package=package) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/tasks.py", line 11, in <module> from augur.tasks.data_analysis.message_insights.message_novelty import novelty_analysis File "/home/sean/github/rh-k12/augur/tasks/data_analysis/message_insights/message_novelty.py", line 10, in <module> from gensim.models.doc2vec import Doc2Vec, TaggedDocument File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/__init__.py", line 11, in <module> from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/__init__.py", line 6, in <module> from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in <module> from gensim import interfaces, utils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in <module> from gensim import utils, matutils File "/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/gensim/matutils.py", line 20, in <module> from scipy.linalg import get_blas_funcs, triu ImportError: cannot import name 'triu' from 'scipy.linalg' (/home/sean/github/virtualenv/rh-k12/lib/python3.10/site-packages/scipy/linalg/__init__.py)

- Python
Published by sgoggins about 2 years ago

augur - v0.63.0 - Ides of March

What's Changed

  • Dev updated from Main following Action Changes for Baseline by @sgoggins in https://github.com/chaoss/augur/pull/2709
  • Add gitlab contributors for issues by @ABrain7710 in https://github.com/chaoss/augur/pull/2718
  • Clean up unused imports and start defining collection database engine in db folder by @ABrain7710 in https://github.com/chaoss/augur/pull/2717
  • Patch DB CLI to Include GitLab Logic by @IsaacMilarky in https://github.com/chaoss/augur/pull/2719
  • Add augur api start and augur collection start commands by @ABrain7710 in https://github.com/chaoss/augur/pull/2681
  • Handling database engines in the CLI by @ABrain7710 in https://github.com/chaoss/augur/pull/2721
  • Improve profile page by @Ulincsys in https://github.com/chaoss/augur/pull/2726
  • Db improvements by @ABrain7710 in https://github.com/chaoss/augur/pull/2728
  • Change server.py to create engine like before by @ABrain7710 in https://github.com/chaoss/augur/pull/2730
  • Config usage improvements by @ABrain7710 in https://github.com/chaoss/augur/pull/2729
  • Change server.py back to using AugurConfig by @ABrain7710 in https://github.com/chaoss/augur/pull/2732
  • Add 'Road's and Bridges' Style Project Labeling Endpoint to Augur by @IsaacMilarky in https://github.com/chaoss/augur/pull/2734
  • Add init.py to gitlab task folder by @Ulincsys in https://github.com/chaoss/augur/pull/2736
  • Allow exception visibility in CLI by @Ulincsys in https://github.com/chaoss/augur/pull/2735
  • Add Repository ID Parameters to Line Complexity Endpoints by @IsaacMilarky in https://github.com/chaoss/augur/pull/2731
  • Fix Install Chmod Issue as Well as SQL Syntax by @IsaacMilarky in https://github.com/chaoss/augur/pull/2737
  • Fix engine.execute error : Dev update by @sgoggins in https://github.com/chaoss/augur/pull/2738
  • Fix RabbitMQ config issue in Docker by @Ulincsys in https://github.com/chaoss/augur/pull/2739
  • Dev update to index branch by @sgoggins in https://github.com/chaoss/augur/pull/2740
  • Facade Quick Fix by @IsaacMilarky in https://github.com/chaoss/augur/pull/2742
  • Add gitlab mr contributors by @ABrain7710 in https://github.com/chaoss/augur/pull/2743
  • Update dev with hot fixes by @sgoggins in https://github.com/chaoss/augur/pull/2744
  • Dev to index patch by @sgoggins in https://github.com/chaoss/augur/pull/2745
  • Index patch 334: Adds several performance indexes by @sgoggins in https://github.com/chaoss/augur/pull/2746
  • Dev api fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2748
  • Release by @sgoggins in https://github.com/chaoss/augur/pull/2747

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.6...v0.63.0

- Python
Published by sgoggins about 2 years ago

augur - v0.62.6 - KC Chiefs

What's Changed

  • Fix Script Lacking Identifier for GH Actions by @IsaacMilarky in https://github.com/chaoss/augur/pull/2712
  • Remove Unneeded 'git commit' Call in Github Action Script Because it Returns Non-Zero Bash Code by @IsaacMilarky in https://github.com/chaoss/augur/pull/2714
  • Disable Method Docstring Requirement for Pylint by @IsaacMilarky in https://github.com/chaoss/augur/pull/2723

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.5...v0.62.6

- Python
Published by sgoggins over 2 years ago

augur - v0.62.5 - KC Chiefs

What's Changed

  • Fix query string by @ABrain7710 in https://github.com/chaoss/augur/pull/2696
  • Main into dev by @sgoggins in https://github.com/chaoss/augur/pull/2704
  • Release by @sgoggins in https://github.com/chaoss/augur/pull/2705
  • Clean up installation docs / remove misc. docker installation files by @GaryPWhite in https://github.com/chaoss/augur/pull/2706
  • Add GitHub Action to Always Keep Dev up to Date with Main by @IsaacMilarky in https://github.com/chaoss/augur/pull/2707
  • Fix Issue with Auto-merge GitHub Action by @IsaacMilarky in https://github.com/chaoss/augur/pull/2711
  • API Patch: Repairs Viz API Issues for PRs on some instances. by @sgoggins in https://github.com/chaoss/augur/pull/2710

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.4...v0.62.5

- Python
Published by sgoggins over 2 years ago

augur - v0.62.4 - KC Chiefs

What's Changed

  • docker-compose -> docker compose by @GaryPWhite in https://github.com/chaoss/augur/pull/2690
  • updated Dockerfile Augur versions by @sgoggins in https://github.com/chaoss/augur/pull/2691

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.3...v0.62.4

- Python
Published by sgoggins over 2 years ago

augur - v0.62.3 - KC Chiefs

What's Changed

  • Fix typo in query string by @ABrain7710 in https://github.com/chaoss/augur/pull/2687

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.2...v0.62.3

- Python
Published by sgoggins over 2 years ago

augur - v0.62.2 - KC Chiefs

What's Changed

  • add rabbitmq docker configuration by @GaryPWhite in https://github.com/chaoss/augur/pull/2684
  • Updating versioning for release publication by @sgoggins in https://github.com/chaoss/augur/pull/2685

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.1...v0.62.2

- Python
Published by sgoggins over 2 years ago

augur - v0.62.1 - KC Chiefs

What's Changed

  • Mark 404'd Repos to be Ignored and Re-collect Errored Repos by @IsaacMilarky in https://github.com/chaoss/augur/pull/2678
  • Fix NULL Data Issue in 2 visualization endpoints by @sgoggins in https://github.com/chaoss/augur/pull/2682

Full Changelog: https://github.com/chaoss/augur/compare/v0.62.0...v0.62.1

- Python
Published by sgoggins over 2 years ago

augur - v0.62.0 - KC Chiefs

Release Highlights

  • Re-Added support for GitLab repositories (must specify the entire repository URL. Organization support coming in the next release)
  • API additions for code complexity
  • Various platform API endpoint data anomaly error correction updates
  • Bumped key dependency versions
  • Additional materialized views for 8Knot performance
  • Documentation dependency updates to address changes at readthedocs.io
  • Additional retries to account for extended platform downtimes
  • Updates to Docker deployment (more updates coming in next release) ## What's Changed
  • Bump scipy from 1.7.3 to 1.10.0 in /augur/tasks/dataanalysis/pullrequestanalysisworker by @dependabot in https://github.com/chaoss/augur/pull/2571
  • Bump scipy from 1.7.3 to 1.10.0 by @dependabot in https://github.com/chaoss/augur/pull/2570
  • Bump scipy from 1.7.3 to 1.10.0 in /augur/tasks/dataanalysis/discourseanalysis by @dependabot in https://github.com/chaoss/augur/pull/2569
  • Bump joblib from 1.0.1 to 1.2.0 in /augur/tasks/dataanalysis/messageinsights by @dependabot in https://github.com/chaoss/augur/pull/2568
  • Bump tornado from 6.1 to 6.3.3 by @dependabot in https://github.com/chaoss/augur/pull/2566
  • Bump scipy from 1.7.3 to 1.10.0 in /augur/tasks/dataanalysis/messageinsights by @dependabot in https://github.com/chaoss/augur/pull/2565
  • Fix orm warnings by @ABrain7710 in https://github.com/chaoss/augur/pull/2581
  • Update repo load controller with orm syntax by @ABrain7710 in https://github.com/chaoss/augur/pull/2580
  • UPdate dependabot branch with updates to dev by @sgoggins in https://github.com/chaoss/augur/pull/2582
  • Fix issue when merging repoloadcontroller changes and orm warning changes together by @ABrain7710 in https://github.com/chaoss/augur/pull/2583
  • updating dev-dependabot with dev changes by @sgoggins in https://github.com/chaoss/augur/pull/2584
  • Dependabot updates: Validated in Production by @sgoggins in https://github.com/chaoss/augur/pull/2579
  • Implement ability to add gitlab repos from frontend by @ABrain7710 in https://github.com/chaoss/augur/pull/2590
  • Dependencies Updated by @sgoggins in https://github.com/chaoss/augur/pull/2657
  • Add gitlab merge request and issue collection by @ABrain7710 in https://github.com/chaoss/augur/pull/2658
  • Fix Variable Reassignment by @IsaacMilarky in https://github.com/chaoss/augur/pull/2659
  • More gitlab changes by @ABrain7710 in https://github.com/chaoss/augur/pull/2661
  • [docs] Update firefox version to match requirement of firefox-geckodriver by @oleks in https://github.com/chaoss/augur/pull/2660
  • Fix collection issue by @ABrain7710 in https://github.com/chaoss/augur/pull/2664
  • [api] Add endpoint to get repo by ID by @Seltyk in https://github.com/chaoss/augur/pull/2476
  • Use Reviewdog to Annotate PRs with Pylint and Spellcheck by @IsaacMilarky in https://github.com/chaoss/augur/pull/2666
  • Fix a few small collection issues by @ABrain7710 in https://github.com/chaoss/augur/pull/2667
  • Fix retry insert data issue by @ABrain7710 in https://github.com/chaoss/augur/pull/2668
  • Fix Pylint Errors in Dev by @IsaacMilarky in https://github.com/chaoss/augur/pull/2669
  • Updating materialized view branch with latest dev changes by @sgoggins in https://github.com/chaoss/augur/pull/2670
  • Fix complexity endpoints by @ABrain7710 in https://github.com/chaoss/augur/pull/2671
  • Updating materialized view refresh branch patch by @sgoggins in https://github.com/chaoss/augur/pull/2673
  • docker compose mounts volume for postgres by default by @GaryPWhite in https://github.com/chaoss/augur/pull/2677
  • Materialized View Update Updates by @sgoggins in https://github.com/chaoss/augur/pull/2679
  • Dev Release to Main by @sgoggins in https://github.com/chaoss/augur/pull/2665

New Contributors

  • @oleks made their first contribution in https://github.com/chaoss/augur/pull/2660
  • @GaryPWhite made their first contribution in https://github.com/chaoss/augur/pull/2677

Full Changelog: https://github.com/chaoss/augur/compare/v0.60.2...v0.62.0

- Python
Published by sgoggins over 2 years ago

augur - v0.60.2 - Taylor Kelce

What's Changed

  • Updating SQLAlchemy_upgrade branch from dev by @sgoggins in https://github.com/chaoss/augur/pull/2559
  • fixed focus field when 'register' is clicked by @kaxada in https://github.com/chaoss/augur/pull/2564
  • [API] add pullrequestsnew endpoint to get time series of new PRs opened by @Shiva953 in https://github.com/chaoss/augur/pull/2544
  • Upgrade SQLAlchemy to 2.0.22 and Pandas to 1.5.3 by @IsaacMilarky in https://github.com/chaoss/augur/pull/2572
  • Version 0.60.2 Release by @sgoggins in https://github.com/chaoss/augur/pull/2577

New Contributors

  • @Shiva953 made their first contribution in https://github.com/chaoss/augur/pull/2544

Full Changelog: https://github.com/chaoss/augur/compare/v0.60.1...v0.60.2

- Python
Published by sgoggins over 2 years ago

augur - v0.60.1 - Augur-Taylors Version

What's Changed

  • Readthedocs.io Patch by @sgoggins in https://github.com/chaoss/augur/pull/2573

Full Changelog: https://github.com/chaoss/augur/compare/v0.60.0...v0.60.1

- Python
Published by sgoggins over 2 years ago

augur - v0.60.0 - Augur-Taylors Version

What's Changed

  • Dev to GraphQL-API-Experiment by @sgoggins in https://github.com/chaoss/augur/pull/2529
  • Fix tables on user settings page clipping past end of column by @Ulincsys in https://github.com/chaoss/augur/pull/2528
  • Add sql to update closed issue cntrbs with closed issue event data by @ABrain7710 in https://github.com/chaoss/augur/pull/2541
  • Updating Graphql API Experiment by @sgoggins in https://github.com/chaoss/augur/pull/2543
  • Split ENTRYPOINT script in 2 by @mscherer in https://github.com/chaoss/augur/pull/2495
  • Updating data fixer with dev by @sgoggins in https://github.com/chaoss/augur/pull/2547
  • Graphql api experiment into test for pr review fixes by @sgoggins in https://github.com/chaoss/augur/pull/2548
  • Make Collection Process Easier to Understand by @IsaacMilarky in https://github.com/chaoss/augur/pull/2522
  • Update recollection frequency by @ABrain7710 in https://github.com/chaoss/augur/pull/2550
  • Updates from graphql branch and debugging branch by @sgoggins in https://github.com/chaoss/augur/pull/2549
  • Use Bulk Inserts in Facade Collection Instead of Single Inserts by @IsaacMilarky in https://github.com/chaoss/augur/pull/2546
  • Fix null cntrb id errors in issue closed cntrb update by @ABrain7710 in https://github.com/chaoss/augur/pull/2553
  • Fix syntax error in facade changes by @ABrain7710 in https://github.com/chaoss/augur/pull/2554
  • fixed typos by @kaxada in https://github.com/chaoss/augur/pull/2555
  • Repo load message patch by @sgoggins in https://github.com/chaoss/augur/pull/2561
  • Fix Wrong Base Classes for Celery Tasks by @IsaacMilarky in https://github.com/chaoss/augur/pull/2562
  • Release 0.6.0: Augur, Taylor's Version by @sgoggins in https://github.com/chaoss/augur/pull/2563

Full Changelog: https://github.com/chaoss/augur/compare/v0.53.2...v0.60.0

- Python
Published by sgoggins over 2 years ago

augur - v0.53.2 - Shamrock Shake

What's Changed

  • docs update by @sgoggins in https://github.com/chaoss/augur/pull/2519
  • Docs Update by @sgoggins in https://github.com/chaoss/augur/pull/2520
  • Fix pr reviews issue by @ABrain7710 in https://github.com/chaoss/augur/pull/2526
  • Release PR by @sgoggins in https://github.com/chaoss/augur/pull/2530

Full Changelog: https://github.com/chaoss/augur/compare/v0.53.1...v0.53.2

- Python
Published by sgoggins over 2 years ago

augur - v0.53.1 - Shamrock Shake

What's Changed

  • documentation update by @sgoggins in https://github.com/chaoss/augur/pull/2516
  • Installation Docs Update by @sgoggins in https://github.com/chaoss/augur/pull/2517

Full Changelog: https://github.com/chaoss/augur/compare/v0.53.0...v0.53.1

- Python
Published by sgoggins over 2 years ago

augur - v0.53.0 - Shamrock Shake

What's Changed

  • Wrong name in dependency metric modules by @IsaacMilarky in https://github.com/chaoss/augur/pull/2505
  • Dev: Fix to the dependency worker by @sgoggins in https://github.com/chaoss/augur/pull/2506
  • Updated key rotation to be more random by @sgoggins in https://github.com/chaoss/augur/pull/2504
  • Dev alembic fix 123 by @sgoggins in https://github.com/chaoss/augur/pull/2512
  • Release PR by @sgoggins in https://github.com/chaoss/augur/pull/2513
  • version update by @sgoggins in https://github.com/chaoss/augur/pull/2514

Full Changelog: https://github.com/chaoss/augur/compare/v0.52.0...v0.53.0

- Python
Published by sgoggins over 2 years ago

augur - v0.52.0 - I Am Supposed to be Writing a Grant

What's Changed

  • Fix old and bad method of getting absolute directory for cloned repos for the main dependency task by @IsaacMilarky in https://github.com/chaoss/augur/pull/2482
  • Dev by @sgoggins in https://github.com/chaoss/augur/pull/2496
  • Value worker migrate to task by @IsaacMilarky in https://github.com/chaoss/augur/pull/2497
  • Fix issue assignees being wrongly assigned the issue user's cntrb_id by @ABrain7710 in https://github.com/chaoss/augur/pull/2498
  • Dev index matview patch spg 1 by @sgoggins in https://github.com/chaoss/augur/pull/2490
  • Major PR fumble... Release! by @sgoggins in https://github.com/chaoss/augur/pull/2499
  • Updating Main with Dev : RELEASe by @sgoggins in https://github.com/chaoss/augur/pull/2500
  • version Updates by @sgoggins in https://github.com/chaoss/augur/pull/2501

Full Changelog: https://github.com/chaoss/augur/compare/v0.51.1...v0.52.0

- Python
Published by sgoggins almost 3 years ago

augur - v0.51.1-Free Taylor Swift Tickets

What's Changed

  • Fix lack of uniformity in getting path for cloned repositories by @IsaacMilarky in https://github.com/chaoss/augur/pull/2461
  • Remove unused legacy code by @Ulincsys in https://github.com/chaoss/augur/pull/2462
  • Update Dockerfile by @sgoggins in https://github.com/chaoss/augur/pull/2465
  • Contributor breadth conversion by @sgoggins in https://github.com/chaoss/augur/pull/2473
  • [docs] Clarify OAuth flow documentation by @Seltyk in https://github.com/chaoss/augur/pull/2472
  • [auth] Fix session token refresh by @Seltyk in https://github.com/chaoss/augur/pull/2474
  • Release 0.51.1 by @sgoggins in https://github.com/chaoss/augur/pull/2464

Full Changelog: https://github.com/chaoss/augur/compare/v0.51.0...v0.51.1

- Python
Published by sgoggins almost 3 years ago

augur - Release Version 0.51.0 - Free Taylor Swift Tickets

What's Changed

  • Fix toast messages visibility by @Ulincsys in https://github.com/chaoss/augur/pull/2434
  • Fix toast messages visibility again by @Ulincsys in https://github.com/chaoss/augur/pull/2435
  • Fix toast messages visibility againgain by @Ulincsys in https://github.com/chaoss/augur/pull/2436
  • Contributor upsert fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2443
  • Dev by @sgoggins in https://github.com/chaoss/augur/pull/2446
  • Add DEI Badging endpoints by @Ulincsys in https://github.com/chaoss/augur/pull/2444
  • Add jinja example to markdown file by @Ulincsys in https://github.com/chaoss/augur/pull/2448
  • Fix timestamp not being updated when repo collection fails because of 404 by @IsaacMilarky in https://github.com/chaoss/augur/pull/2441
  • Fix typos in docstring for removeduplicatedicts by @pelmers in https://github.com/chaoss/augur/pull/2442
  • Make Machine Learning Tasks Consistent With Other Horizontally Collecting Tasks by @IsaacMilarky in https://github.com/chaoss/augur/pull/2450
  • Dev api performance patch by @sgoggins in https://github.com/chaoss/augur/pull/2453
  • updating versions for release by @sgoggins in https://github.com/chaoss/augur/pull/2454
  • Release 0.51.0 by @sgoggins in https://github.com/chaoss/augur/pull/2451

New Contributors

  • @pelmers made their first contribution in https://github.com/chaoss/augur/pull/2442

Full Changelog: https://github.com/chaoss/augur/compare/v0.50.3...v0.51.0

- Python
Published by sgoggins almost 3 years ago

augur - Release Version 0.50.3 - Springtime for Metrics!

What's Changed

  • Remove the use of shell for mkdir -p by @mscherer in https://github.com/chaoss/augur/pull/2314
  • Fix seed data so repo path and repo name are correct by @ABrain7710 in https://github.com/chaoss/augur/pull/2318
  • Add pytest fixture that creates and takes down empty augur database by @ABrain7710 in https://github.com/chaoss/augur/pull/2317
  • Fix formatting issue in facade repofetch logic by @IsaacMilarky in https://github.com/chaoss/augur/pull/2319
  • Fix error message in config.sh by @mscherer in https://github.com/chaoss/augur/pull/2320
  • Add 500 error page by @Ulincsys in https://github.com/chaoss/augur/pull/2322
  • Add new dependency language parsers by @c0d33ngr in https://github.com/chaoss/augur/pull/2308
  • Add weight calculations for repo scheduling in repo collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2316
  • Use a context manager for the session by @mscherer in https://github.com/chaoss/augur/pull/2326
  • Do not configure if AUGURNOCONFIG is set by @mscherer in https://github.com/chaoss/augur/pull/2325
  • Mscherer facade filename cleanup by @IsaacMilarky in https://github.com/chaoss/augur/pull/2324
  • Stop facade being bottlenecked by core worker processes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2329
  • Add check constrains on collection status table by @ABrain7710 in https://github.com/chaoss/augur/pull/2328
  • Remove dead code from backend.py by @mscherer in https://github.com/chaoss/augur/pull/2335
  • Remove unfinished code by @mscherer in https://github.com/chaoss/augur/pull/2336
  • Remove unused code by @mscherer in https://github.com/chaoss/augur/pull/2331
  • Remove unused import of json module by @mscherer in https://github.com/chaoss/augur/pull/2332
  • Remove "import *" for augur.application.db.data_parse by @mscherer in https://github.com/chaoss/augur/pull/2334
  • Remove the session parameter, as it is unused by @mscherer in https://github.com/chaoss/augur/pull/2327
  • Handle when repo has a dependency file that cannot be found by @IsaacMilarky in https://github.com/chaoss/augur/pull/2337
  • Frontend groups view improvements by @Ulincsys in https://github.com/chaoss/augur/pull/2341
  • fix constraint issues with secondary and facade collection hooks by @IsaacMilarky in https://github.com/chaoss/augur/pull/2339
  • Fix earlier queries that did not adhere to new constraints on collection_status by @IsaacMilarky in https://github.com/chaoss/augur/pull/2344
  • Fix facade update that violates collection status constraint by @ABrain7710 in https://github.com/chaoss/augur/pull/2345
  • Concurrent repo initialization by @IsaacMilarky in https://github.com/chaoss/augur/pull/2340
  • Fix confusing log statement by @ABrain7710 in https://github.com/chaoss/augur/pull/2343
  • Make sure weight is updated after collection is completed for each collection hook by @IsaacMilarky in https://github.com/chaoss/augur/pull/2346
  • Add GET method by @ABrain7710 in https://github.com/chaoss/augur/pull/2348
  • Fix database connection leak by @ABrain7710 in https://github.com/chaoss/augur/pull/2350
  • Fix syntax errors in backend.py by @ABrain7710 in https://github.com/chaoss/augur/pull/2351
  • Add a delay of a day before collecting repositories again by @IsaacMilarky in https://github.com/chaoss/augur/pull/2352
  • Database connection leak patch by @ABrain7710 in https://github.com/chaoss/augur/pull/2353
  • Fix facade repo_name parsing by @ABrain7710 in https://github.com/chaoss/augur/pull/2355
  • adds GET http method to /application/groups/names by @JamesKunstle in https://github.com/chaoss/augur/pull/2356
  • Move update logic to facade collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2358
  • Make facade scheduling dynamic by @ABrain7710 in https://github.com/chaoss/augur/pull/2357
  • Handle edge case facade NULL error by @IsaacMilarky in https://github.com/chaoss/augur/pull/2359
  • Facade scheduling patch by @ABrain7710 in https://github.com/chaoss/augur/pull/2360
  • Fix commit count task error by @ABrain7710 in https://github.com/chaoss/augur/pull/2361
  • Update weight scheduling to once a day by @ABrain7710 in https://github.com/chaoss/augur/pull/2363
  • Simplify facade collection process by @ABrain7710 in https://github.com/chaoss/augur/pull/2362
  • Fix commit count task by @ABrain7710 in https://github.com/chaoss/augur/pull/2364
  • Fix bug in repo clone task by @ABrain7710 in https://github.com/chaoss/augur/pull/2365
  • Change default collection interval to every 30 seconds by @ABrain7710 in https://github.com/chaoss/augur/pull/2366
  • Increase max secondary repos to 10 by @ABrain7710 in https://github.com/chaoss/augur/pull/2367
  • Fix issue in ossf scorecard with Github API keys by @ABrain7710 in https://github.com/chaoss/augur/pull/2368
  • Fix facade collection limit by @ABrain7710 in https://github.com/chaoss/augur/pull/2370
  • Fix clean collection status by @ABrain7710 in https://github.com/chaoss/augur/pull/2373
  • Route pr review comments to secondary worker by @ABrain7710 in https://github.com/chaoss/augur/pull/2372
  • Fix scheduling of old repos by @ABrain7710 in https://github.com/chaoss/augur/pull/2371
  • Remore pyre GHA, since that's broken by @mscherer in https://github.com/chaoss/augur/pull/2330
  • Create collection status tweaks by @IsaacMilarky in https://github.com/chaoss/augur/pull/2375
  • Collection schedule by user by @IsaacMilarky in https://github.com/chaoss/augur/pull/2369
  • Repo table view updates by @Ulincsys in https://github.com/chaoss/augur/pull/2384
  • syntax error by @IsaacMilarky in https://github.com/chaoss/augur/pull/2385
  • misnamed bindparam by @IsaacMilarky in https://github.com/chaoss/augur/pull/2386
  • no alias on distinct by @IsaacMilarky in https://github.com/chaoss/augur/pull/2388
  • fix key error on groups view by @Ulincsys in https://github.com/chaoss/augur/pull/2387
  • Distinct sql syntax by @IsaacMilarky in https://github.com/chaoss/augur/pull/2389
  • missing parameter by @IsaacMilarky in https://github.com/chaoss/augur/pull/2390
  • sql syntax by @IsaacMilarky in https://github.com/chaoss/augur/pull/2391
  • dynamic by @IsaacMilarky in https://github.com/chaoss/augur/pull/2392
  • Fix pr and issue message ref by @ABrain7710 in https://github.com/chaoss/augur/pull/2393
  • make sure status of repo is updated when the cloning fails by @IsaacMilarky in https://github.com/chaoss/augur/pull/2394
  • Remove unneeded sql statement from facade by @IsaacMilarky in https://github.com/chaoss/augur/pull/2395
  • Change format of facade directories by @IsaacMilarky in https://github.com/chaoss/augur/pull/2396
  • Fix facade indentation issue by @IsaacMilarky in https://github.com/chaoss/augur/pull/2397
  • Installation Quickstart Update by @sgoggins in https://github.com/chaoss/augur/pull/2398
  • Release 0.50.3 by @sgoggins in https://github.com/chaoss/augur/pull/2374
  • Documentation Update: Quickstart by @sgoggins in https://github.com/chaoss/augur/pull/2399
  • Migration patch by @IsaacMilarky in https://github.com/chaoss/augur/pull/2400
  • Improved error handling when cloning repositories by @IsaacMilarky in https://github.com/chaoss/augur/pull/2402
  • No valid Github API keys fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2404
  • default materialized view refresh for every 7 days by @IsaacMilarky in https://github.com/chaoss/augur/pull/2406
  • Handle GitHub API 204 response by @ABrain7710 in https://github.com/chaoss/augur/pull/2405
  • Fix merge issue by @IsaacMilarky in https://github.com/chaoss/augur/pull/2408
  • Scale celery memory use to system's available memory by @IsaacMilarky in https://github.com/chaoss/augur/pull/2407
  • Add config options for memory usage and frequency of refresh materialized views by @IsaacMilarky in https://github.com/chaoss/augur/pull/2409
  • Increase security of password hashing by @ABrain7710 in https://github.com/chaoss/augur/pull/2410
  • Implement asynchronous processing for adding orgs and repos by @ABrain7710 in https://github.com/chaoss/augur/pull/2411
  • Add missing frontend.py file by @ABrain7710 in https://github.com/chaoss/augur/pull/2412
  • add password reset command by @Ulincsys in https://github.com/chaoss/augur/pull/2423
  • Repo group casing fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2425
  • Protect against sql injection by @ABrain7710 in https://github.com/chaoss/augur/pull/2424
  • Documentation updates made to main but not dev by @sgoggins in https://github.com/chaoss/augur/pull/2427
  • Add testing fixtures for easy database creation and deletion by @ABrain7710 in https://github.com/chaoss/augur/pull/2413
  • [docs] Address missing installation details by @Seltyk in https://github.com/chaoss/augur/pull/2428
  • Update documentation to more closely reflect new celery data collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2429
  • Add old linux badge worker functionality back to augur by @IsaacMilarky in https://github.com/chaoss/augur/pull/2431
  • Quickly add repos to group if they already exist by @ABrain7710 in https://github.com/chaoss/augur/pull/2414
  • [docs] Clarify prompts during make install by @Seltyk in https://github.com/chaoss/augur/pull/2432
  • Release 0.50.3 by @sgoggins in https://github.com/chaoss/augur/pull/2426

New Contributors

  • @c0d33ngr made their first contribution in https://github.com/chaoss/augur/pull/2308
  • @Seltyk made their first contribution in https://github.com/chaoss/augur/pull/2428

Full Changelog: https://github.com/chaoss/augur/compare/v0.50.2...v0.50.3

- Python
Published by sgoggins almost 3 years ago

augur - Release Version 0.50.2 - Springtime for Metrics!

Summary

This release makes a hosted version of Augur fully enabled. The next release will add to these capabilities by implementing a "fairness algorithm" so that data collection for new accounts is balanced and somebody asking for 1,000 repositories does not delay collection for somebody requesting 10. Further, the next release will consider the size of the new repositories requested when balancing individual user collection priorities.

Integration with https://github.com/oss-aspen/8Knot is also improved, enabling collections of related repositories to be shared by all of the users of an 8Knot instance.

What's Changed

  • Fix duplicate repos caused by mixed casing by @ABrain7710 in https://github.com/chaoss/augur/pull/2286
  • Move github contributors query outside of facade collection hook by @IsaacMilarky in https://github.com/chaoss/augur/pull/2285
  • Revert "Move github contributors query outside of facade collection hook" by @IsaacMilarky in https://github.com/chaoss/augur/pull/2288
  • Remove stack trace print from invalid command output by @ABrain7710 in https://github.com/chaoss/augur/pull/2294
  • Create repo group when an org is added by @ABrain7710 in https://github.com/chaoss/augur/pull/2293
  • Remove repo group name unique by @ABrain7710 in https://github.com/chaoss/augur/pull/2296
  • Fix issue with config autoincrements getting too large by @IsaacMilarky in https://github.com/chaoss/augur/pull/2298
  • Add orgs and repos at same time by @ABrain7710 in https://github.com/chaoss/augur/pull/2300
  • Move query of contributors from the github api to the core collection hook from the facade hook by @IsaacMilarky in https://github.com/chaoss/augur/pull/2291
  • Remove '/' from end of url when inserting repo by @ABrain7710 in https://github.com/chaoss/augur/pull/2303
  • Fix celery error when augur is stopped without collection running by @ABrain7710 in https://github.com/chaoss/augur/pull/2302
  • Fix pr review message error by @ABrain7710 in https://github.com/chaoss/augur/pull/2305
  • Fill the repo_type column in the repos table by @ABrain7710 in https://github.com/chaoss/augur/pull/2304
  • Update contributor logic to be more testable and uniform by @IsaacMilarky in https://github.com/chaoss/augur/pull/2306
  • Add ability to add all of a users repos and update CLI with new features by @ABrain7710 in https://github.com/chaoss/augur/pull/2307
  • Libyear fixes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2309
  • Application endpoints and fixes by @Ulincsys in https://github.com/chaoss/augur/pull/2310
  • Add endpoints for /application/groups/repos by @ABrain7710 in https://github.com/chaoss/augur/pull/2311
  • Release 0.50.2 by @sgoggins in https://github.com/chaoss/augur/pull/2312

Full Changelog: https://github.com/chaoss/augur/compare/v0.50.1...v0.50.2

- Python
Published by sgoggins about 3 years ago

augur - Release Version 0.50.1 - Springtime for Metrics!

What's Changed

  • Update from dev by @sgoggins in https://github.com/chaoss/augur/pull/2260
  • Merge pull request #2233 from chaoss/dev by @sgoggins in https://github.com/chaoss/augur/pull/2263
  • Dev by @sgoggins in https://github.com/chaoss/augur/pull/2268
  • Performance updates and misc. by @sgoggins in https://github.com/chaoss/augur/pull/2264
  • Interface sorting by @Ulincsys in https://github.com/chaoss/augur/pull/2270
  • Better handling of bad data in facade by @IsaacMilarky in https://github.com/chaoss/augur/pull/2271
  • Sorting Fixes (again) by @Ulincsys in https://github.com/chaoss/augur/pull/2278
  • Fix missing kwargs for get repos count by @Ulincsys in https://github.com/chaoss/augur/pull/2279
  • Release Version Update by @sgoggins in https://github.com/chaoss/augur/pull/2280
  • Release 0.50.1 by @sgoggins in https://github.com/chaoss/augur/pull/2283

Full Changelog: https://github.com/chaoss/augur/compare/v0.50.0...v0.50.1

- Python
Published by sgoggins about 3 years ago

augur - Release Version 0.50.0 - Springtime for Metrics!

What's Changed

  • Update Augur-New by @sgoggins in https://github.com/chaoss/augur/pull/2061
  • feat: add code complexity endpoint metrics by @isaacwengler in https://github.com/chaoss/augur/pull/2071
  • update branch from dev by @sgoggins in https://github.com/chaoss/augur/pull/2104
  • feat: Added task to collect repository traffic by @meetagrawal09 in https://github.com/chaoss/augur/pull/2098
  • Fix Machine Learning Db connection leak by @ABrain7710 in https://github.com/chaoss/augur/pull/2177
  • Secondary collection update by @IsaacMilarky in https://github.com/chaoss/augur/pull/2181
  • Facade collection update by @IsaacMilarky in https://github.com/chaoss/augur/pull/2184
  • Dev syntax error fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2185
  • Facade repo path changes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2186
  • Syntax Errors in Alembic Script by @IsaacMilarky in https://github.com/chaoss/augur/pull/2190
  • Db Restructure - Phase 1 by @ABrain7710 in https://github.com/chaoss/augur/pull/2192
  • Pr review collection by @ABrain7710 in https://github.com/chaoss/augur/pull/2193
  • Fix error when using cli to add repos by @ABrain7710 in https://github.com/chaoss/augur/pull/2194
  • Frontend fixes by @sgoggins in https://github.com/chaoss/augur/pull/2195
  • Dev by @sgoggins in https://github.com/chaoss/augur/pull/2196
  • Merge pull request #2196 from chaoss/dev by @sgoggins in https://github.com/chaoss/augur/pull/2197
  • Fix schema script by @ABrain7710 in https://github.com/chaoss/augur/pull/2198
  • Fix conflicting revisions by @ABrain7710 in https://github.com/chaoss/augur/pull/2199
  • Schema fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2200
  • Fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2201
  • Re-add the libyear dependency collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2202
  • alembic syntax by @IsaacMilarky in https://github.com/chaoss/augur/pull/2203
  • Reduce Db connections by @ABrain7710 in https://github.com/chaoss/augur/pull/2204
  • Github Message Task Optimization by @ABrain7710 in https://github.com/chaoss/augur/pull/2205
  • Small Optimization to Github Events Task by @ABrain7710 in https://github.com/chaoss/augur/pull/2206
  • Pr commits and files optimization by @ABrain7710 in https://github.com/chaoss/augur/pull/2207
  • Ossf scorecard db changes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2208
  • Add schema script fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2209
  • Change unique constraints on dependency data to reflect changes better by @IsaacMilarky in https://github.com/chaoss/augur/pull/2210
  • Fixed database error when accessing frontend visualizations by @ABrain7710 in https://github.com/chaoss/augur/pull/2213
  • Fix pr commits and reviews collection errors by @ABrain7710 in https://github.com/chaoss/augur/pull/2215
  • Use celery method of clearing messages instead of manual rabbitmq command by @IsaacMilarky in https://github.com/chaoss/augur/pull/2217
  • Quality of life changes including removing unneeded try/excepts by @IsaacMilarky in https://github.com/chaoss/augur/pull/2218
  • Fixed bugs in messages and pr review comments by @ABrain7710 in https://github.com/chaoss/augur/pull/2216
  • Get Traffic Data From Github by @sgoggins in https://github.com/chaoss/augur/pull/2219
  • Fix issue with toggling facade in config by @IsaacMilarky in https://github.com/chaoss/augur/pull/2221
  • Define function to get absolute repo path by @ABrain7710 in https://github.com/chaoss/augur/pull/2224
  • Factor out duplicate code into functions by @ABrain7710 in https://github.com/chaoss/augur/pull/2225
  • Fixes to adding repos from CLI by @ABrain7710 in https://github.com/chaoss/augur/pull/2223
  • Handle issues in dependency tasks by @IsaacMilarky in https://github.com/chaoss/augur/pull/2226
  • Viz fix by @Ulincsys in https://github.com/chaoss/augur/pull/2229
  • Changes working towards quantifying repos by their metrics to not overwhelm collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2227
  • Update new-install-ubuntu-22.x.md by @ceciltechboy in https://github.com/chaoss/augur/pull/2230
  • Ubuntu 22 and Ubuntu 20 installable Augur by @sgoggins in https://github.com/chaoss/augur/pull/2232
  • Pr review bug fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2234
  • Python module imports detection patch by @JamesKunstle in https://github.com/chaoss/augur/pull/2235
  • Fix celery error handling to set repo's collection status to error when error encountered by @IsaacMilarky in https://github.com/chaoss/augur/pull/2238
  • Improve AugurTaskRoutine and create classes/methods for future weighted collection by @IsaacMilarky in https://github.com/chaoss/augur/pull/2237
  • Updating Dev Branch` by @sgoggins in https://github.com/chaoss/augur/pull/2180
  • Add exception handle in dependency analysis to use regex if ast can't be used due to version by @IsaacMilarky in https://github.com/chaoss/augur/pull/2241
  • Updating Test-Traffic with dev by @sgoggins in https://github.com/chaoss/augur/pull/2242
  • Add logic to handle if repo's host returns 404 by @IsaacMilarky in https://github.com/chaoss/augur/pull/2236
  • Fix wrong base class assignment and make sure repos don't get marked as errored when a new host is found by @IsaacMilarky in https://github.com/chaoss/augur/pull/2243
  • Frontend dependencies updates by @legibleguy in https://github.com/chaoss/augur/pull/2067
  • Updating test-traffic by @sgoggins in https://github.com/chaoss/augur/pull/2244
  • Dev dependency bug fixes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2245
  • Updating from Dev by @sgoggins in https://github.com/chaoss/augur/pull/2246
  • fix typo in on_failure logic by @IsaacMilarky in https://github.com/chaoss/augur/pull/2247
  • Test traffic Merge Into Dev: Request for Feedback by @sgoggins in https://github.com/chaoss/augur/pull/2220
  • Update with bug fix from dev by @sgoggins in https://github.com/chaoss/augur/pull/2248
  • Test traffic into dev by @sgoggins in https://github.com/chaoss/augur/pull/2249
  • Dev minor dependency task error patch by @IsaacMilarky in https://github.com/chaoss/augur/pull/2250
  • Remove repo_status field by @ABrain7710 in https://github.com/chaoss/augur/pull/2253
  • Change dependency tasks to bulk transaction by @IsaacMilarky in https://github.com/chaoss/augur/pull/2251
  • Removing the NodeJS Frontend by @sgoggins in https://github.com/chaoss/augur/pull/2252
  • Removing Augur Face by @sgoggins in https://github.com/chaoss/augur/pull/2254
  • Code Complexity API Update by @sgoggins in https://github.com/chaoss/augur/pull/2105
  • Dev toggle fix by @IsaacMilarky in https://github.com/chaoss/augur/pull/2256
  • Changes discussed in meeting by @ABrain7710 in https://github.com/chaoss/augur/pull/2255
  • Fix task routing by @ABrain7710 in https://github.com/chaoss/augur/pull/2257
  • Fix issue with celery rabbitmq messages not getting cleared with celery_app.control.purge() by @IsaacMilarky in https://github.com/chaoss/augur/pull/2258
  • Fix inconsistent changes to function call by @IsaacMilarky in https://github.com/chaoss/augur/pull/2259
  • Dev bugfixes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2261
  • Release Candidate 0.50.0 by @sgoggins in https://github.com/chaoss/augur/pull/2233

New Contributors

  • @isaacwengler made their first contribution in https://github.com/chaoss/augur/pull/2071
  • @Ulincsys made their first contribution in https://github.com/chaoss/augur/pull/2229
  • @ceciltechboy made their first contribution in https://github.com/chaoss/augur/pull/2230
  • @JamesKunstle made their first contribution in https://github.com/chaoss/augur/pull/2235
  • @legibleguy made their first contribution in https://github.com/chaoss/augur/pull/2067

Full Changelog: https://github.com/chaoss/augur/compare/v0.44.3...v0.50.0

- Python
Published by sgoggins about 3 years ago

augur - Release Version 0.44.3 - Brussels Sprouts

What's Changed

  • Fix adding repos and orgs by @ABrain7710 in https://github.com/chaoss/augur/pull/2182
  • Refresh materialized views collection frequency patch by @ABrain7710 in https://github.com/chaoss/augur/pull/2187

Full Changelog: https://github.com/chaoss/augur/compare/v0.44.2...v0.44.3

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.44.2 - Brussels Sprouts

What's Changed

  • Fix for ML tasks running without checking if they had been run already by @IsaacMilarky in https://github.com/chaoss/augur/pull/2176
  • Version 0.44.2 Release by @sgoggins in https://github.com/chaoss/augur/pull/2178

Full Changelog: https://github.com/chaoss/augur/compare/v0.44.1...v0.44.2

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.44.1 - Brussel Sprouts

What's Changed

  • Install only the required nltk data by @mscherer in https://github.com/chaoss/augur/pull/2156
  • Fix machine learnig db connections and fix session passing by @sgoggins in https://github.com/chaoss/augur/pull/2174
  • Deprecating Facade Affiliations Processing by @sgoggins in https://github.com/chaoss/augur/pull/2173

Full Changelog: https://github.com/chaoss/augur/compare/v0.44.0...v0.44.1

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.44.0 - Brussel Sprouts

What's Changed

  • Update Dev with PR's directly into main by @sgoggins in https://github.com/chaoss/augur/pull/2097
  • check to not subscript null value for relase info in getreleaseinf by @IsaacMilarky in https://github.com/chaoss/augur/pull/2099
  • Fix Issues in Augur's Task Phases by @IsaacMilarky in https://github.com/chaoss/augur/pull/2100
  • Update celery task config by @sgoggins in https://github.com/chaoss/augur/pull/2106
  • Pr files fix by @IsaacMilarky in https://github.com/chaoss/augur/pull/2108
  • RabbitMQ Broker Changes and Scaling Improvements by @sgoggins in https://github.com/chaoss/augur/pull/2114
  • Update dev with main updates by @sgoggins in https://github.com/chaoss/augur/pull/2113
  • Add lots of frontend functionality by @ABrain7710 in https://github.com/chaoss/augur/pull/2127
  • UPdating Dev with Main Changes by @sgoggins in https://github.com/chaoss/augur/pull/2131
  • Updates to RabbitMQ Model, additional tasks by @sgoggins in https://github.com/chaoss/augur/pull/2130
  • New Endpoint that 8knot needed by @ABrain7710 in https://github.com/chaoss/augur/pull/2134
  • DatabaseEngine class for better handling of db engines by @ABrain7710 in https://github.com/chaoss/augur/pull/2133
  • Docs fix by @IsaacMilarky in https://github.com/chaoss/augur/pull/2136
  • Fixing modulo 0 error: by @sgoggins in https://github.com/chaoss/augur/pull/2138
  • Release fix by @ABrain7710 in https://github.com/chaoss/augur/pull/2141
  • committing materialized view to a fresh branch off of dev. by @sgoggins in https://github.com/chaoss/augur/pull/2143
  • Merge rest of Andrew & Isaac Changes by @ABrain7710 in https://github.com/chaoss/augur/pull/2146
  • Fixes to various frontend issues by @ABrain7710 in https://github.com/chaoss/augur/pull/2149
  • Fix Server has no engine error by @ABrain7710 in https://github.com/chaoss/augur/pull/2152
  • More 8knot fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2151
  • 8knot fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/2164
  • Fix dev engine connections by @ABrain7710 in https://github.com/chaoss/augur/pull/2162
  • Dev facade fixes by @IsaacMilarky in https://github.com/chaoss/augur/pull/2165
  • apply exponential backoff to dev by @IsaacMilarky in https://github.com/chaoss/augur/pull/2166
  • Patch mismatched function call by @IsaacMilarky in https://github.com/chaoss/augur/pull/2169
  • Simply flask app definition by @ABrain7710 in https://github.com/chaoss/augur/pull/2168
  • Update index.rst by @anmode in https://github.com/chaoss/augur/pull/2167
  • Updating from Main by @sgoggins in https://github.com/chaoss/augur/pull/2170
  • New method for repo collection by @ABrain7710 in https://github.com/chaoss/augur/pull/2159
  • Release 0.44.0 by @sgoggins in https://github.com/chaoss/augur/pull/2171

New Contributors

  • @anmode made their first contribution in https://github.com/chaoss/augur/pull/2167

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.10...v0.44.0

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.10 - Louise

What's Changed

  • Add missing deps docker by @mscherer in https://github.com/chaoss/augur/pull/2148
  • Update eventlet version by @mscherer in https://github.com/chaoss/augur/pull/2147

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.9...v0.43.10

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.9 - Louise

What's Changed

  • Hardcode bash by @mscherer in https://github.com/chaoss/augur/pull/2119

Full Changelog: https://github.com/chaoss/augur/compare/v043.8...v0.43.9

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.8 - Love Shack 23

What's Changed

  • Add bash in the container by @mscherer in https://github.com/chaoss/augur/pull/2112
  • updated CONTRIBUTING.md by @WhiteWolf47 in https://github.com/chaoss/augur/pull/2111
  • Improved Documentation Format specifically heading and text structure and text by @glowreeya-01 in https://github.com/chaoss/augur/pull/2118

New Contributors

  • @WhiteWolf47 made their first contribution in https://github.com/chaoss/augur/pull/2111
  • @glowreeya-01 made their first contribution in https://github.com/chaoss/augur/pull/2118

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.8...v043.8

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.7 - Eve 22

What's Changed

  • Remove Uses of Celery.result by @IsaacMilarky in https://github.com/chaoss/augur/pull/2092
  • Dev by @sgoggins in https://github.com/chaoss/augur/pull/2093
  • Resolved Go path issue by @meetagrawal09 in https://github.com/chaoss/augur/pull/2082

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.6...v0.43.7

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.6 - Festivus!

What's Changed

  • Updating Rogue Behavior. by @sgoggins in https://github.com/chaoss/augur/pull/2060
  • Update Dev with PRs added to main. by @sgoggins in https://github.com/chaoss/augur/pull/2076
  • REDIS Patch + api docs update by @sgoggins in https://github.com/chaoss/augur/pull/2083
  • REDIS/Celery 20k+ repo count fix, updated API docs, Version Update by @sgoggins in https://github.com/chaoss/augur/pull/2085

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.5...v0.43.6

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.5 - Festivus!

What's Changed

  • fix: Exeption is not defined by @nicholasgriffintn in https://github.com/chaoss/augur/pull/2073
  • Updates to API, Docs, Materialized Views by @sgoggins in https://github.com/chaoss/augur/pull/2078

New Contributors

  • @nicholasgriffintn made their first contribution in https://github.com/chaoss/augur/pull/2073

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.3...v0.43.5

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.3 - End-Ticketmaster

Adds missing environment.txt file.

What's Changed

  • Create template environment.txt by @wrussell1999 in https://github.com/chaoss/augur/pull/2053

New Contributors

  • @wrussell1999 made their first contribution in https://github.com/chaoss/augur/pull/2053

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.2...v0.43.3

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.2 - Santa

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.1...v0.43.2

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.1 - OSPOsium

What's Changed

  • Session typo fix by @sgoggins in https://github.com/chaoss/augur/pull/2048
  • Fixed a typo that caused minor issues by @sgoggins in https://github.com/chaoss/augur/pull/2049

Full Changelog: https://github.com/chaoss/augur/compare/v0.43.0...v0.43.1

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.43.0 - Happy Birthday!

What's Changed

  • Alembic Database Changes by @ABrain7710 in https://github.com/chaoss/augur/pull/1914
  • Merge andrew-dev into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1917
  • Merge isaac new into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1918
  • Update augur-new with main by @sgoggins in https://github.com/chaoss/augur/pull/1924
  • augur-new-andrew into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1925
  • CLI Commands for User Creation by @sgoggins in https://github.com/chaoss/augur/pull/1929
  • Make tasks throw errors when repo does not exist by @ABrain7710 in https://github.com/chaoss/augur/pull/1932
  • Augur new Remove Hard Coded Repoid and Change platformid to 1 by @ABrain7710 in https://github.com/chaoss/augur/pull/1933
  • Add Database String Connection Text by @ABrain7710 in https://github.com/chaoss/augur/pull/1934
  • Change cli/user.py to sqlalchemy syntax by @ABrain7710 in https://github.com/chaoss/augur/pull/1938
  • Keep Augur-New Up to Date by @sgoggins in https://github.com/chaoss/augur/pull/1942
  • small patch to requestdictfrom_endpoint by @IsaacMilarky in https://github.com/chaoss/augur/pull/1944
  • Merge update query by @ABrain7710 in https://github.com/chaoss/augur/pull/1947
  • Split up github tasks into separate files and fix pr reviewers by @ABrain7710 in https://github.com/chaoss/augur/pull/1949
  • Add more tests to pr tasks by @ABrain7710 in https://github.com/chaoss/augur/pull/1950
  • Add init files to all packages by @ABrain7710 in https://github.com/chaoss/augur/pull/1951
  • Add ability to configure redis database by @ABrain7710 in https://github.com/chaoss/augur/pull/1952
  • Implement routes to change config by @ABrain7710 in https://github.com/chaoss/augur/pull/1954
  • Make logs get the log level and directory from config rather than using defaults by @ABrain7710 in https://github.com/chaoss/augur/pull/1955
  • Fix error that happens if legacy migration fail in the schema script by @ABrain7710 in https://github.com/chaoss/augur/pull/1956
  • Add docs strings, linting, and several types by @ABrain7710 in https://github.com/chaoss/augur/pull/1957
  • Augur new fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/1958
  • Implement augur routine by @sgoggins in https://github.com/chaoss/augur/pull/1961
  • Augur new commands by @sgoggins in https://github.com/chaoss/augur/pull/1959
  • Augur new andrew by @sgoggins in https://github.com/chaoss/augur/pull/1960
  • Revert "Implement augur routine" by @ABrain7710 in https://github.com/chaoss/augur/pull/1963
  • Fix @server.app.route by @ABrain7710 in https://github.com/chaoss/augur/pull/1964
  • Merging Andrew's Branch by @sgoggins in https://github.com/chaoss/augur/pull/1966
  • Small update to Isaac/Andrew Merged Branch by @sgoggins in https://github.com/chaoss/augur/pull/1969
  • Add user API endpoints by @Priya730 in https://github.com/chaoss/augur/pull/1953
  • Patch Augur-new's task scheduling mechanism by @IsaacMilarky in https://github.com/chaoss/augur/pull/1975
  • Remove duplicate data before inserting by @ABrain7710 in https://github.com/chaoss/augur/pull/1976
  • Augur new cntrb insert fix by @ABrain7710 in https://github.com/chaoss/augur/pull/1977
  • Small changes to processdictresponse by @ABrain7710 in https://github.com/chaoss/augur/pull/1979
  • Make detectrepomove and collectrepoinfo execute in a group by @IsaacMilarky in https://github.com/chaoss/augur/pull/1981
  • augur user add cli commands fixed by @Priya730 in https://github.com/chaoss/augur/pull/1968
  • Fix for null characters in strings of issue data by @ABrain7710 in https://github.com/chaoss/augur/pull/1982
  • Augur New Updates from Andrew and John Into augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1985
  • Add exception to catch protocol error by @ABrain7710 in https://github.com/chaoss/augur/pull/1987
  • augur-new updates to augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1988
  • Remove more null string data from github data by @ABrain7710 in https://github.com/chaoss/augur/pull/1989
  • Dev Branch Update for Augur New : augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1990
  • Change uniques for prs and issues by @ABrain7710 in https://github.com/chaoss/augur/pull/1991
  • Dev Sync on New Augur for PR/ISSUE patch. by @sgoggins in https://github.com/chaoss/augur/pull/1992
  • Cherrypick login dev by @sgoggins in https://github.com/chaoss/augur/pull/1993
  • Update a copy of the ML patch with augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1996
  • Alembic Script update by @sgoggins in https://github.com/chaoss/augur/pull/2000
  • Machine Learning Workers Working by @sgoggins in https://github.com/chaoss/augur/pull/1999
  • Bringing augur-new-dev up to date with changes to main by @sgoggins in https://github.com/chaoss/augur/pull/2002
  • Update Augur New with Development Work by @sgoggins in https://github.com/chaoss/augur/pull/2001
  • Miscellaneous Fixes to Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2012
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2016
  • Augur new ml fixes by @sgoggins in https://github.com/chaoss/augur/pull/2017
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2018
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2022
  • Overhaul Facade and add needed functionality to PR collection. by @IsaacMilarky in https://github.com/chaoss/augur/pull/2019
  • Augur new ml fixes spg by @sgoggins in https://github.com/chaoss/augur/pull/2024
  • Merge testing and repo api changes into Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2023
  • Push fixes from dev into ML branch by @sgoggins in https://github.com/chaoss/augur/pull/2025
  • ML Updates to dev by @sgoggins in https://github.com/chaoss/augur/pull/2026
  • Updating augur-new with minor changes from main by @sgoggins in https://github.com/chaoss/augur/pull/2030
  • Documentation update from Main by @sgoggins in https://github.com/chaoss/augur/pull/2031
  • Augur new fix db error by @sgoggins in https://github.com/chaoss/augur/pull/2032
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2029
  • Augur new dev Release Ready by @sgoggins in https://github.com/chaoss/augur/pull/2039
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2041
  • Release Augur Version 0.43.0 by @sgoggins in https://github.com/chaoss/augur/pull/2042

Full Changelog: https://github.com/chaoss/augur/compare/v0.42.5...v0.43.0

What's Changed

  • Alembic Database Changes by @ABrain7710 in https://github.com/chaoss/augur/pull/1914
  • Merge andrew-dev into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1917
  • Merge isaac new into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1918
  • Update augur-new with main by @sgoggins in https://github.com/chaoss/augur/pull/1924
  • augur-new-andrew into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1925
  • CLI Commands for User Creation by @sgoggins in https://github.com/chaoss/augur/pull/1929
  • Make tasks throw errors when repo does not exist by @ABrain7710 in https://github.com/chaoss/augur/pull/1932
  • Augur new Remove Hard Coded Repoid and Change platformid to 1 by @ABrain7710 in https://github.com/chaoss/augur/pull/1933
  • Add Database String Connection Text by @ABrain7710 in https://github.com/chaoss/augur/pull/1934
  • Change cli/user.py to sqlalchemy syntax by @ABrain7710 in https://github.com/chaoss/augur/pull/1938
  • Keep Augur-New Up to Date by @sgoggins in https://github.com/chaoss/augur/pull/1942
  • small patch to requestdictfrom_endpoint by @IsaacMilarky in https://github.com/chaoss/augur/pull/1944
  • Merge update query by @ABrain7710 in https://github.com/chaoss/augur/pull/1947
  • Split up github tasks into separate files and fix pr reviewers by @ABrain7710 in https://github.com/chaoss/augur/pull/1949
  • Add more tests to pr tasks by @ABrain7710 in https://github.com/chaoss/augur/pull/1950
  • Add init files to all packages by @ABrain7710 in https://github.com/chaoss/augur/pull/1951
  • Add ability to configure redis database by @ABrain7710 in https://github.com/chaoss/augur/pull/1952
  • Implement routes to change config by @ABrain7710 in https://github.com/chaoss/augur/pull/1954
  • Make logs get the log level and directory from config rather than using defaults by @ABrain7710 in https://github.com/chaoss/augur/pull/1955
  • Fix error that happens if legacy migration fail in the schema script by @ABrain7710 in https://github.com/chaoss/augur/pull/1956
  • Add docs strings, linting, and several types by @ABrain7710 in https://github.com/chaoss/augur/pull/1957
  • Augur new fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/1958
  • Implement augur routine by @sgoggins in https://github.com/chaoss/augur/pull/1961
  • Augur new commands by @sgoggins in https://github.com/chaoss/augur/pull/1959
  • Augur new andrew by @sgoggins in https://github.com/chaoss/augur/pull/1960
  • Revert "Implement augur routine" by @ABrain7710 in https://github.com/chaoss/augur/pull/1963
  • Fix @server.app.route by @ABrain7710 in https://github.com/chaoss/augur/pull/1964
  • Merging Andrew's Branch by @sgoggins in https://github.com/chaoss/augur/pull/1966
  • Small update to Isaac/Andrew Merged Branch by @sgoggins in https://github.com/chaoss/augur/pull/1969
  • Add user API endpoints by @Priya730 in https://github.com/chaoss/augur/pull/1953
  • Patch Augur-new's task scheduling mechanism by @IsaacMilarky in https://github.com/chaoss/augur/pull/1975
  • Remove duplicate data before inserting by @ABrain7710 in https://github.com/chaoss/augur/pull/1976
  • Augur new cntrb insert fix by @ABrain7710 in https://github.com/chaoss/augur/pull/1977
  • Small changes to processdictresponse by @ABrain7710 in https://github.com/chaoss/augur/pull/1979
  • Make detectrepomove and collectrepoinfo execute in a group by @IsaacMilarky in https://github.com/chaoss/augur/pull/1981
  • augur user add cli commands fixed by @Priya730 in https://github.com/chaoss/augur/pull/1968
  • Fix for null characters in strings of issue data by @ABrain7710 in https://github.com/chaoss/augur/pull/1982
  • Augur New Updates from Andrew and John Into augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1985
  • Add exception to catch protocol error by @ABrain7710 in https://github.com/chaoss/augur/pull/1987
  • augur-new updates to augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1988
  • Remove more null string data from github data by @ABrain7710 in https://github.com/chaoss/augur/pull/1989
  • Dev Branch Update for Augur New : augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1990
  • Change uniques for prs and issues by @ABrain7710 in https://github.com/chaoss/augur/pull/1991
  • Dev Sync on New Augur for PR/ISSUE patch. by @sgoggins in https://github.com/chaoss/augur/pull/1992
  • Cherrypick login dev by @sgoggins in https://github.com/chaoss/augur/pull/1993
  • Update a copy of the ML patch with augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1996
  • Alembic Script update by @sgoggins in https://github.com/chaoss/augur/pull/2000
  • Machine Learning Workers Working by @sgoggins in https://github.com/chaoss/augur/pull/1999
  • Bringing augur-new-dev up to date with changes to main by @sgoggins in https://github.com/chaoss/augur/pull/2002
  • Update Augur New with Development Work by @sgoggins in https://github.com/chaoss/augur/pull/2001
  • Miscellaneous Fixes to Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2012
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2016
  • Augur new ml fixes by @sgoggins in https://github.com/chaoss/augur/pull/2017
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2018
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2022
  • Overhaul Facade and add needed functionality to PR collection. by @IsaacMilarky in https://github.com/chaoss/augur/pull/2019
  • Augur new ml fixes spg by @sgoggins in https://github.com/chaoss/augur/pull/2024
  • Merge testing and repo api changes into Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2023
  • Push fixes from dev into ML branch by @sgoggins in https://github.com/chaoss/augur/pull/2025
  • ML Updates to dev by @sgoggins in https://github.com/chaoss/augur/pull/2026
  • Updating augur-new with minor changes from main by @sgoggins in https://github.com/chaoss/augur/pull/2030
  • Documentation update from Main by @sgoggins in https://github.com/chaoss/augur/pull/2031
  • Augur new fix db error by @sgoggins in https://github.com/chaoss/augur/pull/2032
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2029
  • Augur new dev Release Ready by @sgoggins in https://github.com/chaoss/augur/pull/2039
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2041
  • Release Augur Version 0.43.0 by @sgoggins in https://github.com/chaoss/augur/pull/2042

Full Changelog: https://github.com/chaoss/augur/compare/v0.42.5...v0.43.0

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.42.6 - Eras

What's Changed

  • Update Augur New with Development Work by @sgoggins in https://github.com/chaoss/augur/pull/2001
  • Miscellaneous Fixes to Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2012
  • Overhaul Facade and add needed functionality to PR collection. by @IsaacMilarky in https://github.com/chaoss/augur/pull/2019
  • Updating augur-new with minor changes from main by @sgoggins in https://github.com/chaoss/augur/pull/2030

Full Changelog: https://github.com/chaoss/augur/compare/0.42.4...v0.42.6

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.42.4 - Eras

What's Changed

  • Alembic Database Changes by @ABrain7710 in https://github.com/chaoss/augur/pull/1914
  • Merge andrew-dev into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1917
  • Merge isaac new into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1918
  • Update augur-new with main by @sgoggins in https://github.com/chaoss/augur/pull/1924
  • augur-new-andrew into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1925
  • CLI Commands for User Creation by @sgoggins in https://github.com/chaoss/augur/pull/1929
  • Make tasks throw errors when repo does not exist by @ABrain7710 in https://github.com/chaoss/augur/pull/1932
  • Augur new Remove Hard Coded Repoid and Change platformid to 1 by @ABrain7710 in https://github.com/chaoss/augur/pull/1933
  • Add Database String Connection Text by @ABrain7710 in https://github.com/chaoss/augur/pull/1934
  • Change cli/user.py to sqlalchemy syntax by @ABrain7710 in https://github.com/chaoss/augur/pull/1938
  • Keep Augur-New Up to Date by @sgoggins in https://github.com/chaoss/augur/pull/1942
  • small patch to requestdictfrom_endpoint by @IsaacMilarky in https://github.com/chaoss/augur/pull/1944
  • Merge update query by @ABrain7710 in https://github.com/chaoss/augur/pull/1947
  • Split up github tasks into separate files and fix pr reviewers by @ABrain7710 in https://github.com/chaoss/augur/pull/1949
  • Add more tests to pr tasks by @ABrain7710 in https://github.com/chaoss/augur/pull/1950
  • Add init files to all packages by @ABrain7710 in https://github.com/chaoss/augur/pull/1951
  • Add ability to configure redis database by @ABrain7710 in https://github.com/chaoss/augur/pull/1952
  • Implement routes to change config by @ABrain7710 in https://github.com/chaoss/augur/pull/1954
  • Make logs get the log level and directory from config rather than using defaults by @ABrain7710 in https://github.com/chaoss/augur/pull/1955
  • Fix error that happens if legacy migration fail in the schema script by @ABrain7710 in https://github.com/chaoss/augur/pull/1956
  • Add docs strings, linting, and several types by @ABrain7710 in https://github.com/chaoss/augur/pull/1957
  • Augur new fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/1958
  • Implement augur routine by @sgoggins in https://github.com/chaoss/augur/pull/1961
  • Augur new commands by @sgoggins in https://github.com/chaoss/augur/pull/1959
  • Augur new andrew by @sgoggins in https://github.com/chaoss/augur/pull/1960
  • Revert "Implement augur routine" by @ABrain7710 in https://github.com/chaoss/augur/pull/1963
  • Fix @server.app.route by @ABrain7710 in https://github.com/chaoss/augur/pull/1964
  • Merging Andrew's Branch by @sgoggins in https://github.com/chaoss/augur/pull/1966
  • Small update to Isaac/Andrew Merged Branch by @sgoggins in https://github.com/chaoss/augur/pull/1969
  • Add user API endpoints by @Priya730 in https://github.com/chaoss/augur/pull/1953
  • Patch Augur-new's task scheduling mechanism by @IsaacMilarky in https://github.com/chaoss/augur/pull/1975
  • Remove duplicate data before inserting by @ABrain7710 in https://github.com/chaoss/augur/pull/1976
  • Augur new cntrb insert fix by @ABrain7710 in https://github.com/chaoss/augur/pull/1977
  • Small changes to processdictresponse by @ABrain7710 in https://github.com/chaoss/augur/pull/1979
  • Make detectrepomove and collectrepoinfo execute in a group by @IsaacMilarky in https://github.com/chaoss/augur/pull/1981
  • augur user add cli commands fixed by @Priya730 in https://github.com/chaoss/augur/pull/1968
  • Fix for null characters in strings of issue data by @ABrain7710 in https://github.com/chaoss/augur/pull/1982
  • Augur New Updates from Andrew and John Into augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1985
  • Add exception to catch protocol error by @ABrain7710 in https://github.com/chaoss/augur/pull/1987
  • augur-new updates to augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1988
  • Remove more null string data from github data by @ABrain7710 in https://github.com/chaoss/augur/pull/1989
  • Dev Branch Update for Augur New : augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1990
  • Change uniques for prs and issues by @ABrain7710 in https://github.com/chaoss/augur/pull/1991
  • Dev Sync on New Augur for PR/ISSUE patch. by @sgoggins in https://github.com/chaoss/augur/pull/1992
  • Cherrypick login dev by @sgoggins in https://github.com/chaoss/augur/pull/1993
  • Update a copy of the ML patch with augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1996
  • Alembic Script update by @sgoggins in https://github.com/chaoss/augur/pull/2000
  • Machine Learning Workers Working by @sgoggins in https://github.com/chaoss/augur/pull/1999
  • Bringing augur-new-dev up to date with changes to main by @sgoggins in https://github.com/chaoss/augur/pull/2002
  • Update instruction for contributing to the source code by @Nene-S in https://github.com/chaoss/augur/pull/2010
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2016
  • Updated Documentation images by @meetagrawal09 in https://github.com/chaoss/augur/pull/2015
  • Augur new ml fixes by @sgoggins in https://github.com/chaoss/augur/pull/2017
  • Isaac debug by @sgoggins in https://github.com/chaoss/augur/pull/2018
  • Augur new dev by @sgoggins in https://github.com/chaoss/augur/pull/2022
  • Augur new ml fixes spg by @sgoggins in https://github.com/chaoss/augur/pull/2024
  • Merge testing and repo api changes into Augur New by @ABrain7710 in https://github.com/chaoss/augur/pull/2023
  • Updating regularlyuseddata.rst by @witchtrish in https://github.com/chaoss/augur/pull/2014
  • Push fixes from dev into ML branch by @sgoggins in https://github.com/chaoss/augur/pull/2025
  • ML Updates to dev by @sgoggins in https://github.com/chaoss/augur/pull/2026
  • Fixed broken image refs by @meetagrawal09 in https://github.com/chaoss/augur/pull/2021
  • Documentation update from Main by @sgoggins in https://github.com/chaoss/augur/pull/2031
  • Augur new fix db error by @sgoggins in https://github.com/chaoss/augur/pull/2032

New Contributors

  • @Nene-S made their first contribution in https://github.com/chaoss/augur/pull/2010
  • @meetagrawal09 made their first contribution in https://github.com/chaoss/augur/pull/2015
  • @witchtrish made their first contribution in https://github.com/chaoss/augur/pull/2014

Full Changelog: https://github.com/chaoss/augur/compare/v0.28.3...0.42.4

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.42.0 - Uecker

What's Changed

  • Alembic Database Changes by @ABrain7710 in https://github.com/chaoss/augur/pull/1914
  • Merge andrew-dev into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1917
  • Merge isaac new into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1918
  • Update augur-new with main by @sgoggins in https://github.com/chaoss/augur/pull/1924
  • augur-new-andrew into augur-new by @ABrain7710 in https://github.com/chaoss/augur/pull/1925
  • CLI Commands for User Creation by @sgoggins in https://github.com/chaoss/augur/pull/1929
  • Make tasks throw errors when repo does not exist by @ABrain7710 in https://github.com/chaoss/augur/pull/1932
  • Augur new Remove Hard Coded Repoid and Change platformid to 1 by @ABrain7710 in https://github.com/chaoss/augur/pull/1933
  • Add Database String Connection Text by @ABrain7710 in https://github.com/chaoss/augur/pull/1934
  • Change cli/user.py to sqlalchemy syntax by @ABrain7710 in https://github.com/chaoss/augur/pull/1938
  • Keep Augur-New Up to Date by @sgoggins in https://github.com/chaoss/augur/pull/1942
  • small patch to requestdictfrom_endpoint by @IsaacMilarky in https://github.com/chaoss/augur/pull/1944
  • Merge update query by @ABrain7710 in https://github.com/chaoss/augur/pull/1947
  • Split up github tasks into separate files and fix pr reviewers by @ABrain7710 in https://github.com/chaoss/augur/pull/1949
  • Add more tests to pr tasks by @ABrain7710 in https://github.com/chaoss/augur/pull/1950
  • Add init files to all packages by @ABrain7710 in https://github.com/chaoss/augur/pull/1951
  • Add ability to configure redis database by @ABrain7710 in https://github.com/chaoss/augur/pull/1952
  • Implement routes to change config by @ABrain7710 in https://github.com/chaoss/augur/pull/1954
  • Make logs get the log level and directory from config rather than using defaults by @ABrain7710 in https://github.com/chaoss/augur/pull/1955
  • Fix error that happens if legacy migration fail in the schema script by @ABrain7710 in https://github.com/chaoss/augur/pull/1956
  • Add docs strings, linting, and several types by @ABrain7710 in https://github.com/chaoss/augur/pull/1957
  • Augur new fixes by @ABrain7710 in https://github.com/chaoss/augur/pull/1958
  • Implement augur routine by @sgoggins in https://github.com/chaoss/augur/pull/1961
  • Augur new commands by @sgoggins in https://github.com/chaoss/augur/pull/1959
  • Augur new andrew by @sgoggins in https://github.com/chaoss/augur/pull/1960
  • Revert "Implement augur routine" by @ABrain7710 in https://github.com/chaoss/augur/pull/1963
  • Fix @server.app.route by @ABrain7710 in https://github.com/chaoss/augur/pull/1964
  • Merging Andrew's Branch by @sgoggins in https://github.com/chaoss/augur/pull/1966
  • Small update to Isaac/Andrew Merged Branch by @sgoggins in https://github.com/chaoss/augur/pull/1969
  • Add user API endpoints by @Priya730 in https://github.com/chaoss/augur/pull/1953
  • Patch Augur-new's task scheduling mechanism by @IsaacMilarky in https://github.com/chaoss/augur/pull/1975
  • Remove duplicate data before inserting by @ABrain7710 in https://github.com/chaoss/augur/pull/1976
  • Augur new cntrb insert fix by @ABrain7710 in https://github.com/chaoss/augur/pull/1977
  • Small changes to processdictresponse by @ABrain7710 in https://github.com/chaoss/augur/pull/1979
  • Make detectrepomove and collectrepoinfo execute in a group by @IsaacMilarky in https://github.com/chaoss/augur/pull/1981
  • augur user add cli commands fixed by @Priya730 in https://github.com/chaoss/augur/pull/1968
  • Fix for null characters in strings of issue data by @ABrain7710 in https://github.com/chaoss/augur/pull/1982
  • Augur New Updates from Andrew and John Into augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1985
  • Add exception to catch protocol error by @ABrain7710 in https://github.com/chaoss/augur/pull/1987
  • augur-new updates to augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1988
  • Remove more null string data from github data by @ABrain7710 in https://github.com/chaoss/augur/pull/1989
  • Dev Branch Update for Augur New : augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1990
  • Change uniques for prs and issues by @ABrain7710 in https://github.com/chaoss/augur/pull/1991
  • Dev Sync on New Augur for PR/ISSUE patch. by @sgoggins in https://github.com/chaoss/augur/pull/1992
  • Cherrypick login dev by @sgoggins in https://github.com/chaoss/augur/pull/1993
  • Update a copy of the ML patch with augur-new-dev by @sgoggins in https://github.com/chaoss/augur/pull/1996
  • Alembic Script update by @sgoggins in https://github.com/chaoss/augur/pull/2000
  • Machine Learning Workers Working by @sgoggins in https://github.com/chaoss/augur/pull/1999
  • Bringing augur-new-dev up to date with changes to main by @sgoggins in https://github.com/chaoss/augur/pull/2002
  • Update Augur New with Development Work by @sgoggins in https://github.com/chaoss/augur/pull/2001

Full Changelog: https://github.com/chaoss/augur/compare/v0.28.2...v0.42.0

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.28.3 - Magnificent

What's Changed

  • Update regularlyuseddata.rst by @Preshh0 in https://github.com/chaoss/augur/pull/2003

Full Changelog: https://github.com/chaoss/augur/compare/v0.28.2...v0.28.3

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.28.2 - Magnificent

What's Changed

  • schema image update by @sgoggins in https://github.com/chaoss/augur/pull/1994

Full Changelog: https://github.com/chaoss/augur/compare/v0.28.1...v0.28.2

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.28.1 - Magnificent

What's Changed

  • Updating Go and OSSF Scorecard when already installed patch by @sgoggins in https://github.com/chaoss/augur/pull/1983

Full Changelog: https://github.com/chaoss/augur/compare/v0.28.0...v0.28.1

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.28.0 - Magnificent

What's Changed

  • Addition of Images to The Data Tables, etc. by @Preshh0 in https://github.com/chaoss/augur/pull/1970
  • Go install version update. by @sgoggins in https://github.com/chaoss/augur/pull/1978

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.8...v0.28.0

- Python
Published by sgoggins over 3 years ago

augur - Release Version 0.27.8: Hawkins

What's Changed

  • Performance Update for Repository Listing API Endpoint. by @sgoggins in https://github.com/chaoss/augur/pull/1940
  • Fix the augurface container by @mscherer in https://github.com/chaoss/augur/pull/1939

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.7...v0.27.8

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.7: Hawkins

What's Changed

  • Add user subcommand CLI by @Priya730 in https://github.com/chaoss/augur/pull/1912
  • schema patch by @sgoggins in https://github.com/chaoss/augur/pull/1936

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.6...v0.27.7

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.6: Hawkins

What's Changed

  • update tornado dependency & schema image updates by @sgoggins in https://github.com/chaoss/augur/pull/1926
  • dockerfile version updates by @sgoggins in https://github.com/chaoss/augur/pull/1927

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.5...v0.27.6

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.5: Hawkins

What's Changed

  • WIP: Add a augurface container by @mscherer in https://github.com/chaoss/augur/pull/1921
  • Updated Docker Container and Augur Versions.

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.4...v0.27.5

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.4: Hawkins

What's Changed

  • NEW VIEW for commits, and unique committers by day. by @sgoggins in https://github.com/chaoss/augur/pull/1910
  • use a fully qualified name for the container by @mscherer in https://github.com/chaoss/augur/pull/1904
  • Addition of the files that display data collected by augur and their different states. by @Preshh0 in https://github.com/chaoss/augur/pull/1915

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.3...v0.27.4

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.3: Hawkins

What's Changed

  • removed ephemeral user permissions by @sgoggins in https://github.com/chaoss/augur/pull/1908

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.2...v0.27.3

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.2: Hawkins

What's Changed

  • Update index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1869
  • Updated the missing link. by @Preshh0 in https://github.com/chaoss/augur/pull/1877
  • Update index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1879
  • Update index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1880
  • Bump shell-quote from 1.7.2 to 1.7.3 in /augurface by @dependabot in https://github.com/chaoss/augur/pull/1886
  • update spg-patch-abq with main by @sgoggins in https://github.com/chaoss/augur/pull/1903
  • Update installation.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1887
  • Embed link to virtualbox. by @Preshh0 in https://github.com/chaoss/augur/pull/1888
  • Update index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1889
  • Update index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1891
  • Update Index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1892
  • Update README.md by @Preshh0 in https://github.com/chaoss/augur/pull/1893
  • Update Index.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1894
  • Update quick-start.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1895
  • Update collecting-data.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1905
  • Schema, Dependency Evaluation, and Machine Learning Updates. by @sgoggins in https://github.com/chaoss/augur/pull/1906

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.1...v0.27.2

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.1: Hawkins

What's Changed

  • Fix for Issue #1873 by @sgoggins in https://github.com/chaoss/augur/pull/1874

Full Changelog: https://github.com/chaoss/augur/compare/v0.27.0...v0.27.1

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.27.0: Hawkins

What's Changed

  • Hardcode the vega version by @mscherer in https://github.com/chaoss/augur/pull/1870
  • Improved management of request timeouts by @sgoggins in https://github.com/chaoss/augur/pull/1871

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.9...v0.27.0

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.26.9: Muskellunge

What's Changed

  • Build the frontend container by @mscherer in https://github.com/chaoss/augur/pull/1865
  • Update requests and urllib3 versions by @sgoggins in https://github.com/chaoss/augur/pull/1866

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.8...v0.26.9

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.26.8: Muskellunge

What's Changed

  • PR template added in .github directory by @Priya730 in https://github.com/chaoss/augur/pull/1861
  • Resolving Issue #1857; Make the texts in the doc more inclusive. by @Preshh0 in https://github.com/chaoss/augur/pull/1858
  • Update quickstart.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1859
  • Update quickstart.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1860
  • update script on facade user resolution by @sgoggins in https://github.com/chaoss/augur/pull/1862

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.7...v0.26.8

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.26.7: Muskellunge

What's Changed

  • Resolving issue 1696 by @Preshh0 in https://github.com/chaoss/augur/pull/1797
  • Fixing Schema Script and Addressing GH API Timeout. by @sgoggins in https://github.com/chaoss/augur/pull/1855

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.6...v0.26.7

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.26.6: Muskellunge

What's Changed

  • Resolving Issue#1709 by @Preshh0 in https://github.com/chaoss/augur/pull/1853
  • Materialized View Updates by @sgoggins in https://github.com/chaoss/augur/pull/1852

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.5...v0.26.6

- Python
Published by sgoggins almost 4 years ago

augur - Release Version 0.26.5: Muskellunge

What's Changed

  • Harriet by @HarrietAkot in https://github.com/chaoss/augur/pull/1810
  • Added literal syntax to create the data structure by @Biki-das in https://github.com/chaoss/augur/pull/1813
  • Update quick-start.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1824
  • fix typo on quick start by @Delight362 in https://github.com/chaoss/augur/pull/1844
  • Updates to Schema, Tests, Workers, Documentation by @sgoggins in https://github.com/chaoss/augur/pull/1848

New Contributors

  • @HarrietAkot made their first contribution in https://github.com/chaoss/augur/pull/1810

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.4...v0.26.5

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.26.4: Muskellunge

Fixed missing parenthesis in version. Full Changelog: https://github.com/chaoss/augur/compare/v0.26.3...v0.26.4

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.26.3: Muskellunge

What's Changed

  • Update contributing.md file Signed-off-by: kunlefash by @kunlefash in https://github.com/chaoss/augur/pull/1809
  • Doc :minor improvement to the Homepage by @Biki-das in https://github.com/chaoss/augur/pull/1814

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.2...v0.26.3

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.26.2: Muskellunge

What's Changed

  • subversion bump by @sgoggins in https://github.com/chaoss/augur/pull/1787
  • ♻️🐍 Fixed typo, added some content to the .gitignore by @yokwejuste in https://github.com/chaoss/augur/pull/1765
  • Fix:Removed duplicate dictionary keys by @Biki-das in https://github.com/chaoss/augur/pull/1771
  • doc : Minor improvment to installation rst by @Biki-das in https://github.com/chaoss/augur/pull/1795
  • Fix typo: changed some words on augur documentation by @Delight362 in https://github.com/chaoss/augur/pull/1793
  • Doc :Improved the current docker setup guide by @Biki-das in https://github.com/chaoss/augur/pull/1791
  • Minor-fix by @Delight362 in https://github.com/chaoss/augur/pull/1794
  • Modified the instructions for Building the docs locally by @Biki-das in https://github.com/chaoss/augur/pull/1796
  • Augur Documentation Update by @oma131 in https://github.com/chaoss/augur/pull/1798
  • Guide to setup VirtualBox and Ubuntu by @VikhyaRK in https://github.com/chaoss/augur/pull/1799
  • Updating Branch Pre-Release by @sgoggins in https://github.com/chaoss/augur/pull/1806
  • Docker Build Patch by @sgoggins in https://github.com/chaoss/augur/pull/1805

New Contributors

  • @yokwejuste made their first contribution in https://github.com/chaoss/augur/pull/1765
  • @Delight362 made their first contribution in https://github.com/chaoss/augur/pull/1793
  • @VikhyaRK made their first contribution in https://github.com/chaoss/augur/pull/1799

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.1...v0.26.2

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.26.1: Muskellunge

What's Changed

  • Update server-deployment.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1710
  • Minor fix by @oma131 in https://github.com/chaoss/augur/pull/1740
  • Update nginx-configuration.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1711
  • Update toc.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1712
  • Update database.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1713
  • Update installation.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1714
  • Spellings fixed by @rooby786 in https://github.com/chaoss/augur/pull/1718
  • Updated db.rst by @Preshh0 in https://github.com/chaoss/augur/pull/1743
  • Added PR template content by @Priya730 in https://github.com/chaoss/augur/pull/1745
  • Grammatically updated the doc. by @rooby786 in https://github.com/chaoss/augur/pull/1668
  • Added a macOSSetupinstructions.md file in the docs folder. Do let me know any further changes. by @Quickbeasts51429 in https://github.com/chaoss/augur/pull/1666
  • Issue1750 by @Priya730 in https://github.com/chaoss/augur/pull/1751
  • Machine Learning Worker Updates + New Table for CHAOSS Users. by @sgoggins in https://github.com/chaoss/augur/pull/1754
  • version bump by @sgoggins in https://github.com/chaoss/augur/pull/1758
  • NLTK Patch by @sgoggins in https://github.com/chaoss/augur/pull/1764
  • Docs:Fixed typos around the docs by @Biki-das in https://github.com/chaoss/augur/pull/1761
  • Contributing.md -Added instruction for setting up the upstream for the repo by @Biki-das in https://github.com/chaoss/augur/pull/1763
  • Improved the Auggie main diagram by @Biki-das in https://github.com/chaoss/augur/pull/1785
  • Fix:Changed the contributing md link from master to main by @Biki-das in https://github.com/chaoss/augur/pull/1784
  • Update nginx-configuration.rst by @asaayushisingh in https://github.com/chaoss/augur/pull/1781
  • Minor Fix by @oma131 in https://github.com/chaoss/augur/pull/1778
  • update readme file signed-off-by: Fasakin Adekunle kunlefashmayop@gm… by @kunlefash in https://github.com/chaoss/augur/pull/1777
  • Minor Typo Fix by @oma131 in https://github.com/chaoss/augur/pull/1776
  • Frontend.rst Documentation update by @oma131 in https://github.com/chaoss/augur/pull/1775
  • Update CONTRIBUTING.md by @asaayushisingh in https://github.com/chaoss/augur/pull/1774
  • Update CODEOFCONDUCT.md by @asaayushisingh in https://github.com/chaoss/augur/pull/1773

New Contributors

  • @rooby786 made their first contribution in https://github.com/chaoss/augur/pull/1718
  • @Preshh0 made their first contribution in https://github.com/chaoss/augur/pull/1743
  • @Quickbeasts51429 made their first contribution in https://github.com/chaoss/augur/pull/1666
  • @Biki-das made their first contribution in https://github.com/chaoss/augur/pull/1761
  • @asaayushisingh made their first contribution in https://github.com/chaoss/augur/pull/1781
  • @kunlefash made their first contribution in https://github.com/chaoss/augur/pull/1777

Full Changelog: https://github.com/chaoss/augur/compare/v0.26.0...v0.26.1

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.26.0: Muskellunge

What's Changed

  • Documentation of enabling HTTPS for augur server by @sbrennan98 in https://github.com/chaoss/augur/pull/1542
  • Documentaion update by @oma131 in https://github.com/chaoss/augur/pull/1737
  • Muskellunge Release! by @sgoggins in https://github.com/chaoss/augur/pull/1738

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.19...v0.26.0

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.19: Monica

What's Changed

  • Minor Typo fix by @Priya730 in https://github.com/chaoss/augur/pull/1725
  • Fix typo by @oma131 in https://github.com/chaoss/augur/pull/1730
  • Minor Fix to Quickstart doc by @oma131 in https://github.com/chaoss/augur/pull/1729
  • Update database.rst by @oma131 in https://github.com/chaoss/augur/pull/1731
  • Documentation Update by @oma131 in https://github.com/chaoss/augur/pull/1732
  • Message Insights Worker Updates by @sgoggins in https://github.com/chaoss/augur/pull/1733

New Contributors

  • @Priya730 made their first contribution in https://github.com/chaoss/augur/pull/1725

Full Changelog: https://github.com/chaoss/augur/compare/V0.25.18...v0.25.19

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.18: Growing Up

What's Changed

  • Document MacOS issue during installation by @diananova in https://github.com/chaoss/augur/pull/1708
  • Update server-deployment.rst by @yashtikajigs in https://github.com/chaoss/augur/pull/1719

New Contributors

  • @yashtikajigs made their first contribution in https://github.com/chaoss/augur/pull/1719

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.17...V0.25.18

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.17: Steve Austin

What's Changed

  • Correctly tag the images by @mscherer in https://github.com/chaoss/augur/pull/1704

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.16...v0.25.17

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.16: Faster, Stronger, Smarter

What's Changed

  • Update documentation by @diananova in https://github.com/chaoss/augur/pull/1702
  • Fix typos in documentation by @diananova in https://github.com/chaoss/augur/pull/1701

New Contributors

  • @diananova made their first contribution in https://github.com/chaoss/augur/pull/1702

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.15...v0.25.16

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.15: Baseball, Hot Dogs, Apple Pie, and Cheverolet

What's Changed: Documentation and Docker Build CI

  • Update index.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1699
  • Update quick-start.rst by @lylynaheng in https://github.com/chaoss/augur/pull/1698
  • Fix Documentation Format by @oma131 in https://github.com/chaoss/augur/pull/1697
  • Add a workflow for CI by @mscherer in https://github.com/chaoss/augur/pull/1695
  • typo by @preeti-14-7 in https://github.com/chaoss/augur/pull/1693
  • Improved CONTRIBUTING.md by @flyagaricdev in https://github.com/chaoss/augur/pull/1686

New Contributors

  • @lylynaheng made their first contribution in https://github.com/chaoss/augur/pull/1699
  • @oma131 made their first contribution in https://github.com/chaoss/augur/pull/1697
  • @preeti-14-7 made their first contribution in https://github.com/chaoss/augur/pull/1693

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.14...v0.25.15

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.14: Early morning, April 4

What's Changed

  • Update getting-started.rst by @FalanaTolu in https://github.com/chaoss/augur/pull/1679
  • Corrected the wrong URLs of augur's documentation and development installation instructions in CONTRIBUTING.md by @Shivani-Parihar99 in https://github.com/chaoss/augur/pull/1670
  • Update toc.rst by @jiisa-k in https://github.com/chaoss/augur/pull/1675
  • Update installation.rst by @jiisa-k in https://github.com/chaoss/augur/pull/1676
  • This is my first commit by @manishsaini6421 in https://github.com/chaoss/augur/pull/1677
  • Fix typos and change case in GS - Installation by @flyagaricdev in https://github.com/chaoss/augur/pull/1682
  • Fixed typo in Getting Started- cli-db by @flyagaricdev in https://github.com/chaoss/augur/pull/1683
  • Fixed typo in GS- Collecting Data by @flyagaricdev in https://github.com/chaoss/augur/pull/1684
  • Fixed punctuation and code-block in GS-CLI-Backend by @flyagaricdev in https://github.com/chaoss/augur/pull/1685
  • Updates to Schema and Documentation by @sgoggins in https://github.com/chaoss/augur/pull/1691

New Contributors

  • @FalanaTolu made their first contribution in https://github.com/chaoss/augur/pull/1679
  • @Shivani-Parihar99 made their first contribution in https://github.com/chaoss/augur/pull/1670
  • @jiisa-k made their first contribution in https://github.com/chaoss/augur/pull/1675
  • @manishsaini6421 made their first contribution in https://github.com/chaoss/augur/pull/1677
  • @flyagaricdev made their first contribution in https://github.com/chaoss/augur/pull/1682

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.12...v0.25.14

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.12: 99 Luftballons

What's Changed

  • Automation Schema Change - Added Schema Explicitly by @sgoggins in https://github.com/chaoss/augur/pull/1663

This is Augur's 99th release!

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.11...v0.25.12

99 Luftballons Lyrics

Hast du etwas Zeit für mich? Dann singe ich ein Lied für dich Von neunundneunzig Luftballons Auf ihrem Weg zum Horizont Denkst du vielleicht grad an mich? Dann singe ich ein Lied für dich Von neunundneunzig Luftballons Und dass sowas von sowas kommt Neunundneunzig Luftballons Auf ihrem Weg zum Horizont Hielt man für Ufos aus dem All Darum schickte ein General 'Ne Fliegerstaffel hinterher Alarm zu geben, wenn's so wär' Dabei war'n dort am Horizont Nur neunundneunzig Luftballons Neunundneunzig Düsenflieger Jeder war ein großer Krieger Hielten sich für Captain Kirk Das gab ein großes Feuerwerk Die Nachbarn haben nichts gerafft Und fühlten sich gleich angemacht Dabei schoss man am Horizont Auf neunundneunzig Luftballons Neunundneunzig Kriegsminister Streichholz und Benzinkanister Hielten sich für schlaue Leute Witterten schon fette Beute Riefen: "Krieg!" und wollten Macht Mann, wer hätte das gedacht Dass es einmal so weit kommt Wegen neunundneunzig Luftballons Wegen neunundneunzig Luftballons Neunundneunzig Luftballons Neunundneunzig Jahre Krieg Ließen keinen Platz für Sieger Kriegsminister gibt's nicht mehr Und auch keine Düsenflieger Heute zieh' ich meine Runden Seh' die Welt in Trümmern liegen Hab' 'n Luftballon gefunden Denk' an dich und lass' ihn fliegen

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.11: Keanu Reeves

What's Changed

  • In rare cases, when running multiple workers, duplicate entries were created for some objects by @sgoggins in https://github.com/chaoss/augur/pull/1658

“Art is about trying to find the good in people and making the world a more compassionate place.” -- Keanu Reeves

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.10...v0.25.11

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.10: Les Nouveaux Arrivants Sont Géniaux

What's Changed

  • Add https support to augurface by @mscherer in https://github.com/chaoss/augur/pull/1659

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.9...v0.25.10

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.9: Margaret Mead Said: “Never doubt that a small group of thoughtful, committed, citizens can change the world. Indeed, it is the only thing that ever has.”

What's Changed

  • Documentation Update by @sgoggins in https://github.com/chaoss/augur/pull/1656

“Never doubt that a small group of thoughtful, committed, citizens can change the world. Indeed, it is the only thing that ever has.” --Margaret Mead.

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.8...v0.25.9

- Python
Published by sgoggins about 4 years ago

augur - Release Version 0.25.8: Ok Go!

What's Changed

  • Quickstart Documentation update. by @sgoggins in https://github.com/chaoss/augur/pull/1653
  • Updated quickstart instructions. by @sgoggins in https://github.com/chaoss/augur/pull/1654

Full Changelog: https://github.com/chaoss/augur/compare/v0.25.6...v0.25.8

- Python
Published by sgoggins about 4 years ago