Alan Evangelista

Results 18 comments of Alan Evangelista

jmaas, why MongoDB and CouchDB support makes sense and MySQL does not?

I agree. Using a relational database (eg MySQL), simply putting the object JSON in a table with one column as it was done brings no benefit, it would be better...

As zookeeper/etcd focus is on distributed systems and Cobbler is not a distributed system, I think they are overkill. If we developed proxies similar to Foreman, we could rethink this,...

Jörgen, I have been working with MongoDB in another project recently and I could work on this if you are ok with it.

Cheetah is a popular templating engine, I personally do not have a problem with it. We already support another templating engine (Jinja2), so the issue here is fixing the support...

I have fixed this, I will submit a pull request soon.

This seems a koan-specific feature request. It would be good to be able to filter those. github supports custom labels (eg koan)? Otherwise we could just add a tag to...

I assume profile_data is a Cobbler profile object converted to dict. "autoinst" is indeed a wrong attribute name, it should be "autoinstall" (see cobbler/item_profile.py)

I have the same problem. It seems there is no development on this bug.

I had the same issue today. ![Screenshot from 2024-09-17 14-11-54](https://github.com/user-attachments/assets/7af62861-8dba-4ed8-9e6b-8da0bd0a80ea) ![Screenshot from 2024-09-17 14-21-30](https://github.com/user-attachments/assets/ac6f98b4-8d4b-4b36-a36f-b476ebad5035) (Pdb) request.headers {'Authorization': 'Bearer ', 'User-Agent': 'PostmanRuntime/7.35.0', 'Accept': '*/*', 'Cache-Control': 'no-cache', 'Postman-Token': 'e344c14d-3dee-40c6-b84e-fe39fc0bfc89', 'Host': 'localhost:8000', 'Accept-Encoding':...