Noah

Results 16 comments of Noah

I installed this fork in my Django 2.2 project with django-debug-toolbar 2.2 and although the flamegraph tab now shows up in the toolbar, it is grayed out. My `DEBUG_TOOLBAR_CONFIG.DISABLE_PANELS` =...

@aleksanb I think it may work with djdt 2.2 - I upgraded to 3.0a1 and am seeing the same grayed out behavior EDIT: Actually, turns out the styling of my...

Everyone here is welcome to build my fork if they want in the meantime. https://github.com/rancherfederal/hauler/pull/242 https://github.com/ngearhart/hauler/tree/main It allows you to add `--prepend-path` to `hauler store copy` command to add that...

@dweomer That still does not work for a registry like Artifactory due to the login step. Artifactory is a special case where you must login to the root (artifactory.example.com) but...

Strangely enough, I am having trouble reproducing. I will work on it.

@zackbradys I have not, sorry. I'm a bit swamped with other priorities at work right now, but will check in on this as soon as I can.

I can confirm that ``` hauler store load .tar.zst hauler login https://artifactory.example.com --username ... --password ... hauler story sync registry://artifactory.example.com/path ``` Does work for my use case. Therefore I am...

I mentioned in #241 that a potential alternative solution to this could be a manifest rewrite rule: ``` apiVersion: content.hauler.cattle.io/v1alpha1 kind: Images metadata: name: test spec: images: - name: registry1.dso.mil/ironbank/big-bang/argocd:v2.9.4...

This implementation does not solve #232 (I mentioned in the issue that depending on how it's implemented, that issue could be solved, but that is not how I implemented this)

We can add this as a configuration option. Feel free to open a pull request, but I can also get this done in a few days.