Open JosiahRegencia opened 6 years ago
For today, I fixed conflicts in PR #139
At the same time, I dealt with de-duplication of some code blocks.
https://github.com/Doveps/mono/blob/cc123d2e7dee73f598cbe215a776d23ddd4e02dc/savant/app/query.py#L180-L186
I characterized debs, groups, shadow, users as flavors instead. I hope that's right.
debs
groups
shadow
users
flavors
To access, just add the flavor to the url: https://github.com/Doveps/mono/blob/cc123d2e7dee73f598cbe215a776d23ddd4e02dc/savant/app/results.py#L81-L87
Made a PR. PR #147
For today, I fixed conflicts in PR #139
At the same time, I dealt with de-duplication of some code blocks.
https://github.com/Doveps/mono/blob/cc123d2e7dee73f598cbe215a776d23ddd4e02dc/savant/app/query.py#L180-L186
I characterized
debs
,groups
,shadow
,users
asflavors
instead. I hope that's right.To access, just add the flavor to the url: https://github.com/Doveps/mono/blob/cc123d2e7dee73f598cbe215a776d23ddd4e02dc/savant/app/results.py#L81-L87
Made a PR. PR #147