-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/19 integrate the managing script and all managing scripts into one #20
Feature/19 integrate the managing script and all managing scripts into one #20
Conversation
- Updated action.yml file. - Renamed and updated main python file.
- Remove of node.js related lines from README.md.
…composite # Conflicts: # README.md # src/controller.py # src/living_documentation_generator.py
…ng-script-and-all-managing-scripts-into-one # Conflicts: # README.md # action.yml # living_documentation_generator/index.js # living_documentation_generator/living_documentation_generator.py # src/controller.py
Fixes to get logic running.
Release Notes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
run_me.sh
should not be in the GH repository. Update .gitignore with correct name. - data folder now doesn't have to be part of the .gitignore, since we have just output folder.
- gh_action.py has two methods, that are not used in the project at all. Probably will be covered in next step of refactoring.
- Why have we change word
fetch
intomine
. On the other hand somewhere, we still use fetch likefetch_repository_projects
. - Just in my opinion repository_issue sounds better than repo_issue. But it is not important for this PR
living_documentation_generator/github_integration/model/consolidated_issue.py
Outdated
Show resolved
Hide resolved
Changed in commit - 514ba3e.
|
- Did minor changes in code format.
…olute paths to be really usable in outputs.
…g feature. - Correct usage of private class members. - Remove non-sense code.
Closes #19