index
:
codeq-server.git
master
release
CodeQ server
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monkey
/
edits.py
Age
Commit message (
Expand
)
Author
2016-01-05
monkey.edits: cache test results
Timotej Lazar
2016-01-05
monkey.edits: only add solutions to predicates that are actually used when te...
Timotej Lazar
2016-01-04
Fix: use correct action types in monkey.edits
Timotej Lazar
2015-12-23
Prolog: pass aux. code to problem's test function
Timotej Lazar
2015-12-22
Fix off-by-one when extracting edits
Timotej Lazar
2015-12-22
Remove a stray "pass"
Timotej Lazar
2015-12-11
Rename a function
Timotej Lazar
2015-12-11
Use a more general method for extracting edits
Timotej Lazar
2015-12-10
Add copyright info
Timotej Lazar
2015-10-15
Store identifiers instead of IDs in Problem model
Timotej Lazar
2015-09-24
Remove trailing . from historical Prolog queries
Timotej Lazar
2015-08-20
Convert monkey.edits to use the new DB
Timotej Lazar
2015-08-11
Add code to check for typos
Mehmet Akalın
2015-08-11
Do not look for edits in problems with no traces
Timotej Lazar
2015-08-11
Ignore attempts from all non-student users
Timotej Lazar
2015-08-11
Ignore edits a→b where a or b has multiple parts
Timotej Lazar
2015-08-11
Exclude admin and test users when analyzing traces
Timotej Lazar
2015-08-11
Don't store solution-line frequencies
Timotej Lazar
2015-08-11
Simplify monkey.edits.get_edits_from_traces
Timotej Lazar
2015-08-11
Rename monkey.edits.edit_graph to trace_graph
Timotej Lazar
2015-08-11
Cleanups
Timotej Lazar
2015-08-11
Fix recording replacements (remove/insert)
Timotej Lazar
2015-08-11
Move normalize to prolog.util
Timotej Lazar
2015-08-11
Ignore edits after the first correct version
Timotej Lazar
2015-08-11
Clean up monkey.fix.step
Timotej Lazar
2015-08-11
Simplify get_edits_from_traces
Timotej Lazar
2015-08-11
Remove all trailing punctuation from lines
Timotej Lazar
2015-08-11
Small cleanups
Timotej Lazar
2015-08-11
Clean up monkey.edits.get_paths
Timotej Lazar
2015-08-11
Move monkey.prolog to root module
Timotej Lazar
2015-08-11
Clean up monkey.prolog.util
Timotej Lazar
2015-08-11
Pickle frequent edits when calling monkey.edits
Timotej Lazar
2015-08-11
Use relative imports in monkey modules
Timotej Lazar
2015-08-11
Move pymonkey stuff to monkey/
Timotej Lazar