Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/check-more-info-urls.py: add script #12506

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    34dbca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4eaea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    838eadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f288596 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix/refactor: flake8 errors and unused variables

    Signed-off-by: K.B.Dharun Krishna <[email protected]>
    kbdharun committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    69bfb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164b470 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. refactor/feat/fix: optimize, change file format and colorize output

    - Write any HTTP status code != 200 to the output file.
    - Use better names for some functions.
    - Improve the initial page getting output wording and formatting.
    - Remove some unnecessary functions that makes the initial pages
      getting faster.
    - Write the output URLs to a CSV file, as the previous format
      was very similar.
    - Colorize the displayed HTTP status codes. The corresponding
      colors are documented in the CodeColors class.
    vitorhcl committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8f41270 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. refactor/docs: extract code in main, rename names, and improve docume…

    …ntation
    
    - Extract URL parsing and bad URLs writing from main() to
      find_and_write_bad_urls()
    - Rename some functions, variables and parameters
    - Improve the documentation of the functions
    - Document the missing return types
    vitorhcl committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b42981e View commit details
    Browse the repository at this point in the history
  2. refactor/fix: (quickly) get all pages at one go

    Before, find_all_pages was getting all pages multiple times while
    iterating over the platforms too, which was hugely slowing down the page
    finding.
    vitorhcl committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7b7e287 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 18, 2024

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