mwielgoszewski / doorman

an osquery fleet manager
MIT License
621 stars 90 forks source link

Unable to upload packs #126

Closed rubenrodr-versia closed 7 years ago

rubenrodr-versia commented 7 years ago

Hi Marcin,

When i try to upload a pack i get the message:

image

but doorman is not displaying any pack after this.

Thanks. Best regards.

rubenrodr-versia commented 7 years ago

I noticed that when adding a new query, packs are being displayed:

image

mwielgoszewski commented 7 years ago

I introduced a bug in some query refactoring I did. In an attempt to improve query performance by replacing LEFT OUTER JOINs with INNER JOIN's I neglected to account for the fact that that would exclude packs that contain queries with no tags on both the packs view and queries view pages.

Fixed in 7cb4abd.