Files
2012-02-21 01:15:00 -05:00

1 line
5.9 KiB
JSON

[{"user_id": 2299, "stars": [], "topic_id": 1937, "date_created": 1297287941.524436, "message": "@yrashk you should add the possibility for users to submit stats usage", "group_id": 21, "id": 57747}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297288143.0995419, "message": "about 40 peoples visit the web site every day", "group_id": 21, "id": 57916}, {"user_id": 242, "stars": [], "topic_id": 1937, "date_created": 1297289044.5678811, "message": "Interesting. I had not heard of agner before. I wonder if I can use it to solve Mochi's local mirror problem.", "group_id": 21, "id": 58549}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297287955.2048521, "message": "not sure how", "group_id": 21, "id": 57758}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297288055.5114729, "message": "not the best one, but gives some idea, yes", "group_id": 21, "id": 57838}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297288160.541626, "message": "avg.", "group_id": 21, "id": 57934}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297287898.6446099, "message": "Some people do", "group_id": 21, "id": 57720}, {"user_id": 2299, "stars": [], "topic_id": 1937, "date_created": 1297288016.5562291, "message": "github repo has 45 watchers and 5 forks https://github.com/agner/agner , that's the only measurable clue I guess on usage for now", "group_id": 21, "id": 57801}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297289073.847429, "message": "what's the problem?", "group_id": 21, "id": 58566}, {"user_id": 242, "stars": [], "topic_id": 1937, "date_created": 1297289198.796427, "message": "Really I want something like local maven repos/apt repositories.", "group_id": 21, "id": 58640}, {"user_id": 242, "stars": [], "topic_id": 1937, "date_created": 1297289173.9609461, "message": "We mirror a whole bunch of repos from github into our local data center. We use rebar to depend on all of these and right now our solution to make sure they come from our local data center is to have a top-level dependency that redefines every dep to point to the local mirror.", "group_id": 21, "id": 58618}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297291233.432997, "message": "@dreid basically, that Clojars inspiration part sounds like the direction that might solve your issues, Clojars are pretty much based on Maven, as far as I know", "group_id": 21, "id": 59350}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297290391.5737641, "message": "Yeah, agner can be used in a scenario like that... It will require very minor addition to it (such as an additional index access module like agner_github, basically it will be almost the same except for repositories/0)", "group_id": 21, "id": 59114}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297290444.574091, "message": "feel free to message me if you guys will need help in setting this up", "group_id": 21, "id": 59130}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1297291257.6414599, "message": "I haven't been around proper Java for many years, so I am not sure about that, just used Clojure a bit recently", "group_id": 21, "id": 59351}, {"user_id": 242, "stars": [], "topic_id": 1937, "date_created": 1298342652.0387261, "message": "@yrashk Yeah it looks like what we'd want might be something like an agner_cgit which knows how to find .agner repos given a cgit URL.", "group_id": 21, "id": 176610}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1298404619.253922, "message": "@dreid, yeah, totally possible with an addition of an index module. let me know if you'll have any questions.", "group_id": 21, "id": 182046}, {"user_id": 13688, "stars": [], "topic_id": 1937, "date_created": 1298608624.7257869, "message": "loving me some agner", "group_id": 21, "id": 205866}, {"user_id": 242, "stars": [], "topic_id": 1937, "date_created": 1298661857.551614, "message": "@yrashk Now if only CGIT had a JSON API\u2026", "group_id": 21, "id": 210636}, {"user_id": 222, "stars": [], "topic_id": 1937, "date_created": 1298668727.0637701, "message": "@dreid htmlf(\"<tr><td class='%s'>\", !sorted && section ? \"sublevel-repo\" : \"toplevel-repo\");", "group_id": 21, "id": 211372}, {"user_id": 222, "stars": [], "topic_id": 1937, "date_created": 1298668818.473325, "message": "@dreid the alternative would be to use the same thing that our crawler does", "group_id": 21, "id": 211383}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1298697510.556073, "message": "@dreid no need for json api, you can copycat agner_github to crawl cgit", "group_id": 21, "id": 212871}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1298697532.1306641, "message": "@dreid agner supports different types of index access modules", "group_id": 21, "id": 212872}, {"user_id": 13660, "stars": [], "topic_id": 1937, "date_created": 1298700128.9376941, "message": "If someone hasn't done it already, I might just write an LWRP for Chef to use Agner. That would be the shit.", "group_id": 21, "id": 212914}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1298785831.170975, "message": "@lusis that would be sweet!", "group_id": 21, "id": 216632}, {"user_id": 1509, "stars": [], "topic_id": 1937, "date_created": 1298900604.8186951, "message": "wonder if agner_github couldn't also be used as a way to discover couchapp vendor in my couchapp rewrite in erlang", "group_id": 21, "id": 225546}, {"user_id": 2750, "stars": [], "topic_id": 1937, "date_created": 1298908699.788429, "message": "@benoitc I am not sure what you mean", "group_id": 21, "id": 226525}, {"user_id": 1509, "stars": [], "topic_id": 1937, "date_created": 1299053884.989846, "message": "in couchapp there is a vendor install feature allowing you to install vendor packages from the git repos. Just thinking i could reuse some of agner code for that", "group_id": 21, "id": 245645}]