2014-12-06 |
Michael Stapelberg | export disk read/write stats
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | make rackspace logo point to http://developer.rackspace.com
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | dcs-common: always restart, even on SIGPIPE
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | fix server-rendered results by generating result pages...
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | add the debian favicon
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | add an opensearch description document (for tab to...
|
commit | commitdiff | tree |
2014-12-05 |
Michael Stapelberg | allow 3 req/s to /results/
|
commit | commitdiff | tree |
2014-12-04 |
Michael Stapelberg | generate result pages as necessary
|
commit | commitdiff | tree |
2014-12-04 |
Michael Stapelberg | prevent caching of placeholder pages
|
commit | commitdiff | tree |
2014-12-04 |
Michael Stapelberg | queryz: stable sort
|
commit | commitdiff | tree |
2014-12-04 |
Michael Stapelberg | for now, make sure 10G are free, since query results...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | re-implement the -path feature
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | index: close index files after merging
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | per-package results: only consider latest version of...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | fix javascript redirect URLs on server-rendered pages
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | implement server-rendered (non-js) per-package results...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | use Math.ceil instead of Math.trunc for determining...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | remove stray comma (syntax error in some javascript...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | write per-package results to disk and serve them with...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | load javascript in <body>, no other changes necessary
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | queryz: store and display query runtime
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | abandon current (running) query when the user sends...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | add error message for “failed” type errors
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | increase timeout to 200ms, doesn’t always work otherwise
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | describe -query_results_path
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | properly mark queries as failed on internal errors...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | add support for cancelling queries
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | queryz: use a table for better alignment
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | handle backend failures _during_ a query (timeouts...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | move query transformation code out of per-backend function
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | dcs-web: add /queryz handler for introspecting state
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | add a cron job to clean up failed merge shards
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | source-backend: send progress updates every 1+rand...
|
commit | commitdiff | tree |
2014-12-03 |
Michael Stapelberg | don’t attach multiple instances of event handlers
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | remove all remaining debug console.log() calls
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | pagination: fix ellipsis, place prev/next arrows outside...
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | display fatal errors only once, in the progress bar...
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | garbage collect query state entries, limit to 10 for now
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | set progress bar to finished, even when 0 files are...
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | stop obsoleting events once the query is done
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | s.done will be set in addEvent when adding the zero...
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | properly disable “group by package” checkbox for single...
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | always fix progress bar width before displaying it
|
commit | commitdiff | tree |
2014-12-02 |
Michael Stapelberg | don’t finish query without results too early
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | don’t resend a completed query upon re-establishing...
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | dcs-web: use X-Forwarded-For address
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | nginx: set x-forwarded-for header
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | package-importer: delete previous unpack attempts
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | goroutinez: fix package description
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | delete old index-backend and source-backend dirs
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | don’t keep query results in memory, write them directly...
|
commit | commitdiff | tree |
2014-12-01 |
Michael Stapelberg | nginx: enable SSL
|
commit | commitdiff | tree |
2014-11-30 |
Michael Stapelberg | make websocket try to use HTTPS if connecting fails
|
commit | commitdiff | tree |
2014-11-29 |
Michael Stapelberg | fix off-by-one in loading message (Thanks Mark)
|
commit | commitdiff | tree |
2014-11-29 |
Michael Stapelberg | pagination improvements: link next/prev arrows, …
|
commit | commitdiff | tree |
2014-11-29 |
Michael Stapelberg | fix feeder resource leak: close HTTP response body
|
commit | commitdiff | tree |
2014-11-29 |
Michael Stapelberg | add /goroutinez handlers to feeder and package-importer
|
commit | commitdiff | tree |
2014-11-29 |
Michael Stapelberg | move goroutinez out of dcs-web
|
commit | commitdiff | tree |
2014-11-28 |
Michael Stapelberg | dcs-common: allow infinite restarts
|
commit | commitdiff | tree |
2014-11-28 |
Michael Stapelberg | add service files for feeder and tail-fedmsg
|
commit | commitdiff | tree |
2014-11-28 |
Michael Stapelberg | add links to the packages in “filter by package”
|
commit | commitdiff | tree |
2014-11-28 |
Michael Stapelberg | make per-package result handler wait on query completion...
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | add new URLs to robots.txt to prevent crawling
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | update nginx config for dcs instant
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | feeder: export more counters (garbage collection, sanity...
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | initialize counter varz to 0, otherwise we cannot plot...
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | varz: export the amount of available bytes on /dcs-ssd
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | dcs-web: log finished queries to InfluxDB
|
commit | commitdiff | tree |
2014-11-27 |
Michael Stapelberg | varz-to-influxdb: detect restarts, fix counters, add...
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | Bugfix: don’t create index files with .idx suffix
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | skip full.idx (prevents (harmless) extra garbage collection)
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | varz: export uptime in a custom header
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | dcs-feeder: add varz support
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | dcs-index-backend: add varz support
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | dcs-package-importer: add varz support
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | move varz into its own package, out of cmd/dcs-web
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | fix /show handler by querying the correct source backend
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | add static/research to git so that we can easily deploy it
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | introduce -access_log_path, write common log format...
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | first create query state results before checking disk...
|
commit | commitdiff | tree |
2014-11-26 |
Michael Stapelberg | expire query state after 15m
|
commit | commitdiff | tree |
2014-11-25 |
Michael Stapelberg | static/Makefile: use dependencies to prevent unnecessary...
|
commit | commitdiff | tree |
2014-11-25 |
Michael Stapelberg | unset focus after animating the search form away
|
commit | commitdiff | tree |
2014-11-25 |
Michael Stapelberg | per-pkg: add link to see all search results from a...
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | animations: fix selector, fix fallback
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | serve static index.html, not template index.html
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | dcs-web: always keep 2G free on -query_results_path
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | instant.js: phrase error messages a bit more naturally
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | kill the forced merge after garbage collecting
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | dcs-tail-fedmsg: use zmq3, which is more widely available
|
commit | commitdiff | tree |
2014-11-24 |
Michael Stapelberg | implement garbage collection
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | remove tsort depedency by implementing sorting ourselves
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | update .gitignore with generated files
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | debian.css: use linear-gradient, saves modern browsers...
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | use local/minified versions of javascript and webfonts
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | compress js/css, convert fonts to WOFF
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | add symlinks into Debian packages for fonts and jquery
|
commit | commitdiff | tree |
2014-11-11 |
Michael Stapelberg | move CSS from index.html to debcodesearch.css
|
commit | commitdiff | tree |
2014-11-10 |
Michael Stapelberg | implement server-rendered non-javascript search results
|
commit | commitdiff | tree |
2014-11-10 |
Michael Stapelberg | templates: also use SVG logo (retina support)
|
commit | commitdiff | tree |