-
Notifications
You must be signed in to change notification settings - Fork 3
Home
sgrove edited this page Dec 1, 2012
·
16 revisions
Feel free to put ideas/suggestions/feature requests here before creating issues:
- Auto-import my GitHub projects
We can't do interesting queries like this in pure datalog:
;; Top 3 committers
(->> (d/q '[:find ?email (count ?commit)
:where
[?commit :commit/author ?author]
[?author :email/address ?email]]
db)
(sort-by second)
reverse
(take 3))
Maybe we should use clojail at some point to allow better query support?
- Syntax highlighting
- Parameterization fields
- Auto-complete attribute names
-
Labeled fieldsdone! -
Tabular viewdone? - Sorting - maybe this can be done in the webapp, and be part of the query param?
- Show code for codeq results
- Clickable navigation
- Go to definition
- Find references
- Etc
- Clojure Forms
- CSV
-
:code/name
is fully qualified. Would be nice to have:code/qualifier
and:code/unqualified
indexed too. - Identity: Some people have more than one email address