Clip:c69f937660e6129bade1957d090b56974c027a0b commits - 南方科技大学 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commits/c69f937660e6129bade1957d090b56974c027a0b 2012-01-19T06:29:59-05:00 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/c69f937660e6129bade1957d090b56974c027a0b Changed README.md to not strike-through namespaces 2012-01-19T06:29:59-05:00 John Murray john.m.murray786@gmail.com Realized that all of the namespaces tests (or most anyways) should really be passing before this get's crossed off the list. At least the ones related to announcing events to the correct namespace. https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/5c4241cacdda44fa2a0cf012868a71abed9efb3d Updated README.md about namespaces in events 2012-01-18T22:43:38-05:00 John Murray john.m.murray786@gmail.com Now that namespaces are working in both the API and via the Redis push, I've updated to take this off of the "wishlist" at the bottom of the site. https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/55927df0383916e8aaca01afa59a7704da35037f Cast namespace to symbol when parsing event data 2012-01-18T11:37:02-05:00 John Murray me@johnmurray.io The worker is looking for a namespace field in the event and uses it if it is available. However, the namespace needs to be a symbol and there is no way to currently represent that is JSON. So, we have to explicitly parse the namespace in the event as a symbol (if there is one). https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/442fa5b1696d0050cb495187cd7bfde0f487d90f Merge pull request #39 from lgierth/patch-1 2012-01-13T11:35:04-08:00 Paul Asmuth paul@23linesofcode.com Remove Bundler from Gemfile https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b3c6fd9569feb31d887842ff6a2cc544ddf70f5b Remove Bundler from Gemfile 2012-01-13T20:31:21+01:00 Lars Gierth lars.gierth@gmail.com Bundler is (obviously) already there when the Gemfile gets evaluated. Thus you get funny messages like Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (~&gt; 1.0.0) ruby Current Bundler version: bundler (1.1.rc.7) https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/92ec1acb48d0967ce4af28198b9613384f5d209b removed .rvmrc 2012-01-13T16:23:06+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/aad650698094f48abda43d18c67242f40da9cd3c Merge pull request #35 from JohnMurray/master 2012-01-13T07:07:09-08:00 Paul Asmuth paul@23linesofcode.com Added .rvmrc to the Git ignore file https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/c75fab723625f04f225c0da6e1849059977e7382 rvmrc project file 2012-01-13T23:06:51+08:00 Damian Caruso damian.caruso@gmail.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/1135c58d66a191a8c35920b08112807ac12b3717 rspec format ouput 2012-01-13T23:06:51+08:00 Damian Caruso damian.caruso@gmail.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ddf5adb2300ca4b7c81d0a63e941dd1f303b551a version bump to 0.6.3 2012-01-13T15:37:44+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/8195ddb73b6de58ffab3f59653275e1ecdab9132 fixed a asset/css loading issue with fnordmetric#embedded 2012-01-13T15:36:50+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/83d3a0fc5ee01005d957390431a066a1d2d1a2a6 merged Only parsable events are added to event queue by inbound stream from... 2012-01-13T15:23:28+01:00 Paul Asmuth paul@23linesofcode.com merged Only parsable events are added to event queue by inbound stream from kazjote - don't accept invalid json in inbound_stream. closes #27 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ac885aa88452b878bf010b14e940c79d903fefe8 merged set_title & hide_active_users from mborromeo #23 2012-01-13T14:54:04+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/b8dbc2187b92de85da970382c72dc9ce6ccaf7c7 Merge branch 'master' of github.com:paulasmuth/fnordmetric 2012-01-13T14:49:20+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/22163a15a91dbd54ccef6ab03fd8c43c66187ba4 version bump to 0.6.2 2012-01-13T14:49:02+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/ef08c2868f14905b76e7efbc99538ab2e4264bb3 no checkboxes in session_list sidebar, make avatars+usernames clickable 2012-01-13T14:46:55+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/30b0eff4a775310f1d668d6a50ac7a229e1b0dff better api_spec + fixed api vs. inbound stream issues 2012-01-13T14:41:02+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/5464d2cd4db3c22505dcb114eabb51de6e9eb552 Merge branch 'simple-api' from jurriaan of... 2012-01-13T14:15:48+01:00 Paul Asmuth paul@23linesofcode.com Merge branch 'simple-api' from jurriaan of <a href="git://github.com/jurriaan/fnordmetric">git://github.com/jurriaan/fnordmetric</a> - implements a simple "api object" to add events #28 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/35c5058897dd875222b64e426394f3202405bb54 Merge pull request #36 from JohnMurray/css-fix 2012-01-13T04:58:20-08:00 Paul Asmuth paul@23linesofcode.com Changed z-index for top-bar https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/70f68b6ffbc6e257bf6757255f9429d47b86e9c1 merged topics/middleware from fd - implements fnordmetric#embedded #5 2012-01-13T13:57:12+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/3532e906677b6fa92cc6998e202ede532a1f70a0 Changed z-index for top-bar 2012-01-13T07:48:37-05:00 John Murray john.m.murray786@gmail.com If you scrolled down the page, the top bar would go underneath of the charts. With a z-index of 1, this no longer happens. I have verified the issue and fix in firefox 6.0.2 and chrome 16.0.912.75 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/fe32b5c84abf70faad4a29ae1f82fb26dd72cb80 Added .rvmrc to .gitignore 2012-01-13T06:56:35-05:00 John Murray john.m.murray786@gmail.com I think we can at least agree that there are a large number of users who will be using RVM with their project. However, since there is a want to be agnostic to tools such as rvmrc I have added an addition to the .gitignore file. https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f62b418995e9a32b5df4fab0ade94c8fae89a910 Merge pull request #33 from JohnMurray/master 2012-01-12T03:56:37-08:00 Ole Riesenberg or@oleriesenberg.com Changed set(:public, ...) to set(:public_folder, ...) https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/69826f3be0108e2c3162084c1f2616ae4a2b4912 Changed set(:public) to set(:public_folder) 2012-01-12T06:53:12-05:00 John Murray john.m.murray786@gmail.com The former was deprecated and throwing warning messages when running the project. https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/4966a6ff285720be713b5707b9f89dad440a557b readme + proper restart + bump to 0.6.1 2012-01-12T11:53:05+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/a6e9aa6a6b7ff07b862221c950d30be8df25479a css fixes 2012-01-12T11:47:58+01:00 Paul Asmuth paul@23linesofcode.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/82abc1d0fb0df7d273ef959b5899dc8744f95656 version bump to 0.6.0 2012-01-11T12:08:22+01:00 Paul Asmuth paul@paulasmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/50b541770a5eb196c7bc872de604492603ff1b59 Merge pull request #29 from kazjote/server_configuration 2012-01-11T03:02:36-08:00 Paul Asmuth paul@23linesofcode.com Server ports are configurable https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/a9f99a6ced6308a62a312d3d7258e6bd444d1928 Merge pull request #26 from jurriaan/real-uuids 2012-01-11T02:59:32-08:00 Paul Asmuth paul@23linesofcode.com Use SecureRandom.uuid for uuids https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/1eae7787b88469849f9a529062e6fdc0e45fc62b Merge pull request #32 from kazjote/user_feed 2012-01-11T02:48:26-08:00 Paul Asmuth paul@23linesofcode.com User feed. LOVE IT! :) https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/3a49291aebadb6928e662e35d4f40c83b7617468 Active user timeline can be displayed 2012-01-11T11:24:59+01:00 Kacper Bielecki kazjote@gmail.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/42fdf20472ea3ff26c44134cbb3c220097f2ba56 Incoming events can be filtered according to session filter 2012-01-10T11:17:08+01:00 Kacper Bielecki kazjote@gmail.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/77cd3597556a5d62cd630997c4731dba80005184 using set(:public_folder,...) instead of the deprecated set(:public,...) 2012-01-08T09:35:25+01:00 Simon Menke simon.menke@gmail.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/7a379f2f516e33208a887fa86813600373d1bc7a Added FnordMetric#embedded 2012-01-08T09:34:50+01:00 Simon Menke simon.menke@gmail.com There are still some problems with the CSS with need to be fixed. See #5 https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/fb14e0a27a2a427d7a15fd7f1c6b079abcbf9ec8 Server ports are configurable 2012-01-07T13:10:16+01:00 Kacper Bielecki kazjote@ragnarson.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/637827f10e33a260e0e7766193a1d64057a4f1a8 Added API 2012-01-05T14:57:29+01:00 Jurriaan Pruis email@jurriaanpruis.nl https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/2a4fe0c6404f61943eb7f071a93a398150e0779a Use SecureRandom.uuid for uuids 2012-01-05T14:00:09+01:00 Jurriaan Pruis email@jurriaanpruis.nl https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/263f429f722e0f6f88e4631cf36359e74c4de077 numbers_widget: formatPercentValue() 2012-01-04T16:02:11+01:00 Paul Asmuth paul@paulasmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/f1b872ec32be527546a977bceca717de5238b277 handle unrecognized urls properly (404) 2012-01-04T15:25:13+01:00 Paul Asmuth paul@paulasmuth.com https://mirrors.sustech.edu.cn/git/github_fork/clip/-/commit/fffb93fe1028c7112c3e7cb130ec56a9ed2b11b3 css: fixed a url 2012-01-04T15:22:17+01:00 Paul Asmuth paul@paulasmuth.com