-
Notifications
You must be signed in to change notification settings - Fork 31
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
Face lift #325
Comments
@yarikoptic Should we maybe make this into a GitHub project with multiple issues instead of just one issue with a lot of tasks? |
wow the description grew, I didn't notice, time flies ;-) ! |
@yarikoptic It turns out that projects have to be created at the organization level, and I apparently don't have permission to create projects for incf-nidash. |
@yarikoptic Question: Currently, the |
@yarikoptic Ping on the above question. |
sorry, missed this one . Unfortunately I don't have those superpowers either. @dbkeator, @cmaumet or @vsoch - could you invite/add us (@yarikoptic and @jwodder ) at the organizational level with enough privileges to create projects if you have those super-powers? |
That file with that line was added in 825aa64 and nothing even at that state suggests using junit anything, so I guess it is indeed safe to just remove it . sent #372 |
Do you need to be an admin or just a member of incf-nidash? I can invite you, I think. |
Thank you @khelm for chiming in! I don't know which level we need, so we could start "low". What if you add us at some basic "write" level? |
@yarikoptic and @jwodder I invited you both to the organization. We have the same permission level as you mention above. Is this new project going to be merged back into the original one? |
@khelm By "project," I mean a GitHub Project, not a repository. |
thank you! I accepted and I think I can create projects now, so I expect @jwodder can too (ping us if I am wrong). |
Project created: https://github.com/orgs/incf-nidash/projects/1 |
Ok, great and thanks for the clarification! |
@jwodder so much of great work was already done. Could we cut a release with some "release" PR? ;) |
src/
layout: Use asrc/
layout #332tox
: Add testing via tox #334tox
: Add & apply pre-commit and linting #329tox
environment for building docs: Enable building docs locally viatox -e docs
#357__future__
imports: Remove Python 2-specific__future__
imports #335six
: Remove uses ofsix
#336profiler.py
andrest-server.py
in repo root (Turn them intotox
envs?)rest-server.py
was taken care of by Clean up Docker-related files #351.profiler.py
was deleted by Deleteprofiler.py
#362.README.rst
markup: Clean upREADME.rst
markup #340tmpdir
test fixture withtmp_path
: Replacetmpdir
fixture withtmp_path
#339sys.path
manipulations are gonebuild
instead ofsetup.py
inpythonpublish.yml
: Usebuild
inpythonpublish.yml
#330setup
fixture innidm/experiment/tests/test_query.py
seems to depend on another test having previously created thecmu_a.nidm.ttl
file. Fix this dependency.: Write test temp files to temp directories #343nidm/experiment/tools/tests/test_nidm_lingreg.py
: Replacecall_click_command()
with appropriate use ofclick.testing.CliRunner
: Clean up Click testing #352Cut down on the use of global variablesMoved to dedicated issue: Eliminate the use of global variables throughout the code #361str.format()
with f-strings: Improve string formatting syntax #364README.md
files in code directories and move their contents (if any) to docstrings of adjacent__init__.py
files: PruneREADME.md
files from code directories #338Fix the test workflow so that there are actually Junit files to uploadurllib.request
withrequests
: Replace uses ofurllib.request
withrequests
#359nidm/experiment/tools/
CONTRIBUTORS
file: Pare down giant comment blocks that largely do what Git already does #363restLog
insrc/nidm/experiment/tools/rest.py
with an actual loggertempfile.gettempdir()
withtempfile.mkdtemp()
The text was updated successfully, but these errors were encountered: