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

317 Openhub API Interface Functions #325

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

beydlern
Copy link
Collaborator

  • Created undocumented Ohloh API interfacing functions to access OpenHub's database.
  • Rough openhub_project_search.Rmd notebook that allows the user to search for projects based on code language and organization name (temp_max_number_of_portfolio_projects_pages_to_search_through is a temporary variable (renamed in the future) that will limit the number of pages the openhub_api_portfolio_projects function will request to not consume too many API requests when testing, currently set to 1 (one page)).

anthonyjlau and others added 30 commits March 22, 2024 17:47
Added get  functions for mbox, jira,        and github.
Functions that require something from a list (ie. conf[["version_control"]][["branch"]][4]) now have an index parameter. (ie. conf[["version_control"]][["branch"]][branch_index]) Also finished the rest of the get methods for all notebooks.
I normalized the comments by having it follow a format. I added if wrappers to catch null values.
I changed the documentation of the JIRA functions to return a list of project keys and storage paths (HADOOP case).

I also changed the documentation of the mbox function to return a list of storage paths.
Confirming setup for committing and PR reflection.
Confirming setup for committing and PR reflection.
In each notebook, the working directory is the vignettes/ directory, however, the getwd() command states that the working directory is the kaiaulu/ folder itself. This is because each R code chunk considers its directory to be the working directory. To test the functionality of the get functions, I edited the config file to reflect the relative directory of vignettes/, thus parent directory ../ file path changes were added to each function.
The source("../R/config.R") reference was previously used to import the get() functions from config.R, however I wasn't building the project correctly. Now, this incorrect reference can be removed.
Due to a minor misunderstanding on my part, I added in relative paths in the config.R file from the notebook's directory, this was due to the IDE RStudio changing the working directory to the current running notebook directory rather than staying at the project directory.
- Function titles, descriptions, and parameter documentation were reviewed and redefined.
- Removed inefficient hardcoding of tools.yml and duplicated "config" path code.
- Appropriate warning messages were added to each function in the case of the return value possessing the NULL value.
- Notebook blamed_line_types_showcase.Rmd was updated to reflect follow the redefined R/config.R get functions.
- config.R was modified to possess descriptive get function titles and descriptions as well as a separation of getter functions into groups for clarity.
- Some appropriate notebooks (every notebook in vignettes/ that doesn't have an "_" prefix) were decoupled to use the get() functions from config.R in lieu of hard-coded paths to the configuration files.
- Updated mailing_list for conf/ files
- Updated issue_tracker for conf/ files
- Refactored most of the notebooks to replace the hard coded paths with the getter functions in R/config.R
- Updated a few of the configuration files (.yml extension) in conf/ fixing some syntax and indentation errors
- Added another getter function in R/config.r called get_github_issue_event_path
- Edited DESCRIPTION to incorporate myself as a contributor
- Edited NEWS.md to describe refactoring getter function feature.
- config_file parameter description was incorrect, a reference to how it is obtained was added to its description.
- renamed get_parsed() to parse_config() and changed the appropriate getter calls in all of the notebooks.
- reverted RoxygenNote version in DESCRIPTION
- config.R functions are organized to follow the same formatting as the conf files
- All conf files issue_trackers have been updated.
- get_mbox_mailing_list() and get_mbox_archive_type() were removed as the keys that they are grabbing are scheduled for removal.
- added two new bugzilla getter functions get_bugzilla_issue_comment_path and get_bugzilla_issue_path
- Implemented two pipermail mailing list getters get_pipermail_domain and get_pipermail_path
- Implemented two more getter functions: get_mbox_input_file() and get_pipermail_input_file()
- Added Scitools understand section to tools
- Updated mailing_list
- Implemented 4 Getter functions: get_understand_code_language(), get_understand_keep_dependencies_type(), get_understand_project_path(), and get_understand_output_path().
- Changed get_code_language() and get_keep_dependencies_type() to get_depends_code_language() and get_depends_keep_dependencies_type(), respectively as well as updated the appropriate notebooks that used these getters.
beydlern and others added 4 commits October 10, 2024 11:20
- Updated NEWS.md
- Minor change to mailing_list
- The project configuration sections of each notebook was incorrectly using the project directory (kaiaulu/) as their working directory rather than the directory that they reside in (/vignettes/) as their working directory.
- Uncommented the output_filepath line for pattern4 tool in junit5.yml configuration file.
- Uncommented the mod_mbox mailing list section for mailing_list in openssl.yml configuration file.
- The functions, openhub_api_analyses, openhub_api_iterate_pages, openhub_api_organizations, openhub_api_portfolio_projects, openhub_api_projects, openhub_parse_analyses, openhub_parse_organizations, openhub_parse_portfolio_projects, and openhub_parse_projects, were implemented (WITHOUT DOCUMENTATION).
- A notebook, openhub_project_search, demonstrating the capability of interacting with the OpenHub project database through the Ohloh API to search for projects has been implemented.
@beydlern beydlern linked an issue Oct 27, 2024 that may be closed by this pull request
13 tasks
@beydlern beydlern marked this pull request as ready for review October 27, 2024 10:34
- Documentation builder functions incorrectly updated RoxygenNote version, this commit reverts this change.
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.

OpenHub API Interfacing for Project Search
4 participants