-
Notifications
You must be signed in to change notification settings - Fork 877
Next #398
Conversation
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Various gunicorn launch stances are now more uniform. Normalized the use of environment variables to bind the host and port. Synching contrib scripts that fall out of synch earlier. Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Test, style are expressed separately. No longer a need for -tox specific requirements. Separate folder for requirements files. Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Workflow is usable again. Notes about how to use. Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Master should contain the next to be released version. Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
This is much nicer, thanks :). On Fri, May 30, 2014 at 08:37:18AM -0700, Mangled Deutz wrote:
Can we just drop the Python dependencies from CONTRIBUTE.md and list $ pip install -r requirements/test.txt with requirements/test.txt holding: -r main.txt Hacking itself depends on a specific version of flake8 1, so I I'm not sure what our minimal versions actually are. For folks who docker_registry.server.env.defined is a global variable not used
There's still some non-trivial stuff going on here. How does the
Do you expect folks to want the style requirements without the test -r main.txt in style.txt? You'd have to restore the flake8 requirement to I prefer the nestable $(…) to pip install --download-cache=~/.pip-cache "file://${PWD}#egg=docker-registry[bugsnag]" || exit 1
“# XXX revert” ? Does this have some magic effect? If it's aimed at
I expect the dummy Base.init is to consume **kwargs that are |
Sure.
Sorry if some slipped through - it was not always easy to split the different modifications into coherent commits.
It's useless. Flake ignores it as it found configuration already in the tox file (this (admittedly strange) behavior is documented somewhere on the flake doc site).
So that people who might add something in it don't forget it. Not that useful, agreed - but not that harmful either.
Because we want people who
Again, this is about automation, not about what folks install system-wide (and I really think global install is bad practice) - but see above for the reason why I want "style" to stay standalone.
Agreed.
Yes, it makes differential anisotropic Higgs boson follow the abelian group underneath the unicorn that runs the bike inside the registry :-) Thanks for the thorough review! |
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
On Fri, May 30, 2014 at 09:59:27AM -0700, Mangled Deutz wrote:
There's no reason you can't have loosely-versioned reqirement files
Understood. And it doesn't have to be perfect to land, otherwise we'd
These make sense to me :). In an ideal world I'd like them written up
:D. |
LGTM, just wondering what purpose |
@shin- I would love to cleanup the root of the package - and have under The point being to have a clearer organization, and possibly to re-expose our scripts more elegantly as cmd entrypoints. Anyhow, this is rather medium term, as reliability and bugfixes come first. |
This is almost exactly the same as #395 except:
@samalba already LGTM-ed #395 so that should merge relatively fast, but please (@shin- @wking) take a moment to get over this.
And this still fix #377, #376 and #368