Skip to content

Conversation

Chadyshack
Copy link

Adds flags --archived and --forked to each of the main files.

Users can specify Yes or No to include forked or archived repositories in the results.

@CLAassistant
Copy link

CLAassistant commented Oct 29, 2024

CLA assistant check
All committers have signed the CLA.

@Chadyshack
Copy link
Author

Closes #47

@adhit-r adhit-r requested review from dinpraka and sai100 and removed request for sai100 November 8, 2024 05:26
@adhit-r
Copy link
Contributor

adhit-r commented Nov 11, 2024

@dinpraka and @sai100 can you please check on this

@adhit-r adhit-r requested review from jansiraj and removed request for dinpraka February 5, 2025 09:47
@adhit-r adhit-r linked an issue Feb 5, 2025 that may be closed by this pull request
@adhit-r
Copy link
Contributor

adhit-r commented Feb 25, 2025

@jansiraj @sai100

Copy link
Collaborator

@jansiraj jansiraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding is fine but Functionality seems to be not working while testing


argparser.add_argument(
"-a",
"--archived",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the argument parser as --include-archived or -ia and for forked --include-forked or -if for better user understanding or also change help message like "Pass Yes or No to include archived repositories for search. Default is Yes". change in all the respective files wherever used

self._base_url,
params={
"q": f"{search_query} {additional_qualifiers}",
"q": q_string,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

search api Not filtering archived repos correctly.Need to fix it

self._base_url,
params={
"q": f"{search_query}",
"q": q_string,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

search api Not filtering archived repos correctly.Need to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repository Filtering

4 participants