AB<\/b>CD<\/i>E<\/p>
hohoho<\/p><\/body><\/html>\")))))\n","subject":"Test dom to transaction code","message":"Test dom to transaction code\n","lang":"Clojure","license":"epl-1.0","repos":"stathissideris\/datascript-dom"}
{"commit":"118e3bcf11050308c3bab525503e4a3ad87116f9","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-plugin\/lein-template \"0.7.0\"\n :description \"A Leiningen 2.0 template for new Onyx plugins\"\n :url \"http:\/\/github.com\/MichaelDrogalis\/onyx-plugin\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies []\n :plugins [[lein-set-version \"0.4.1\"]]\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-plugin\/lein-template \"0.7.0.0\"\n :description \"A Leiningen 2.0 template for new Onyx plugins\"\n :url \"http:\/\/github.com\/MichaelDrogalis\/onyx-plugin\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies []\n :plugins [[lein-set-version \"0.4.1\"]]\n :eval-in-leiningen true)\n","subject":"Use 4 point versioning so that template version can match Onyx","message":"Use 4 point versioning so that template version\ncan match Onyx\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-plugin"}
{"commit":"53e698deb8fb0e682a8795b8c544bf6ced7f8ba9","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.timmc\/heim-logger \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [cheshire \"5.6.3\"]\n\n ;; v1\n\n [aleph \"0.4.1\"]\n\n ;; v2\n\n ;; I had trouble with http.async.client -- I got a\n ;; 403 when connecting to euphoria.io.\n [stylefruits\/gniazdo \"1.0.0\"]\n ]\n :main ^:no-aot org.timmc.heim-logger.v1\n :jvm-opts [\"-Xmx100M\"]\n )\n","new_contents":"(defproject org.timmc\/heim-logger \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies\n [[org.clojure\/clojure \"1.8.0\"]\n [cheshire \"5.6.3\"]\n\n ;; v1\n\n [aleph \"0.4.1\"]\n ;; JAXB APIs for aleph to link against in newer JDKs. According to\n ;; https:\/\/stackoverflow.com\/questions\/43574426 JAXB is present in\n ;; JDK 6\/7\/8, and while it is present in 9 and 10, it is in a module\n ;; that is not loaded by default. In 11, it is missing entirely.\n ;; This has only been tested with JDK 11, manually.\n [javax.xml.bind\/jaxb-api \"2.3.1\"]\n [com.sun.xml.bind\/jaxb-impl \"2.3.2\"]\n [org.glassfish.jaxb\/jaxb-runtime \"2.3.2\"]\n [javax.activation\/javax.activation-api \"1.2.0\"]\n\n ;; v2\n\n ;; I had trouble with http.async.client -- I got a\n ;; 403 when connecting to euphoria.io.\n [stylefruits\/gniazdo \"1.0.0\"]\n ]\n :main ^:no-aot org.timmc.heim-logger.v1\n :jvm-opts [\"-Xmx100M\"]\n )\n","subject":"Add JAXB deps for JDK 11 compat","message":"Add JAXB deps for JDK 11 compat\n","lang":"Clojure","license":"epl-1.0","repos":"timmc\/heim-logger"}
{"commit":"a2e5abda5852ee11cf9a33fe8b1e07d7d71959a4","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject jungerer \"0.1.1\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}}\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","new_contents":"(defproject jungerer \"0.1.2-SNAPSHOT\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}}\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","subject":"Prepare for next development iteration (0.1.2-SNAPSHOT)","message":"Prepare for next development iteration (0.1.2-SNAPSHOT)\n","lang":"Clojure","license":"bsd-3-clause","repos":"totakke\/jungerer"}
{"commit":"d8b597fe29ce9ac9f30f94f9bd1ff9853e0cfeb3","old_file":"src\/test\/clojure\/clojure\/data\/xml\/test_pprint.clj","new_file":"src\/test\/clojure\/clojure\/data\/xml\/test_pprint.clj","old_contents":"; Copyright (c) Rich Hickey. All rights reserved.\n; The use and distribution terms for this software are covered by the\n; Eclipse Public License 1.0 (http:\/\/opensource.org\/licenses\/eclipse-1.0.php)\n; which can be found in the file epl-v10.html at the root of this distribution.\n; By using this software in any fashion, you are agreeing to be bound by\n; the terms of this license.\n; You must not remove this notice, or any other, from this software.\n\n(ns ^{:doc \"Tests for emit to print XML text.\"\n :author \"Herwig Hochleitner\"}\n clojure.data.xml.test-pprint\n (:require\n [clojure.test :refer :all]\n [clojure.data.xml :refer :all]))\n\n(def xml\n \"Hello world!<\/h1>\"})\n\n(defn handleForm\n [request]\n)\n\n(def routes\n [\"\/\" {:get showForm\n :post handleForm}])\n\n(def handler\n (make-handler routes))\n","new_contents":"(ns slack-invite.core\n (:require [bidi.bidi :as b]\n [bidi.ring :refer (make-handler)]\n [environ.core :refer [env]]\n [clj-slack.core :as slack]))\n\n(def slack-connection {:api-url (env :api-url) :token (env :api-token)})\n\n(defn showForm\n [request]\n {:status 200\n :headers {\"Content-Type\" \"text\/html\"}\n :body \"
Hello world!<\/h1>\"})\n\n(defn handleForm\n [request]\n)\n\n(def routes\n [\"\/\" {:get showForm\n :post handleForm}])\n\n(def handler\n (make-handler routes))\n","subject":"Add env hooking for slack connection.","message":"Add env hooking for slack connection.\n","lang":"Clojure","license":"epl-1.0","repos":"SevereOverfl0w\/slack-invite"}
{"commit":"c23d785f293f357d5504f6c232d82df5592e622f","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject rivulet \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojurescript \"0.0-1885\"]\n [enfocus \"2.0.0-beta1\"]]\n :source-paths [\"src\/clj\"]\n :resource-paths [\"src\/js\" \"src\/rb\" \"target\/resources\"]\n :plugins [[lein-cljsbuild \"0.3.2\"]\n [lein-vertx \"0.1.0-SNAPSHOT\"]]\n :profiles {:provided\n {:dependencies [[io.vertx\/clojure-api \"0.3.0-SNAPSHOT\"]]}}\n :cljsbuild {:crossovers [rivulet.config]\n :builds [{:source-paths [\"src\/cljs\"]\n :compiler {:output-to \"resources\/client.js\"}\n :crossover-path \"target\/crossover-cljs\"}]}\n :vertx {:main-fn rivulet.init\/init})\n","new_contents":"(defproject rivulet \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojurescript \"0.0-1885\"]\n [enfocus \"2.0.0-beta1\"]]\n :source-paths [\"src\/clj\"]\n :resource-paths [\"src\/js\" \"src\/rb\"]\n :plugins [[lein-cljsbuild \"0.3.2\"]\n [lein-vertx \"0.1.0-SNAPSHOT\"]]\n :profiles {:provided\n {:dependencies [[io.vertx\/clojure-api \"0.3.0-SNAPSHOT\"]]}}\n :cljsbuild {:crossovers [rivulet.config]\n :builds [{:source-paths [\"src\/cljs\"]\n :compiler {:output-to \"resources\/client.js\"}\n :crossover-path \"target\/crossover-cljs\"}]}\n :vertx {:main-fn rivulet.init\/init})\n","subject":"Remove unused resources dir form resource-paths.","message":"Remove unused resources dir form resource-paths.\n","lang":"Clojure","license":"epl-1.0","repos":"tobias\/rivulet-vertx,tobias\/rivulet-vertx"}
{"commit":"74e9d70145845d54b5fa27e189e765f42342744c","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.9.10.0-beta3\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.9.10.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"aa3e0cb49f7e627a47e880322cf06a8b7bffe997","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject compojure \"1.4.0\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.2\"]\n [medley \"0.7.1\"]\n [ring\/ring-core \"1.4.0\"]\n [ring\/ring-codec \"1.0.0\"]]\n :plugins [[lein-codox \"0.9.3\"]]\n :codox\n {:output-path \"codox\"\n :metadata {:doc\/format :markdown}\n :source-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/{version}\/{filepath}#L{line}\"}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.3.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}})\n","new_contents":"(defproject compojure \"1.4.0\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.2\"]\n [medley \"0.7.1\"]\n [ring\/ring-core \"1.4.0\"]\n [ring\/ring-codec \"1.0.0\"]]\n :plugins [[lein-codox \"0.9.4\"]]\n :codox\n {:output-path \"codox\"\n :metadata {:doc\/format :markdown}\n :source-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/{version}\/{filepath}#L{line}\"}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.3.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}})\n","subject":"Update Codox plugin to 0.9.4","message":"Update Codox plugin to 0.9.4\n","lang":"Clojure","license":"epl-1.0","repos":"weavejester\/compojure"}
{"commit":"ba92d53cc773ceb840aab38a11a29b65ee85fd35","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject moves-server \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :plugins [[lein-ring \"0.8.11\"]\n [lein-environ \"1.0.0\"]]\n :ring {:handler moves-server.core\/app}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [ring\/ring-core \"1.3.2\"]\n [clj-http \"1.1.2\"]\n [environ \"1.0.0\"]\n [ring\/ring-jetty-adapter \"1.3.2\"]])\n","new_contents":"(defproject moves-server \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :profiles {:uberjar {:aot :all}}\n :plugins [[lein-ring \"0.8.11\"]\n [lein-environ \"1.0.0\"]]\n :ring {:handler moves-server.core\/app}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [ring\/ring-core \"1.3.2\"]\n [clj-http \"1.1.2\"]\n [environ \"1.0.0\"]\n [ring\/ring-jetty-adapter \"1.3.2\"]])\n","subject":"Use ahead-of-time compilation for deployment","message":"Use ahead-of-time compilation for deployment\n","lang":"Clojure","license":"epl-1.0","repos":"samccone\/moves-server"}
{"commit":"242d9ef13d28e08056b88469a9e909875778d9d6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject reiddraper\/simple-check \"0.1.1-SNAPSHOT\"\n :description \"A QuickCheck inspired property-based testing library.\"\n :url \"http:\/\/github.com\/reiddraper\/simple-check\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.0\"]]\n :plugins [[codox \"0.6.4\"]])\n","new_contents":"(defproject reiddraper\/simple-check \"0.2.0-SNAPSHOT\"\n :description \"A QuickCheck inspired property-based testing library.\"\n :url \"http:\/\/github.com\/reiddraper\/simple-check\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.0\"]]\n :plugins [[codox \"0.6.4\"]])\n","subject":"Prepare for 0.2.0 instead of 0.1.1","message":"Prepare for 0.2.0 instead of 0.1.1\n","lang":"Clojure","license":"epl-1.0","repos":"clojure\/test.check,clojure\/test.check,clojure\/test.check"}
{"commit":"393518cb240c0fe678163ec97fdef52ca4a2927a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject funcool\/futura \"0.2.0\"\n :description \"A basic building blocks for async programming.\"\n :url \"https:\/\/github.com\/funcool\/futura\"\n :license {:name \"BSD (2 Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.7.0-RC1\" :scope \"provided\"]\n [cats \"0.4.0\"]\n [manifold \"0.1.0\"]\n [org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [org.reactivestreams\/reactive-streams \"1.0.0\"]]\n :deploy-repositories {\"releases\" :clojars\n \"snapshots\" :clojars}\n :source-paths [\"src\"]\n :test-paths [\"test\"]\n :jar-exclusions [#\"\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"]\n :profiles {:dev {:codeina {:sources [\"src\"]\n :language :clojure\n :output-dir \"doc\/api\"}\n :plugins [[funcool\/codeina \"0.1.0-SNAPSHOT\"\n :exclusions [org.clojure\/clojure]]]}})\n","new_contents":"(defproject funcool\/futura \"0.2.0\"\n :description \"A basic building blocks for async programming.\"\n :url \"https:\/\/github.com\/funcool\/futura\"\n :license {:name \"BSD (2 Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.7.0-RC2\" :scope \"provided\"]\n [cats \"0.4.0\"]\n [manifold \"0.1.0\"]\n [org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [org.reactivestreams\/reactive-streams \"1.0.0\"]]\n :deploy-repositories {\"releases\" :clojars\n \"snapshots\" :clojars}\n :source-paths [\"src\"]\n :test-paths [\"test\"]\n :jar-exclusions [#\"\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"]\n :profiles {:dev {:codeina {:sources [\"src\"]\n :language :clojure\n :output-dir \"doc\/api\"}\n :plugins [[funcool\/codeina \"0.1.0-SNAPSHOT\"\n :exclusions [org.clojure\/clojure]]]}})\n","subject":"Update clojure to 1.7.0 rc2","message":"Update clojure to 1.7.0 rc2\n","lang":"Clojure","license":"bsd-2-clause","repos":"funcool\/futura"}
{"commit":"c05735d0199577cf80666d71fcd2d498d79cb160","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject com.nomistech\/clojure-the-language \"0.1.0-SNAPSHOT\"\n :dependencies [[cheshire \"5.4.0\"]\n [com.climate\/claypoole \"1.1.4\"]\n [com.taoensso\/timbre \"4.8.0\"]\n [org.clojure\/clojure \"1.9.0\"]\n [org.clojure\/core.async \"0.3.442\"] \n [org.clojure\/core.match \"0.3.0-alpha4\"]\n [prismatic\/schema \"1.0.5\"]\n [slingshot \"0.12.2\"]]\n :repl-options {:init-ns user}\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.11\"]\n [midje \"1.7.0\"]]\n :source-paths [\"dev\"]\n :plugins [[lein-midje \"3.1.3\"]]}})\n","new_contents":"(defproject com.nomistech\/clojure-the-language \"0.1.0-SNAPSHOT\"\n :dependencies [[cheshire \"5.4.0\"]\n [com.climate\/claypoole \"1.1.4\"]\n [com.taoensso\/timbre \"4.8.0\"]\n [org.clojure\/clojure \"1.9.0\"]\n [org.clojure\/core.async \"0.3.442\"] \n [org.clojure\/core.match \"0.3.0-alpha4\"]\n [prismatic\/schema \"1.0.5\"]\n [slingshot \"0.12.2\"]]\n :repl-options {:init-ns user}\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.11\"]\n [midje \"1.9.1\"]]\n :source-paths [\"dev\"]\n :plugins [[lein-midje \"3.2.1\"]]}})\n","subject":"Upgrade to Midje 1.9.1 nd lein-midje 3.2.1","message":"Upgrade to Midje 1.9.1 nd lein-midje 3.2.1\n","lang":"Clojure","license":"epl-1.0","repos":"simon-katz\/nomis-clojure-the-language"}
{"commit":"57ee3f7815a7de4a725bf1b4c02e630e05da514f","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-sql \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for JDBC-backed SQL databases\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-sql\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/java.jdbc \"0.3.3\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150827_202930-g49ef67c\"]\n [java-jdbc\/dsl \"0.1.3\"]\n [com.mchange\/c3p0 \"0.9.2.1\"]\n [honeysql \"0.5.1\"]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]\n [environ \"1.0.0\"]\n [mysql\/mysql-connector-java \"5.1.25\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-sql \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for JDBC-backed SQL databases\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-sql\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/java.jdbc \"0.3.3\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150828_152050-gd122e3e\"]\n [java-jdbc\/dsl \"0.1.3\"]\n [com.mchange\/c3p0 \"0.9.2.1\"]\n [honeysql \"0.5.1\"]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]\n [environ \"1.0.0\"]\n [mysql\/mysql-connector-java \"5.1.25\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150828_152050-gd122e3e.","message":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150828_152050-gd122e3e.\n\nAutomatic commit by lein-traffic-control.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-sql"}
{"commit":"9e4d973ad9295421d8fa153d2714ae8973331a35","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject circleci \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write this!\"\n :dependencies [[org.clojure\/clojure \"1.2.1\"]\n [noir \"1.1.0\"]\n [enlive \"1.0.0\"]]\n :main circleci.server)\n\n","new_contents":"(defproject circleci \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write this!\"\n :dependencies [[org.clojure\/clojure \"1.2.1\"]\n [noir \"1.1.0\"]\n [enlive \"1.0.0\"]\n [swank-clojure \"1.3.2\"]]\n :main circleci.server)\n\n","subject":"Add swank to deps, so we can use it on heroku","message":"Add swank to deps, so we can use it on heroku\n","lang":"Clojure","license":"epl-1.0","repos":"prathamesh-sonpatki\/frontend,circleci\/frontend,RayRutjes\/frontend,RayRutjes\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend,circleci\/frontend"}
{"commit":"b8564a1938541206f4fbd9e3c875b1da46be639a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-datomic \"0.10.0.0-alpha4\"\n :description \"Onyx plugin for Datomic\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-datomic\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-alpha4\"]]\n :test-selectors {:default (complement :ci)\n :ci :ci\n :all (constantly true)}\n :profiles {:dev {:dependencies [[com.datomic\/datomic-free \"0.9.5544\"]\n [aero \"0.2.0\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]\n :resource-paths [\"test-resources\/\"]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-datomic \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx plugin for Datomic\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-datomic\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-alpha4\"]]\n :test-selectors {:default (complement :ci)\n :ci :ci\n :all (constantly true)}\n :profiles {:dev {:dependencies [[com.datomic\/datomic-free \"0.9.5544\"]\n [aero \"0.2.0\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]\n :resource-paths [\"test-resources\/\"]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-datomic"}
{"commit":"cdf94aef8c813f98f5956624544197616a1dba97","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject padawan \"0.1.0\"\n :description \"Multiplayer Clojure web REPL for teaching and learning\"\n :url \"http:\/\/github.com\/mkremins\/padawan\"\n :license {:name \"MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"\n :distribution :repo}\n\n :dependencies\n [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/data.json \"0.2.4\"]\n [compojure \"1.1.6\"]\n [http-kit \"2.1.18\"]\n [ring\/ring-core \"1.2.2\"]]\n\n :profiles\n {:dev {:dependencies [[javax.servlet\/servlet-api \"2.5\"]]}}\n\n :main padawan.core)\n","new_contents":"(defproject padawan \"0.1.0\"\n :description \"Multiplayer Clojure web REPL for teaching and learning\"\n :url \"http:\/\/github.com\/mkremins\/padawan\"\n :license {:name \"MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"\n :distribution :repo}\n\n :dependencies\n [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/data.json \"0.2.4\"]\n [compojure \"1.1.6\"]\n [http-kit \"2.1.18\"]\n [javax.servlet\/servlet-api \"2.5\"]\n [ring\/ring-core \"1.2.2\"]]\n\n :main padawan.core)\n","subject":"Make javax.servlet\/servlet-api a runtime dependency","message":"Make javax.servlet\/servlet-api a runtime dependency\n","lang":"Clojure","license":"mit","repos":"mkremins\/padawan"}
{"commit":"f9e97affccffec439ac9604ec3b3f85d8f0c53fa","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject com.hypirion\/io \"0.3.0-SNAPSHOT\"\n :description \"I\/O classes in Java for those with specific needs.\"\n :url \"https:\/\/github.com\/hyPiRion\/com.hypirion.io\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :source-paths []\n :java-source-paths [\"src\"])\n","new_contents":"(defproject com.hypirion\/io \"0.3.0-SNAPSHOT\"\n :description \"I\/O classes in Java for those with specific needs.\"\n :url \"https:\/\/github.com\/hyPiRion\/com.hypirion.io\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :source-paths []\n :java-source-paths [\"src\"]\n :deploy-branches [\"stable\"]\n :profiles\n {:dev {:plugins [[lein-shell \"0.2.0\"]]\n :aliases {\"javadoc\" [\"shell\" \"javadoc\" \"-d\" \"0.3.0-SNAPSHOT\"\n \"-sourcepath\" \"src\/\" \"com.hypirion.io\"]}}})\n","subject":"Add in javadoc alias, constrain deploy branches.","message":"Add in javadoc alias, constrain deploy branches.\n","lang":"Clojure","license":"epl-1.0","repos":"hyPiRion\/com.hypirion.io"}
{"commit":"9e1afcb0e20f04b4685208d2a1ca70e702e2b8cd","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.11.0.0-alpha4\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.11.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"aa50fe46ffe28ce1e63c4c9003bc6a490fbf5932","old_file":"src\/cljs\/dashboard_clj\/widgets\/simple_text.cljs","new_file":"src\/cljs\/dashboard_clj\/widgets\/simple_text.cljs","old_contents":"(ns dashboard-clj.widgets.simple-text\n (:require [reagent.core :as r :refer [atom]]\n [dashboard-clj.widgets.core :as widget-common]))\n\n\n(defmethod widget-common\/widget :simple-text [{:keys [text data] :as w}]\n [:div {:class \"simple-text-widget\"}\n [:span {:class \"title\"} (:title w)]\n [:div {:class \"data\"}\n [:span \n (get-in @data [:value]) (:text w)]]\n ])\n \n\n \n","new_contents":"(ns dashboard-clj.widgets.simple-text\n (:require [reagent.core :as r :refer [atom]]\n [dashboard-clj.widgets.core :as widget-common]))\n\n\n(defmethod widget-common\/widget :simple-text [{:keys [text data] :as w}]\n [:div {:class \"simple-text-widget\"}\n [:span {:class \"title\"} (:title w)]\n [:div {:class \"data\"}\n [:span \n (get-in @data [:data]) (:text w)]]\n ])\n \n\n \n","subject":"Update data source key used in simple text widget","message":"Update data source key used in simple text widget\n","lang":"Clojure","license":"mit","repos":"multunus\/dashboard-clj"}
{"commit":"bc8392fc6fb863a66f6d1c824e98b4a7eb61229d","old_file":"lein\/.lein\/profiles.clj","new_file":"lein\/.lein\/profiles.clj","old_contents":"{:user\n {:env {:squiggly {:checkers [:eastwood]}}\n :plugin-repositories [[\"private-plugins\"\n {:url \"private repo url\"}]]\n :singing {:gpg-key \"matthew.russell@wormbase.org\"}\n :dependencies [[clojure-ini \"0.0.2\"]\n [me.raynes\/fs \"1.4.6\"]]\n :plugins [[cider\/cider-nrepl \"0.15.0-SNAPSHOT\"]\n [refactor-nrepl \"0.2.2\"]\n [jonase\/eastwood \"0.2.3\"]\n [lein-ancient \"0.6.8\"]\n [lein-bikeshed \"0.3.0\"]\n [lein-kibit \"0.1.2\"]\n [lein-ns-dep-graph \"0.1.0-SNAPSHOT\"]]}\n :repl {:dependencies [[acyclic\/squiggly-clojure \"0.1.6\"]\n [datomic-schema-grapher \"0.0.1\"]\n [org.clojure\/tools.nrepl \"0.2.12\"]]}\n ;; VisualVM profiling opts\n :jvm-opts [\"-Dcom.sun.management.jmxremote\"\n \"-Dcom.sun.management.jmxremote.ssl=false\"\n \"-Dcom.sun.management.jmxremote.authenticate=false\"\n \"-Dcom.sun.management.jmxremote.port=43210\"]}\n","new_contents":"{:user\n {:env {:squiggly {:checkers [:eastwood]}}\n :plugin-repositories [[\"private-plugins\"\n {:url \"private repo url\"}]]\n :singing {:gpg-key \"matthew.russell@wormbase.org\"}\n :dependencies [[clojure-ini \"0.0.2\"]\n [me.raynes\/fs \"1.4.6\"]]\n :plugins [[cider\/cider-nrepl \"0.15.0-SNAPSHOT\"]\n [refactor-nrepl \"0.2.2\"]\n [jonase\/eastwood \"0.2.3\"]\n [lein-ancient \"0.6.8\"]\n [lein-bikeshed \"0.3.0\"]\n [lein-kibit \"0.1.2\"]\n [lein-ns-dep-graph \"0.1.0-SNAPSHOT\"]]}\n :repl {:dependencies [[acyclic\/squiggly-clojure \"0.1.6\"]\n [datomic-schema-grapher \"0.0.1\"]\n [org.clojure\/tools.nrepl \"0.2.12\"]]}\n :repl-options {:init (set! *print-length* 10)}\n ;; VisualVM profiling opts\n :jvm-opts [\"-Dcom.sun.management.jmxremote\"\n \"-Dcom.sun.management.jmxremote.ssl=false\"\n \"-Dcom.sun.management.jmxremote.authenticate=false\"\n \"-Dcom.sun.management.jmxremote.port=43210\"]}\n","subject":"Set print-length to 10 for every repl by default.","message":"Set print-length to 10 for every repl by default.\n","lang":"Clojure","license":"bsd-2-clause","repos":"mgrbyte\/dot-files,mgrbyte\/dot-files,mgrbyte\/dot-files"}
{"commit":"8c4ae012166f6ffbc32cc6f4e2627a7394ee7732","old_file":"src\/clojure\/warreq\/kea\/calc\/math.clj","new_file":"src\/clojure\/warreq\/kea\/calc\/math.clj","old_contents":"(ns warreq.kea.calc.math\n (:require [clojure.math.numeric-tower :refer [expt]]\n [neko.notify :refer [toast]]\n [warreq.kea.calc.util :as u])\n (:import java.math.BigDecimal))\n\n(defn rpn\n \"Evaluate an expression composed in Reverse Polish Notation and return the\n result. `rpn` may optionally take a stack-based representation of an expression\n as a secondary parameter.\"\n ([e]\n (rpn e '()))\n ([e s]\n (if (empty? e)\n s\n (if (number? (first e))\n (recur (rest e)\n (conj s (first e)))\n (recur (rest e)\n (conj (drop 2 s) (reduce (first e) (reverse (take 2 s)))))))))\n\n(defn floating-division [x y]\n (if (not= ^BigDecimal y BigDecimal\/ZERO)\n (.divide ^BigDecimal x ^BigDecimal y 2 java.math.RoundingMode\/HALF_EVEN)\n (do (u\/vibrate! 500)\n (toast \"Cannot divide by 0.\"))))\n\n(defn op-alias [op]\n (case op\n \"^\" expt\n \"÷\" floating-division\n \"×\" *\n \"+\" +\n \"-\" -))\n","new_contents":"(ns warreq.kea.calc.math\n (:require [clojure.math.numeric-tower :refer [expt]]\n [neko.notify :refer [toast]]\n [warreq.kea.calc.util :as u])\n (:import java.math.BigDecimal))\n\n(defn rpn\n \"Evaluate an expression composed in Reverse Polish Notation and return the\n result. `rpn` may optionally take a stack-based representation of an expression\n as a secondary parameter.\"\n ([e]\n (rpn e '()))\n ([e s]\n (if (empty? e)\n s\n (if (number? (first e))\n (recur (rest e)\n (conj s (first e)))\n (recur (rest e)\n (conj (drop 2 s) (reduce (first e) (reverse (take 2 s)))))))))\n\n(defn floating-division [x y]\n (let [x (bigdec x)\n y (bigdec y)]\n (if (not= y BigDecimal\/ZERO)\n (.divide x y 2 java.math.RoundingMode\/HALF_EVEN)\n (do (u\/vibrate! 500)\n (toast \"Cannot divide by 0.\")))))\n\n(defn op-alias [op]\n (case op\n \"^\" expt\n \"÷\" floating-division\n \"×\" *\n \"+\" +\n \"-\" -))\n","subject":"Fix issue where expt followed by division could result in error.","message":"Fix issue where expt followed by division could result in error.\n\nWe should not assume that the numbers in the stack at any given\ntime can be cast directly to a BigDecimal, because some operations,\n(like expt) may return a double or something, and then suddenly\none of the operands is not castable.\n\nInstead, in the division function, explicitly create BigDecimals\nfrom the operands and work with those.\n","lang":"Clojure","license":"unlicense","repos":"warreq\/calc-clj"}
{"commit":"f2ee9d795f4f4a950f67276248a374446c55a7f8","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject jungerer \"0.4.2-SNAPSHOT\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :min-lein-version \"2.7.0\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [net.sf.jung\/jung-algorithms \"2.1.1\"]\n [net.sf.jung\/jung-api \"2.1.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1.1\"]\n [net.sf.jung\/jung-io \"2.1.1\"]\n [net.sf.jung\/jung-visualization \"2.1.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0-alpha12\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}}\n :deploy-repositories [[\"snapshots\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username [:env\/clojars_username :gpg]\n :password [:env\/clojars_password :gpg]}]]\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","new_contents":"(defproject jungerer \"0.4.2-SNAPSHOT\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :min-lein-version \"2.7.0\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [net.sf.jung\/jung-algorithms \"2.1.1\"]\n [net.sf.jung\/jung-api \"2.1.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1.1\"]\n [net.sf.jung\/jung-io \"2.1.1\"]\n [net.sf.jung\/jung-visualization \"2.1.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}}\n :deploy-repositories [[\"snapshots\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username [:env\/clojars_username :gpg]\n :password [:env\/clojars_password :gpg]}]]\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","subject":"Update clojure 1.9 to 1.9.0","message":"Update clojure 1.9 to 1.9.0\n","lang":"Clojure","license":"bsd-3-clause","repos":"totakke\/jungerer"}
{"commit":"b40b8575d460002e56dd969961898c2dddb4a259","old_file":"project.clj","new_file":"project.clj","old_contents":";; The only requirement of the project.clj file is that it includes a\n;; defproject form. It can have other code in it as well, including\n;; loading other task definitions.\n\n(defproject leiningen \"1.5.0-SNAPSHOT\"\n :description \"A build tool designed not to set your hair on fire.\"\n :url \"https:\/\/github.com\/technomancy\/leiningen\"\n :license {:name \"Eclipse Public License\"}\n :dependencies [[org.clojure\/clojure \"1.2.0\"]\n [org.clojure\/clojure-contrib \"1.2.0\"]\n [org.apache.ant\/ant \"1.7.1\"]\n [jline \"0.9.94\"]\n [robert\/hooke \"1.1.0\"]\n [org.apache.maven\/maven-ant-tasks \"2.0.10\" :exclusions [ant]]]\n :disable-implicit-clean true\n :eval-in-leiningen true)\n","new_contents":";; The only requirement of the project.clj file is that it includes a\n;; defproject form. It can have other code in it as well, including\n;; loading other task definitions.\n\n(defproject leiningen \"1.5.0-SNAPSHOT\"\n :description \"A build tool designed not to set your hair on fire.\"\n :url \"https:\/\/github.com\/technomancy\/leiningen\"\n :license {:name \"Eclipse Public License\"}\n :dependencies [[org.clojure\/clojure \"1.2.0\"]\n [org.clojure\/clojure-contrib \"1.2.0\"]\n [org.apache.ant\/ant \"1.7.1\"]\n [org.apache.ant\/ant-nodeps \"1.7.1\"]\n [jline \"0.9.94\"]\n [robert\/hooke \"1.1.0\"]\n [org.apache.maven\/maven-ant-tasks \"2.0.10\" :exclusions [ant]]]\n :disable-implicit-clean true\n :eval-in-leiningen true)\n","subject":"Add ant-nodeps as a dependency to pull in symlink task","message":"Add ant-nodeps as a dependency to pull in symlink task\n\nThe symlink task appears to have moved to ant-nodeps in ant 1.7.1,\nwhich means that :jar-strategy :symlink is currently broken. Add\nant-nodeps as a dependency to get this working again.\n","lang":"Clojure","license":"epl-1.0","repos":"0\/leiningen,0\/leiningen"}
{"commit":"36c1c2349e777189ae68f91d4ccb01890b216b6a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject overtone \"0.3.0\"\n :description \"An audio\/musical experiment.\"\n :url \"http:\/\/project-overtone.org\"\n :autodoc {:load-except-list [#\"\/test\/\" #\"\/classes\/\" #\"\/devices\/\"]\n :namespaces-to-document [\"overtone.core\" \"overtone.gui\"\n \"overtone.music\" \"overtone.studio\"]\n :trim-prefix \"overtone.\",}\n :dependencies [[org.clojure\/clojure \"1.3.0-RC0\"]\n [org.clojure\/core.incubator \"0.1.0\"]\n [overtone\/scsynth-jna \"0.1.2-SNAPSHOT\"]\n [overtone\/at-at \"0.2.0\"]\n [overtone\/osc-clj \"0.7.0\"]\n [overtone\/byte-spec \"0.3.0\"]\n [overtone\/midi-clj \"0.2.0\"]]\n :dev-dependencies [[marginalia \"0.2.0\"]]\n :jvm-opts [\"-Xms256m\" \"-Xmx1g\" \"-XX:+UseConcMarkSweepGC\"])\n","new_contents":"(defproject overtone \"0.3.0\"\n :description \"An audio\/musical experiment.\"\n :url \"http:\/\/project-overtone.org\"\n :autodoc {:load-except-list [#\"\/test\/\" #\"\/classes\/\" #\"\/devices\/\"]\n :namespaces-to-document [\"overtone.core\" \"overtone.gui\"\n \"overtone.music\" \"overtone.studio\"]\n :trim-prefix \"overtone.\",}\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojure\/core.incubator \"0.1.0\"]\n [overtone\/scsynth-jna \"0.1.2-SNAPSHOT\"]\n [overtone\/at-at \"0.2.1\"]\n [overtone\/osc-clj \"0.7.1\"]\n [overtone\/byte-spec \"0.3.1\"]\n [overtone\/midi-clj \"0.2.1\"]]\n :dev-dependencies [[marginalia \"0.2.0\"]]\n :jvm-opts [\"-Xms256m\" \"-Xmx1g\" \"-XX:+UseConcMarkSweepGC\"])\n","subject":"Move deps to Clojure 1.3.0 final","message":"Move deps to Clojure 1.3.0 final","lang":"Clojure","license":"mit","repos":"craftybones\/overtone,mcanthony\/overtone,brunchboy\/overtone,Widea\/overtone,rosejn\/overtone,la3lma\/overtone,ethancrawford\/overtone,chunseoklee\/overtone,pje\/overtone"}
{"commit":"264c9f220bdb225a4ed9ad4c1056d4ed3beead8d","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject eureka \"0.1.4-SNAPSHOT\"\n\n :description \"A Clojure library that wraps the Curator service discovery\/registration API.\"\n\n :dependencies [[cheshire \"5.2.0\"]\n [environ \"0.4.0\"]\n [org.apache.curator\/curator-x-discovery \"2.3.0\"]\n [org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [zookeeper-clj \"0.9.3\"]]\n\n :profiles {:dev {:dependencies [[zookem \"0.1.0-SNAPSHOT\"]\n [midje \"1.5.1\"]]\n :plugins [[lein-midje \"3.0.1\"]\n [lein-release \"1.0.5\"]]}}\n\n :lein-release {:deploy-via :clojars\n :clojars-url \"clojars@clojars.brislabs.com:\"})\n","new_contents":"(defproject eureka \"0.1.4-SNAPSHOT\"\n\n :description \"A Clojure library that wraps the Curator service discovery\/registration API.\"\n\n :dependencies [[cheshire \"5.2.0\"]\n [environ \"0.4.0\"]\n [org.apache.curator\/curator-x-discovery \"2.4.2\"]\n [org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [zookeeper-clj \"0.9.3\"]]\n\n :profiles {:dev {:dependencies [[zookem \"0.1.0-SNAPSHOT\"]\n [midje \"1.5.1\"]]\n :plugins [[lein-midje \"3.0.1\"]\n [lein-release \"1.0.5\"]]}}\n\n :lein-release {:deploy-via :clojars\n :clojars-url \"clojars@clojars.brislabs.com:\"})\n","subject":"Upgrade curator dependancy to 2.4.3","message":"Upgrade curator dependancy to 2.4.3\n","lang":"Clojure","license":"bsd-3-clause","repos":"mixradio\/party"}
{"commit":"046485f8e7be2301186358c280b72edbefe68504","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.aviso\/rook \"0.1.5-SNAPSHOT\"\n :description \"Ruby on Rails-style resource mapping for Clojure\/Compojure web apps\"\n :url \"https:\/\/github.com\/AvisoNovate\/rook\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n ;; Normally we don't AOT compile; only when tracking down reflection warnings.\n :profiles {:reflection-warnings {:aot :all\n :global-vars {*warn-on-reflection* true}}\n :dev {:dependencies [[ring-mock \"0.1.5\"]]}}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [compojure \"1.1.6\"]]\n :plugins [[test2junit \"1.0.1\"]])\n","new_contents":"(defproject io.aviso\/rook \"0.1.6-SNAPSHOT\"\n :description \"Ruby on Rails-style resource mapping for Clojure\/Compojure web apps\"\n :url \"https:\/\/github.com\/AvisoNovate\/rook\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n ;; Normally we don't AOT compile; only when tracking down reflection warnings.\n :profiles {:reflection-warnings {:aot :all\n :global-vars {*warn-on-reflection* true}}\n :dev {:dependencies [[ring-mock \"0.1.5\"]]}}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [compojure \"1.1.6\"]]\n :plugins [[test2junit \"1.0.1\"]])\n","subject":"Advance version number to 0.1.6 before move to GitHub","message":"Advance version number to 0.1.6 before move to GitHub\n","lang":"Clojure","license":"apache-2.0","repos":"bmabey\/rook,roblally\/rook,clyfe\/rook"}
{"commit":"d0a93afc6539f6b0f4a3d99d6221c6b701b74246","old_file":"project.clj","new_file":"project.clj","old_contents":";;; Copyright (c) 2013 David Goldfarb. All rights reserved.\n;;; Contact info: deg@degel.com\n;;;\n;;; The use and distribution terms for this software are covered by the Eclipse\n;;; Public License 1.0 (http:\/\/opensource.org\/licenses\/eclipse-1.0.php) which can\n;;; be found in the file epl-v10.html at the root of this distribution.\n;;; By using this software in any fashion, you are agreeing to be bound by the\n;;; terms of this license.\n;;;\n;;; You must not remove this notice, or any other, from this software.\n\n\n(defproject my-muxx-sites \"0.1.0-SNAPSHOT\"\n :description \"Deployment project to wrap my web apps into a single site.\"\n :url \"https:\/\/github.com\/deg\/my-muxx-sites\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [;; Clojure itself\n [org.clojure\/clojure \"1.5.1\"]\n\n ;; Degel's Clojure utility library\n [degel-clojure-utils \"0.1.6\"]\n\n ;; Our apps\n [receipts \"0.1.0-SNAPSHOT\"]]\n\n :profiles {:dev\n { :plugins [[lein-marginalia \"0.7.1\"]]}}\n\n :main degel.deploy.deployment)\n","new_contents":";;; Copyright (c) 2013 David Goldfarb. All rights reserved.\n;;; Contact info: deg@degel.com\n;;;\n;;; The use and distribution terms for this software are covered by the Eclipse\n;;; Public License 1.0 (http:\/\/opensource.org\/licenses\/eclipse-1.0.php) which can\n;;; be found in the file epl-v10.html at the root of this distribution.\n;;; By using this software in any fashion, you are agreeing to be bound by the\n;;; terms of this license.\n;;;\n;;; You must not remove this notice, or any other, from this software.\n\n\n(defproject my-muxx-sites \"0.1.0-SNAPSHOT\"\n :description \"Deployment project to wrap my web apps into a single site.\"\n :url \"https:\/\/github.com\/deg\/my-muxx-sites\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [;; Clojure itself\n [org.clojure\/clojure \"1.5.1\"]\n\n ;; Degel's Clojure utility library\n [degel-clojure-utils \"0.1.6\"]\n\n ;; Our apps\n [receipts \"0.1.0-SNAPSHOT\"]]\n\n :profiles {:dev\n { :plugins [[lein-marginalia \"0.7.1\"]]}}\n\n :min-lein-version \"2.0.0\"\n\n :main degel.deploy.deployment)\n","subject":"Declare need for lein 2.0, for the sake of Heroku.","message":"Declare need for lein 2.0, for the sake of Heroku.\n","lang":"Clojure","license":"epl-1.0","repos":"deg\/my-muxx-sites"}
{"commit":"3e9ef342b9371aedfbc1b680a0a77f43b1f78ff6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.13.5.0\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.13.5.1-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"b1a78e80d73ac5cc1f90e034b6fb1911536b3fc9","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject caesium \"0.3.0\"\n :description \"libsodium for clojure\"\n :url \"https:\/\/github.com\/lvh\/caesium\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.abstractj.kalium\/kalium \"0.3.0\" :scope \"compile\"]]\n :main ^:skip-aot caesium.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}}\n :global-vars {*warn-on-reflection* true})\n","new_contents":"(defproject caesium \"0.3.0\"\n :description \"libsodium for clojure\"\n :url \"https:\/\/github.com\/lvh\/caesium\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [org.abstractj.kalium\/kalium \"0.4.0\" :scope \"compile\"]]\n :main ^:skip-aot caesium.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}}\n :global-vars {*warn-on-reflection* true})\n","subject":"Update Kalium and Clojure to latest stable version","message":"Update Kalium and Clojure to latest stable version\n","lang":"Clojure","license":"epl-1.0","repos":"lvh\/caesium"}
{"commit":"43dc90318048a6cddc48d9d79108389dcb81d983","old_file":"integration-tests\/apps\/messaging\/topics\/immutant.clj","new_file":"integration-tests\/apps\/messaging\/topics\/immutant.clj","old_contents":"(ns messaging.init\n (:require [immutant.messaging :as msg]))\n\n(msg\/start \"\/topic\/gravy\")\n\n(let [p (promise)\n l (msg\/listen \"\/topic\/gravy\" (fn [v] (deliver p v)))]\n (try\n (msg\/publish \"\/topic\/gravy\" :success)\n (let [delivery (deref p 1000 :fail)]\n (if-not (= :success delivery)\n (throw (Exception. (str \"Should have received :success, but got \" delivery)))))\n (finally\n (msg\/unlisten l))))\n\n","new_contents":"(ns messaging.init\n (:require [immutant.messaging :as msg]))\n\n(msg\/start \"\/topic\/gravy\")\n\n(msg\/start \"topic.biscuit\")\n\n(let [p (promise)\n l (msg\/listen \"topic.biscuit\" (fn [v] (deliver p v)))]\n (try\n (msg\/publish \"topic.biscuit\" :success)\n (let [delivery (deref p 1000 :fail)]\n (if-not (= :success delivery)\n (throw (Exception. (str \"Should have received :success, but got \" delivery)))))\n (finally\n (msg\/unlisten l))))\n\n","subject":"Use a different topic so we don't collide with the 'real' tests.","message":"Use a different topic so we don't collide with the 'real' tests.\n","lang":"Clojure","license":"apache-2.0","repos":"kbaribeau\/immutant,kbaribeau\/immutant,coopsource\/immutant,coopsource\/immutant,immutant\/immutant,immutant\/immutant,immutant\/immutant,immutant\/immutant,coopsource\/immutant,kbaribeau\/immutant"}
{"commit":"f5b3b5610d7978c90729ac5924847e3853690e75","old_file":"src\/cljs\/comic_reader\/main.cljs","new_file":"src\/cljs\/comic_reader\/main.cljs","old_contents":"(ns comic-reader.main\n (:require [figwheel.client :as fw]\n [comic-reader.session :as session]\n [comic-reader.pages.sites :as sites]\n [comic-reader.pages.comics :as comics]\n [comic-reader.pages.reader :as reader]\n [reagent.core :as reagent :refer [atom]]\n [secretary.core :as secretary\n :include-macros true :refer [defroute]]))\n\n(enable-console-print!)\n\n(fw\/start {\n ;; configure a websocket url if you are using your own server\n :websocket-url \"ws:\/\/localhost:3449\/figwheel-ws\"\n\n ;; optional callback\n :on-jsload (fn [] (print \"reloaded\"))\n\n ;; The heads up display is enabled by default\n ;; to disable it:\n ;; :heads-up-display false\n\n ;; when the compiler emits warnings figwheel\n ;; blocks the loading of files.\n ;; To disable this behavior:\n ;; :load-warninged-code true\n\n ;; if figwheel is watching more than one build\n ;; it can be helpful to specify a build id for\n ;; the client to focus on\n :build-id \"dev\"})\n","new_contents":"(ns comic-reader.main\n (:require [figwheel.client :as fw]\n [comic-reader.session :as session]\n [comic-reader.pages.sites :as sites]\n [comic-reader.pages.comics :as comics]\n [comic-reader.pages.reader :as reader]\n [reagent.core :as reagent :refer [atom]]\n [secretary.core :as secretary\n :include-macros true :refer [defroute]]))\n\n(enable-console-print!)\n\n;; TODO: Put figwheel setups into some kind of dev namespace\n(fw\/start {\n ;; configure a websocket url if you are using your own server\n :websocket-url \"ws:\/\/localhost:3449\/figwheel-ws\"\n\n ;; optional callback\n :on-jsload (fn [] (print \"reloaded\"))\n\n ;; The heads up display is enabled by default\n ;; to disable it:\n ;; :heads-up-display false\n\n ;; when the compiler emits warnings figwheel\n ;; blocks the loading of files.\n ;; To disable this behavior:\n ;; :load-warninged-code true\n\n ;; if figwheel is watching more than one build\n ;; it can be helpful to specify a build id for\n ;; the client to focus on\n :build-id \"dev\"})\n","subject":"Add a note about moving figwheel configuration","message":"Add a note about moving figwheel configuration\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"9ea925f5623cb4c316486cb3059117f028d343a3","old_file":"test\/luaclj\/core_test.clj","new_file":"test\/luaclj\/core_test.clj","old_contents":"(ns luaclj.core-test\n (:require [clojure.test :refer :all]\n [luaclj.library :refer :all]\n [luaclj.core :refer :all]))\n(comment\n (parse-lua (slurp \"resources\/test\/basic.lua\"))\n (parse-lua (slurp \"resources\/test\/function.lua\"))\n)\n(deftest a-test\n (testing \"Lua test scripts\"\n (is (= ((create-lua-fn (slurp \"resources\/test\/basic.lua\"))) 11))\n (is (= ((create-lua-fn (slurp \"resources\/test\/basic1.lua\"))) \"local_var_modified\"))\n (is (= ((create-lua-fn (slurp \"resources\/test\/break.lua\"))) 3))\n (is (= ((create-lua-fn (slurp \"resources\/test\/for.lua\"))) 5060))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function1.lua\"))) 26))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function2.lua\"))) 5))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function3.lua\"))) 34))\n \n ))\n","new_contents":"(ns luaclj.core-test\n (:require [clojure.test :refer :all]\n [luaclj.library :refer :all]\n [luaclj.core :refer :all]))\n(comment\n (parse-lua (slurp \"resources\/test\/basic.lua\"))\n (parse-lua (slurp \"resources\/test\/function.lua\"))\n)\n(deftest a-test\n (testing \"Lua test scripts\"\n (is (= ((create-lua-fn (slurp \"resources\/test\/basic.lua\"))) 11))\n (is (= ((create-lua-fn (slurp \"resources\/test\/basic1.lua\"))) \"local_var_modified\"))\n (is (= ((create-lua-fn (slurp \"resources\/test\/break.lua\"))) 3))\n (is (= ((create-lua-fn (slurp \"resources\/test\/for.lua\"))) 5060))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function1.lua\"))) 26))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function2.lua\"))) 5))\n (is (= ((create-lua-fn (slurp \"resources\/test\/function3.lua\"))) 34))\n (is (= ((create-lua-fn (slurp \"resources\/test\/factorial.lua\"))) 120))\n (is (= ((create-lua-fn (slurp \"resources\/test\/days_in_month.lua\"))) 31))\n \n ))\n","subject":"Add factorial and days_in_month tests","message":"Add factorial and days_in_month tests\n","lang":"Clojure","license":"mit","repos":"siphiuel\/luaclj"}
{"commit":"bb29b476c6efe5667f86c14041102e4cb5bb0215","old_file":"test\/jcf\/integration_test.clj","new_file":"test\/jcf\/integration_test.clj","old_contents":"(ns jcf.integration-test\n (:require [clojure.java.io :as io]\n [clojure.java.shell :refer [sh]]\n [clojure.string :as str]\n [clojure.test :refer :all]\n [leiningen.new.jcf-static :refer :all]\n [leiningen.new.templates :refer [*dir*]]\n [me.raynes.fs :refer [temp-dir]]))\n\n(defn generate-project [test-fn]\n (let [app-name \"example\"\n sandbox ^java.io.File (temp-dir \"jcf-\")]\n (binding [*dir* (str sandbox \"\/\" app-name)]\n (println (format \"Generating project in %s...\" *dir*))\n (jcf-static app-name)\n (try\n (test-fn)\n (finally\n (when (.isDirectory sandbox)\n (println (format \"Deleting project in %s...\" *dir*))\n (.delete sandbox)))))))\n\n(use-fixtures :once generate-project)\n\n(deftest test-lein-test\n (let [_ (println \"Running lein test. This'll take a couple of seconds...\")\n {:keys [exit out err]} (sh \"lein\" \"test\" :dir *dir*)]\n (is (zero? exit)\n (format \"lein test failed with status %d.\\nOut:\\n%s\\n\\nErr:\\n%s\\n\\n\"\n exit out err))))\n","new_contents":"(ns jcf.integration-test\n (:require [clojure.java.io :as io]\n [clojure.java.shell :refer [sh]]\n [clojure.string :as str]\n [clojure.test :refer :all]\n [leiningen.new.jcf-static :refer :all]\n [leiningen.new.templates :refer [*dir*]]\n [me.raynes.fs :refer [temp-dir]]))\n\n(defn generate-project [test-fn]\n (let [app-name \"example\"\n sandbox ^java.io.File (temp-dir \"jcf-\")]\n (binding [*dir* (str sandbox \"\/\" app-name)]\n (println (format \"Generating project in %s...\" *dir*))\n (jcf-static app-name)\n (try\n (test-fn)\n (finally\n (when (.isDirectory sandbox)\n (println (format \"Deleting project in %s...\" *dir*))\n (.delete sandbox)))))))\n\n(use-fixtures :once generate-project)\n\n(deftest test-lein-test\n (let [_ (println \"Running lein test. This'll take a couple of seconds...\")\n {:keys [exit out err]} (sh \"lein\" \"test\" :dir *dir*)]\n (is (zero? exit)\n (format \"lein test failed with status %d.\\nOut:\\n%s\\n\\nErr:\\n%s\\n\\n\"\n exit out err))))\n\n(deftest test-lein-run\n (let [_ (println \"Running lein run. This'll take a couple of seconds...\")\n {:keys [exit out err]} (sh \"lein\" \"run\" :dir *dir*)]\n (is (zero? exit)\n (format \"lein run failed with status %d.\\nOut:\\n%s\\n\\nErr:\\n%s\\n\\n\"\n exit out err))))\n","subject":"Make sure `lein run` works","message":"Make sure `lein run` works\n","lang":"Clojure","license":"mit","repos":"jcf\/lein-template-static"}
{"commit":"3ac102d37ff2744b302b222ee8cc976fa723f06b","old_file":"exercises\/robot-name\/src\/example.clj","new_file":"exercises\/robot-name\/src\/example.clj","old_contents":"(ns robot-name)\n\n(def ^:private letters (map char (range 65 91)))\n(defn- generate-name []\n (format \"%s%03d\" (apply str (repeatedly 2 #(first (shuffle letters))))\n (rand-int 1000)))\n\n(defn robot []\n (atom {:name (generate-name)}))\n\n(defn robot-name [robot]\n (:name @robot))\n\n(defn reset-name [robot]\n (swap! robot assoc :name (generate-name)))\n","new_contents":"(ns robot-name)\n\n(def ^:private letters (map char (range 65 91)))\n(defn- generate-name []\n (format \"%s%03d\" (apply str (repeatedly 2 #(rand-nth letters)))\n (rand-int 1000)))\n\n(defn robot []\n (atom {:name (generate-name)}))\n\n(defn robot-name [robot]\n (:name @robot))\n\n(defn reset-name [robot]\n (swap! robot assoc :name (generate-name)))\n","subject":"Use rand-nth instead of first and shuffle in robot-name\/generate-name","message":"Use rand-nth instead of first and shuffle in robot-name\/generate-name\n","lang":"Clojure","license":"mit","repos":"querenker\/xclojure,querenker\/xclojure,exercism\/xclojure,exercism\/xclojure"}
{"commit":"590b5777e972c60afe856600a625727663b230c0","old_file":"compojure\/hello\/project.clj","new_file":"compojure\/hello\/project.clj","old_contents":"(defproject hello \"compojure\"\n :description \"JSON\/Database tests\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.5\"]\n [ring\/ring-json \"0.2.0\"]\n [korma \"0.3.0-RC5\"]\n [log4j \"1.2.15\" :exclusions [javax.mail\/mail javax.jms\/jms com.sun.jdmk\/jmxtools com.sun.jmx\/jmxri]]\n [mysql\/mysql-connector-java \"5.1.6\"]\n [org.clojure\/java.jdbc \"0.3.0-alpha1\"]\n [c3p0\/c3p0 \"0.9.1.2\"]\n [hiccup \"1.0.3\"]\n [enlive \"1.1.1\"]\n ]\n :plugins [[lein-ring \"0.8.2\"]]\n :ring {:handler hello.handler\/app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.3\"]]}})\n","new_contents":"(defproject hello \"compojure\"\n :description \"JSON\/Database tests\"\n :url \"http:\/\/localhost:3000\/\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.6\"]\n [ring\/ring-json \"0.2.0\"]\n [korma \"0.3.0-RC6\"]\n [log4j \"1.2.15\" :exclusions [javax.mail\/mail javax.jms\/jms com.sun.jdmk\/jmxtools com.sun.jmx\/jmxri]]\n [mysql\/mysql-connector-java \"5.1.6\"]\n [org.clojure\/java.jdbc \"0.3.0-alpha1\"]\n [c3p0\/c3p0 \"0.9.1.2\"]\n [hiccup \"1.0.4\"]\n ]\n :plugins [[lein-ring \"0.8.10\"]]\n :ring {:handler hello.handler\/app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.5\"]]}})\n","subject":"Update dependencies to latest versions","message":"Update dependencies to latest versions\n","lang":"Clojure","license":"bsd-3-clause","repos":"hamiltont\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,dmacd\/FB-try1,RockinRoel\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,dmacd\/FB-try1,sgml\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,dmacd\/FB-try1,jetty-project\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,dmacd\/FB-try1,lcp0578\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,dmacd\/FB-try1,Rydgel\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,dmacd\/FB-try1,PermeAgility\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,dmacd\/FB-try1,lcp0578\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,dmacd\/FB-try1,donovanmuller\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,dmacd\/FB-try1,leafo\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,dmacd\/FB-try1,hperadin\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,dmacd\/FB-try1,alubbe\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,dmacd\/FB-try1,methane\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks"}
{"commit":"5accd7c937d1cdea9391a828dcdd41e41b6e83f8","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cats \"0.5.0-SNAPSHOT\"\n :description \"Category Theory abstractions for Clojure\"\n :url \"https:\/\/github.com\/funcool\/cats\"\n :license {:name \"BSD (2 Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :dependencies []\n :deploy-repositories {\"releases\" :clojars\n \"snapshots\" :clojars}\n\n :source-paths [\"src\"]\n :test-paths [\"test\"]\n\n :cljsbuild {:test-commands {\"test\" [\"node\" \"output\/tests.js\"]}\n :builds [{:id \"test\"\n :source-paths [\"src\" \"test\"]\n :notify-command [\"node\" \"output\/tests.js\"]\n :compiler {:output-to \"output\/tests.js\"\n :output-dir \"output\"\n :source-map true\n :static-fns true\n :cache-analysis false\n :main cats.runner\n :optimizations :none\n :target :nodejs\n :pretty-print true}}]}\n\n :jar-exclusions [#\"\\.swp|\\.swo\"]\n\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.10\"]\n [org.clojure\/clojure \"1.7.0-RC1\"]\n [org.clojure\/clojurescript \"0.0-3297\"]]\n :codeina {:sources [\"src\"]\n :output-dir \"doc\/codeina\"}\n :plugins [[funcool\/codeina \"0.1.0-SNAPSHOT\"\n :exclusions [org.clojure\/clojure]]\n [lein-cljsbuild \"1.0.6\"]]}})\n","new_contents":"(defproject cats \"0.5.0-SNAPSHOT\"\n :description \"Category Theory abstractions for Clojure\"\n :url \"https:\/\/github.com\/funcool\/cats\"\n :license {:name \"BSD (2 Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :dependencies []\n :deploy-repositories {\"releases\" :clojars\n \"snapshots\" :clojars}\n\n :source-paths [\"src\"]\n :test-paths [\"test\"]\n\n :cljsbuild {:test-commands {\"test\" [\"node\" \"output\/tests.js\"]}\n :builds [{:id \"test\"\n :source-paths [\"src\" \"test\"]\n :notify-command [\"node\" \"output\/tests.js\"]\n :compiler {:output-to \"output\/tests.js\"\n :output-dir \"output\"\n :source-map true\n :static-fns true\n :cache-analysis false\n :main cats.runner\n :optimizations :none\n :target :nodejs\n :pretty-print true}}]}\n\n :jar-exclusions [#\"\\.swp|\\.swo\"]\n\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.10\"]\n [org.clojure\/clojure \"1.7.0-RC2\"]\n [org.clojure\/clojurescript \"0.0-3308\"]]\n :codeina {:sources [\"src\"]\n :output-dir \"doc\/codeina\"}\n :plugins [[funcool\/codeina \"0.1.0-SNAPSHOT\"\n :exclusions [org.clojure\/clojure]]\n [lein-cljsbuild \"1.0.6\"]]}})\n","subject":"Upgrade Clojure and ClojureScript dependencies","message":"Upgrade Clojure and ClojureScript dependencies\n","lang":"Clojure","license":"bsd-2-clause","repos":"alesguzik\/cats,yurrriq\/cats,mccraigmccraig\/cats,tcsavage\/cats,OlegTheCat\/cats,funcool\/cats"}
{"commit":"2c13cc4281d564d2a54dde86b4760f707494b495","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject clj-gamification \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [http-kit \"2.1.4\"]\n [compojure \"1.1.5\"]\n [hiccup \"1.0.3\"]\n [hiccup-bootstrap \"0.1.2\"]\n [org.clojure\/data.json \"0.2.2\"]]\n ;:plugins [[lein-ring \"0.8.5\"]]\n ;:ring {:handler clj-gamification.handler\/app, :auto-refresh? true, :nrepl {:start? true #_(:port 7000)}}\n :main clj-gamification.handler\n :profiles\n {:dev {:source-paths [\"dev\"],\n :dependencies [[ring-mock \"0.1.5\"]]},\n :production {:misc \"configuration\", ; app-specific stuff\n :mirrors {\"central\" \"http:\/\/s3pository.herokuapp.com\/clojure\"}}}\n :min-lein-version \"2.0.0\") ;; ring-serve has old hiccup\n","new_contents":"(defproject clj-gamification \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [http-kit \"2.1.4\"]\n [compojure \"1.1.5\"]\n [hiccup \"1.0.3\"]\n [hiccup-bootstrap \"0.1.2\"]\n [org.clojure\/data.json \"0.2.2\"]]\n ;:plugins [[lein-ring \"0.8.5\"]]\n :ring {:handler clj-gamification.handler\/app, :auto-refresh? true, :port 5000, :nrepl {:start? true, :port 4555}}\n :main clj-gamification.handler\n :profiles\n {:dev {:source-paths [\"dev\"],\n :dependencies [[ring-mock \"0.1.5\"]]},\n :production {:misc \"configuration\", ; app-specific stuff\n :mirrors {\"central\" \"http:\/\/s3pository.herokuapp.com\/clojure\"}}}\n :min-lein-version \"2.0.0\") ;; ring-serve has old hiccup\n","subject":"Enable running via ring for dev","message":"Enable running via ring for dev\n","lang":"Clojure","license":"epl-1.0","repos":"jakubholynet\/clj-scotsgame"}
{"commit":"5e4627036a368ba8e51076788d33c0df6b724353","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject jungerer \"0.1.3\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-io \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}\n :resource-paths [\"dev-resources\"]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]\n :resource-paths [\"dev-resources\"]}}\n :deploy-repositories [[\"snapshots\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username [:env\/clojars_username :gpg]\n :password [:env\/clojars_password :gpg]}]]\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","new_contents":"(defproject jungerer \"0.1.4-SNAPSHOT\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-io \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}\n :resource-paths [\"dev-resources\"]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]\n :resource-paths [\"dev-resources\"]}}\n :deploy-repositories [[\"snapshots\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username [:env\/clojars_username :gpg]\n :password [:env\/clojars_password :gpg]}]]\n :codox {:source-uri \"https:\/\/github.com\/totakke\/jungerer\/blob\/{version}\/{filepath}#L{line}\"})\n","subject":"Prepare for next development iteration (0.1.4-SNAPSHOT)","message":"Prepare for next development iteration (0.1.4-SNAPSHOT)\n","lang":"Clojure","license":"bsd-3-clause","repos":"totakke\/jungerer"}
{"commit":"f925dd7109ea586056e0c9394f15b2fc94d3b3e6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.aviso\/twixt \"0.1.9\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [io.aviso\/tracker \"0.1.0\"]\n [ring\/ring-core \"1.2.1\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.2.4\"]\n [de.neuland-bfi\/jade4j \"0.4.0\"]\n [hiccup \"1.0.4\"]]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/twixt\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","new_contents":"(defproject io.aviso\/twixt \"0.1.9-SNAPSHOT\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [io.aviso\/tracker \"0.1.0\"]\n [ring\/ring-core \"1.2.1\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.2.4\"]\n [de.neuland-bfi\/jade4j \"0.4.0\"]\n [hiccup \"1.0.4\"]]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/twixt\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","subject":"Change version number to 0.1.9-SNAPSHOT","message":"Change version number to 0.1.9-SNAPSHOT\n","lang":"Clojure","license":"apache-2.0","repos":"AvisoNovate\/twixt,clyfe\/twixt,clyfe\/twixt,AvisoNovate\/twixt,clyfe\/twixt,AvisoNovate\/twixt"}
{"commit":"010520339fd6d233a7a75dce116d58bf7ccfef15","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.8.2.1\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.8.2.2-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"12120d90cf57b1c135fb23adf234c8b643a76d4a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cljam \"0.1.0-SNAPSHOT\"\n :description \"A DNA Sequence Alignment\/Map (SAM) library for Clojure\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories [[\"clojars classic\" \"http:\/\/clojars.org\/repo\/\"]]\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojure-contrib \"1.2.0\"]\n [org.utgenome.thirdparty\/picard \"1.86p\"]\n [clj-sub-command \"0.1.0-SNAPSHOT\"]]\n :profiles {:dev {:dependencies [[midje \"1.5.1\"]]}}\n :main cljam.core)\n","new_contents":"(defproject cljam \"0.1.0-SNAPSHOT\"\n :description \"A DNA Sequence Alignment\/Map (SAM) library for Clojure\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojure-contrib \"1.2.0\"]\n [org.utgenome.thirdparty\/picard \"1.86p\"]\n [clj-sub-command \"0.1.0\"]]\n :profiles {:dev {:dependencies [[midje \"1.5.1\"]]}}\n :main cljam.core)\n","subject":"Modify to use release version `clj-sub-command`","message":"Modify to use release version `clj-sub-command`\n","lang":"Clojure","license":"apache-2.0","repos":"chrovis\/cljam"}
{"commit":"edf32aae2045f2588d7793ff58e3ff31cfde894a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.14.0.0\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.14.0.1-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"5f4a620fd9136edf2d4d751dd8597850382bd0f5","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-peer-http-query \"0.10.0.0-beta2\"\n :description \"An Onyx health and query HTTP server\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-peer-http-query\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [ring\/ring-core \"1.5.1\"]\n [org.clojure\/java.jmx \"0.3.3\"]\n [ring-jetty-component \"0.3.1\"]\n [cheshire \"5.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-beta2\"]]\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :profiles {:dev {:dependencies [[clj-http \"3.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-peer-http-query \"0.10.0.0-SNAPSHOT\"\n :description \"An Onyx health and query HTTP server\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-peer-http-query\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [ring\/ring-core \"1.5.1\"]\n [org.clojure\/java.jmx \"0.3.3\"]\n [ring-jetty-component \"0.3.1\"]\n [cheshire \"5.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-beta2\"]]\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :profiles {:dev {:dependencies [[clj-http \"3.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-peer-http-query"}
{"commit":"f48fdbf16401153162f41bfa7cb11ae172795ea3","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject compojure \"1.5.1\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.2\"]\n [medley \"0.8.2\"]\n [ring\/ring-core \"1.5.0\"]\n [ring\/ring-codec \"1.0.1\"]]\n :plugins [[lein-codox \"0.9.5\"]]\n :codox\n {:output-path \"codox\"\n :metadata {:doc\/format :markdown}\n :source-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/{version}\/{filepath}#L{line}\"}\n :aliases\n {\"test-all\" [\"with-profile\" \"default:+1.8\" \"test\"]}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.3.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}})\n","new_contents":"(defproject compojure \"1.5.1\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.2\"]\n [medley \"0.8.2\"]\n [ring\/ring-core \"1.6.0-beta4\"]\n [ring\/ring-codec \"1.0.1\"]]\n :plugins [[lein-codox \"0.9.5\"]]\n :codox\n {:output-path \"codox\"\n :metadata {:doc\/format :markdown}\n :source-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/{version}\/{filepath}#L{line}\"}\n :aliases\n {\"test-all\" [\"with-profile\" \"default:+1.8\" \"test\"]}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.3.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}})\n","subject":"Update Ring dependency to 1.6.0-beta4","message":"Update Ring dependency to 1.6.0-beta4\n","lang":"Clojure","license":"epl-1.0","repos":"weavejester\/compojure"}
{"commit":"298ccca0e2509fc9b86d17e021e43fd2e7396a86","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.aviso\/twixt \"0.1.6\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring\/ring-core \"1.2.0\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.2.1\"]\n [de.neuland\/jade4j \"0.3.15\"]\n [io.aviso\/pretty \"0.1.6\"]\n [hiccup \"1.0.4\"]]\n :repositories [[\"jade4j\" \"https:\/\/raw.github.com\/neuland\/jade4j\/master\/releases\"]]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/twixt\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","new_contents":"(defproject io.aviso\/twixt \"0.1.6\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring\/ring-core \"1.2.0\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.2.1\"]\n [de.neuland-bfi\/jade4j \"0.4.0\"]\n [io.aviso\/pretty \"0.1.6\"]\n [hiccup \"1.0.4\"]]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/twixt\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","subject":"Update to latest Jade4J Jade4J now available from Maven Central","message":"Update to latest Jade4J\nJade4J now available from Maven Central\n","lang":"Clojure","license":"apache-2.0","repos":"clyfe\/twixt,AvisoNovate\/twixt,AvisoNovate\/twixt,clyfe\/twixt,clyfe\/twixt,AvisoNovate\/twixt"}
{"commit":"7936b269378a890fe397cf084a1d31d211aaa302","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject me.frmr.tools\/dstt \"0.2.0\"\n :description \"Damn Simple Test Tool, a simple and rudamentary load testing library.\"\n :url \"https:\/\/github.com\/farmdawgnation\/dstt\"\n :license {:name \"Apache License 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [clj-http \"2.0.0\"]\n [org.clojure\/tools.cli \"0.3.3\"]\n [org.clojure\/data.json \"0.2.6\"]]\n :main frmr.dstt\n :aot [frmr.dstt]\n\n :scm {:url \"git@github.com:farmdawgnation\/dstt.git\"}\n :pom-addition [:developers [:developer\n [:name \"Matt Farmer\"]\n [:url \"http:\/\/farmdawgnation.com\"]\n [:email \"matt@frmr.me\"]\n [:timezone \"-5\"]]])\n","new_contents":"(defproject me.frmr.tools\/dstt \"0.3.0-SNAPSHOT\"\n :description \"Damn Simple Test Tool, a simple and rudamentary load testing library.\"\n :url \"https:\/\/github.com\/farmdawgnation\/dstt\"\n :license {:name \"Apache License 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [clj-http \"2.0.0\"]\n [org.clojure\/tools.cli \"0.3.3\"]\n [org.clojure\/data.json \"0.2.6\"]]\n :main frmr.dstt\n :aot [frmr.dstt]\n\n :scm {:url \"git@github.com:farmdawgnation\/dstt.git\"}\n :pom-addition [:developers [:developer\n [:name \"Matt Farmer\"]\n [:url \"http:\/\/farmdawgnation.com\"]\n [:email \"matt@frmr.me\"]\n [:timezone \"-5\"]]])\n","subject":"Bump to 0.3.0-SNAPSHOT for forward development.","message":"Bump to 0.3.0-SNAPSHOT for forward development.\n\n[ci skip]\n","lang":"Clojure","license":"apache-2.0","repos":"farmdawgnation\/dstt"}
{"commit":"f38884490d12e6391b44c6a7a85e00885a149731","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.13.0.0-beta1\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.13.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"e8293e57e70f25a5fb7cd7ef86a6cf85c401e4be","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject prismatic\/fnhouse \"0.2.2-SNAPSHOT\"\n :description \"Transform lightly-annotated functions into a full-fledged web service\"\n :license {:name \"Eclipse Public License - v 1.0\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\n :distribution :repo}\n :url \"https:\/\/github.com\/Prismatic\/fnhouse\"\n :dependencies [[prismatic\/plumbing \"0.4.3\" :exclusions [prismatic\/schema]]\n [prismatic\/schema \"1.0.1\"]]\n :profiles {:dev {:dependencies [[org.clojure\/clojure \"1.6.0\"]]\n :global-vars {*warn-on-reflection* true}}\n :1.5 {:dependencies [[org.clojure\/clojure \"1.5.1\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}}\n :aliases {\"all\" [\"with-profile\" \"dev:dev,1.5:dev,1.7\"]}\n :lein-release {:deploy-via :shell\n :shell [\"lein\" \"deploy\" \"clojars\"]})\n","new_contents":"(defproject prismatic\/fnhouse \"0.2.2-SNAPSHOT\"\n :description \"Transform lightly-annotated functions into a full-fledged web service\"\n :license {:name \"Eclipse Public License - v 1.0\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\n :distribution :repo}\n :url \"https:\/\/github.com\/Prismatic\/fnhouse\"\n :dependencies [[prismatic\/plumbing \"0.4.3\" :exclusions [prismatic\/schema]]\n [prismatic\/schema \"1.0.1\"]]\n :profiles {:dev {:dependencies [[org.clojure\/clojure \"1.6.0\"]]\n :global-vars {*warn-on-reflection* true}}\n :1.5 {:dependencies [[org.clojure\/clojure \"1.5.1\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0-RC1\"]]}}\n :aliases {\"all\" [\"with-profile\" \"dev:dev,1.5:dev,1.7:dev,1.8\"]}\n :lein-release {:deploy-via :shell\n :shell [\"lein\" \"deploy\" \"clojars\"]})\n","subject":"Add Clojure 1.8 profile for testing","message":"Add Clojure 1.8 profile for testing\n","lang":"Clojure","license":"epl-1.0","repos":"plumatic\/fnhouse,Prismatic\/fnhouse"}
{"commit":"303c93ee03ced9af5871e40fd16649012cc32f5c","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject thomasa\/mranderson \"0.5.2-SNAPSHOT\"\n :description \"Dependency inlining and shadowing tool.\"\n :url \"https:\/\/github.com\/benedekfazekas\/mranderson\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :eval-in :leiningen\n :plugins [[thomasa\/mranderson \"0.5.1\"]]\n :java-source-paths [\"java-src\"]\n :javac-options [\"-target\" \"1.6\" \"-source\" \"1.6\"]\n :filespecs [{:type :bytes :path \"mranderson\/project.clj\" :bytes ~(slurp \"project.clj\")}]\n :dependencies [^:source-dep [com.cemerick\/pomegranate \"0.4.0\"]\n ^:source-dep [org.clojure\/tools.namespace \"0.3.0-alpha3\"]\n ^:source-dep [me.raynes\/fs \"1.4.6\"]\n ^:source-dep [rewrite-clj \"0.6.1\"]\n ^:source-dep [parallel \"0.10\"]\n [com.googlecode.jarjar\/jarjar \"1.3\"]]\n :mranderson {:project-prefix \"mranderson.inlined\"}\n :profiles {:dev {:dependencies [[org.clojure\/clojure \"1.8.0\"]\n [leiningen-core \"2.8.3\"]]}})\n","new_contents":"(defproject thomasa\/mranderson \"0.5.2-SNAPSHOT\"\n :description \"Dependency inlining and shadowing tool.\"\n :url \"https:\/\/github.com\/benedekfazekas\/mranderson\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :eval-in :leiningen\n :plugins [[thomasa\/mranderson \"0.5.1\"]]\n :java-source-paths [\"java-src\"]\n :javac-options [\"-target\" \"1.6\" \"-source\" \"1.6\"]\n :filespecs [{:type :bytes :path \"mranderson\/project.clj\" :bytes ~(slurp \"project.clj\")}]\n :dependencies [^:inline-dep [com.cemerick\/pomegranate \"0.4.0\"]\n ^:inline-dep [org.clojure\/tools.namespace \"0.3.0-alpha3\"]\n ^:inline-dep [me.raynes\/fs \"1.4.6\"]\n ^:inline-dep [rewrite-clj \"0.6.1\"]\n ^:inline-dep [parallel \"0.10\"]\n [com.googlecode.jarjar\/jarjar \"1.3\"]]\n :mranderson {:project-prefix \"mranderson.inlined\"}\n :profiles {:dev {:dependencies [[org.clojure\/clojure \"1.8.0\"]\n [leiningen-core \"2.9.1\"]]}})\n","subject":"Fix lein version in dep dependencies and use `:inline-dep`","message":"Fix lein version in dep dependencies and use `:inline-dep`\n\ninstead of `:source-dep`\n","lang":"Clojure","license":"epl-1.0","repos":"benedekfazekas\/mranderson,benedekfazekas\/mranderson"}
{"commit":"16886b6807c1ad1ea00d5e0dfc5268922847cf69","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject tetris \"0.1.0-SNAPSHOT\"\n :description \"Tetris implementation in ClojureScript.\"\n :url \"http:\/\/tetris.temochka.com\/\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/clojurescript \"0.0-2202\"]\n [org.clojure\/core.async \"0.1.338.0-5c5012-alpha\"]]\n :plugins [[lein-cljsbuild \"1.0.3\"]\n [com.cemerick\/austin \"0.1.5\"]]\n :figwheel {:http-server-root \"public\"\n :port 3449\n :css-dirs [\"resources\/public\/css\"]}\n :cljsbuild {:builds [{:id \"dev\"\n :source-paths [\"src\"]\n :compiler {:output-to \"resources\/public\/tetris.js\"\n :output-dir \"resources\/public\/out\"\n :optimizations :none\n :source-map true}}\n {:id \"prod\"\n :source-paths [\"src\"]\n :compiler {:output-to \"resources\/public\/tetris.min.js\"\n :output-dir \"resources\/public\/out.prod\"\n :optimizations :advanced}}]})\n","new_contents":"(defproject tetris \"0.1.0-SNAPSHOT\"\n :description \"Tetris implementation in ClojureScript.\"\n :url \"http:\/\/tetris.temochka.com\/\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/clojurescript \"0.0-2342\"]\n [org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]]\n :plugins [[lein-cljsbuild \"1.0.3\"]\n [com.cemerick\/austin \"0.1.5\"]]\n :cljsbuild {:builds [{:id \"dev\"\n :source-paths [\"src\"]\n :compiler {:output-to \"resources\/public\/tetris.js\"\n :output-dir \"resources\/public\/out\"\n :optimizations :none\n :source-map true}}\n {:id \"prod\"\n :source-paths [\"src\"]\n :compiler {:output-to \"resources\/public\/tetris.min.js\"\n :output-dir \"resources\/public\/out.prod\"\n :optimizations :advanced}}]})\n","subject":"Update clojurescript, core.async and remove figwheel config.","message":"Update clojurescript, core.async and remove figwheel config.\n","lang":"Clojure","license":"epl-1.0","repos":"temochka\/tetris-cljs,temochka\/tetris-cljs"}
{"commit":"5c18bff6dfbbdc72c5304f571e1e559624c88254","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject d-cent \"0.0.1-SNAPSHOT\"\n :description \"Cool new project to do things and stuff\"\n :dependencies [[org.clojure\/clojure \"1.4.0\"]]\n :profiles {:dev {:dependencies [[midje \"1.5.1\"]]}})\n \n","new_contents":"(defproject d-cent \"0.0.1-SNAPSHOT\"\n :description \"Cool new project to do things and stuff\"\n :dependencies [[org.clojure\/clojure \"1.4.0\"]]\n :profiles {:dev {:dependencies [[midje \"1.5.1\"]]\n :plugins [[lein-midje \"3.1.3\"]]}})\n \n","subject":"Add midje plugin to dev profile","message":"Add midje plugin to dev profile\n","lang":"Clojure","license":"mit","repos":"ThoughtWorksInc\/objective8,ThoughtWorksInc\/objective8,d-cent\/objective8,d-cent\/objective8,prisamuel\/objective8,d-cent\/objective8,prisamuel\/objective8,prisamuel\/objective8,ThoughtWorksInc\/objective8,prisamuel\/objective8,ThoughtWorksInc\/objective8,d-cent\/objective8"}
{"commit":"a7f4847a53d1b9cb994319472a09aaf95eb20d78","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.aviso\/rook \"0.1.10-SNAPSHOT\"\n :description \"Ruby on Rails-style resource mapping for Clojure\/Compojure web apps\"\n :url \"https:\/\/github.com\/AvisoNovate\/rook\"\n :license {:name \"Apache Sofware License 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :profiles {:dev\n {:dependencies [[ring-mock \"0.1.5\"]\n [io.aviso\/pretty \"0.1.11\"]\n [clj-http \"0.9.1\"]\n [speclj \"3.0.2\"]\n [log4j \"1.2.17\"]]}}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/core.async \"0.1.278.0-76b25b-alpha\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring \"1.3.0\"]\n [medley \"0.2.1\"]\n [ring-middleware-format \"0.3.2\"]\n [prismatic\/schema \"0.2.3\"]\n [compojure \"1.1.6\"]]\n :plugins [[speclj \"3.0.2\"]]\n :test-paths [\"spec\"]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/rook\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"\n :defaults {:doc\/format :markdown}})\n","new_contents":"(defproject io.aviso\/rook \"0.1.10-SNAPSHOT\"\n :description \"Ruby on Rails-style resource mapping for Clojure\/Compojure web apps\"\n :url \"https:\/\/github.com\/AvisoNovate\/rook\"\n :license {:name \"Apache Sofware License 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :profiles {:dev\n {:dependencies [[ring-mock \"0.1.5\"]\n [io.aviso\/pretty \"0.1.11\"]\n [clj-http \"0.9.1\"]\n [speclj \"3.0.2\"]\n [log4j \"1.2.17\"]]}}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/core.async \"0.1.278.0-76b25b-alpha\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring \"1.3.0\"]\n [medley \"0.3.0\"]\n [ring-middleware-format \"0.3.2\"]\n [prismatic\/schema \"0.2.3\"]\n [compojure \"1.1.6\"]]\n :plugins [[speclj \"3.0.2\"]]\n :test-paths [\"spec\"]\n :codox {:src-dir-uri \"https:\/\/github.com\/AvisoNovate\/rook\/blob\/master\/\"\n :src-linenum-anchor-prefix \"L\"\n :defaults {:doc\/format :markdown}})\n","subject":"Update Medley dependency to latest version 0.3.0","message":"Update Medley dependency to latest version 0.3.0\n","lang":"Clojure","license":"apache-2.0","repos":"clyfe\/rook,roblally\/rook,bmabey\/rook"}
{"commit":"b9f8e4eea437f5a3fedbcea278456d10e199e8da","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject protobuf \"0.6.1-beta2\"\n :description \"Clojure-protobuf provides a clojure interface to Google's protocol buffers.\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :url \"https:\/\/github.com\/flatland\/clojure-protobuf\"\n :dependencies [[org.clojure\/clojure \"1.4.0\"]\n [ordered-collections \"0.4.0\"]\n [useful \"0.8.2-alpha1\"]\n [schematic \"0.0.5\"]]\n :plugins [[lein-protobuf \"0.2.0-beta2\"]]\n :profiles {:dev {:dependencies [[gloss \"0.2.1\"]\n [io \"0.2.0-beta2\"]]}}\n :protobuf-version \"2.4.1\"\n :hooks [leiningen.protobuf]\n :checksum-deps true\n :java-source-paths [\"src\"])\n","new_contents":"(defproject protobuf \"0.6.1-beta2\"\n :description \"Clojure-protobuf provides a clojure interface to Google's protocol buffers.\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :url \"https:\/\/github.com\/flatland\/clojure-protobuf\"\n :dependencies [[org.clojure\/clojure \"1.4.0\"]\n [ordered-collections \"0.4.0\"]\n [useful \"0.8.2-alpha1\"]\n [schematic \"0.0.5\"]]\n :plugins [[lein-protobuf \"0.2.0-beta3\"]]\n :aliases {\"testall\" [\"with-profile\" \"dev,default:dev,1.3,default:dev,1.5,default\" \"test\"]}\n :profiles {:1.3 {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}\n :1.5 {:dependencies [[org.clojure\/clojure \"1.5.0-master-SNAPSHOT\"]]}\n :dev {:dependencies [[gloss \"0.2.1\"]\n [io \"0.2.0-beta2\"]]}}\n :repositories {\"sonatype-snapshots\" {:url \"http:\/\/oss.sonatype.org\/content\/repositories\/snapshots\"\n :snapshots true\n :releases {:checksum :fail :update :always}}}\n :protobuf-version \"2.4.1\"\n :hooks [leiningen.protobuf]\n :checksum-deps true\n :java-source-paths [\"src\"])\n","subject":"Test against multiple Clojure versions.","message":"Test against multiple Clojure versions.\n","lang":"Clojure","license":"epl-1.0","repos":"l0st3d\/clojure-protobuf,oliyh\/clojure-protobuf,flatland\/clojure-protobuf,ninjudd\/clojure-protobuf"}
{"commit":"7d0f14b82fe0f06998a6d008b5efd15983116897","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150828_152050-gd122e3e\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150828_160954-g51b5cf8\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150828_160954-g51b5cf8.","message":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150828_160954-g51b5cf8.\n\nAutomatic commit by lein-traffic-control.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-kafka,mccraigmccraig\/onyx-kafka"}
{"commit":"bf5c171762d356c1c2d97c1ef9a21045fbc4f80a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject net.uncontended\/beehive \"0.6.0-SNAPSHOT\"\n :description \"Beehive is a Clojure facade for the Precipice library.\"\n :url \"https:\/\/github.com\/tbrooks8\/Beehive\"\n :license {:name \"Apache License, Version 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :signing {:gpg-key \"tim@uncontended.net\"}\n :java-source-paths [\"src\/beehive\/java\"]\n :profiles {:dev {:dependencies [[org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [clj-http \"1.0.1\"]\n [criterium \"0.4.3\"]]}}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [net.bytebuddy\/byte-buddy \"1.2.2\"]\n [net.uncontended\/precipice-core \"0.7.0-SNAPSHOT\"]\n [net.uncontended\/precipice-threadpool \"0.7.0-SNAPSHOT\"]])\n\n\n","new_contents":"(defproject net.uncontended\/beehive \"0.7.0-SNAPSHOT\"\n :description \"Beehive is a Clojure facade for the Precipice library.\"\n :url \"https:\/\/github.com\/tbrooks8\/Beehive\"\n :license {:name \"Apache License, Version 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :signing {:gpg-key \"tim@uncontended.net\"}\n :java-source-paths [\"src\/beehive\/java\"]\n :profiles {:dev {:dependencies [[org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [clj-http \"1.0.1\"]\n [criterium \"0.4.3\"]]}}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [net.bytebuddy\/byte-buddy \"1.2.2\"]\n [net.uncontended\/precipice-core \"0.7.0-SNAPSHOT\"]\n [net.uncontended\/precipice-threadpool \"0.7.0-SNAPSHOT\"]])\n\n\n","subject":"Update to be inline with Precipice","message":"Update to be inline with Precipice\n","lang":"Clojure","license":"apache-2.0","repos":"tbrooks8\/Beehive"}
{"commit":"2cc54b095f135763beaf017562857e879e828ca8","old_file":"src\/main\/app_macros\/util\/string.cljc","new_file":"src\/main\/app_macros\/util\/string.cljc","old_contents":"(ns app-macros.util.string\n (:require [clojure.string :as str]))\n\n(defn camel->kebab\n \"Converts from camel case (e.g. Foo or FooBar) to kebab case\n (e.g. foo or foo-bar).\"\n [s]\n (str\/lower-case (str\/replace s #\"(.+)([A-Z])\" \"$1-$2\")))\n","new_contents":"(ns app-macros.util.string\n (:require [clojure.string :as str]))\n\n(defn camel->kebab\n \"Converts from camel case (e.g. Foo or FooBar) to kebab case\n (e.g. foo or foo-bar).\"\n [s]\n (->> s\n (re-seq #\"[A-Z][a-z0-9_-]*\")\n (str\/join \"-\")\n (str\/lower-case)))\n","subject":"Use re-seq to fix splitting up words in camel->kebab converter","message":"Use re-seq to fix splitting up words in camel->kebab converter\n","lang":"Clojure","license":"mit","repos":"workfloapp\/app-macros,workfloapp\/macros,workfloapp\/macros"}
{"commit":"33fb043a80ec583d51e56fe031a0b869fe17507e","old_file":"src\/braid\/server\/events.clj","new_file":"src\/braid\/server\/events.clj","old_contents":"(ns braid.server.events\n (:require\n [braid.server.db :as db]\n [braid.server.db.group :as group]\n [braid.server.db.thread :as thread]\n [braid.server.db.user :as user]\n [braid.server.sync-helpers :as sync-helpers]))\n\n(defn user-join-group!\n [user-id group-id]\n (db\/run-txns! (group\/user-join-group-txn user-id group-id))\n (sync-helpers\/broadcast-group-change\n group-id\n [:braid.client\/new-user (user\/user-by-id user-id)]))\n\n(defn register-user!\n [email group-id]\n (let [[user] (db\/run-txns! (user\/create-user-txn {:id (db\/uuid)\n :email email}))]\n (user-join-group! (user :id) group-id)\n (user :id)))\n","new_contents":"(ns braid.server.events\n (:require\n [braid.server.db :as db]\n [braid.server.db.group :as group]\n [braid.server.db.thread :as thread]\n [braid.server.db.user :as user]\n [braid.server.sync-helpers :as sync-helpers]))\n\n(defn user-join-group!\n [user-id group-id]\n (db\/run-txns! (group\/user-join-group-txn user-id group-id))\n (sync-helpers\/broadcast-group-change\n group-id\n [:braid.client\/new-user [(user\/user-by-id user-id) group-id]]))\n\n(defn register-user!\n [email group-id]\n (let [[user] (db\/run-txns! (user\/create-user-txn {:id (db\/uuid)\n :email email}))]\n (user-join-group! (user :id) group-id)\n (user :id)))\n","subject":"Fix broadcast of new users","message":"Fix broadcast of new users\n","lang":"Clojure","license":"agpl-3.0","repos":"rafd\/braid,rafd\/braid,braidchat\/braid,braidchat\/braid"}
{"commit":"56ec9a93e53959396f148c0c33ca68da59ab8071","old_file":"dev-src\/clj\/comic_reader\/site_dev.clj","new_file":"dev-src\/clj\/comic_reader\/site_dev.clj","old_contents":"(ns comic-reader.site-dev\n (:require [clojure.java.io :refer [as-file resource]]\n [clojure.test :refer [run-tests]]\n [clojure.tools.namespace.repl :refer [refresh]]))\n\n(defn run-site-tests* []\n (require 'comic-reader.sites-test)\n (run-tests (find-ns 'comic-reader.sites-test)))\n\n(defn touch-file [file]\n (.setLastModified (as-file file) (System\/currentTimeMillis)))\n\n(defn run-site-tests []\n (touch-file (resource \"comic_reader\/sites_test.clj\"))\n (refresh :after 'comic-reader.site-dev\/run-site-tests*))\n","new_contents":"(ns comic-reader.site-dev\n (:require [clojure.java.io :refer [as-file resource]]\n [clojure.test :refer [run-tests]]\n [clojure.tools.namespace.repl :refer [refresh]]))\n\n(defn- after-run-site-tests [network?]\n (require 'comic-reader.sites-test)\n (let [test-ns (find-ns 'comic-reader.sites-test)]\n (reset! (deref (ns-resolve test-ns 'run-network-tests?)) network?)\n (run-tests test-ns)))\n\n(defn- *run-site-tests-without-network []\n (after-run-site-tests false))\n\n(defn- *run-site-tests-with-network []\n (after-run-site-tests true))\n\n(defn- touch-file [file]\n (.setLastModified (as-file file) (System\/currentTimeMillis)))\n\n(defn- *run-site-tests [after-sym]\n (touch-file (resource \"comic_reader\/sites_test.clj\"))\n (refresh :after after-sym))\n\n(defn run-site-tests []\n (*run-site-tests\n 'comic-reader.site-dev\/*run-site-tests-without-network))\n\n(defn run-site-tests-with-network []\n (*run-site-tests\n 'comic-reader.site-dev\/*run-site-tests-with-network))\n","subject":"Rework site-dev to allow running network tests","message":"Rework site-dev to allow running network tests\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"88dd06051ea71aff56185aa4aa54e3384f6c01f2","old_file":"src\/clj_chrome_devtools\/protocol_definitions.clj","new_file":"src\/clj_chrome_devtools\/protocol_definitions.clj","old_contents":"(ns clj-chrome-devtools.protocol-definitions\n \"Loads CDP protocol definition JSON files for consumption by def macros.\"\n (:require [cheshire.core :as cheshire]))\n\n(defn- load-json [json-file]\n (as-> json-file it\n (str \"resources\/devtools-protocol\/json\/\" it)\n (slurp it)\n (cheshire\/parse-string it true)))\n\n(def browser-protocol-json (load-json \"browser_protocol.json\"))\n(def js-protocol-json (load-json \"js_protocol.json\"))\n\n(defn all-domains []\n (concat (:domains browser-protocol-json)\n (:domains js-protocol-json)))\n\n(defn commands-for-domain [domain]\n (->> (all-domains)\n (filter #(= (:domain %) domain))\n first\n :commands))\n\n(defn domains []\n (into #{}\n (map :domain)\n (all-domains)))\n","new_contents":"(ns clj-chrome-devtools.protocol-definitions\n \"Loads CDP protocol definition JSON files for consumption by def macros.\"\n (:require [cheshire.core :as cheshire]\n [clojure.java.io :as io]))\n\n(defn- load-json [json-file]\n (as-> json-file it\n (str \"devtools-protocol\/json\/\" it)\n (io\/resource it)\n (slurp it)\n (cheshire\/parse-string it true)))\n\n(def protocol-files [\"browser_protocol.json\" \"js_protocol.json\"])\n\n(defn all-domains []\n (mapcat (comp :domains load-json) protocol-files))\n\n(defn commands-for-domain [domain]\n (->> (all-domains)\n (filter #(= (:domain %) domain))\n first\n :commands))\n\n(defn domains []\n (into #{}\n (map :domain)\n (all-domains)))\n","subject":"Load protocol specs as needed from resources","message":"Load protocol specs as needed from resources\n\nDon't keep protocol specs in memory all the time. Load them when\nneeded from resources.\n","lang":"Clojure","license":"mit","repos":"tatut\/clj-chrome-devtools,tatut\/clj-chrome-devtools"}
{"commit":"ae412343755864abd8f4af03e79aed44adbe99b1","old_file":"day-06\/src\/solver\/core.clj","new_file":"day-06\/src\/solver\/core.clj","old_contents":"(ns solver.core\n (:gen-class))\n\n(defn -main\n \"I don't do a whole lot ... yet.\"\n [& args]\n (println \"Hello, World!\"))\n","new_contents":"(ns solver.core\n (:gen-class))\n\n(defn create-grid\n ([] (create-grid 1000))\n ([w] (create-grid w w))\n ([w h] (let [row (vec (map (fn [x] false) (range w)))\n grid (vec (map (fn [x] row) (range h)))]\n grid)))\n\n\n(defn -main\n \"I don't do a whole lot ... yet.\"\n [& args]\n (println \"Hello, World!\"))\n","subject":"Create a grid of lights","message":"Create a grid of lights\n","lang":"Clojure","license":"mit","repos":"dvberkel\/advent-of-code"}
{"commit":"b53e0697452b50e4a5e6713df6b529f90ccbca1a","old_file":"src\/leiningen\/new\/cljskel\/web_unit.clj","new_file":"src\/leiningen\/new\/cljskel\/web_unit.clj","old_contents":"(ns {{name}}.web_unit\n (:use [{{name}}.web])\n (:use [clojure.test])\n (:use midje.sweet))\n\n\n(defn request [method resource]\n (routes {:request-method method\n :uri resource } ))\n\n(deftest ^:unit tests\n (fact \"Ping returns a pong\"\n (:body (request :get \"\/1.x\/ping\")) => \"pong\" )\n)\n","new_contents":"(ns {{name}}.web_unit\n (:use [{{name}}.web]\n [clojure.test]\n [midje.sweet]))\n\n(defn request [method resource]\n (routes {:request-method method\n :uri resource } ))\n\n(deftest ^:unit tests\n (fact \"Ping returns a pong\"\n (:body (request :get \"\/1.x\/ping\")) => \"pong\" )\n)\n","subject":"Tidy using statements in unit tests","message":"Tidy using statements in unit tests\n\nRather than (:use [a]) (:use [b]) use (:use [a] [b])\n","lang":"Clojure","license":"bsd-3-clause","repos":"calumlean\/mr-clojure,mixradio\/mr-clojure"}
{"commit":"e245809fc2ce5ba6a1ff8fabfc2979f8e437216c","old_file":"src\/dsbdp\/experiment_helper.clj","new_file":"src\/dsbdp\/experiment_helper.clj","old_contents":";;;\n;;; Copyright 2015 Ruediger Gad\n;;;\n;;; This software is released under the terms of the Eclipse Public License \n;;; (EPL) 1.0. You can find a copy of the EPL at: \n;;; http:\/\/opensource.org\/licenses\/eclipse-1.0.php\n;;;\n\n(ns\n ^{:author \"Ruediger Gad\",\n :doc \"Helper that are primarily used during experiments\"}\n dsbdp.experiment-helper\n (:require [dsbdp.byte-array-conversion :refer :all]))\n\n(defn create-proc-fns\n [fn-1 fn-n n]\n (loop [fns [fn-1]]\n (if (< (count fns) n)\n (recur (conj fns fn-n))\n fns)))\n\n","new_contents":";;;\n;;; Copyright 2015 Ruediger Gad\n;;;\n;;; This software is released under the terms of the Eclipse Public License \n;;; (EPL) 1.0. You can find a copy of the EPL at: \n;;; http:\/\/opensource.org\/licenses\/eclipse-1.0.php\n;;;\n\n(ns\n ^{:author \"Ruediger Gad\",\n :doc \"Helper that are primarily used during experiments\"}\n dsbdp.experiment-helper\n (:require [dsbdp.byte-array-conversion :refer :all]))\n\n(defmacro create-proc-fns\n [fn-1 fn-n n]\n (loop [fns [fn-1]]\n (if (< (count fns) n)\n (recur (conj fns fn-n))\n (do\n (println \"proc-fns:\" fns)\n fns))))\n\n","subject":"Use a macro for generating proc-fns and print the resulting output.","message":"Use a macro for generating proc-fns and print the resulting output.\n","lang":"Clojure","license":"epl-1.0","repos":"ruedigergad\/dsbdp,ruedigergad\/dsbdp,ruedigergad\/dsbdp,ruedigergad\/dsbdp"}
{"commit":"d9f0b9a9e426ffaaecd9ed81b4d63ee25f2398a3","old_file":"src\/test\/discuss\/tests.cljs","new_file":"src\/test\/discuss\/tests.cljs","old_contents":"(ns discuss.tests\n \"Test runner to execute all tests.\"\n (:require [doo.runner :refer-macros [doo-tests]]\n [discuss.components.clipboard-test]\n [discuss.references.lib-test]\n [discuss.utils.common-test]\n [discuss.translations-test]))\n\n(enable-console-print!)\n\n(doo-tests 'discuss.components.clipboard-test\n 'discuss.references.lib-test\n 'discuss.utils.common-test\n 'discuss.translations-test)\n","new_contents":"(ns discuss.tests\n \"Test runner to execute all tests.\"\n (:require [doo.runner :refer-macros [doo-tests]]\n [discuss.components.clipboard-test]\n [discuss.references.lib-test]\n [discuss.utils.common-test]\n [discuss.translations-test]))\n\n(enable-console-print!)\n\n#_(doo-tests 'discuss.components.clipboard-test\n 'discuss.references.lib-test\n 'discuss.utils.common-test\n 'discuss.translations-test)\n","subject":"Comment runner to verify circle ci errors","message":"Comment runner to verify circle ci errors\n","lang":"Clojure","license":"mit","repos":"hhucn\/discuss,hhucn\/discuss"}
{"commit":"dd05180460a0c3ca5cb063bf0d39c32f01e58ccf","old_file":"src\/isla\/library.clj","new_file":"src\/isla\/library.clj","old_contents":"(ns isla.library\n (:use [clojure.pprint])\n (:require [clojure.string :as str])\n (:require [isla.utils :as utils]))\n\n(defn get-initial-env []\n {\n :ret nil\n :ctx {\n \"write\" (fn [env str]\n (utils\/output str) ;; print out\n str) ;; add to context\n }\n })","new_contents":"(ns isla.library\n (:use [clojure.pprint])\n (:require [clojure.string :as str])\n (:require [isla.user :as user])\n (:require [isla.utils :as utils]))\n\n(defn get-initial-env [& args]\n (def extra-types (first args))\n {\n :ret nil\n :ctx {\n \"write\" (fn [env str]\n (utils\/output str) ;; print out\n str) ;; add to context\n }\n :types (if (nil? extra-types)\n user\/types\n (merge extra-types user\/types))\n })","subject":"Allow addition of defrecords to Isla env.","message":"Allow addition of defrecords to Isla env.\n\n* These define 'types' that may be instantiated with `thing is a thingy`.\n* This instantiation creates the record for that type (which has slots and maybe methods).","lang":"Clojure","license":"mit","repos":"maryrosecook\/islaclj"}
{"commit":"c9a59202cdf9fa2c518313ffea04876f44282ad1","old_file":"backend\/src\/circle\/init.clj","new_file":"backend\/src\/circle\/init.clj","old_contents":"(ns circle.init\n (:require circle.env) ;; env needs to be loaded before any circle source files containing tests \n (:require circle.swank)\n (:require circle.db)\n (:require circle.repl)\n (:require circle.logging)\n (:require circle.util.chdir)\n (:require fs))\n\n(defn maybe-change-dir\n \"Change the current working directory to backend\/. Although changing it to the project root makes\n more conceptual sense, there are lots of entrypoints to the clojure code (for example, tests,\n swank, etc) which are hard to get a hook on, but making sure there is a hook into the Rails code\n is easy. It makes more code to write this in JRuby, but it's written now, so why change it.cl\" []\n (when (= (-> (fs\/cwd) fs\/normpath fs\/split last) \"CircleCI\")\n (circle.util.chdir\/chdir \"backend\")\n (println \"Changing current working directory to\" (fs\/abspath (fs\/cwd)))))\n\n(def init*\n (delay\n (try\n (circle.logging\/init)\n (circle.swank\/init)\n (circle.db\/init)\n (circle.repl\/init)\n (println (java.util.Date.))\n true\n (catch Exception e\n (println \"caught exception on startup:\")\n (.printStackTrace e)\n (println \"exiting\")\n (System\/exit 1)))))\n\n(defn init\n \"Start everything up. idempotent.\"\n []\n @init*)\n\n(defn -main []\n (init))","new_contents":"(ns circle.init\n (:require circle.env) ;; env needs to be loaded before any circle source files containing tests \n (:require circle.swank)\n (:require circle.db)\n (:require circle.repl)\n (:require circle.logging)\n (:require circle.util.chdir)\n (:require fs))\n\n(defn maybe-change-dir\n \"Change the current working directory to backend\/. Although changing it to the project root makes\n more conceptual sense, there are lots of entrypoints to the clojure code (for example, tests,\n swank, etc) which are hard to get a hook on, but making sure there is a hook into the Rails code\n is easy. It makes more code to write this in JRuby, but it's written now, so why change it.cl\" []\n (when (= (-> (fs\/cwd) fs\/normpath fs\/split last) \"CircleCI\")\n (circle.util.chdir\/chdir \"backend\")\n (println \"Changing current working directory to\" (fs\/abspath (fs\/cwd)))))\n\n(def init*\n (delay\n (try\n (circle.logging\/init)\n (when (System\/getenv \"CIRCLE_SWANK\")\n (circle.swank\/init))\n (circle.db\/init)\n (circle.repl\/init)\n (println (java.util.Date.))\n true\n (catch Exception e\n (println \"caught exception on startup:\")\n (.printStackTrace e)\n (println \"exiting\")\n (System\/exit 1)))))\n\n(defn init\n \"Start everything up. idempotent.\"\n []\n @init*)\n\n(defn -main []\n (init))","subject":"Revert to starting swank conditionally, when the CIRCLE_SWANK env variable is set","message":"Revert to starting swank conditionally, when the CIRCLE_SWANK env variable is set\n","lang":"Clojure","license":"epl-1.0","repos":"circleci\/frontend,RayRutjes\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend,RayRutjes\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend"}
{"commit":"cd1e66b6b43733ad55686663227f409d533643e4","old_file":"src\/github_changelog\/util.clj","new_file":"src\/github_changelog\/util.clj","old_contents":"(ns github-changelog.util\n (:require [clojure.string :refer [ends-with?]]))\n\n(defn str-map [f & sqs] (apply str (apply map f sqs)))\n\n(defn extract-params [query-string]\n (into {} (for [[_ k v] (re-seq #\"([^&=]+)=([^&]+)\" query-string)]\n [(keyword k) v])))\n\n(defn strip-trailing\n ([s] (strip-trailing s \"\/\"))\n ([s end]\n (if (ends-with? s end)\n (recur (apply str (drop-last s)) end)\n s)))\n","new_contents":"(ns github-changelog.util\n (:require [clojure.string :refer [join ends-with?]]))\n\n(defn str-map [f & sqs] (join (apply map f sqs)))\n\n(defn extract-params [query-string]\n (into {} (for [[_ k v] (re-seq #\"([^&=]+)=([^&]+)\" query-string)]\n [(keyword k) v])))\n\n(defn strip-trailing\n ([s] (strip-trailing s \"\/\"))\n ([s end]\n (if (ends-with? s end)\n (recur (join (drop-last s)) end)\n s)))\n","subject":"Revert \"Use apply str instead of join\"","message":"Revert \"Use apply str instead of join\"\n\nThis reverts commit 25517ae46d3f370137f1bcc871d646f8a02c743c.\n","lang":"Clojure","license":"mit","repos":"whitepages\/github-changelog"}
{"commit":"9e31cb1df794ab6edc6f12df0819b549668cea2f","old_file":"server\/src\/main\/clojure\/vimclojure\/core.clj","new_file":"server\/src\/main\/clojure\/vimclojure\/core.clj","old_contents":";-\n; Copyright 2011 (c) Meikel Brandmeyer.\n; All rights reserved.\n;\n; Permission is hereby granted, free of charge, to any person obtaining a copy\n; of this software and associated documentation files (the \"Software\"), to deal\n; in the Software without restriction, including without limitation the rights\n; to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\n; copies of the Software, and to permit persons to whom the Software is\n; furnished to do so, subject to the following conditions:\n;\n; The above copyright notice and this permission notice shall be included in\n; all copies or substantial portions of the Software.\n;\n; THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n; THE SOFTWARE.\n\n(ns vimclojure.core)\n\n(defn init-server\n []\n ; Check for doc macro. 1.2 in c.core, 1.3 in c.repl\n (when-not (ns-resolve 'clojure.core 'doc)\n (binding [*ns* *ns*]\n (in-ns 'user)\n (refer-clojure)\n (use 'clojure.repl))))\n","new_contents":";-\n; Copyright 2011 (c) Meikel Brandmeyer.\n; All rights reserved.\n;\n; Permission is hereby granted, free of charge, to any person obtaining a copy\n; of this software and associated documentation files (the \"Software\"), to deal\n; in the Software without restriction, including without limitation the rights\n; to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\n; copies of the Software, and to permit persons to whom the Software is\n; furnished to do so, subject to the following conditions:\n;\n; The above copyright notice and this permission notice shall be included in\n; all copies or substantial portions of the Software.\n;\n; THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n; THE SOFTWARE.\n\n(ns vimclojure.core)\n\n(defn init-server\n []\n (binding [*ns* *ns*]\n (in-ns 'user)\n (refer-clojure)\n ; Check for doc macro. 1.2 in c.core, 1.3 in c.repl\n (when-not (ns-resolve 'clojure.core 'doc)\n (use 'clojure.repl))\n (when (io\/resource \"user.clj\")\n (load \"user\"))))\n","subject":"Load user.clj if present on classpath","message":"Load user.clj if present on classpath\n","lang":"Clojure","license":"mit","repos":"guns\/vimclojure,guns\/vimclojure,guns\/vimclojure"}
{"commit":"b6a0d5bd77962a3bc2b7ba0ac19c725d52ddad18","old_file":"src\/kixi\/event\/producer.clj","new_file":"src\/kixi\/event\/producer.clj","old_contents":"(ns kixi.event.producer\n (:require [clj-kafka.core :as kafka]\n [clj-kafka.producer :as p]\n [kixi.event.zookeeper :as zk]\n [clojure.tools.logging :as log]\n [com.stuartsierra.component :as component]\n [clojure.tools.logging :as log])\n (:import [kafka.admin AdminUtils]))\n\n(defrecord EventProducer []\n component\/Lifecycle\n (start [this]\n (log\/info \"Starting EventProducer\")\n (assoc this :instance\n (p\/producer {\"metadata.broker.list\" (zk\/broker-list (:zookeeper this))\n \"serializer.class\" \"kafka.serializer.DefaultEncoder\"\n \"partitioner.class\" \"kafka.producer.DefaultPartitioner\"\n \"max.message.size\" (:max-message-size this)\n \"compression.codec\" \"1\"})))\n (stop [this]\n (log\/info \"Stopping EventProducer\")\n (when-let [i (:instance this)] (.close i))\n (dissoc this :instance)))\n\n(defn new-producer\n ([] (->EventProducer))\n ([& {:as opts}]\n (map->EventProducer opts)))\n","new_contents":"(ns kixi.event.producer\n (:require [clj-kafka.core :as kafka]\n [clj-kafka.producer :as p]\n [kixi.event.zookeeper :as zk]\n [clojure.tools.logging :as log]\n [com.stuartsierra.component :as component]\n [clojure.tools.logging :as log])\n (:import [kafka.admin AdminUtils]))\n\n(defrecord EventProducer []\n component\/Lifecycle\n (start [{:keys [zookeeper max-message-size]}]\n (log\/info \"Starting EventProducer\")\n (log\/info \" Zookeeper is: \" zookeeper)\n (log\/info \" Max message size is: \" max-message-size)\n (assoc this :instance\n (p\/producer {\"metadata.broker.list\" (zk\/broker-list zookeeper)\n \"serializer.class\" \"kafka.serializer.DefaultEncoder\"\n \"partitioner.class\" \"kafka.producer.DefaultPartitioner\"\n \"max.message.size\" (str max-message-size)\n \"compression.codec\" \"1\"})))\n (stop [this]\n (log\/info \"Stopping EventProducer\")\n (when-let [i (:instance this)] (.close i))\n (dissoc this :instance)))\n\n(defn new-producer\n ([] (->EventProducer))\n ([& {:as opts}]\n (map->EventProducer opts)))\n","subject":"Add some logging to startup.","message":"Add some logging to startup.\n","lang":"Clojure","license":"epl-1.0","repos":"MastodonC\/kixi.eventlog,MastodonC\/kixi.eventlog"}
{"commit":"4bba826642cb5a853afd155e9db3630f5300287a","old_file":"src\/clojure\/clojure_walkthrough\/cjia\/ch07_xx.clj","new_file":"src\/clojure\/clojure_walkthrough\/cjia\/ch07_xx.clj","old_contents":"(ns clojure-walkthrough.cjia.ch07-xx)\n; 7.1: Macro basic\n\n; 7.1.1: Textual substitution\n\n(def a-ref (ref 0))\n\n(dosync\n (ref-set a-ref 1)) ; 1\n\n;; You could implement this using the macros like\n; (syn-set a-ref 1)\n\n(defmacro sync-set [r v]\n (list 'dosync\n (list 'ref-set r v)))\n\n(sync-set a-ref 1) ;; 1\n","new_contents":"(ns clojure-walkthrough.cjia.ch07-xx)\n; 7.1: Macro basic\n\n; 7.1.1: Textual substitution\n\n(def a-ref (ref 0))\n\n(dosync\n (ref-set a-ref 1)) ; 1\n\n;; You could implement this using the macros like\n; (syn-set a-ref 1)\n\n(defmacro sync-set [r v]\n (list 'dosync\n (list 'ref-set r v)))\n\n(sync-set a-ref 1) ;; 1\n\n;; 7.1.2: the unless example\n\n; we want to write the reverse of (if test then else)\n(defn exhibits-oddity? [x]\n (if (odd? x)\n (str x \" is very odd!\")))\n\n(exhibits-oddity? 3) ; \"3 is very odd!\"\n(exhibits-oddity? 2) ; nil\n\n; we want to be able to implement unless like in ruby\n;; (defn exhibits-oddity? [x]\n;; (unless (odd? x)\n;; (str x \"is very odd!\")))\n; this will not work as we don't have `unless` in Clojure\n; but we can implement this using macros\n\n(defn unless [test then]\n (if (not test)\n then))\n\n(exhibits-oddity? 10) ; nil?\n(unless (exhibits-oddity? 10) (println \"it is really odd!\"))\n\n(defn exhibits-oddity? [x]\n (unless (even? x)\n (println \"Rather odd\")))\n\n(exhibits-oddity? 11) ;; REPL: \"Rather odd!\" and return nil\n\n(exhibits-oddity? 10) ;; nil\n\n;; The unless macro\n\n(defmacro unless [test then]\n (list 'if (list 'not test)\n then))\n\n(defn exhibits-oddity? [x]\n (unless (even? x)\n (println \"Very odd, indeed!\")))\n\n(exhibits-oddity? 10) ; nil\n(exhibits-oddity? 11) ; REPL: \"Very odd, indeed!\" then return\n\n(macroexpand '(unless (even? x) (println \"Very odd, indeed!\"))) ;; (if (not (even? x)) (println \"Very odd, indeed!\"))\n\n;; Other useful functions are\n; `macroexpand-1`, `macroexpand-all` from `clojure.walk`\n","subject":"Add unless macro examples (7.1.2)","message":"Add unless macro examples (7.1.2)\n","lang":"Clojure","license":"epl-1.0","repos":"agilecreativity\/clojure-walkthrough"}
{"commit":"500ed35fb5e3447f51d444d56aa7033a2a3e10c7","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject metosin\/spec-tools \"0.1.0-SNAPSHOT\"\n :description \"Common utilities for clojure.spec\"\n :url \"https:\/\/github.com\/metosin\/spec-tools\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\n :distribution :repo\n :comments \"same as Clojure\"}\n :dependencies [[org.clojure\/clojure \"1.9.0-alpha10\"]]\n :plugins [[funcool\/codeina \"0.4.0\"]]\n\n :codeina {:target \"doc\"\n :src-uri \"http:\/\/github.com\/metosin\/spec-tools\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n\n :profiles {:dev {:plugins [[jonase\/eastwood \"0.2.3\"]]\n :dependencies [[criterium \"0.4.4\"]\n [org.clojure\/test.check \"0.9.0\"]\n [org.clojure\/clojurescript \"1.9.227\"]]}}\n :aliases {\"all\" [\"with-profile\" \"dev\"]\n \"test-clj\" [\"all\" \"do\" [\"test\"] [\"check\"]]})\n","new_contents":"(defproject metosin\/spec-tools \"0.1.0-SNAPSHOT\"\n :description \"Common utilities for clojure.spec\"\n :url \"https:\/\/github.com\/metosin\/spec-tools\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"\n :distribution :repo\n :comments \"same as Clojure\"}\n :dependencies [[org.clojure\/clojure \"1.9.0-alpha10\"]]\n :plugins [[funcool\/codeina \"0.4.0\"]]\n\n :codeina {:target \"doc\"\n :src-uri \"http:\/\/github.com\/metosin\/spec-tools\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n\n :profiles {:dev {:plugins [[jonase\/eastwood \"0.2.3\"]]\n :dependencies [[criterium \"0.4.4\"]\n [prismatic\/schema \"1.1.3\"]\n [org.clojure\/test.check \"0.9.0\"]\n [org.clojure\/clojurescript \"1.9.227\"]]}\n :perf {:jvm-opts ^:replace [\"-server\"]}}\n :aliases {\"all\" [\"with-profile\" \"dev\"]\n \"perf\" [\"with-profile\" \"default,dev,perf\"]\n \"test-clj\" [\"all\" \"do\" [\"test\"] [\"check\"]]})\n","subject":"Add Schema to dev def. Perf profile","message":"Add Schema to dev def. Perf profile\n","lang":"Clojure","license":"epl-1.0","repos":"milankinen\/future-spec-tools"}
{"commit":"f549a0c25ebd977dd660b9ca2e8bd23a908ea5ef","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject stencil \"0.3.0\"\n :description \"Mustache in Clojure\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [scout \"0.1.0\"]\n [quoin \"0.1.0\"]\n [slingshot \"0.8.0\"]\n [org.clojure\/core.cache \"0.6.1\"]]\n :profiles {:dev {:dependencies [[org.clojure\/data.json \"0.1.2\"]]}\n :clj1.2 {:dependencies [[org.clojure\/clojure \"1.2.1\"]]}\n :clj1.3 {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}\n :clj1.4 {:dependencies [[org.clojure\/clojure \"1.4.0\"]]}}\n :extra-files-to-clean [\"test\/spec\"])","new_contents":"(defproject stencil \"0.3.0\"\n :description \"Mustache in Clojure\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [scout \"0.1.0\"]\n [quoin \"0.1.0\"]\n [slingshot \"0.8.0\"]\n [org.clojure\/core.cache \"0.6.1\"]]\n :profiles {:dev {:dependencies [[org.clojure\/data.json \"0.1.2\"]]}\n :clj1.2 {:dependencies [[org.clojure\/clojure \"1.2.1\"]]}\n :clj1.3 {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}\n :clj1.4 {:dependencies [[org.clojure\/clojure \"1.4.0\"]]}\n :clj1.5 {:dependencies [[org.clojure\/clojure \"1.5.0-master-SNAPSHOT\"]]}}\n :aliases {\"all\" [\"with-profile\" \"dev:dev,clj1.4:dev,clj1.5\"]}\n :repositories {\"sonatype\" {:url \"http:\/\/oss.sonatype.org\/content\/repositories\/releases\"\n :snapshots false\n :releases {:checksum :fail :update :always}}\n \"sonatype-snapshots\" {:url \"http:\/\/oss.sonatype.org\/content\/repositories\/snapshots\"\n :snapshots true\n :releases {:checksum :fail :update :always}}})","subject":"Add Clojure 1.5 profile and repositories.","message":"Add Clojure 1.5 profile and repositories.\n","lang":"Clojure","license":"epl-1.0","repos":"caribou\/antlers"}
{"commit":"b170629f0348c28ad4d2257a2edb6aa364d4677c","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cider-ci_storage \"2.0.0\"\n :description \"Cider-CI Storage\"\n :license {:name \"GNU AFFERO GENERAL PUBLIC LICENSE Version 3\"\n :url \"http:\/\/www.gnu.org\/licenses\/agpl-3.0.html\"}\n :dependencies [\n [cider-ci\/clj-auth \"2.0.0\"]\n [cider-ci\/clj-utils \"2.0.0\"]\n [me.raynes\/fs \"1.4.6\"]\n [org.clojure\/tools.nrepl \"0.2.6\"]\n ]\n ;:pedantic? :warn\n :source-paths [ \"src\"]\n :profiles {\n :dev { :resource-paths [\"resources_dev\"] }\n :production { :resource-paths [ \"\/etc\/cider-ci_storage\" ] }}\n :aot [cider-ci.storage.main] \n :main cider-ci.storage.main \n :repositories [[\"tmp\" {:url \"http:\/\/maven-repo-tmp.drtom.ch\" :snapshots false}]]\n )\n","new_contents":"(defproject cider-ci_storage \"2.0.1\"\n :description \"Cider-CI Storage\"\n :license {:name \"GNU AFFERO GENERAL PUBLIC LICENSE Version 3\"\n :url \"http:\/\/www.gnu.org\/licenses\/agpl-3.0.html\"}\n :dependencies [\n [cider-ci\/clj-auth \"2.0.1\"]\n [cider-ci\/clj-utils \"2.0.0\"]\n [me.raynes\/fs \"1.4.6\"]\n [org.clojure\/tools.nrepl \"0.2.6\"]\n ]\n ;:pedantic? :warn\n :source-paths [ \"src\"]\n :profiles {\n :dev { :resource-paths [\"resources_dev\"] }\n :production { :resource-paths [ \"\/etc\/cider-ci_storage\" ] }}\n :aot [cider-ci.storage.main] \n :main cider-ci.storage.main \n :repositories [[\"tmp\" {:url \"http:\/\/maven-repo-tmp.drtom.ch\" :snapshots false}]]\n )\n","subject":"Upgrade clj-auth to 2.0.1, fixes basic auth for user","message":"Upgrade clj-auth to 2.0.1, fixes basic auth for user\n","lang":"Clojure","license":"agpl-3.0","repos":"cider-ci\/cider-ci_storage,cider-ci\/cider-ci_server,cider-ci\/cider-ci_server,cider-ci\/cider-ci_server"}
{"commit":"2bd16b22a6946353e63bab5c01d020fe83c12574","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-metrics \"0.8.1.0-alpha9\"\n :description \"Instrument Onyx workflows\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.1-alpha9\"]\n [org.clojure\/clojure \"1.7.0\"]\n [interval-metrics \"1.0.0\"]\n [stylefruits\/gniazdo \"0.4.0\"]]\n :java-opts ^:replace [\"-server\" \"-Xmx3g\"]\n :global-vars {*warn-on-reflection* true \n *assert* false\n *unchecked-math* :warn-on-boxed}\n :profiles {:dev {:dependencies [[riemann-clojure-client \"0.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-metrics \"0.8.1.0-SNAPSHOT\"\n :description \"Instrument Onyx workflows\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.1-alpha9\"]\n [org.clojure\/clojure \"1.7.0\"]\n [interval-metrics \"1.0.0\"]\n [stylefruits\/gniazdo \"0.4.0\"]]\n :java-opts ^:replace [\"-server\" \"-Xmx3g\"]\n :global-vars {*warn-on-reflection* true \n *assert* false\n *unchecked-math* :warn-on-boxed}\n :profiles {:dev {:dependencies [[riemann-clojure-client \"0.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-metrics"}
{"commit":"d007d660256285089ba4c39e8e5e2fc192b448ec","old_file":"test\/uxbox\/tests\/test_txlog.clj","new_file":"test\/uxbox\/tests\/test_txlog.clj","old_contents":"(ns uxbox.tests.test-txlog\n \"A txlog and services abstraction generic tests.\"\n (:require [clojure.test :as t]\n [uxbox.tests.helpers :as th]))\n\n(t\/use-fixtures :each th\/database-reset)\n\n(t\/deftest experiment-spec1\n (t\/is (= 1 1)))\n\n(t\/deftest experiment-spec2\n (t\/is (= 1 1)))\n","new_contents":"(ns uxbox.tests.test-txlog\n \"A txlog and services abstraction generic tests.\"\n (:require [clojure.test :as t]\n [promesa.core :as p]\n [uxbox.services.core :as usc]\n [uxbox.services :as usv]\n [uxbox.tests.helpers :as th]))\n\n(t\/use-fixtures :each th\/database-reset)\n\n(defmethod usc\/-novelty ::testype1\n [data]\n true)\n\n(t\/deftest txlog-spec1\n (let [data {:type ::testype1 :foo 1 :bar \"baz\"}\n response (usv\/novelty data)]\n (t\/is (p\/promise? response))\n (t\/is (= 1 @response))))\n","subject":"Add first test for services and transaction log.","message":"Add first test for services and transaction log.\n","lang":"Clojure","license":"mpl-2.0","repos":"uxbox\/uxbox-backend,uxbox\/uxbox-backend"}
{"commit":"3b07e343fbd584d2217fa88401935e38d255712e","old_file":"src\/braid\/server\/events.clj","new_file":"src\/braid\/server\/events.clj","old_contents":"(ns braid.server.events\n (:require\n [braid.server.db :as db]\n [braid.server.db.group :as group]\n [braid.server.db.thread :as thread]\n [braid.server.db.user :as user]\n [braid.server.sync-helpers :as sync-helpers]))\n\n(defn add-user-to-recent-threads-in-group!\n [user-id group-id]\n (->> (thread\/recent-threads {:user-id user-id\n :group-id group-id\n :num-threads 5})\n (mapcat (fn [t] (thread\/user-show-thread-txn user-id (t :id))))\n (db\/run-txns!)))\n\n(defn user-join-group!\n [user-id group-id]\n (db\/run-txns!\n (concat\n (group\/user-add-to-group-txn user-id group-id)\n (group\/user-subscribe-to-group-tags-txn user-id group-id)))\n (add-user-to-recent-threads-in-group! user-id group-id)\n (sync-helpers\/broadcast-group-change group-id [:braid.client\/new-user (user\/user-by-id user-id)]))\n\n(defn register-user!\n [email group-id]\n (let [[user] (db\/run-txns! (user\/create-user-txn {:id (db\/uuid)\n :email email}))]\n (user-join-group! (user :id) group-id)\n (user :id)))\n","new_contents":"(ns braid.server.events\n (:require\n [braid.server.db :as db]\n [braid.server.db.group :as group]\n [braid.server.db.thread :as thread]\n [braid.server.db.user :as user]\n [braid.server.sync-helpers :as sync-helpers]))\n\n(defn user-join-group!\n [user-id group-id]\n (db\/run-txns! (group\/user-join-group-txn user-id group-id))\n (sync-helpers\/broadcast-group-change\n group-id\n [:braid.client\/new-user (user\/user-by-id user-id)]))\n\n(defn register-user!\n [email group-id]\n (let [[user] (db\/run-txns! (user\/create-user-txn {:id (db\/uuid)\n :email email}))]\n (user-join-group! (user :id) group-id)\n (user :id)))\n","subject":"Refactor user-join-group! event to just user user-join-group-txn","message":"Refactor user-join-group! event to just user user-join-group-txn\n","lang":"Clojure","license":"agpl-3.0","repos":"rafd\/braid,braidchat\/braid,rafd\/braid,braidchat\/braid"}
{"commit":"65062fb2ef4ccd37be0b78d5a41175b0d905fbd7","old_file":"src\/madouc\/handlers\/api.clj","new_file":"src\/madouc\/handlers\/api.clj","old_contents":"(ns madouc.handlers.api\n (:require [ring.util.http-response :as http-resp]\n [compojure.api.sweet :refer :all]\n [madouc.db :as db]))\n\n(defapi handler-old\n (context \"\/api\" []\n (GET \"\/status\" [] (http-resp\/ok {:api-status \"ok\"}))))\n\n\n(def handler\n (api\n {:swagger {:ui \"\/api-docs\/\"\n :spec \"\/api\/swagger.json\"\n :data {:info {:title \"Madouc API\"\n :description \"API for the Madouc service\"\n :version \"0.1.3\"}}}}\n (context \"\/api\" []\n (GET \"\/status\" [] (http-resp\/ok {:api-status \"ok\"})))))\n \n \n","new_contents":"(ns madouc.handlers.api\n (:require [ring.util.http-response :as http-resp]\n [compojure.api.sweet :refer :all]\n [schema.core :as s]\n [madouc.db :as db]\n [madouc.controllers :refer :all]))\n\n(defapi handler-old\n (context \"\/api\" []\n (GET \"\/status\" [] (http-resp\/ok {:api-status \"ok\"}))))\n\n(s\/defschema LoginReq {:username String :password String})\n(s\/defschema Token {:token String})\n(s\/defschema APIError {:error String})\n\n(def handler\n (api\n {:swagger {:ui \"\/api-docs\/\"\n :spec \"\/api\/swagger.json\"\n :data {:info {:title \"Madouc API\"\n :description \"API for the Madouc service\"\n :version \"0.1.3\"}}}}\n (context \"\/api\" []\n (GET \"\/status\" [] (http-resp\/ok {:api-status \"ok\"}))\n (POST \"\/login\" []\n :responses {401 {:schema APIError :description \"Unauthorized\"}}\n :return Token\n :body [req LoginReq]\n (login-controller req)))))\n \n \n","subject":"Add login operation to API","message":"Add login operation to API\n","lang":"Clojure","license":"epl-1.0","repos":"c-garcia\/madouc"}
{"commit":"4998baaf8499f34e26e8b6b7df4fe898be08a485","old_file":"ring-core\/project.clj","new_file":"ring-core\/project.clj","old_contents":"(defproject ring\/ring-core \"1.9.0\"\n :description \"Ring core libraries.\"\n :url \"https:\/\/github.com\/ring-clojure\/ring\"\n :scm {:dir \"..\"}\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [ring\/ring-codec \"1.1.2\"]\n [commons-io \"2.6\"]\n [commons-fileupload \"1.4\"]\n [crypto-random \"1.2.0\"]\n [crypto-equality \"1.0.0\"]]\n :aliases {\"test-all\" [\"with-profile\" \"default:+1.8:+1.9:+1.10\" \"test\"]}\n :profiles\n {:provided {:dependencies [[javax.servlet\/servlet-api \"2.5\"]]}\n :dev {:dependencies [[clj-time \"0.15.2\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0\"]]}\n :1.10 {:dependencies [[org.clojure\/clojure \"1.10.1\"]]}})\n","new_contents":"(defproject ring\/ring-core \"1.9.0\"\n :description \"Ring core libraries.\"\n :url \"https:\/\/github.com\/ring-clojure\/ring\"\n :scm {:dir \"..\"}\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [ring\/ring-codec \"1.1.3\"]\n [commons-io \"2.6\"]\n [commons-fileupload \"1.4\"]\n [crypto-random \"1.2.0\"]\n [crypto-equality \"1.0.0\"]]\n :aliases {\"test-all\" [\"with-profile\" \"default:+1.8:+1.9:+1.10\" \"test\"]}\n :profiles\n {:provided {:dependencies [[javax.servlet\/servlet-api \"2.5\"]]}\n :dev {:dependencies [[clj-time \"0.15.2\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0\"]]}\n :1.10 {:dependencies [[org.clojure\/clojure \"1.10.1\"]]}})\n","subject":"Update Ring-Codec dependency to 1.1.3","message":"Update Ring-Codec dependency to 1.1.3\n","lang":"Clojure","license":"mit","repos":"ring-clojure\/ring,ring-clojure\/ring"}
{"commit":"94e9bc352601f617234fe3a467011e03297c90d3","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject rm-hull\/wireframes \"0.0.1\"\n :description \"A lightweight 3D wireframe renderer for both Clojure and ClojureScript\"\n :url \"https:\/\/github.com\/rm_hull\/wireframes\"\n :license {:name \"The MIT License (MIT)\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojurescript \"0.0-1934\"]\n [org.clojure\/core.rrb-vector \"0.0.10-SNAPSHOT\"]\n [prismatic\/dommy \"0.1.2\"]\n [hiccup \"1.0.4\"]\n [jayq \"2.4.0\"]\n [rm-hull\/monet \"0.1.8\"]]\n :plugins [[lein-cljsbuild \"0.3.3\"]\n [com.birdseye-sw\/lein-dalap \"0.1.0\"]]\n :hooks [leiningen.dalap]\n :source-path \"src\"\n :cljsbuild {\n :builds [{:source-paths [\"target\/generated\"], :id \"main\", :jar true}]}\n :min-lein-version \"2.3.2\"\n :global-vars {*warn-on-reflection* true})\n","new_contents":"(defproject rm-hull\/wireframes \"0.0.1\"\n :description \"A lightweight 3D wireframe renderer for both Clojure and ClojureScript\"\n :url \"https:\/\/github.com\/rm_hull\/wireframes\"\n :license {:name \"The MIT License (MIT)\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/clojurescript \"0.0-1934\"]\n [org.clojure\/core.rrb-vector \"0.0.10-SNAPSHOT\"]\n [prismatic\/dommy \"0.1.2\"]\n [hiccup \"1.0.4\"]\n [jayq \"2.4.0\"]\n [rm-hull\/monet \"0.1.8\"]]\n :plugins [[lein-cljsbuild \"0.3.3\"]\n [com.birdseye-sw\/lein-dalap \"0.1.0\"]]\n :hooks [leiningen.dalap]\n :source-path \"src\"\n :cljsbuild {\n :builds [{:source-paths [\"target\/generated\"], :id \"main\", :jar true}]}\n :min-lein-version \"2.3.2\"\n :global-vars {*warn-on-reflection* true}\n :repositories {\"sonartype snapshots\" \"https:\/\/oss.sonatype.org\/content\/repositories\/snapshots\"})\n","subject":"Add sonartype snapshot repo, as [org.clojure\/core.rrb-vector \"0.0.9\"] throws ArrayOutOfBoundsException whereas 0.0.10-SNAPSHOT doesn't","message":"Add sonartype snapshot repo, as [org.clojure\/core.rrb-vector \"0.0.9\"] throws ArrayOutOfBoundsException whereas 0.0.10-SNAPSHOT doesn't","lang":"Clojure","license":"mit","repos":"rm-hull\/wireframes"}
{"commit":"38480e9dfba90a3f634c4874631ebfa46d836f2f","old_file":"clstreams\/src\/clstreams\/webapi.clj","new_file":"clstreams\/src\/clstreams\/webapi.clj","old_contents":"(ns clstreams.webapi\n (:require [bidi.ring :as bidi]\n [clstreams.webapi.component :refer [new-aleph]]\n [ring.middleware.json :refer [wrap-json-body wrap-json-response]]\n [ring.util.response :refer [response]])\n (:import org.apache.kafka.streams.state.QueryableStoreTypes))\n\n(defn make-word-count-handler [{{kstreams :kstreams} :pipeline}]\n (fn [{:keys [route-params]}]\n (let [store (.store kstreams \"Counts\" (QueryableStoreTypes\/keyValueStore))]\n (->> (:word route-params) (.get store) str response))\n ))\n\n(defn make-main-handler [component]\n (bidi\/make-handler\n [[\"\/word-count\/\" :word] (make-word-count-handler component)]))\n\n(defn make-app [component]\n (-> (make-main-handler component)\n wrap-json-body\n wrap-json-response))\n\n\n(defn web-test []\n (new-aleph make-app {:host \"0.0.0.0\" :port 8080}))\n","new_contents":"(ns clstreams.webapi\n (:require [bidi.ring :as bidi]\n [clojure.core.async :refer [> (:word route-params) (.get store) str response))\n ))\n\n(defn make-main-handler [component]\n (bidi\/make-handler\n [[\"\/word-count\/\" :word] (make-word-count-handler component)]))\n\n(defn make-async-handler [component]\n (fn [request]\n (let [handler (make-main-handler component)]\n (-> (go\n (source\n stream\/take!))))\n\n(defn make-app [component]\n (-> (make-async-handler component)\n wrap-json-body\n wrap-json-response))\n\n\n(defn web-test []\n (new-aleph make-app {:host \"0.0.0.0\" :port 8080}))\n","subject":"Handle web requests asynchronously using Aleph and core.async","message":"Handle web requests asynchronously using Aleph and core.async\n","lang":"Clojure","license":"apache-2.0","repos":"MartinSoto\/clojure-streams"}
{"commit":"4741ee6529425c9020ebefbfbbbaf2bb02563750","old_file":"src\/cljs\/my_money\/components\/tab_bar.cljs","new_file":"src\/cljs\/my_money\/components\/tab_bar.cljs","old_contents":"(ns my-money.components.tab-bar\n (:require [clojure.string :as string]\n [my-money.app.controller.events :as ec]))\n\n(defn tab [e! active-value value type]\n [:label.btn.btn-primary\n (when (= value active-value)\n {:class \"active\"})\n (string\/capitalize value)\n [:input {:type \"radio\"\n :value value\n :id value\n :name type\n :on-click #(e! (ec\/->SelectType value))}]])\n\n(defn tab-bar [e! active-value]\n ;; TODO: Make this generic\n [:div.btn-group.btn-group-toggle\n [tab e! active-value \"all\" \"type\"]\n [tab e! active-value \"expenses\" \"type\"]\n [tab e! active-value \"incomes\" \"type\"]])","new_contents":"(ns my-money.components.tab-bar\n (:require [clojure.string :as string]\n [my-money.app.controller.events :as ec]))\n\n(defn tab [e! active-value value type]\n [:label.btn.btn-primary\n {:role \"tab\"\n :class [(when (= value active-value)\n \"active\")]}\n (string\/capitalize value)\n [:input {:type \"radio\"\n :value value\n :id value\n :name type\n :on-click #(e! (ec\/->SelectType value))}]])\n\n(defn tab-bar [e! active-value]\n ;; TODO: Make this generic\n [:div.btn-group.btn-group-toggle {:role \"tablist\"}\n [tab e! active-value \"all\" \"type\"]\n [tab e! active-value \"expenses\" \"type\"]\n [tab e! active-value \"incomes\" \"type\"]])","subject":"Add proper roles for tab elements","message":"Add proper roles for tab elements\n","lang":"Clojure","license":"mit","repos":"Juholei\/my-money,Juholei\/my-money"}
{"commit":"23f01f215509d622975aae9150f2b254c2cef0b2","old_file":"src\/server\/chatom\/parser.clj","new_file":"src\/server\/chatom\/parser.clj","old_contents":"(ns chatom.parser\n (:require [om.next.server :as om])\n (:refer-clojure :exclude [read]))\n\n(defn dispatch [_ k _] k)\n\n(defmulti read dispatch)\n\n(defmulti mutate dispatch)\n\n(defmethod read :default\n [{:keys [db query]} key params]\n (println \"default read called\")\n {:value \"not-found\"})\n\n(defmethod mutate :default\n [{:keys [db query]} key params]\n (println \"default mutate called\")\n {:action #(do\n \"foo!\")})\n\n(def parser\n (om\/parser {:read read :mutate mutate}))\n","new_contents":"(ns chatom.parser\n (:require [om.next.server :as om])\n (:refer-clojure :exclude [read]))\n\n(defn dispatch [_ k _] k)\n\n(defmulti read dispatch)\n\n(defmulti mutate dispatch)\n\n(defmethod read :default\n [{:keys [db query]} key params]\n (println \"default read called\")\n {})\n\n(defmethod mutate :default\n [{:keys [db query]} key params]\n (println \"default mutate called\")\n {:action #(do\n \"foo!\")})\n\n(def parser\n (om\/parser {:read read :mutate mutate}))\n","subject":"Fix error from remote read when key not found","message":"Fix error from remote read when key not found\n","lang":"Clojure","license":"mit","repos":"noonian\/chatom"}
{"commit":"0bd935cc55f72baa3fe0a668db599b3e1e760322","old_file":"src\/hu\/ssh\/github_changelog\/dependencies\/bundler.clj","new_file":"src\/hu\/ssh\/github_changelog\/dependencies\/bundler.clj","old_contents":"(ns hu.ssh.github-changelog.dependencies.bundler\n (:require\n [clojure.string :refer [split-lines]]\n [clojure.java.io :as io]))\n\n(defn- get-specs [reader]\n (->> (line-seq reader)\n (drop-while #(not= % \" specs:\"))\n (drop 1)\n (take-while seq)\n doall))\n\n(defn- parse-spec [spec]\n {:name (second spec) :version (nth spec 2)})\n\n(defn- parse-specs [specs]\n (->> (map #(re-matches #\"^\\s{4}(\\S+) \\((.*)\\)$\" %) specs)\n (remove empty?)\n (map parse-spec)))\n\n(defn parse [file]\n (with-open [reader (io\/reader file)]\n (parse-specs (get-specs reader))))\n","new_contents":"(ns hu.ssh.github-changelog.dependencies.bundler\n (:require\n [clojure.string :refer [split-lines]]\n [clojure.java.io :as io]))\n\n(defn- get-specs [reader]\n (->> (line-seq reader)\n (drop-while #(not= % \" specs:\"))\n (drop 1)\n (take-while seq)))\n\n(defn- parse-spec [spec]\n {:name (second spec) :version (nth spec 2)})\n\n(defn- parse-specs [specs]\n (->> (map #(re-matches #\"^\\s{4}(\\S+) \\((.*)\\)$\" %) specs)\n (remove empty?)\n (map parse-spec)))\n\n(defn parse [file]\n (with-open [reader (io\/reader file)]\n (doall (parse-specs (get-specs reader)))))\n","subject":"Move sequence realization to with-open","message":"Move sequence realization to with-open\n","lang":"Clojure","license":"mit","repos":"whitepages\/github-changelog"}
{"commit":"94a8cf63a91f371314fd6a8e93d97b3ef266ceff","old_file":"src\/clj\/aspire\/templates.clj","new_file":"src\/clj\/aspire\/templates.clj","old_contents":"(ns aspire.templates\n (:require [net.cgrand.enlive-html :as en]\n [hiccup.core :as hc]))\n\n(en\/deftemplate index \"public\/index.html\"\n [user-display-name]\n [:script] nil\n [:body] (en\/append\n {:tag \"script\"\n :attrs {:type \"text\/javascript\"\n :src \"js\/aspire.js\"}}))\n\n","new_contents":"(ns aspire.templates\n (:require [net.cgrand.enlive-html :as en]\n [hiccup.core :as hc]))\n\n(defn render [template]\n (reduce str template))\n\n(en\/deftemplate index \"public\/index.html\"\n [user-display-name]\n [:script] nil\n [:body] (en\/append\n {:tag \"script\"\n :attrs {:type \"text\/javascript\"\n :src \"js\/aspire.js\"}}))\n\n","subject":"Add a 'render fn for deftemplate --> strings.","message":"Add a 'render fn for deftemplate --> strings.\n\nThis keeps liberator happier.\n","lang":"Clojure","license":"epl-1.0","repos":"vlacs\/navigator-archive"}
{"commit":"8c2f3aaf13903c538c87835558065434f441ffd0","old_file":"src\/decl_ui\/reader_tags.cljs","new_file":"src\/decl_ui\/reader_tags.cljs","old_contents":"(ns decl-ui.reader-tags\n (:require [decl-ui.callbacks :as callbacks]\n [decl-ui.bindings :refer [IUnresolvedBinding]]\n [reagent.ratom :refer [cursor]])\n (:require-macros [reagent.ratom :refer [reaction]]))\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;;; Public\n\n(defn read-bind-tag\n \"Bind tag literal reader. Creates a binding that can be resolved later after cells are defined.\"\n [callbacks form]\n (let [result (cond\n (keyword? form) (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cells form)))\n (and (vector? form) (every? keyword? form)) (if (= 1 (count form))\n (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cells (first form))))\n (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cursor (cells (first form)) (rest form)))))\n :else (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (let [callback (callbacks\/compile cells callbacks form)]\n (assert (some? callback) (str \"Cannot bind to \" form))\n (when callback (reaction (callback)))))))]\n (assert (some? result) (str \"Cannot bind to \" form))\n result))\n\n(def default-tag-parsers\n \"Tag literal readers used in actual compilation of ui and cell definitions.\"\n {\"bind\" read-bind-tag\n \"=\" read-bind-tag})","new_contents":"(ns decl-ui.reader-tags\n (:require [decl-ui.callbacks :as callbacks]\n [decl-ui.bindings :refer [IUnresolvedBinding]]\n [reagent.ratom :refer [cursor]])\n (:require-macros [reagent.ratom :refer [reaction]]))\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;;; Public\n\n(defn read-bind-tag\n \"Bind tag literal reader. Creates a binding that can be resolved later after cells are defined.\"\n [callbacks form]\n (let [result (cond\n (keyword? form) (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cells form)))\n (and (vector? form) (every? keyword? form)) (if (= 1 (count form))\n (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cells (first form))))\n (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (cursor (cells (first form)) (rest form)))))\n :else (reify\n IUnresolvedBinding\n (-resolve [_ cells]\n (let [callback (callbacks\/compile cells callbacks form)]\n (assert (some? callback) (str \"Cannot bind to \" form))\n (reaction (callback))))))]\n (assert (some? result) (str \"Cannot bind to \" form))\n result))\n\n(def default-tag-parsers\n \"Tag literal readers used in actual compilation of ui and cell definitions.\"\n {\"bind\" read-bind-tag\n \"=\" read-bind-tag})","subject":"Remove obsolete condition, already guarded by an assert.","message":"Remove obsolete condition, already guarded by an assert.","lang":"Clojure","license":"epl-1.0","repos":"bilus\/decl-ui,bilus\/decl-ui"}
{"commit":"35266889fa044784911ba7559d0cf31e3e233447","old_file":"build.boot","new_file":"build.boot","old_contents":"(set-env!\n :source-paths #{\"src\"}\n :dependencies '[[org.clojure\/clojure \"1.6.0\" :scope \"provided\"]\n [boot\/core \"2.0.0-rc12\" :scope \"provided\"]\n [junit \"4.12\" :scope \"provided\"]])\n\n(require '[radicalzephyr.boot-junit :refer [junit]])\n\n(def +version+ \"0.1.0\")\n\n(task-options!\n pom {:project 'radicalzephyr\/boot-junit\n :version +version+\n :description \"Run some jUnit tests in boot!\"\n :url \"https:\/\/github.com\/radicalzephyr\/boot-junit\"\n :scm {:url \"https:\/\/github.com\/radicalzephyr\/boot-junit\"}\n :license {\"Eclipse Public License\"\n \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}}\n junit {:packages '#{radicalzephyr.boot_junit.test}})\n","new_contents":"(set-env!\n :source-paths #{\"src\"}\n :dependencies '[[org.clojure\/clojure \"1.6.0\" :scope \"provided\"]\n [boot\/core \"2.1.0\" :scope \"provided\"]\n [junit \"4.12\" :scope \"provided\"]\n [org.reflections\/reflections \"0.9.10\"\n :scope \"provided\"]])\n\n(require '[radicalzephyr.boot-junit :refer [junit]])\n\n(def +version+ \"0.1.0\")\n\n(task-options!\n pom {:project 'radicalzephyr\/boot-junit\n :version +version+\n :description \"Run some jUnit tests in boot!\"\n :url \"https:\/\/github.com\/radicalzephyr\/boot-junit\"\n :scm {:url \"https:\/\/github.com\/radicalzephyr\/boot-junit\"}\n :license {\"Eclipse Public License\"\n \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}}\n junit {:packages '#{radicalzephyr.boot_junit.test}})\n","subject":"Add reflections as a dependency","message":"Add reflections as a dependency\n\nAnd update boot dep\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/boot-junit"}
{"commit":"b99eb3d5eac8d4c29041a489e23c91b142e158e4","old_file":"src\/hu\/ssh\/github_changelog.clj","new_file":"src\/hu\/ssh\/github_changelog.clj","old_contents":"(ns hu.ssh.github-changelog\n (:require\n [environ.core :refer [env]]\n [tentacles.core :as core]\n [tentacles.repos :as repos]\n [tentacles.pulls :as pulls]\n [clj-semver.core :as semver]))\n\n(defn repo\n \"Gets the repository from its name\"\n [name]\n (vector \"pro\" name))\n\n(defn parse-semver\n \"Checks for semantic versions with or without v predicate\"\n [tag]\n (let [version (:name tag)\n parse #(try (semver\/parse %)\n (catch java.lang.AssertionError _e nil))]\n (if (= \\v (first version))\n (parse (apply str (rest version)))\n (parse version))))\n\n(defn changelog\n \"Fetches the changelog\"\n [user repo]\n (let [tags (map #(assoc % :version (parse-semver %)) (repos\/tags user repo))\n pulls (pulls\/pulls user repo {:state \"closed\"})\n commits (repos\/commits user repo)]\n (println (first tags))))\n\n(core\/with-defaults {:oauth-token (env :github-token) :all_pages true}\n (changelog \"raszi\" \"node-tmp\"))\n","new_contents":"(ns hu.ssh.github-changelog\n (:require\n [environ.core :refer [env]]\n [tentacles.core :as core]\n [tentacles.repos :as repos]\n [tentacles.pulls :as pulls]\n [clj-semver.core :as semver]))\n\n(defn repo\n \"Gets the repository from its name\"\n ([name] (repo \"pro\" name))\n ([org repo] [org repo]))\n\n(defn parse-semver\n \"Checks for semantic versions with or without v predicate\"\n [tag]\n (let [version (:name tag)\n parse #(try (semver\/parse %)\n (catch java.lang.AssertionError _e nil))]\n (if (= \\v (first version))\n (parse (apply str (rest version)))\n (parse version))))\n\n(defn changelog\n \"Fetches the changelog\"\n [user repo]\n (let [tags (map #(assoc % :version (parse-semver %)) (repos\/tags user repo))\n pulls (pulls\/pulls user repo {:state \"closed\"})\n commits (repos\/commits user repo)]\n (println (first tags))))\n\n(core\/with-defaults {:oauth-token (env :github-token) :all_pages true}\n (changelog \"raszi\" \"node-tmp\"))\n","subject":"Extend repo fn with 2-arity version","message":"Extend repo fn with 2-arity version","lang":"Clojure","license":"mit","repos":"whitepages\/github-changelog"}
{"commit":"bf00c192bf10085b465e43dd7d9cba1ce5666ad5","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.9.7.0-alpha20\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.9.7.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"95240e7d73a4dc74766ac37357f4c09b6aebdee2","old_file":"src\/main\/audio_utils\/web_audio.cljs","new_file":"src\/main\/audio_utils\/web_audio.cljs","old_contents":"(ns audio-utils.web-audio)\n\n(defn audio-context []\n (or (new js\/window.AudioContext)\n (new js\/window.webkitAudioContext)))\n","new_contents":"(ns audio-utils.web-audio)\n\n(defn audio-context []\n (or (new js\/window.AudioContext)\n (new js\/window.webkitAudioContext)))\n\n(defn create-buffer\n [ctx n-channels size sample-rate]\n (.createBuffer ctx n-channels size sample-rate))\n\n(defn create-buffer-source\n ([ctx]\n (.createBufferSource ctx))\n ([ctx n-channels sample-rate data]\n (let [buf (create-buffer ctx n-channels\n (count (cond-> data\n (> n-channels 1)\n first))\n sample-rate)\n src (create-buffer-source ctx)]\n (doseq [channel (range 0 n-channels)\n :let [channel-data (.getChannelData buf channel)\n input-data (cond-> data\n (> n-channels 1)\n (get channel))]]\n (doseq [[i x] (map-indexed vector input-data)]\n (aset channel-data i x)))\n (set! (.-buffer src) buf)\n src)))\n","subject":"Add create-buffer and create-buffer-source to audio-utils.web-audio","message":"Add create-buffer and create-buffer-source to audio-utils.web-audio\n","lang":"Clojure","license":"mit","repos":"Jannis\/cljs-audio-utils"}
{"commit":"f63f3771a23bc8e8946f137db42e26b589d905dd","old_file":"template\/layouts\/default.clj","new_file":"template\/layouts\/default.clj","old_contents":"; @title default title\n; @format html5\n\n[:head\n [:meta {:charset (:charset site)}]\n [:meta {:name \"viewport\"\n :content \"width=device-width, initiali-scale=1.0, user-scalable=yes\"}]\n\n [:title\n (if (= (:title site) \"home\")\n (:site-title site)\n (str (:site-title site) \" - \" (:title site)))]\n\n [:link {:rel \"shortcut icon\"\n :href \"\/favicon.ico\"}]\n [:link {:href \"\/atom.xml\"\n :rel \"alternate\"\n :title (:title site)\n :type \"application\/atom+xml\"}]\n\n (css [(:css site ())])\n #_(css {:media \"only screen and (max-device-width:480px)\"} (:device-css site))]\n; \/head\n\n[:body\n (container\n contents\n\n (footer\n (link (str \"@\" (:twitter site)) (str \"http:\/\/twitter.com\/\" (:twitter site)))\n \" 2013\"))\n ; \/container\n\n (js [\"\/js\/prettify.js\"\n \"\/js\/lang-clj.js\"\n (:js site ())])]\n; \/body\n","new_contents":"; @title default title\n; @format html5\n\n[:head\n [:meta {:charset (:charset site)}]\n [:meta {:name \"viewport\"\n :content \"width=device-width, initiali-scale=1.0, user-scalable=yes\"}]\n\n [:title\n (if (= (:title site) \"home\")\n (:site-title site)\n (str (:site-title site) \" - \" (:title site)))]\n\n [:link {:rel \"shortcut icon\"\n :href \"\/favicon.ico\"}]\n [:link {:href \"\/atom.xml\"\n :rel \"alternate\"\n :title (:title site)\n :type \"application\/atom+xml\"}]\n\n (css [(:css site ())])\n #_(css {:media \"only screen and (max-device-width:480px)\"} (:device-css site))]\n; \/head\n\n[:body\n (container\n contents\n\n [:div.text-center \n (footer\n (link \"Github\/Pance \" \"https:\/\/github.com\/Pance\")\n (link (str \"@\" (:twitter site)) (str \"http:\/\/twitter.com\/\" (:twitter site)))\n \" 2014\")])\n ; \/container\n\n (js [\"\/js\/prettify.js\"\n \"\/js\/lang-clj.js\"\n (:js site ())])]\n; \/body\n","subject":"Add github link to footer","message":"Add github link to footer\n","lang":"Clojure","license":"apache-2.0","repos":"Pance\/Pance_blog"}
{"commit":"2993f3d536f4a242f5f9092c7cf01f69b50fbc29","old_file":"test\/icecap\/handlers\/http_test.clj","new_file":"test\/icecap\/handlers\/http_test.clj","old_contents":"(ns icecap.handlers.http-test\n (:require [clojure.core.async :as a]\n [manifold.deferred :as d]\n [icecap.handlers.core :refer [execute]]\n [icecap.schema :refer [check-plan]]\n [icecap.handlers.http]\n [aleph.http :as h]\n [clojure.test :refer :all]))\n\n(def url\n \"http:\/\/www.example.com\")\n\n(def step\n {:type :http :url url})\n\n(deftest schema-tests\n (testing \"valid steps\"\n (are [s] (nil? (check-plan s))\n step))\n (testing \"invalid steps\"\n (are [s expected] (= (check-plan (merge {:type :http} s))\n expected)\n {} '{:url missing-required-key}\n {:uri url} '{:uri disallowed-key\n :url missing-required-key})))\n\n(def fake-response\n {})\n\n(defn fake-request\n [_]\n (d\/success-deferred fake-response))\n\n(deftest execute-tests\n (with-redefs\n [h\/request fake-request]\n (is (let [ch (execute step)\n [result] (a\/ (contains {:name \"\/path\/test.jar\" :values []}))\n\n;; need to run mvn clean install before...\n(def jarfile-with-two-classes \"\/home\/nchapon\/opt\/m2_repo\/org\/carambar\/simple\/1.0-SNAPSHOT\/simple-1.0-SNAPSHOT.jar\")\n\n(def slf4j \"\/home\/nchapon\/opt\/m2_repo\/org\/slf4j\/slf4j-api\/1.7.8\/slf4j-api-1.7.8.jar\")\n\n(fact (:values (parse jarfile-with-two-classes)) => [\"org.carambar.App\" \"org.carambar.MyClass\"])\n\n(fact (filename->javaclass \"a\/b\/c\/MyClass.class\") => \"a.b.c.MyClass\")\n","new_contents":"(ns carambar.cache-test\n (:require [midje.sweet :refer :all]\n [carambar.cache :refer :all]))\n\n\n(fact (add-entry {:name \"\/path\/test.jar\" :values []}) => (contains {:name \"\/path\/test.jar\" :values []}))\n\n;; need to run mvn clean install before...\n(def jarfile-with-two-classes \"\/home\/nchapon\/opt\/m2_repo\/org\/carambar\/simple\/1.0-SNAPSHOT\/simple-1.0-SNAPSHOT.jar\")\n\n(def slf4j \"\/home\/nchapon\/opt\/m2_repo\/org\/slf4j\/slf4j-api\/1.7.8\/slf4j-api-1.7.8.jar\")\n\n(fact (:values (parse jarfile-with-two-classes)) => (contains [\"org.carambar.App\" \"org.carambar.MyClass\"] :in-any-order))\n\n(fact (filename->javaclass \"a\/b\/c\/MyClass.class\") => \"a.b.c.MyClass\")\n","subject":"Test should not chekcs collection order","message":"Test should not chekcs collection order\n","lang":"Clojure","license":"epl-1.0","repos":"nchapon\/carambar"}
{"commit":"286d2e8e8de9819bbb6adb1b06b0c0ae6cc53c49","old_file":"test\/uxbox\/tests\/helpers.clj","new_file":"test\/uxbox\/tests\/helpers.clj","old_contents":"(ns uxbox.tests.helpers\n (:require [clojure.test :as t]\n [mount.core :as mount]\n [suricatta.core :as sc]\n [uxbox.persistence :as up]\n [uxbox.config :as ucfg]))\n\n(def +config+ (ucfg\/read-test-config))\n(def +ds+ (up\/create-datasource (:database +config+)))\n\n(defn database-reset\n [next]\n (with-open [conn (sc\/context +ds+)]\n (sc\/execute conn \"drop schema if exists public cascade;\")\n (sc\/execute conn \"create schema public;\"))\n (mount\/start-with {#'uxbox.config\/config +config+})\n (next))\n\n","new_contents":"(ns uxbox.tests.helpers\n (:require [clojure.test :as t]\n [mount.core :as mount]\n [suricatta.core :as sc]\n [uxbox.migrations :as umg]\n [uxbox.persistence :as up]\n [uxbox.config :as ucfg]))\n\n(def +config+ (ucfg\/read-test-config))\n(def +ds+ (up\/create-datasource (:database +config+)))\n\n(defn migrate\n [& args]\n (umg\/migrate {:verbose false}))\n\n(defn database-reset\n [next]\n (with-open [conn (sc\/context +ds+)]\n (sc\/execute conn \"drop schema if exists public cascade;\")\n (sc\/execute conn \"create schema public;\"))\n (with-redefs [uxbox.migrations\/migrate migrate]\n (mount\/start-with {#'uxbox.config\/config +config+}))\n (next))\n\n","subject":"Make migrations non verbose on tests.","message":"Make migrations non verbose on tests.\n","lang":"Clojure","license":"mpl-2.0","repos":"uxbox\/uxbox-backend,uxbox\/uxbox-backend"}
{"commit":"9cb73baf1e910c6d6f6d266fe49935baa8a8a353","old_file":"evermind.core\/src\/evermind\/domain\/core.clj","new_file":"evermind.core\/src\/evermind\/domain\/core.clj","old_contents":"(ns evermind.domain.core\n (:require [clojure.spec.alpha :as s]\n [clojure.spec.gen.alpha :as gen]))\n\n(s\/def ::node\n (s\/keys :req-un []\n :opt-un [::parent ::children]))\n\n(s\/def ::parent ::node)\n\n(s\/def ::children (s\/* ::node))\n\n\n(defn create-node\n ([] {}))\n\n(s\/fdef create-node\n :args (s\/cat)\n :ret ::node)\n\n\n\n(defn create-mindmap\n ([] (create-node)))\n\n(s\/fdef create-mindmap\n :args (s\/cat)\n :ret ::node)\n\n\n\n(defn add-child\n ([parent child]\n (assoc parent :children (conj (:children parent) child))))\n;; ([node child pos]))\n\n(s\/fdef add-child\n :args (s\/cat :parent ::node :child ::node)\n :ret ::node\n :fn (fn [arg] (some #(= % (-> arg :args :child))\n (-> arg :ret :children))))\n\n\n\n(defn remove-child\n ([node child]))\n\n\n\n(defn filter-children\n ([node pred]))","new_contents":"(ns evermind.domain.core\n (:require [clojure.spec.alpha :as s]\n [clojure.spec.gen.alpha :as gen]))\n\n(s\/def ::node\n (s\/keys :req-un []\n :opt-un [::parent ::children]))\n\n(s\/def ::parent ::node)\n\n(s\/def ::children (s\/coll-of ::node :kind set?))\n\n\n(defn create-node\n ([] {}))\n\n(s\/fdef create-node\n :args (s\/cat)\n :ret ::node)\n\n\n\n(defn create-mindmap\n ([] (create-node)))\n\n(s\/fdef create-mindmap\n :args (s\/cat)\n :ret ::node)\n\n\n\n(defn add-child\n ([parent child]\n (assoc parent :children (conj (:children parent) child))))\n;; ([node child pos]))\n\n(s\/fdef add-child\n :args (s\/cat :parent ::node :child ::node)\n :ret ::node\n :fn #(contains? (-> % :ret :children) (-> % :args :child)))\n\n\n\n\n(defn remove-child\n ([node child]))\n\n\n\n(defn filter-children\n ([node pred]))","subject":"Change spec for node children.","message":"Change spec for node children.\n","lang":"Clojure","license":"epl-1.0","repos":"d4span\/evermind,d4span\/evermind"}
{"commit":"08e17bde4002be6db2453fcee8d22c2bc6c84d4e","old_file":"src\/com\/palletops\/leaven.cljx","new_file":"src\/com\/palletops\/leaven.cljx","old_contents":"(ns com.palletops.leaven\n \"A component composition library.\"\n (:require\n [com.palletops.leaven.protocols :as protocols\n :refer [ILifecycle IStatus]]))\n\n(defn start\n \"Start a component.\"\n [component]\n (if (satisfies? ILifecycle component)\n (protocols\/start component)\n component))\n\n(defn stop\n \"Stop a component.\"\n [component]\n (if (satisfies? ILifecycle component)\n (protocols\/stop component)\n component))\n\n(defn status\n \"Ask a component for its status.\"\n [component]\n (if (satisfies? IStatus component)\n (protocols\/status component)))\n\n#+clj\n(defmacro defsystem\n \"Macro to build a system defrecord out of `components`, a sequence\n of keywords that specify the sub-components. The record will\n implement ILifecycle and IStatus by calling the protocol methods\n on each of the components.\"\n [record-name components]\n (letfn [(start-subcomp [k] `(update-in [~k] protocols\/start))\n (stop-subcomp [k] `(update-in [~k] protocols\/stop))\n (status-subcomp [k] `(update-in [~k] status))]\n `(defrecord ~record-name\n [~@(map (comp symbol name) components)]\n ILifecycle\n (~'start [component#]\n (-> component# ~@(map start-subcomp components)))\n (~'stop [component#]\n (-> component# ~@(map stop-subcomp (reverse components))))\n IStatus\n (~'status [component#]\n (-> component# ~@(map status-subcomp components))))))\n","new_contents":"(ns com.palletops.leaven\n \"A component composition library.\"\n (:require\n [com.palletops.leaven.protocols :as protocols\n :refer [ILifecycle IStatus]]))\n\n(defn start\n \"Start a component.\"\n [component]\n (if (satisfies? ILifecycle component)\n (protocols\/start component)\n component))\n\n(defn stop\n \"Stop a component.\"\n [component]\n (if (satisfies? ILifecycle component)\n (protocols\/stop component)\n component))\n\n(defn status\n \"Ask a component for its status.\"\n [component]\n (if (satisfies? IStatus component)\n (protocols\/status component)))\n\n#+clj\n(defmacro defsystem\n \"Macro to build a system defrecord out of `components`, a sequence\n of keywords that specify the sub-components. The record will\n implement ILifecycle and IStatus by calling the protocol methods\n on each of the components.\"\n [record-name components]\n (letfn [(start-subcomp [k] `(update-in [~k] start))\n (stop-subcomp [k] `(update-in [~k] stop))\n (status-subcomp [k] `(update-in [~k] status))]\n `(defrecord ~record-name\n [~@(map (comp symbol name) components)]\n ILifecycle\n (~'start [component#]\n (-> component# ~@(map start-subcomp components)))\n (~'stop [component#]\n (-> component# ~@(map stop-subcomp (reverse components))))\n IStatus\n (~'status [component#]\n (-> component# ~@(map status-subcomp components))))))\n","subject":"Allow non ILifecycle components in defsystem","message":"Allow non ILifecycle components in defsystem\n","lang":"Clojure","license":"epl-1.0","repos":"palletops\/leaven"}
{"commit":"2db14500c3f7bfc164d3af08fc4203ce07208e0e","old_file":"src\/grimoire\/api\/fs\/write.clj","new_file":"src\/grimoire\/api\/fs\/write.clj","old_contents":"(ns grimoire.api.fs.write\n \"Filesystem datastore implementation of the Grimoire API.\"\n (:refer-clojure :exclude [isa?])\n (:require [grimoire.things :refer :all]\n [grimoire.api :as api]\n [grimoire.api.fs :refer :all]))\n\n;; Interacting with the datastore - writing\n;;--------------------------------------------------------------------\n\n(defmethod api\/write-meta :filesystem [config thing data]\n (let [thing (ensure-thing thing)\n _ (assert thing)\n handle (thing->meta-handle config thing)\n _ (assert handle)]\n (spit handle (pr-str data))\n nil))\n\n(defmethod api\/write-notes :filesystem [config thing data]\n {:pre [(string? data)\n thing\n config\n (-> config :datastore :notes)]}\n (let [thing (ensure-thing thing)\n _ (assert thing)\n handle (thing->notes-handle config thing)\n _ (assert thing)]\n (spit handle data)))\n\n;; FIXME: add write-example\n\n(defmethod api\/write-related :filesystem [config thing related-things]\n (let [thing (ensure-thing thing)\n _ (assert thing)\n _ (assert (isa? :def thing))\n handle (thing->related-handle config thing)\n _ (assert thing)]\n (doseq [thing related-things]\n (spit handle (str (thing->path thing) \\newline)\n :append true))))\n","new_contents":"(ns grimoire.api.fs.write\n \"Filesystem datastore implementation of the Grimoire API.\"\n (:refer-clojure :exclude [isa?])\n (:require [grimoire.things :refer :all]\n [grimoire.api :as api]\n [grimoire.api.fs :refer :all]))\n\n;; Interacting with the datastore - writing\n;;--------------------------------------------------------------------\n\n(defmethod api\/write-meta :filesystem [config thing data]\n (let [thing (ensure-thing thing)\n _ (assert thing)\n handle (thing->meta-handle config thing)\n _ (assert handle)]\n (.mkdirs (.getParentFile handle))\n (spit handle (pr-str data))\n nil))\n\n(defmethod api\/write-notes :filesystem [config thing data]\n {:pre [(string? data)\n thing\n config\n (-> config :datastore :notes)]}\n (let [thing (ensure-thing thing)\n _ (assert thing)\n handle (thing->notes-handle config thing)\n _ (assert thing)]\n (.mkdirs (.getParentFile handle))\n (spit handle data)))\n\n;; FIXME: add write-example\n\n(defmethod api\/write-related :filesystem [config thing related-things]\n (let [thing (ensure-thing thing)\n _ (assert thing)\n _ (assert (isa? :def thing))\n handle (thing->related-handle config thing)\n _ (assert thing)]\n (.mkdirs (.getParentFile handle))\n (doseq [thing related-things]\n (spit handle (str (thing->path thing) \\newline)\n :append true))))\n","subject":"Make parent dir(s) when writing to a handle","message":"Make parent dir(s) when writing to a handle\n","lang":"Clojure","license":"epl-1.0","repos":"rmoehn\/lib-grimoire,clojure-grimoire\/lib-grimoire"}
{"commit":"f1fad5149b567c95fb460a607ab3b5fdc01a5c69","old_file":"src\/cljs\/hatnik\/web\/client\/form.cljs","new_file":"src\/cljs\/hatnik\/web\/client\/form.cljs","old_contents":"(ns hatnik.web.client.form\n (:require [om.core :as om :include-macros true]\n [om.dom :as dom :include-macros true]\n [hatnik.web.client.form-components :as widget]\n [hatnik.web.client.app-state :as state])\n (:use [jayq.core :only [$]]))\n\n(om\/root widget\/action-form-header state\/app-state\n {:target (. js\/document (getElementById \"iActionFormHeader\"))})\n\n(om\/root widget\/action-form-body state\/app-state\n {:target (. js\/document (getElementById \"iActionFormBody\"))})\n\n(om\/root widget\/action-form-footer state\/app-state\n {:target (. js\/document (getElementById \"iActionFormFooter\"))})\n\n","new_contents":"(ns hatnik.web.client.form\n (:require [om.core :as om :include-macros true]\n [om.dom :as dom :include-macros true]\n [hatnik.web.client.form-components :as widget]\n [hatnik.web.client.app-state :as state])\n (:use [jayq.core :only [$]]))\n\n(om\/root widget\/action-form-header state\/app-state\n {:target (. js\/document (getElementById \"iActionFormHeader\"))})\n\n(om\/root widget\/action-form-body state\/app-state\n {:target (. js\/document (getElementById \"iActionFormBody\"))})\n\n(om\/root widget\/action-form-footer state\/app-state\n {:target (. js\/document (getElementById \"iActionFormFooter\"))})\n\n\n;; Keyboard actions\n\n;; Hidden modal by ESC\n(.keydown ($ js\/document) \n (fn [e]\n (when (= 27 (.-keyCode e))\n (.modal ($ :#iModal) \"hide\")\n (.modal ($ :#iModalProject) \"hide\")\n (.modal ($ :#iModalProjectMenu) \"hide\"))))\n\n","subject":"Hide modal by ESC pressing.","message":"Hide modal by ESC pressing.\n","lang":"Clojure","license":"epl-1.0","repos":"Hatnik\/hatnik-1,nbeloglazov\/hatnik"}
{"commit":"d26cb369ecfc0e1774d90d967ab8f2d5a9fb1768","old_file":"wildfly\/project.clj","new_file":"wildfly\/project.clj","old_contents":";; Copyright 2014-2015 Red Hat, Inc, and individual contributors.\n;;\n;; Licensed under the Apache License, Version 2.0 (the \"License\");\n;; you may not use this file except in compliance with the License.\n;; You may obtain a copy of the License at\n;;\n;; http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n;;\n;; Unless required by applicable law or agreed to in writing, software\n;; distributed under the License is distributed on an \"AS IS\" BASIS,\n;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n;; See the License for the specific language governing permissions and\n;; limitations under the License.\n\n(defproject org.immutant\/wildfly \"2.0.0-SNAPSHOT\"\n :description \"Utility functions only useful within a WildFly container.\"\n :pedantic? false\n :plugins [[lein-modules \"0.3.11\"]]\n\n :dependencies [[org.immutant\/core _]\n [org.clojure\/tools.nrepl \"_\"]\n [org.projectodd.wunderboss\/wunderboss-wildfly _]])\n","new_contents":";; Copyright 2014-2015 Red Hat, Inc, and individual contributors.\n;;\n;; Licensed under the Apache License, Version 2.0 (the \"License\");\n;; you may not use this file except in compliance with the License.\n;; You may obtain a copy of the License at\n;;\n;; http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n;;\n;; Unless required by applicable law or agreed to in writing, software\n;; distributed under the License is distributed on an \"AS IS\" BASIS,\n;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n;; See the License for the specific language governing permissions and\n;; limitations under the License.\n\n(defproject org.immutant\/wildfly \"2.0.0-SNAPSHOT\"\n :description \"Utility functions only useful within a WildFly container.\"\n :pedantic? false\n :plugins [[lein-modules \"0.3.11\"]]\n\n :dependencies [[org.immutant\/core _]\n [org.clojure\/tools.nrepl \"_\"]\n [org.projectodd.wunderboss\/wunderboss-wildfly _]]\n\n :profiles {:base {:dependencies []}})\n","subject":"Allow tools.nrepl to be a transitive dep of wildfly lib","message":"Allow tools.nrepl to be a transitive dep of wildfly lib [IMMUTANT-536]\n\nIt's in lein's :base profile, which results in its \"test\" scope in the\ngenerated pom unless we remove it.\n\nSee https:\/\/github.com\/technomancy\/leiningen\/issues\/1771\n","lang":"Clojure","license":"apache-2.0","repos":"coopsource\/immutant,kbaribeau\/immutant,immutant\/immutant,immutant\/immutant,immutant\/immutant,immutant\/immutant,kbaribeau\/immutant,coopsource\/immutant,coopsource\/immutant,kbaribeau\/immutant"}
{"commit":"308414dfa6201fe45f0b60843a84f2b3f9ad8249","old_file":"src\/clj\/clojuredocs\/main.clj","new_file":"src\/clj\/clojuredocs\/main.clj","old_contents":"(ns clojuredocs.main\n (:require [ring.adapter.jetty :as jetty]\n [aleph.http :as ah]\n [clojuredocs.env :as env]\n [clojuredocs.entry :as entry]\n [somnium.congomongo :as mon]))\n\n(mon\/set-connection!\n (mon\/make-connection (env\/str :mongo-url)))\n\n(mon\/add-index! :examples [:ns :name :library-url])\n(mon\/add-index! :vars [:ns :name :library-url])\n\n(defn start-http-server [entry-point opts]\n (ah\/start-http-server\n (ah\/wrap-ring-handler\n (fn [r]\n (let [resp (entry-point r)]\n (if (:status resp)\n resp\n (assoc resp :status 200)))))\n opts))\n\n(defn -main []\n (let [port (env\/int :port 8080)]\n (start-http-server\n (var entry\/routes)\n {:port port :join? false})\n (println (format \"Server running on port %d\" port))))\n","new_contents":"(ns clojuredocs.main\n (:require [ring.adapter.jetty :as jetty]\n [aleph.http :as ah]\n [somnium.congomongo :as mon]\n [clojuredocs.env :as env]\n [clojuredocs.entry :as entry]\n [clojuredocs.config :as config]))\n\n(mon\/set-connection!\n (mon\/make-connection (env\/str :mongo-url)))\n\n(mon\/add-index! :examples [:ns :name :library-url])\n(mon\/add-index! :vars [:ns :name :library-url])\n\n(defn start-http-server [entry-point opts]\n (ah\/start-http-server\n (ah\/wrap-ring-handler\n (fn [r]\n (let [resp (entry-point r)]\n (if (:status resp)\n resp\n (assoc resp :status 200)))))\n opts))\n\n(defn valid-env-or-exit []\n (let [res (->> [(env\/int :port) \"Port missing\"\n (:client-id config\/gh-creds) \"GH client ID missing\"\n (:client-secret config\/gh-creds) \"GH client secret missing\"\n config\/base-url \"base url missing\"]\n (partition 2)\n (map #(when (nil? (first %))\n (println \" !\" (second %))\n true))\n (reduce #(or %1 %2)))]\n (when res\n (println)\n (println \" ! Missing required config vars, exiting.\")\n (println)\n #_(System\/exit 1))))\n\n(defn -main []\n (valid-env-or-exit)\n (let [port (env\/int :port 8080)]\n (start-http-server\n (var entry\/routes)\n {:port port :join? false})\n (println (format \"Server running on port %d\" port))))\n","subject":"Exit if all config vars not found","message":"Exit if all config vars not found\n","lang":"Clojure","license":"epl-1.0","repos":"leancloud\/clojuredocs,leancloud\/clojuredocs"}
{"commit":"9913a92959ee3113b76f72b9da26ba8e4a86a23f","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject re-frame\/lein-template \"0.3.24-SNAPSHOT\"\n :description \"Leiningen template for a Reagent web app that implements the re-frame pattern.\"\n :url \"https:\/\/github.com\/Day8\/re-frame-template\"\n :license {:name \"MIT\"}\n \n :deploy-repositories [[\"clojars\" {:sign-releases false\n :url \"https:\/\/clojars.org\/repo\"\n :username :env\/CLOJARS_USERNAME\n :password :env\/CLOJARS_PASSWORD}]]\n\n :release-tasks [[\"vcs\" \"assert-committed\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"tag\" \"v\" \"--no-sign\"]\n [\"deploy\" \"clojars\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"push\"]]\n\n :scm {:name \"git\"\n :url \"https:\/\/github.com\/Day8\/re-frame-template\"}\n \n :eval-in-leiningen true)\n","new_contents":"(defproject re-frame\/lein-template \"1.0.0-SNAPSHOT\"\n :description \"Leiningen template for a Reagent web app that implements the re-frame pattern.\"\n :url \"https:\/\/github.com\/Day8\/re-frame-template\"\n :license {:name \"MIT\"}\n \n :deploy-repositories [[\"clojars\" {:sign-releases false\n :url \"https:\/\/clojars.org\/repo\"\n :username :env\/CLOJARS_USERNAME\n :password :env\/CLOJARS_PASSWORD}]]\n\n :release-tasks [[\"vcs\" \"assert-committed\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"tag\" \"v\" \"--no-sign\"]\n [\"deploy\" \"clojars\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"push\"]]\n\n :scm {:name \"git\"\n :url \"https:\/\/github.com\/Day8\/re-frame-template\"}\n \n :eval-in-leiningen true)\n","subject":"Bump major version due to move to shadow-cljs","message":"Bump major version due to move to shadow-cljs\n","lang":"Clojure","license":"mit","repos":"Day8\/re-frame-template,Day8\/re-frame-template,Day8\/re-frame-template"}
{"commit":"d7ea43c458adae0430e16527282946dfa7c27f4d","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.9.10.0-beta7\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.9.10.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"bf464790230458d08026e9fe5d9c7bd7098d5a91","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-beta7\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"0d1089f1a20fd698ea5889475b77ca2d6852ecbc","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject clj-tutorials \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [http-kit \"2.1.19\"]\n [ring\/ring-core \"1.3.1\"]\n [javax.servlet\/servlet-api \"2.5\"]\n [compojure \"1.2.1\"]\n [clj-gatling \"0.3.0\"]])\n","new_contents":"(defproject clj-tutorials \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]\n [http-kit \"2.1.16\"]\n [ring\/ring-core \"1.3.1\"]\n [javax.servlet\/servlet-api \"2.5\"]\n [compojure \"1.2.1\"]\n [clj-gatling \"0.3.0\"]])\n","subject":"Use correct version of http-kit","message":"Use correct version of http-kit\n","lang":"Clojure","license":"epl-1.0","repos":"mhjort\/clj-tutorials"}
{"commit":"1702d375e7ef151ec71997818f3ba45b9cd10df8","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.12.0.0-beta2\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.12.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"3b2408fabb847e78ed1f2283830145c386ece811","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject buddy\/buddy-sign \"0.6.0\"\n :description \"High level message signing for Clojure\"\n :url \"https:\/\/github.com\/funcool\/buddy-sign\"\n :license {:name \"Apache 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\" :scope \"provided\"]\n [com.taoensso\/nippy \"2.8.0\"]\n [buddy\/buddy-core \"0.6.0\"]\n [cats \"0.4.0\"]\n [clj-time \"0.9.0\"]\n [cheshire \"5.5.0\"]]\n :source-paths [\"src\"]\n :javac-options [\"-target\" \"1.7\" \"-source\" \"1.7\" \"-Xlint:-options\"]\n :test-paths [\"test\"])\n","new_contents":"(defproject buddy\/buddy-sign \"0.6.0\"\n :description \"High level message signing for Clojure\"\n :url \"https:\/\/github.com\/funcool\/buddy-sign\"\n :license {:name \"Apache 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\" :scope \"provided\"]\n [com.taoensso\/nippy \"2.9.0\"]\n [buddy\/buddy-core \"0.6.0\"]\n [cats \"0.4.0\"]\n [clj-time \"0.9.0\"]\n [cheshire \"5.5.0\"]]\n :source-paths [\"src\"]\n :javac-options [\"-target\" \"1.7\" \"-source\" \"1.7\" \"-Xlint:-options\"]\n :test-paths [\"test\"])\n","subject":"Update nippy dependency to 2.9.0","message":"Update nippy dependency to 2.9.0\n","lang":"Clojure","license":"apache-2.0","repos":"funcool\/buddy-sign"}
{"commit":"69c49f33dae798ac23ec440bc1bc84acb92b36c5","old_file":"project.clj","new_file":"project.clj","old_contents":";(defproject cli4clj \"1.4.0\"\n(defproject cli4clj \"1.4.1-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.3.465\"]\n [jline\/jline \"2.14.5\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.5\" :exclusions [org.clojure\/clojure]]]}}\n)\n","new_contents":"(defproject cli4clj \"1.5.0\"\n;(defproject cli4clj \"1.5.1-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.4.474\"]\n [jline\/jline \"2.14.6\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.6\" :exclusions [org.clojure\/clojure]]]}}\n)\n","subject":"Update dependencies and version info.","message":"Update dependencies and version info.\n","lang":"Clojure","license":"epl-1.0","repos":"ruedigergad\/cli4clj"}
{"commit":"8661cdefb1d4eb6e723ddddebdb2e5878edce1bd","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject com.farmlogs.conduit \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [com.novemberain\/langohr \"3.4.1\"]\n [com.stuartsierra\/component \"0.3.0\"]\n [org.clojure\/core.async \"0.2.374\"]\n\n [org.clojure\/tools.logging \"0.3.1\"]\n [ch.qos.logback\/logback-classic \"1.1.2\" :exclusions [org.slf4j\/slf4j-api]]\n [org.slf4j\/jul-to-slf4j \"1.7.7\"]\n [org.slf4j\/jcl-over-slf4j \"1.7.7\"]\n [org.slf4j\/log4j-over-slf4j \"1.7.7\"]]\n\n :profiles {:dev {:dependencies [[org.clojure\/test.check \"0.9.0\"]]}})\n","new_contents":"(defproject com.farmlogs.conduit \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [com.novemberain\/langohr \"3.4.1\"]\n [com.stuartsierra\/component \"0.3.0\"]\n [org.clojure\/core.async \"0.2.374\"]\n [org.clojure\/tools.logging \"0.3.1\"]]\n\n :profiles {:dev {:dependencies\n [[org.clojure\/test.check \"0.9.0\"]\n [ch.qos.logback\/logback-classic \"1.1.2\" :exclusions [org.slf4j\/slf4j-api]]\n [org.slf4j\/jul-to-slf4j \"1.7.7\"]\n [org.slf4j\/jcl-over-slf4j \"1.7.7\"]\n [org.slf4j\/log4j-over-slf4j \"1.7.7\"]]}})\n","subject":"Move logging dependencies to :dev profile","message":"Move logging dependencies to :dev profile\n","lang":"Clojure","license":"mit","repos":"FarmLogs\/conduit"}
{"commit":"2f2e405084d9de55f1a16cd2deb9daf63dc4b69d","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject dependable \"0.1.0-SNAPSHOT\"\n :description \"Dependency resolution for the impatient.\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]]\n :main ^:skip-aot dependable.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}\n\n :user {:plugins [[lein-cloverage \"1.0.0\"]]}}\n )\n","new_contents":"(defproject dependable \"0.1.0-SNAPSHOT\"\n :description \"Dependency resolution for the impatient.\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]]\n :main ^:skip-aot dependable.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}\n\n :user {:plugins [[lein-cloverage \"1.0.6\"]]}}\n )\n","subject":"Update lein cloverage patch version","message":"Update lein cloverage patch version\n","lang":"Clojure","license":"epl-1.0","repos":"djhaskin987\/dependable,djhaskin987\/degasolv,djhaskin987\/degasolv,djhaskin987\/degasolv"}
{"commit":"a89b5f31abd89b9f55487096e69dae5ea8e1d7f8","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject inet.data \"0.5.2-SNAPSHOT\"\n :description \"Represent and manipulate various Internet entities as data.\"\n :url \"http:\/\/github.com\/llasram\/inet.data\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.4.0\"]\n [hier-set \"1.1.2\"]]\n :plugins [[lein-ragel \"0.1.0\"]\n [codox \"0.6.1\"]]\n :source-paths [\"src\/clojure\"]\n :java-source-paths [\"src\/java\" \"target\/ragel\"]\n :ragel-source-paths [\"src\/ragel\"]\n :javac-options [\"-g\"]\n :prep-tasks [\"ragel\" \"javac\"]\n :warn-on-reflection true\n :codox {:exclude [inet.data.util]}\n :aliases {\"doc!\" [\"with-profile\" \"doc,dev\" \"doc\"]}\n :profiles {:dev {:dependencies [[byteable \"0.2.0\"]\n [criterium \"0.2.1\"]]}\n :doc {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}})\n","new_contents":"(defproject inet.data \"0.5.2-SNAPSHOT\"\n :description \"Represent and manipulate various Internet entities as data.\"\n :url \"http:\/\/github.com\/llasram\/inet.data\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [hier-set \"1.1.2\"]]\n :plugins [[lein-ragel \"0.1.0\"]\n [codox \"0.6.1\"]]\n :source-paths [\"src\/clojure\"]\n :java-source-paths [\"src\/java\" \"target\/ragel\"]\n :ragel-source-paths [\"src\/ragel\"]\n :javac-options [\"-g\"]\n :prep-tasks [\"ragel\" \"javac\"]\n :warn-on-reflection true\n :codox {:exclude [inet.data.util]}\n :aliases {\"doc!\" [\"with-profile\" \"doc,dev\" \"doc\"]}\n :profiles {:dev {:dependencies [[byteable \"0.2.0\"]\n [criterium \"0.2.1\"]]}\n :doc {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}})\n","subject":"Update to most recent version of Clojure.","message":"Update to most recent version of Clojure.\n","lang":"Clojure","license":"epl-1.0","repos":"damballa\/inet.data,damballa\/inet.data"}
{"commit":"9ae98ce340f7695f695569697f5ff78dd57a4331","old_file":"src\/lambda_blog\/templates\/tags.clj","new_file":"src\/lambda_blog\/templates\/tags.clj","old_contents":"(ns lambda-blog.templates.tags\n (:require [lambda-blog.templates.bits :refer [panel text-centered]]\n [lambda-blog.templates.page :refer [page]]\n [lambda-blog.utils :refer [pathcat]]\n [s-html.tags :refer [a div h1 span]]))\n\n(defn tag-cloud [min max {:keys [entries path-to-root tags]}]\n (let [counts (->> tags\n ;; FIXME O(N_tags * N_entries) but could be O(N_entries)\n (map #(->> entries\n (filter (fn [{:keys [tags]}]\n (contains? (into #{} (map :id tags))\n (:id %))))\n count\n (vector %))))\n total (count entries)]\n (div (text-centered\n (map (fn [[t c]]\n (a {:class :tag\n :href (pathcat path-to-root (:path t))}\n (span {:class [:label :label-info]\n :style (format \"font-size: %s%%;\"\n (+ min-size\n (* (- max-size min-size)\n (\/ c total))))}\n (:id t))\n \" \"))\n (sort-by (comp :id first)\n counts))))))\n\n(defn tags-index [ent]\n (page (fn [ent]\n [(-> \"Tag cloud\" h1 text-centered panel)\n (tag-cloud 100 300 ent)])\n ent))\n","new_contents":"(ns lambda-blog.templates.tags\n (:require [lambda-blog.templates.bits :refer [panel text-centered]]\n [lambda-blog.templates.page :refer [page]]\n [lambda-blog.utils :refer [pathcat]]\n [s-html.tags :refer [a div h1 span]]))\n\n(defn tag-cloud [min max {:keys [entries path-to-root tags]}]\n (let [counts (->> tags\n ;; FIXME O(N_tags * N_entries) but could be O(N_entries)\n (map #(->> entries\n (filter (fn [{:keys [tags]}]\n (contains? (into #{} (map :id tags))\n (:id %))))\n count\n (vector %))))\n total (count entries)]\n (div (text-centered\n (map (fn [[t c]]\n (a {:class :tag\n :href (pathcat path-to-root (:path t))}\n (span {:class [:label :label-info]\n :style (format \"font-size: %s%%;\"\n (+ min\n (* (- max min)\n (\/ c total))))}\n (:id t))\n \" \"))\n (sort-by (comp :id first)\n counts))))))\n\n(defn tags-index [ent]\n (page (fn [ent]\n [(-> \"Tag cloud\" h1 text-centered panel)\n (tag-cloud 100 300 ent)])\n ent))\n","subject":"Test stuff in REPL they said.","message":"Test stuff in REPL they said.\n","lang":"Clojure","license":"mit","repos":"Idorobots\/lambda-blog"}
{"commit":"c1c9324e9148e019e3bdc65f041e1a2178538475","old_file":"src\/leiningen\/new\/mies\/project.clj","new_file":"src\/leiningen\/new\/mies\/project.clj","old_contents":"(defproject {{name}} \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write this!\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"0.0-3308\" :classifier \"aot\"\n :exclusion [org.clojure\/data.json]]\n [org.clojure\/data.json \"0.2.6\" :classifier \"aot\"]]\n :jvm-opts ^:replace [\"-Xmx1g\" \"-server\"]\n :node-dependencies [[source-map-support \"0.3.2\"]]\n :plugins [[lein-npm \"0.5.0\"]]\n :source-paths [\"src\" \"target\/classes\"]\n :clean-targets [\"out\" \"release\"]\n :target-path \"target\")\n","new_contents":"(defproject {{name}} \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write this!\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.28\" :classifier \"aot\"\n :exclusion [org.clojure\/data.json]]\n [org.clojure\/data.json \"0.2.6\" :classifier \"aot\"]]\n :jvm-opts ^:replace [\"-Xmx1g\" \"-server\"]\n :node-dependencies [[source-map-support \"0.3.2\"]]\n :plugins [[lein-npm \"0.5.0\"]]\n :source-paths [\"src\" \"target\/classes\"]\n :clean-targets [\"out\" \"release\"]\n :target-path \"target\")\n","subject":"Update ClojureScript version to 1.7.28.","message":"Update ClojureScript version to 1.7.28.\n","lang":"Clojure","license":"epl-1.0","repos":"swannodette\/mies,fdserr\/mies,DjebbZ\/mies,DjebbZ\/mies,swannodette\/mies,whamtet\/cljs-server-template,fdserr\/mies"}
{"commit":"c5c4590665a8348187533cc0862847bfbb9f1b1d","old_file":"src\/cljam\/io\/sam\/util\/refs.clj","new_file":"src\/cljam\/io\/sam\/util\/refs.clj","old_contents":"(ns cljam.io.sam.util.refs\n \"Utility functions for SAM references.\")\n(defn make-refs\n \"Return a reference sequence from the sam header.\"\n [hdr]\n (for [sq (:SQ hdr)]\n {:name (:SN sq), :len (:LN sq)}))\n\n(defn- ref-id*\n [refs name]\n (some #(when (= name (:name (second %))) (first %))\n (map-indexed vector refs)))\n\n(def ref-id\n \"Returns reference ID from the reference sequence and the specified reference\n name. If not found, returns nil.\"\n (memoize ref-id*))\n\n(defn ref-name\n \"Returns a reference name from the reference ID. Returns nil if id is not\n mapped.\"\n [refs ^long id]\n (when (<= 0 id (dec (count refs)))\n (:name (nth refs id))))\n\n(defn ref-by-name\n \"Returns the first reference which has the specified name.\"\n [refs name]\n (some #(if (= (:name %) name) %) refs))\n","new_contents":"(ns cljam.io.sam.util.refs\n \"Utility functions for SAM references.\"\n (:require [clojure.set :as cset]))\n\n(defn make-refs\n \"Return a reference sequence from the sam header.\"\n [hdr]\n (map\n #(cset\/rename-keys\n %\n {:SN :name, :LN :len, :AH :alt, :AS :assembly,\n :M5 :md5, :SP :species, :UR :uri})\n (:SQ hdr)))\n\n(defn- ref-id*\n [refs name]\n (some #(when (= name (:name (second %))) (first %))\n (map-indexed vector refs)))\n\n(def ref-id\n \"Returns reference ID from the reference sequence and the specified reference\n name. If not found, returns nil.\"\n (memoize ref-id*))\n\n(defn ref-name\n \"Returns a reference name from the reference ID. Returns nil if id is not\n mapped.\"\n [refs ^long id]\n (when (<= 0 id (dec (count refs)))\n (:name (nth refs id))))\n\n(defn ref-by-name\n \"Returns the first reference which has the specified name.\"\n [refs name]\n (some #(if (= (:name %) name) %) refs))\n","subject":"Add optional reference attributes for SAM.","message":"Add optional reference attributes for SAM.\n","lang":"Clojure","license":"apache-2.0","repos":"chrovis\/cljam"}
{"commit":"387e3276451ee7eaa3796f1a509b363371f3ca55","old_file":"src\/extracter\/files.clj","new_file":"src\/extracter\/files.clj","old_contents":"(ns extracter.files\n (:require [clojure.java.io :as io]))\n\n(defn contains?\n [^java.util.regex.Pattern re ^String s]\n (boolean (re-find re s)))\n\n(defn fact?\n \"Returns true if the given file appears to contain at least one fact docstring.\"\n [^java.io.File f]\n (with-open [fin (io\/reader f)]\n (->> fin\n line-seq\n (some (partial contains? #\"# Fact: \")))))\n\n(defn file?\n [^java.io.File f]\n (.isFile f))\n\n(defn facts-in-dir\n \"Returns a lazy sequence of java.io.File instances for every fact source file in a directory path.\n Scans recursively.\"\n [^String path]\n (->> path\n io\/file\n file-seq\n (filter file?)\n (filter fact?)))\n","new_contents":"(ns extracter.files\n (:refer-clojure :exclude [contains?])\n (:require [clojure.java.io :as io]))\n\n(defn contains?\n [^java.util.regex.Pattern re ^String s]\n (boolean (re-find re s)))\n\n(defn fact?\n \"Returns true if the given file appears to contain at least one fact docstring.\"\n [^java.io.File f]\n (with-open [fin (io\/reader f)]\n (->> fin\n line-seq\n (some (partial contains? #\"# Fact: \")))))\n\n(defn file?\n [^java.io.File f]\n (.isFile f))\n\n(defn facts-in-dir\n \"Returns a lazy sequence of java.io.File instances for every fact source file in a directory path.\n Scans recursively.\"\n [^String path]\n (->> path\n io\/file\n file-seq\n (filter file?)\n (filter fact?)))\n","subject":"Exclude `contains?` to avoid warnings","message":"Exclude `contains?` to avoid warnings\n","lang":"Clojure","license":"epl-1.0","repos":"holguinj\/extracter"}
{"commit":"a9fd0d49d92b88e190db3ca400e76d664c259f14","old_file":"test\/useful\/datatypes_test.clj","new_file":"test\/useful\/datatypes_test.clj","old_contents":"(ns useful.datatypes-test\n (:use clojure.test useful.datatypes))\n\n(defrecord Test [a b c])\n(record-accessors Test)\n\n(deftest test-record\n (let [init (Test. 1 2 3)\n second (Test. 1 5 4)]\n (is (= init (make-record Test :b 2 :a 1 :c 3)))\n (is (= second (assoc-record init :b 5 :c 4)))\n (is (= second (update-record init (+ b 3) (inc c))))\n (is (= (:a init) (a init)))\n (testing \"Preserves metadata\"\n (let [m {:test 1}\n r (Test. 1 2 3 m {})]\n (is (= m (meta (assoc-record r :b 10))))))\n (testing \"Inline typehinting\"\n (is (= second (assoc-record ^Test (assoc init :b 5) :c 4))))\n\n (testing \"Don't eval more than once\"\n (let [times-evaled (atom 0)\n r (Test. 1 2 3)]\n (assoc-record ^Test (do (swap! times-evaled inc) r) :a :x :b :y :c :z)\n (is (= 1 @times-evaled))))))\n","new_contents":"(ns useful.datatypes-test\n (:use clojure.test useful.datatypes))\n\n(defrecord Test [a b c])\n(record-accessors Test)\n\n\n(defprotocol Inline\n (foo [this]))\n(defprotocol Dynamic\n (bar [this]))\n\n(defrecord Implementor [x]\n Inline\n (foo [this] \"x\"))\n\n(extend-type Implementor\n Dynamic\n (bar [this] \"y\"))\n\n(deftest test-record\n (let [init (Test. 1 2 3)\n second (Test. 1 5 4)]\n (is (= init (make-record Test :b 2 :a 1 :c 3)))\n (is (= second (assoc-record init :b 5 :c 4)))\n (is (= second (update-record init (+ b 3) (inc c))))\n (is (= (:a init) (a init)))\n (testing \"Preserves metadata\"\n (let [m {:test 1}\n r (Test. 1 2 3 m {})]\n (is (= m (meta (assoc-record r :b 10))))))\n (testing \"Inline typehinting\"\n (is (= second (assoc-record ^Test (assoc init :b 5) :c 4))))\n\n (testing \"Don't eval more than once\"\n (let [times-evaled (atom 0)\n r (Test. 1 2 3)]\n (assoc-record ^Test (do (swap! times-evaled inc) r) :a :x :b :y :c :z)\n (is (= 1 @times-evaled))))\n\n (testing \"Works with implemented protocols\"\n (let [r (Implementor. 1)]\n (assoc-record r :x 5)))))\n","subject":"Add tests for protocol-related stuff.","message":"Add tests for protocol-related stuff.\n\nCan't come up with a test that actually fails, but something in the\njiraph STM layer does fail.\n","lang":"Clojure","license":"epl-1.0","repos":"jafingerhut\/useful,flatland\/useful,amalloy\/useful"}
{"commit":"2e8aa9170e8f68e0bf070f38bfc3805d8b436051","old_file":"test\/clj\/comic_reader\/site_scraper_test.clj","new_file":"test\/clj\/comic_reader\/site_scraper_test.clj","old_contents":"(ns comic-reader.site-scraper-test\n (:require [clojure.java.io :as io]\n [clojure.test :as t]\n [comic-reader.site-scraper :as sut])\n (:import comic_reader.sites.MangaSite))\n\n(t\/deftest make-site-entry-test\n (t\/is (= (sut\/make-site-entry \"non-existent\")\n [\"non-existent\" nil]))\n\n (let [test-file (io\/as-file \"resources\/sites\/test-site.clj\")]\n (spit test-file \"{}\")\n (let [[label opts] (sut\/make-site-entry \"test-site\")]\n (t\/is (= label\n \"test-site\"))\n (t\/is (= (class opts)\n MangaSite)))\n (io\/delete-file test-file)))\n","new_contents":"(ns comic-reader.site-scraper-test\n (:require [clojure.java.io :as io]\n [clojure.test :as t]\n [comic-reader.site-scraper :as sut])\n (:import comic_reader.sites.MangaSite))\n\n(t\/deftest make-site-entry-test\n (t\/is (= (sut\/make-site-entry \"non-existent\")\n [\"non-existent\" nil]))\n\n (let [test-file (io\/as-file \"resources\/sites\/test.site.edn\")]\n (spit test-file \"{}\")\n (let [[label opts] (sut\/make-site-entry \"test\")]\n (t\/is (= label\n \"test\"))\n (t\/is (= (class opts)\n MangaSite)))\n (io\/delete-file test-file)))\n","subject":"Fix make-site-entry test for changed name of test site","message":"Fix make-site-entry test for changed name of test site\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"e24b200de9d1d93030e6e85ae92c1c89c44e273f","old_file":"ring-core\/src\/ring\/middleware\/content_type.clj","new_file":"ring-core\/src\/ring\/middleware\/content_type.clj","old_contents":"(ns ring.middleware.content-type\n \"Middleware for automatically adding a content type to response maps.\"\n (:require [ring.util.mime-type :refer [ext-mime-type]]\n [ring.util.response :refer [content-type get-header]]))\n\n(defn content-type-response\n \"Adds a content-type header to response. See: wrap-content-type.\"\n {:added \"1.2\"}\n ([response request]\n (content-type-response response request {}))\n ([response request options]\n (if response\n (if (get-header response \"Content-Type\")\n response\n (let [mime-type (ext-mime-type (:uri request) (:mime-types options))]\n (content-type response (or mime-type \"application\/octet-stream\")))))))\n\n(defn wrap-content-type\n \"Middleware that adds a content-type header to the response if one is not\n set by the handler. Uses the ring.util.mime-type\/ext-mime-type function to\n guess the content-type from the file extension in the URI. If no\n content-type can be found, it defaults to 'application\/octet-stream'.\n\n Accepts the following options:\n\n :mime-types - a map of filename extensions to mime-types that will be\n used in addition to the ones defined in\n ring.util.mime-types\/default-mime-types\"\n ([handler]\n (wrap-content-type handler {}))\n ([handler options]\n (fn\n ([request]\n (-> (handler request) (content-type-response request options)))\n ([request respond raise]\n (handler request\n (fn [response] (respond (content-type-response response request options)))\n raise)))))\n","new_contents":"(ns ring.middleware.content-type\n \"Middleware for automatically adding a content type to response maps.\"\n (:require [ring.util.mime-type :refer [ext-mime-type]]\n [ring.util.response :refer [content-type get-header]]))\n\n(defn content-type-response\n \"Adds a content-type header to response. See: wrap-content-type.\"\n {:added \"1.2\"}\n ([response request]\n (content-type-response response request {}))\n ([response request options]\n (if response\n (if (get-header response \"Content-Type\")\n response\n (let [mime-type (ext-mime-type (:uri request) (:mime-types options))]\n (content-type response (or mime-type \"application\/octet-stream\")))))))\n\n(defn wrap-content-type\n \"Middleware that adds a content-type header to the response if one is not\n set by the handler. Uses the ring.util.mime-type\/ext-mime-type function to\n guess the content-type from the file extension in the URI. If no\n content-type can be found, it defaults to 'application\/octet-stream'.\n\n Accepts the following options:\n\n :mime-types - a map of filename extensions to mime-types that will be\n used in addition to the ones defined in\n ring.util.mime-type\/default-mime-types\"\n ([handler]\n (wrap-content-type handler {}))\n ([handler options]\n (fn\n ([request]\n (-> (handler request) (content-type-response request options)))\n ([request respond raise]\n (handler request\n (fn [response] (respond (content-type-response response request options)))\n raise)))))\n","subject":"Fix documentation typo in content-type middleware","message":"Fix documentation typo in content-type middleware\n","lang":"Clojure","license":"mit","repos":"ring-clojure\/ring,ring-clojure\/ring"}
{"commit":"f3aeb695d7df092815b2c7034b8edd926404f1ac","old_file":"src\/cmr\/opendap\/util.clj","new_file":"src\/cmr\/opendap\/util.clj","old_contents":"(ns cmr.opendap.util)\n\n(defn bool\n [arg]\n (if (contains? #{true :true \"true\" \"TRUE\" \"t\" \"T\" 1} arg)\n true\n false))\n\n(defn remove-empty\n [coll]\n (remove #(or (nil? %) (empty? %)) coll))\n\n(defn deep-merge\n \"Merge maps recursively.\"\n [& maps]\n (if (every? #(or (map? %) (nil? %)) maps)\n (apply merge-with deep-merge maps)\n (last maps)))\n\n(defn now\n []\n (\/ (System\/currentTimeMillis) 1000))\n\n(defn timed\n [start]\n (- (now) start))\n\n(defn most-frequent\n \"This identifies the most frequently occuring data in a collection\n and returns it.\"\n [data]\n (->> data\n frequencies\n ;; the 'frequencies' function puts data first; let's swap the order\n (map (fn [[k v]] [v k]))\n ;; sort in reverse order to get the highest counts first\n (sort (comp - compare))\n ;; just get the highest\n first\n ;; the first element is the count, the second is the bounding data\n second))\n","new_contents":"(ns cmr.opendap.util)\n\n(defn bool\n [arg]\n (if (contains? #{true :true \"true\" \"TRUE\" \"t\" \"T\" 1} arg)\n true\n false))\n\n(defn remove-empty\n [coll]\n (remove #(or (nil? %) (empty? %)) coll))\n\n(defn deep-merge\n \"Merge maps recursively.\"\n [& maps]\n (if (every? #(or (map? %) (nil? %)) maps)\n (apply merge-with deep-merge maps)\n (last maps)))\n\n(defn now\n []\n (\/ (System\/currentTimeMillis) 1000))\n\n(defn timed\n [start]\n (float (- (now) start)))\n\n(defn most-frequent\n \"This identifies the most frequently occuring data in a collection\n and returns it.\"\n [data]\n (->> data\n frequencies\n ;; the 'frequencies' function puts data first; let's swap the order\n (map (fn [[k v]] [v k]))\n ;; sort in reverse order to get the highest counts first\n (sort (comp - compare))\n ;; just get the highest\n first\n ;; the first element is the count, the second is the bounding data\n second))\n","subject":"Return time elapsed as a float.","message":"Return time elapsed as a float.\n","lang":"Clojure","license":"apache-2.0","repos":"nasa\/Common-Metadata-Repository,nasa\/Common-Metadata-Repository,nasa\/Common-Metadata-Repository,nasa\/Common-Metadata-Repository,nasa\/Common-Metadata-Repository,nasa\/Common-Metadata-Repository"}
{"commit":"9d7e620bbf599e3d57be966426d119354c8efc71","old_file":"test\/cljs\/test_runner.cljs","new_file":"test\/cljs\/test_runner.cljs","old_contents":"(ns test-runner\n (:require [cljs.core-test :as core-test]\n [cljs.reader-test :as reader-test]\n [clojure.string-test :as string-test]))\n\n(core-test\/test-stuff)\n(reader-test\/test-reader)\n(string-test\/test-string)\n\n(println \"Tests completed without exception\")\n\n\n","new_contents":"(ns test-runner\n (:require [cljs.core-test :as core-test]\n [cljs.reader-test :as reader-test]\n [clojure.string-test :as string-test]))\n\n(set! *print-fn* js\/print)\n\n(core-test\/test-stuff)\n(reader-test\/test-reader)\n(string-test\/test-string)\n\n(println \"Tests completed without exception\")\n\n\n","subject":"Set the default print function for tests in V8.","message":"Set the default print function for tests in V8.\n","lang":"Clojure","license":"epl-1.0","repos":"mstang\/clojurescript,mstang\/clojurescript,mstang\/clojurescript"}
{"commit":"69f8783f5fbfb74131c4d1c18d728644d1fe9ecb","old_file":"src\/pepa\/bus.clj","new_file":"src\/pepa\/bus.clj","old_contents":"(ns pepa.bus\n (:require [com.stuartsierra.component :as component]\n [clojure.core.async :as async :refer [>!!]]))\n\n;;; pepa.bus is a simple application-wide notification bus. Clients\n;;; can subscribe for any topic they want and will receive a value for\n;;; any call of `notify!' for that topic.\n\n(defn subscribe\n \"Returns a channel with that will receive a value when `notify!' is\n called for that topic.\" \n ([bus topic buf]\n (let [chan (async\/chan buf)]\n (async\/sub (:output bus) topic chan)\n chan))\n ([bus topic]\n (subscribe bus topic nil)))\n\n(defn notify!\n ([bus topic data]\n (>!! (:input bus) (assoc data ::topic topic)))\n ([bus topic]\n (notify! bus topic {})))\n\n(defrecord Bus [input output]\n component\/Lifecycle\n (start [component]\n (println \";; Starting bus\")\n (let [input (async\/chan)\n output (async\/pub input ::topic)]\n (assoc component\n :input input\n :output output)))\n\n (stop [component]\n (println \";; Stopping bus\")\n (assoc component\n :input nil\n :output nil)))\n\n(defn make-component []\n (map->Bus {}))\n\n","new_contents":"(ns pepa.bus\n (:require [com.stuartsierra.component :as component]\n [clojure.core.async :as async :refer [>!!]]))\n\n;;; pepa.bus is a simple application-wide notification bus. Clients\n;;; can subscribe for any topic they want and will receive a value for\n;;; any call of `notify!' for that topic.\n\n(defn subscribe\n \"Returns a channel with that will receive a value when `notify!' is\n called for that topic.\" \n ([bus topic buf]\n (let [chan (async\/chan buf)]\n (async\/sub (:output bus) topic chan)\n chan))\n ([bus topic]\n (subscribe bus topic nil)))\n\n(defn notify!\n ([bus topic data]\n (>!! (:input bus) (assoc data ::topic topic)))\n ([bus topic]\n (notify! bus topic {})))\n\n(defn subscribe-all\n \"Returns a channel receiving all messages sent over the bus.\"\n [bus & [buf]]\n (let [ch (async\/chan buf)]\n (async\/tap (:mult bus) ch)))\n\n(defrecord Bus [input mult output]\n component\/Lifecycle\n (start [component]\n (println \";; Starting bus\")\n (let [input (async\/chan)\n mult (async\/mult input)\n output-tap (async\/chan)\n output (async\/pub output-tap ::topic)]\n (async\/tap mult output-tap)\n (assoc component\n :input input\n :mult mult\n :output output)))\n\n (stop [component]\n (println \";; Stopping bus\")\n (async\/close! (:input component))\n (assoc component\n :input nil\n :mult nil\n :output nil)))\n\n(defn make-component []\n (map->Bus {}))\n\n","subject":"Add `subscribe-all' to receive *all* messages","message":"Bus: Add `subscribe-all' to receive *all* messages\n","lang":"Clojure","license":"agpl-3.0","repos":"DR-YangLong\/pepa,bevuta\/pepa,rosund2\/pepa,cswaroop\/pepa"}
{"commit":"6df32fbbdae938455b7b7732b3fdef24fd9944d5","old_file":"src\/cljs\/gtfve\/utils\/google_maps.cljs","new_file":"src\/cljs\/gtfve\/utils\/google_maps.cljs","old_contents":"(ns gtfve.utils.google-maps\n (:require-macros [cljs.core.async.macros :refer [go go-loop]])\n (:require [cljs.core.async :as async :refer [put! chan clj Maps.MapTypeId :keywordize-keys true))\n\n(defonce default-map-opts {:center {:lat 14.653386\n :lng 121.032520}\n :mapTypeId (:ROADMAP map-types)\n :zoom 15})\n\n(defn data-listen\n ([data type]\n (data-listen data type (chan)))\n ([data type c]\n (.. data (addListener type (fn [e] (put! c (if e e (js\/Date.))))))\n c))\n\n(defn listen\n ([gmap type]\n (listen gmap type (chan)))\n ([gmap type c]\n (.. Maps -event (addListener gmap type (fn [e] (put! c (if e e (js\/Date.))))))\n c))\n","new_contents":"(ns gtfve.utils.google-maps\n (:require-macros [cljs.core.async.macros :refer [go go-loop]])\n (:require [cljs.core.async :as async :refer [put! chan clj Maps.MapTypeId :keywordize-keys true))\n\n(defonce default-map-opts {:center {:lat 14.653386\n :lng 121.032520}\n :mapTypeId (:ROADMAP map-types)\n :zoom 15})\n(extend-type Maps.LatLng\n ILookup\n (-lookup [this key] (get (js->clj this) key))\n (-lookup [this key not-found] (or (get (js->clj this) key) not-found))\n ISeqable\n (-seq [this] (list (.lat this) (.lng this)))\n IEncodeClojure\n (-js->clj [this options] {:lat (.lat this) :lng (.lng this)}))\n\n(extend-type Data.Point\n ILookup\n (-lookup [this key] (get (js->clj this) key))\n (-lookup [this key not-found] (or (get (js->clj this) key) not-found))\n ISeqable\n (-seq [this] (seq (.get this)))\n IEncodeClojure\n (-js->clj [this options] (apply js->clj (.get this) options)))\n\n\n(defn data-listen\n ([data type]\n (data-listen data type (chan)))\n ([data type c]\n (.. data (addListener type (fn [e] (put! c (if e e (js\/Date.))))))\n c))\n\n(defn listen\n ([gmap type]\n (listen gmap type (chan)))\n ([gmap type c]\n (.. Maps -event (addListener gmap type (fn [e] (put! c (if e e (js\/Date.))))))\n c))\n","subject":"Extend protocols to google maps classes","message":"Extend protocols to google maps classes","lang":"Clojure","license":"epl-1.0","repos":"alvinfrancis\/gtfve"}
{"commit":"7b7617fc1dd956af431ba589521f38649a8f4733","old_file":"test\/clj\/backtype\/storm\/util_test.clj","new_file":"test\/clj\/backtype\/storm\/util_test.clj","old_contents":"(ns backtype.storm.util-test\n (:import [backtype.storm Config])\n (:import [backtype.storm.utils Utils])\n (:import [com.netflix.curator.retry ExponentialBackoffRetry])\n (:use [backtype.storm util])\n (:use [clojure test])\n)\n\n(deftest test-new-curator-uses-exponential-backoff\n (let [expected_interval 2400\n expected_retries 10\n expected_ceiling 5000\n conf (merge (clojurify-structure (Utils\/readDefaultConfig))\n {Config\/STORM_ZOOKEEPER_RETRY_INTERVAL expected_interval\n Config\/STORM_ZOOKEEPER_RETRY_TIMES expected_retries\n Config\/STORM_ZOOKEEPER_RETRY_INTERVAL_CEILING expected_ceiling})\n servers [\"bogus_server\"]\n arbitrary_port 42\n curator (Utils\/newCurator conf servers arbitrary_port)\n retry (-> curator .getZookeeperClient .getRetryPolicy)\n ]\n (is (.isAssignableFrom ExponentialBackoffRetry (.getClass retry)))\n (is (= (.getBaseSleepTimeMs retry) expected_interval)) \n (is (= (.getN retry) expected_retries)) \n (is (= (.getMaxRetryInterval retry) expected_ceiling)) \n ; It would be very unlikely for this to fail three times.\n (is (or\n (= (.getSleepTimeMs retry 10 0) expected_ceiling)\n (= (.getSleepTimeMs retry 10 0) expected_ceiling)\n (= (.getSleepTimeMs retry 10 0) expected_ceiling)\n ))\n )\n)\n","new_contents":"(ns backtype.storm.util-test\n (:import [backtype.storm Config])\n (:import [backtype.storm.utils Utils])\n (:import [com.netflix.curator.retry ExponentialBackoffRetry])\n (:use [backtype.storm util])\n (:use [clojure test])\n)\n\n(deftest test-new-curator-uses-exponential-backoff\n (let [expected_interval 2400\n expected_retries 10\n expected_ceiling (\/ expected_interval 2)\n conf (merge (clojurify-structure (Utils\/readDefaultConfig))\n {Config\/STORM_ZOOKEEPER_RETRY_INTERVAL expected_interval\n Config\/STORM_ZOOKEEPER_RETRY_TIMES expected_retries\n Config\/STORM_ZOOKEEPER_RETRY_INTERVAL_CEILING expected_ceiling})\n servers [\"bogus_server\"]\n arbitrary_port 42\n curator (Utils\/newCurator conf servers arbitrary_port)\n retry (-> curator .getZookeeperClient .getRetryPolicy)\n ]\n (is (.isAssignableFrom ExponentialBackoffRetry (.getClass retry)))\n (is (= (.getBaseSleepTimeMs retry) expected_interval)) \n (is (= (.getN retry) expected_retries)) \n (is (= (.getMaxRetryInterval retry) expected_ceiling)) \n (is (= (.getSleepTimeMs retry 10 0) expected_ceiling))\n )\n)\n","subject":"Change ceiling test to be deterministic","message":"Change ceiling test to be deterministic\n","lang":"Clojure","license":"apache-2.0","repos":"rahulkavale\/storm,taoguan\/storm-1,carl34\/storm,erikdw\/storm,0x726d77\/storm,kamleshbhatt\/storm,0x726d77\/storm,erikdw\/storm,kamleshbhatt\/storm,3manuek\/storm-1,srdo\/storm,rahulkavale\/storm,mesosphere\/storm,ferrero-zhang\/storm,kamleshbhatt\/storm,revans2\/storm,metamx\/incubator-storm,cluo512\/storm,ujfjhz\/storm,nathanmarz\/storm,kishorvpatil\/incubator-storm,cherryleer\/storm,cluo512\/storm,adityasharad\/storm,d2r\/storm-marz,ujfjhz\/storm,srdo\/storm,raviperi\/storm,elancom\/storm,mesosphere\/storm,ujfjhz\/storm,elancom\/storm,kishorvpatil\/incubator-storm,kevpeek\/storm,konfer\/storm,jamesmarva\/storm,allenjin\/storm,adityasharad\/storm,ferrero-zhang\/storm,carl34\/storm,hmcl\/storm-apache,gongsm\/storm,Crim\/storm,roshannaik\/storm,taoguan\/storm-1,erikdw\/storm,lcp0578\/storm,revans2\/incubator-storm,revans2\/incubator-storm,roshannaik\/storm,kevinconaway\/storm,srishtyagrawal\/storm,ujfjhz\/storm,cluo512\/storm,roshannaik\/storm,ferrero-zhang\/storm,knusbaum\/incubator-storm,lcp0578\/storm,carl34\/storm,jamesmarva\/storm,adityasharad\/storm,raviperi\/storm,sakanaou\/storm,knusbaum\/incubator-storm,hilfialkaff\/storm,3manuek\/storm-1,kevpeek\/storm,cherryleer\/storm,revans2\/incubator-storm,gongsm\/storm,kevpeek\/storm,rahulkavale\/storm,praisondani\/storm,knusbaum\/incubator-storm,F30\/storm,konfer\/storm,revans2\/storm,raviperi\/storm,Crim\/storm,roshannaik\/storm,srishtyagrawal\/storm,srishtyagrawal\/storm,kishorvpatil\/incubator-storm,hmcc\/storm,pczb\/storm,3manuek\/storm-1,sakanaou\/storm,kishorvpatil\/incubator-storm,F30\/storm,erikdw\/storm,chrismoulton\/storm,erikdw\/storm,Aloomaio\/incubator-storm,F30\/storm,kevpeek\/storm,taoguan\/storm-1,carl34\/storm,Crim\/storm,kevpeek\/storm,mesosphere\/storm,revans2\/storm,kamleshbhatt\/storm,revans2\/incubator-storm,nathanmarz\/storm,raviperi\/storm,metamx\/incubator-storm,Aloomaio\/incubator-storm,F30\/storm,jamesmarva\/storm,Crim\/storm,metamx\/incubator-storm,hilfialkaff\/storm,pczb\/storm,kevpeek\/storm,Aloomaio\/incubator-storm,cherryleer\/storm,roshannaik\/storm,Crim\/storm,elancom\/storm,3manuek\/storm-1,d2r\/storm-marz,nathanmarz\/storm,d2r\/storm-marz,kevinconaway\/storm,rahulkavale\/storm,srishtyagrawal\/storm,sakanaou\/storm,d2r\/storm-marz,chrismoulton\/storm,raviperi\/storm,kevpeek\/storm,sakanaou\/storm,3manuek\/storm-1,nathanmarz\/storm,Crim\/storm,allenjin\/storm,lcp0578\/storm,cluo512\/storm,ujfjhz\/storm,0x726d77\/storm,ujfjhz\/storm,taoguan\/storm-1,adityasharad\/storm,elancom\/storm,pczb\/storm,adityasharad\/storm,revans2\/storm,metamx\/incubator-storm,metamx\/incubator-storm,gongsm\/storm,carl34\/storm,praisondani\/storm,praisondani\/storm,roshannaik\/storm,hmcc\/storm,taoguan\/storm-1,0x726d77\/storm,allenjin\/storm,0x726d77\/storm,nathanmarz\/storm,hmcl\/storm-apache,cluo512\/storm,hmcc\/storm,hmcl\/storm-apache,srdo\/storm,konfer\/storm,kamleshbhatt\/storm,srdo\/storm,Aloomaio\/incubator-storm,ferrero-zhang\/storm,F30\/storm,cluo512\/storm,Aloomaio\/incubator-storm,kishorvpatil\/incubator-storm,erikdw\/storm,raviperi\/storm,elancom\/storm,revans2\/storm,srishtyagrawal\/storm,cluo512\/storm,hilfialkaff\/storm,chrismoulton\/storm,konfer\/storm,carl34\/storm,ferrero-zhang\/storm,mesosphere\/storm,mesosphere\/storm,lcp0578\/storm,jamesmarva\/storm,hmcc\/storm,Aloomaio\/incubator-storm,hmcc\/storm,adityasharad\/storm,kishorvpatil\/incubator-storm,chrismoulton\/storm,kishorvpatil\/incubator-storm,kamleshbhatt\/storm,hmcl\/storm-apache,hilfialkaff\/storm,Aloomaio\/incubator-storm,d2r\/storm-marz,hmcc\/storm,hmcl\/storm-apache,praisondani\/storm,lcp0578\/storm,adityasharad\/storm,kevinconaway\/storm,0x726d77\/storm,allenjin\/storm,srdo\/storm,kevinconaway\/storm,cherryleer\/storm,kevinconaway\/storm,pczb\/storm,srdo\/storm,knusbaum\/incubator-storm,F30\/storm,knusbaum\/incubator-storm,raviperi\/storm,cherryleer\/storm,srishtyagrawal\/storm,jamesmarva\/storm,gongsm\/storm,gongsm\/storm,hmcl\/storm-apache,mesosphere\/storm,konfer\/storm,revans2\/incubator-storm,kevinconaway\/storm,roshannaik\/storm,Crim\/storm,praisondani\/storm,hilfialkaff\/storm,sakanaou\/storm,hmcc\/storm,rahulkavale\/storm,hmcl\/storm-apache,carl34\/storm,kevinconaway\/storm,erikdw\/storm,pczb\/storm,kamleshbhatt\/storm,sakanaou\/storm,pczb\/storm,srdo\/storm,srishtyagrawal\/storm,knusbaum\/incubator-storm,sakanaou\/storm,ujfjhz\/storm,allenjin\/storm,chrismoulton\/storm,pczb\/storm,0x726d77\/storm,knusbaum\/incubator-storm,F30\/storm"}
{"commit":"ae7779e6d554280c0a4da63477da26eff002aed6","old_file":"profiles.clj","new_file":"profiles.clj","old_contents":"{:dev\n {:aliases {\"test-all\" [\"with-profile\" \"dev,1.7:dev,1.6:dev,1.5:dev\" \"test\"]}\n :dependencies [[com.nimbusds\/nimbus-jose-jwt \"4.13.1\"]]\n\n :codeina {:sources [\"src\"]\n :reader :clojure\n :target \"doc\/dist\/latest\/api\"\n :src-uri \"http:\/\/github.com\/funcool\/buddy-core\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n :plugins [[funcool\/codeina \"0.3.0\"]\n [lein-ancient \"0.6.10\"]]}\n :1.6 {:dependencies [[org.clojure\/clojure \"1.6.0\"]]}\n :1.5 {:dependencies [[org.clojure\/clojure \"1.5.1\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}}\n","new_contents":"{:dev\n {:aliases {\"test-all\" [\"with-profile\" \"dev,1.7:dev\" \"test\"]}\n :dependencies [[com.nimbusds\/nimbus-jose-jwt \"4.13.1\"]]\n :codeina {:sources [\"src\"]\n :reader :clojure\n :target \"doc\/dist\/latest\/api\"\n :src-uri \"http:\/\/github.com\/funcool\/buddy-core\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n :plugins [[funcool\/codeina \"0.4.0\"]\n [lein-ancient \"0.6.10\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}}\n","subject":"Remove clojure 1.5 and 1.6 proofiles from tests.","message":"Remove clojure 1.5 and 1.6 proofiles from tests.\n\nBecause of test.check.\n","lang":"Clojure","license":"apache-2.0","repos":"funcool\/buddy-sign"}
{"commit":"45482d8c9e540718eac6dbb18daae7a8690bd8a2","old_file":"profiles.clj","new_file":"profiles.clj","old_contents":"{:dev\n {:dependencies [[org.clojure\/tools.namespace \"0.2.11\"]\n [criterium \"0.4.3\"]]\n :source-paths [\"dev\"]\n :codeina {:sources [\"src\"]\n :reader :clojure\n :target \"doc\/dist\/latest\/api\"\n :src-uri \"http:\/\/github.com\/funcool\/cats\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n :plugins [[funcool\/codeina \"0.3.0\"]\n [lein-ancient \"0.6.7\" :exclusions [org.clojure\/tools.reader]]]}\n :bench\n [:dev\n {:main ^:skip-aot benchmarks\n :jvm-opts ^:replace []}]}\n","new_contents":"{:dev\n {:aliases {\"test-all\" [\"with-profile\" \"dev,1.8:dev\" \"test\"]}\n :dependencies [[org.clojure\/tools.namespace \"0.2.11\"]\n [criterium \"0.4.3\"]]\n :source-paths [\"dev\"]\n :codeina {:sources [\"src\"]\n :reader :clojure\n :target \"doc\/dist\/latest\/api\"\n :src-uri \"http:\/\/github.com\/funcool\/cats\/blob\/master\/\"\n :src-uri-prefix \"#L\"}\n :plugins [[funcool\/codeina \"0.3.0\"]\n [lein-ancient \"0.6.7\" :exclusions [org.clojure\/tools.reader]]]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0-RC4\"]]}\n :bench\n [:dev\n {:main ^:skip-aot benchmarks\n :jvm-opts ^:replace []}]}\n","subject":"Add test under clojure 1.8","message":"Add test under clojure 1.8\n","lang":"Clojure","license":"bsd-2-clause","repos":"funcool\/cats"}
{"commit":"983a60c13d0674cc685c12e1a627e5e8d39a53ed","old_file":"integration-tests\/apps\/xa-old-jdbc\/immutant.clj","new_file":"integration-tests\/apps\/xa-old-jdbc\/immutant.clj","old_contents":"(ns xa.init\n (:require [immutant.xa :as xa]\n [immutant.web :as web]\n [clojure.java.jdbc :as sql]))\n\n(defonce ds (xa\/datasource \"foo\" {:adapter \"h2\" :database \"mem:foo\"}))\n(def spec {:datasource ds})\n\n(sql\/with-connection spec\n (sql\/create-table :things\n [:name :varchar]))\n\n(xa\/transaction\n (sql\/with-connection spec\n (sql\/insert-records :things {:name \"success\"})))\n\n(defn read []\n (sql\/with-connection spec\n (sql\/with-query-results rows [\"select name from things\"]\n (:name (first rows)))))\n\n;;; A web interface\n(defn handler [req]\n {:status 200\n :headers {\"Content-Type\" \"text\/plain\"}\n :body (read)})\n(web\/start \"\/thing\" handler)","new_contents":"(ns xa.init\n (:require [immutant.xa :as xa]\n [immutant.web :as web]\n [clojure.java.jdbc :as sql]\n clojure.java.jdbc.internal)) ; ensure project dep wins\n\n(defonce ds (xa\/datasource \"foo\" {:adapter \"h2\" :database \"mem:foo\"}))\n(def spec {:datasource ds})\n\n(sql\/with-connection spec\n (sql\/create-table :things\n [:name :varchar]))\n\n(xa\/transaction\n (sql\/with-connection spec\n (sql\/insert-records :things {:name \"success\"})))\n\n(defn read []\n (sql\/with-connection spec\n (sql\/with-query-results rows [\"select name from things\"]\n (:name (first rows)))))\n\n;;; A web interface\n(defn handler [req]\n {:status 200\n :headers {\"Content-Type\" \"text\/plain\"}\n :body (read)})\n(web\/start \"\/thing\" handler)","subject":"Make sure test fails if 1.x not available","message":"Make sure test fails if 1.x not available\n","lang":"Clojure","license":"apache-2.0","repos":"immutant\/immutant,coopsource\/immutant,immutant\/immutant,coopsource\/immutant,immutant\/immutant,immutant\/immutant,kbaribeau\/immutant,coopsource\/immutant,kbaribeau\/immutant,kbaribeau\/immutant"}
{"commit":"7831e30edc453aee06125c27847a100314b2793e","old_file":"src\/cljs\/engine\/entities.cljs","new_file":"src\/cljs\/engine\/entities.cljs","old_contents":"(ns chocolatier.engine.entities\n ;; NOTE to use protocols from another ns, import them explicitely by\n ;; name and not their methods\n ;; Use them in this ns by refering to the name\n (:require [chocolatier.engine.components :refer [Entity Renderable\n Attackable TestComp]]))\n\n\n(defrecord Bunny [id sprite x y]\n Entity\n (tick [this]\n (let [sprite (:sprite this)])\n (aset sprite \"rotation\" (+ 0.01 (aget sprite \"rotation\"))))\n \n Renderable\n (render [this stage]\n (.addChild stage (:sprite this)))\n\n Attackable\n (attack [this] (println \"owww\"))\n\n TestComp\n (test-it [this] (println \"testing\")))\n","new_contents":"(ns chocolatier.engine.entities\n ;; NOTE to use protocols from another ns, import them explicitely by\n ;; name and not their methods\n ;; Use them in this ns by refering to the name\n (:require [chocolatier.engine.components :refer [Entity Renderable\n Attackable TestComp]]))\n\n\n(defrecord Bunny [id sprite x y]\n Entity\n (tick [this]\n (let [sprite (:sprite this)\n old-rotation (aget sprite \"rotation\")]\n (aset sprite \"rotation\" (+ 0.01 old-rotation))))\n \n Renderable\n (render [this stage]\n (.addChild stage (:sprite this)))\n\n Attackable\n (attack [this] (println \"owww\"))\n\n TestComp\n (test-it [this] (println \"testing\")))\n","subject":"Fix movement of test entity","message":"Fix movement of test entity\n","lang":"Clojure","license":"epl-1.0","repos":"phelanm\/chocolatier,alexkehayias\/chocolatier,alexkehayias\/chocolatier"}
{"commit":"4b470c0dced1901a6e8972b9207f23c02a1be42c","old_file":"frontend\/src-cljs\/pp_client\/util.cljs","new_file":"frontend\/src-cljs\/pp_client\/util.cljs","old_contents":"(ns pp-client.util)\n\n;;------------------------------------------------------------------------------\n;; Util Functions\n;;------------------------------------------------------------------------------\n\n(defn log\n \"Log a Clojure thing.\"\n [thing]\n (js\/console.log (pr-str thing)))\n\n(defn js-log\n \"Log a JavaScript thing.\"\n [thing]\n (js\/console.log thing))\n\n(defn uuid []\n \"Create a UUID.\"\n []\n (apply\n str\n (map\n (fn [x]\n (if (= x \\0)\n (.toString (bit-or (* 16 (.random js\/Math)) 0) 16)\n x))\n \"00000000-0000-4000-0000-000000000000\")))\n","new_contents":"(ns pp-client.util)\n\n(def $ js\/jQuery)\n\n;;------------------------------------------------------------------------------\n;; Util Functions\n;;------------------------------------------------------------------------------\n\n(defn log\n \"Log a Clojure thing.\"\n [thing]\n (js\/console.log (pr-str thing)))\n\n(defn js-log\n \"Log a JavaScript thing.\"\n [thing]\n (js\/console.log thing))\n\n(defn uuid []\n \"Create a UUID.\"\n []\n (apply\n str\n (map\n (fn [x]\n (if (= x \\0)\n (.toString (bit-or (* 16 (.random js\/Math)) 0) 16)\n x))\n \"00000000-0000-4000-0000-000000000000\")))\n\n;;------------------------------------------------------------------------------\n;; AJAX\n;;------------------------------------------------------------------------------\n\n(def default-ajax-options {\n :contentType \"application\/json; charset=UTF-8\"\n :cache false\n :dataType \"json\"\n :error #(log \"TODO: ajax error handling\")})\n\n;; TODO: use `:pre` to asset that opts has at a minimum a URL and success function\n(defn doajax [opts]\n (let [opts2 (clj->js (merge default-ajax-options opts))]\n (.ajax $ opts2)))","subject":"Add some ajax functions that need to be tested.","message":"Add some ajax functions that need to be tested.\n","lang":"Clojure","license":"mit","repos":"oakmac\/pretty-print.net,comamitc\/pretty-print.net,oakmac\/pretty-print.net,oakmac\/pretty-print.net,comamitc\/pretty-print.net"}
{"commit":"f0e08f92a41ab95c8738389bfb784a93ae378efe","old_file":"src\/demo\/web.clj","new_file":"src\/demo\/web.clj","old_contents":"(ns demo.web\n (:require [clojure.pprint :refer [pprint]]\n [immutant.web :as web]\n [immutant.web.javax :as javax]\n [ring.middleware.resource :as ring-resource]\n [ring.util.response :as ring-util]))\n\n(defn echo-request\n \"Echoes the request back as a string.\"\n [request]\n (ring-util\/response (with-out-str (pprint request))))\n\n(def assets\n \"Serve static assets from resources\/public\/\"\n (ring-resource\/wrap-resource #'echo-request \"public\"))\n\n;;; The Ring Session example: https:\/\/github.com\/ring-clojure\/ring\/wiki\/Sessions\n(defn counter [{session :session}]\n (let [count (:count session 0)\n session (assoc session :count (inc count))]\n (-> (ring-util\/response (str \"You accessed this page \" count \" times\\n\"))\n (assoc :session session))))\n\n(defn -main\n [& {:as args}]\n\n ;; this uses an Undertow handler by default, which is faster than a servlet\n (web\/run echo-request args)\n\n ;; using a servlet allows the session to be shared in a WildFly\n ;; cluster and allow access to the session from websockets\n (web\/run\n (javax\/create-servlet #'counter)\n :path \"\/counter\"))\n","new_contents":"(ns demo.web\n (:require [clojure.pprint :refer [pprint]]\n [immutant.web :as web]\n [ring.util.response :as ring-util]))\n\n(defn echo-request\n \"Echoes the request back as a string.\"\n [request]\n (ring-util\/response (with-out-str (pprint request))))\n\n(defn -main\n [& {:as args}]\n (web\/run echo-request args))\n","subject":"Remove session counter example for now.","message":"Remove session counter example for now.\n","lang":"Clojure","license":"apache-2.0","repos":"jkutner\/feature-demo,jkutner\/feature-demo,immutant\/feature-demo,immutant\/feature-demo,coopsource\/feature-demo,jkutner\/feature-demo,immutant\/feature-demo,coopsource\/feature-demo,FalseProtagonist\/graphagora,FalseProtagonist\/graphagora,FalseProtagonist\/graphagora,coopsource\/feature-demo"}
{"commit":"10c41e502369888a532f9a16be88c2db9a93f627","old_file":"src-docs\/com\/wsscode\/pathom\/book\/connect\/getting_started.cljs","new_file":"src-docs\/com\/wsscode\/pathom\/book\/connect\/getting_started.cljs","old_contents":"(ns com.wsscode.pathom.book.connect.getting-started\n (:require [com.wsscode.pathom.core :as p]\n [com.wsscode.pathom.connect :as pc]\n [com.wsscode.pathom.profile :as pp]))\n\n; initialize a dispatch function\n(defmulti resolver-fn pc\/resolver-dispatch)\n; initialize indexes\n(def indexes (atom {}))\n\n; this creates a factory that will add a new method on the resolver-fn and add it to the indexes\n(def defresolver (pc\/resolver-factory resolver-fn indexes))\n\n; creating our first resolver\n(defresolver `latest-product\n {::pc\/output [{::latest-product [:product\/id :product\/title :product\/price]}]}\n (fn [_ _]\n {::latest-product {:product\/id 1\n :product\/title \"Acoustic Guitar\"\n :product\/price 199.99M}}))\n\n(def parser\n (p\/parser {::p\/plugins\n [(p\/env-plugin\n {::p\/reader [p\/map-reader\n pc\/all-readers]\n ::pc\/resolver-dispatch resolver-fn\n ::pc\/indexes @indexes})\n pp\/profile-plugin]}))\n\n(comment\n (parser {} [::latest-product]))\n","new_contents":"(ns com.wsscode.pathom.book.connect.getting-started\n (:require [com.wsscode.pathom.core :as p]\n [com.wsscode.pathom.connect :as pc]\n [com.wsscode.pathom.profile :as pp]))\n\n; creating our first resolver\n(pc\/defresolver latest-product [_ _]\n {::pc\/output [{::latest-product [:product\/id :product\/title :product\/price]}]}\n {::latest-product {:product\/id 1\n :product\/title \"Acoustic Guitar\"\n :product\/price 199.99M}})\n\n(def parser\n (p\/parallel-parser\n {::p\/env {::p\/reader [p\/map-reader\n pc\/parallel-reader\n pc\/open-ident-reader\n p\/env-placeholder-reader]\n ::p\/placeholder-prefixes #{\">\"}}\n ::p\/mutate pc\/mutate-async\n ::p\/plugins [(pc\/connect-plugin {::pc\/register latest-product})\n p\/error-handler-plugin\n p\/request-cache-plugin\n p\/trace-plugin]}))\n\n(comment\n (parser {} [::latest-product]))\n","subject":"Update getting started example to use map resolvers","message":"Update getting started example to use map resolvers\n","lang":"Clojure","license":"mit","repos":"wilkerlucio\/pathom,wilkerlucio\/pathom,wilkerlucio\/pathom,wilkerlucio\/pathom"}
{"commit":"095933bbe4b7cdcb86702927007c1fbe2d320bc3","old_file":"src\/clj\/comic_reader\/server.clj","new_file":"src\/clj\/comic_reader\/server.clj","old_contents":"(ns comic-reader.server\n (:gen-class)\n (:require [comic-reader.sites :as sites]\n [comic-reader.scrape :as scrape]\n [ring.util.response :as response]\n [ring.middleware.params :refer [wrap-params]]\n [compojure.core :as c]\n [compojure.route :as route]\n [hiccup.page :as hp]))\n\n(defn edn-response [data & [status]]\n {:status (or status 200)\n :headers {\"Content-Type\" \"application\/edn\"}\n :body (pr-str data)})\n\n(c\/defroutes routes\n (c\/GET \"\/\" [] (hp\/html5\n [:input#history_state {:type \"hidden\"}]\n (hp\/include-js \"js\/compiled\/main.js\")))\n (c\/GET \"\/blank\" [] \"\")\n (c\/context \"\/api\/v1\" []\n (c\/GET \"\/sites\" []\n (edn-response (vec (map #(select-keys % [:id :name :url])\n sites\/list))))\n (c\/GET \"\/comics\/:site\" [site]\n (->> sites\/list\n (some (fn [s]\n (when (= (:id s)\n site)\n s)))\n scrape\/fetch-comic-list\n edn-response))\n (c\/GET \"\/comic\/:name\" [name]\n (str \"Hello comic\" name)))\n (route\/resources \"\/\"))\n\n(def app (wrap-params routes))\n","new_contents":"(ns comic-reader.server\n (:gen-class)\n (:require [comic-reader.sites :as sites]\n [comic-reader.scrape :as scrape]\n [ring.util.response :as response]\n [ring.middleware.params :refer [wrap-params]]\n [compojure.core :as c]\n [compojure.route :as route]\n [hiccup.page :as hp]))\n\n(defn edn-response [data & [status]]\n {:status (or status 200)\n :headers {\"Content-Type\" \"application\/edn\"}\n :body (pr-str data)})\n\n(c\/defroutes routes\n (c\/GET \"\/\" [] (hp\/html5\n [:head]\n [:body\n [:input#history_state {:type \"hidden\"}]\n (hp\/include-js \"js\/compiled\/main.js\")]))\n (c\/GET \"\/blank\" [] \"\")\n (c\/context \"\/api\/v1\" []\n (c\/GET \"\/sites\" []\n (edn-response (vec (map #(select-keys % [:id :name :url])\n sites\/list))))\n (c\/GET \"\/comics\/:site\" [site]\n (->> sites\/list\n (some (fn [s]\n (when (= (:id s)\n site)\n s)))\n scrape\/fetch-comic-list\n edn-response))\n (c\/GET \"\/comic\/:name\" [name]\n (str \"Hello comic\" name)))\n (route\/resources \"\/\"))\n\n(def app (wrap-params routes))\n","subject":"Make the base page hiccup template better","message":"Make the base page hiccup template better\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"bffaa88303a548431ae0e8fba15dbc0dd7d4d9b0","old_file":"src\/web\/components\/state_chooser.cljs","new_file":"src\/web\/components\/state_chooser.cljs","old_contents":"(ns web.components.state-chooser\n (:require [clojure.string :as str]\n [om.next :as om :refer-macros [defui]]\n [om.dom :as dom]))\n\n(defui StateChooserItem\n static om\/Ident\n (ident [this props]\n [:state (:id props)])\n static om\/IQuery\n (query [this]\n [:id :name :type])\n Object\n (render [this]\n (let [{:keys [id name type]} (om\/props this)]\n (dom\/option #js {:value id}\n (condp = type\n :branch \"b \"\n :tag \"t \"\n \" \")\n (str\/replace name\n #\"refs\/heads\/|refs\/remotes\/|refs\/tags\/\"\n \"\")))))\n\n(def state-chooser-item (om\/factory StateChooserItem {:keyfn :id}))\n\n(defui StateChooser\n Object\n (state-selected [this e]\n (let [id (.. e -target -value)\n {:keys [select-fn]} (om\/props this)]\n (when select-fn\n (select-fn [:state id])))\n (.preventDefault e))\n\n (render [this]\n (let [{:keys [state states]} (om\/props this)]\n (dom\/div #js {:className \"state-chooser\"}\n (dom\/select #js {:onChange #(.state-selected this %)}\n (for [state states]\n (state-chooser-item state)))))))\n\n(def state-chooser (om\/factory StateChooser))\n","new_contents":"(ns web.components.state-chooser\n (:require [clojure.string :as str]\n [om.next :as om :refer-macros [defui]]\n [om.dom :as dom]))\n\n(defui StateChooserItem\n static om\/Ident\n (ident [this props]\n [:state (:id props)])\n static om\/IQuery\n (query [this]\n [:id :name :type])\n Object\n (render [this]\n (let [{:keys [id name type]} (om\/props this)\n prefixes #\"refs\/heads\/|refs\/remotes\/|refs\/tags\/\"]\n (dom\/option #js {:value id}\n (condp = type :branch \"b \" :tag \"t \" \" \")\n (str\/replace name prefixes \"\")))))\n\n(def state-chooser-item (om\/factory StateChooserItem {:keyfn :id}))\n\n(defui StateChooser\n Object\n (state-selected [this e]\n (let [id (.. e -target -value)\n {:keys [select-fn]} (om\/props this)]\n (when select-fn\n (select-fn [:state id])))\n (.preventDefault e))\n\n (render [this]\n (let [{:keys [state states]} (om\/props this)]\n (dom\/div #js {:className \"state-chooser\"}\n (dom\/select #js {:onChange #(.state-selected this %)}\n (for [state states]\n (state-chooser-item state)))))))\n\n(def state-chooser (om\/factory StateChooser))\n","subject":"Improve the state chooser item code ever so slightly","message":"Improve the state chooser item code ever so slightly\n","lang":"Clojure","license":"agpl-3.0","repos":"Jannis\/custard"}
{"commit":"38d742bd4c3f6eab0d5a3d773aac8c114bc3ec35","old_file":"src\/cljs\/my_money\/views\/login.cljs","new_file":"src\/cljs\/my_money\/views\/login.cljs","old_contents":"(ns my-money.views.login\n (:require [my-money.components.common :as c]\n [my-money.components.button :refer [button]]\n [my-money.app.controller.authentication :as ac]\n [reagent.core :as r]))\n\n(defn- buttons [e! data close-fn]\n [:div\n [:input.btn.btn-primary.ml-1 {:type \"submit\"\n :form \"login\"\n :value \"Login\"\n :on-click #(do (.preventDefault %)\n (e! (ac\/->Login @data)))}]\n [button {:type :danger\n :on-click #(close-fn)}\n \"Cancel\"]])\n\n(defn- fields [data]\n [:form {:id \"login\"}\n [c\/text-input \"Username\" :username \"Enter your username\" data false]\n [c\/password-input \"Password\" :password \"Enter your password\" data false]])\n\n(defn login-form [e! close-fn]\n (r\/with-let [data (r\/atom {})]\n [c\/modal \"Login\" [fields data] [buttons e! data close-fn] close-fn]))\n","new_contents":"(ns my-money.views.login\n (:require [my-money.components.common :as c]\n [my-money.app.controller.authentication :as ac]\n [reagent.core :as r]))\n\n(defn- buttons [e! data close-fn]\n [:div\n [:input.btn.btn-primary.ml-1 {:type \"submit\"\n :form \"login\"\n :value \"Login\"\n :on-click #(do (.preventDefault %)\n (e! (ac\/->Login @data)))}]\n [:button.btn.btn-danger.ml-1 {:on-click #(close-fn)} \"Cancel\"]])\n\n(defn- fields [data]\n [:form {:id \"login\"}\n [c\/text-input \"Username\" :username \"Enter your username\" data false]\n [c\/password-input \"Password\" :password \"Enter your password\" data false]])\n\n(defn login-form [e! close-fn]\n (r\/with-let [data (r\/atom {})]\n [c\/modal \"Login\" [fields data] [buttons e! data close-fn] close-fn]))\n","subject":"Revert previous cancel button component changes as they were not ready yet","message":"Revert previous cancel button component changes as they were not ready yet\n","lang":"Clojure","license":"mit","repos":"Juholei\/my-money,Juholei\/my-money"}
{"commit":"3c3759436d5b5d0af5d45b5cadabbd6a3ed193f2","old_file":"src\/cljs\/hacker_agent\/utils.cljs","new_file":"src\/cljs\/hacker_agent\/utils.cljs","old_contents":"(ns hacker-agent.utils)\n\n(defn dissoc-in [data path]\n (let [prefix (butlast path)\n key (last path)]\n (if prefix\n (update-in data prefix dissoc key)\n (dissoc data key))))\n\n(defn log-clj [o]\n (.log js\/console (clj->js o)))\n","new_contents":"(ns hacker-agent.utils)\n\n(defn dissoc-in [data path]\n (let [prefix (butlast path)\n key (last path)]\n (if prefix\n (update-in data prefix dissoc key)\n (dissoc data key))))\n\n(defn log-clj [o]\n (.log js\/console (clj->js o)))\n\n(defn domain [url]\n (let [re (new js\/RegExp \"^https?\\\\:\\\\\/\\\\\/(www\\\\.)?([^\\\\\/:?#]+)(?:[\\\\\/:?#]|$)\")\n matches (.exec re url)]\n (and matches (get matches 2))))\n","subject":"Add a domain extractor utility","message":"Add a domain extractor utility","lang":"Clojure","license":"epl-1.0","repos":"alvinfrancis\/hacker-agent"}
{"commit":"9e2809869f111fcdf41da3f8df9c64660a5d1916","old_file":"test\/tttclj\/t_core.clj","new_file":"test\/tttclj\/t_core.clj","old_contents":"(ns tttclj.t-core\n (:use midje.sweet)\n (:use [tttclj.core]))\n\n(facts \"about `create-game'\"\n (fact \"x always starts\"\n (->> (repeat 100 (create-game))\n (map :player)\n (frequencies)) => { :x 100 })\n (fact \"no tiles are set to start with\"\n (frequencies (:tiles (create-game))) => { :- 9 }))\n\n(facts \"about `opponent'\"\n (opponent :x) => :o\n (opponent :o) => :x)\n\n(def game1 (make-move 3 (create-game)))\n\n(facts \"about `make-move'\"\n (fact \"the player should swap to :o\"\n (:player game1) => :o)\n (fact \"one tile is taken now\"\n (frequencies (:tiles game1)) => { :- 8 :x 1})\n (fact \"cannot make same move again\"\n (make-move 3 (make-move 3 (create-game))) => nil))\n\n(facts \"about `possible-moves'\"\n (fact \"there should be 9 to start\"\n (count (possible-moves (create-game))) => 9))\n","new_contents":"(ns tttclj.t-core\n (:use midje.sweet)\n (:use [tttclj.core]))\n\n(facts \"about `create-game'\"\n (fact \"x always starts\"\n (->> (repeat 100 (create-game))\n (map :player)\n (frequencies)) => { :x 100 })\n (fact \"no tiles are set to start with\"\n (frequencies (:tiles (create-game))) => { :- 9 }))\n\n(facts \"about `opponent'\"\n (opponent :x) => :o\n (opponent :o) => :x)\n\n(def game1 (make-move 3 (create-game)))\n\n(facts \"about `make-move'\"\n (fact \"the player should swap to :o\"\n (:player game1) => :o)\n (fact \"one tile is taken now\"\n (frequencies (:tiles game1)) => { :- 8 :x 1})\n (fact \"cannot make same move again\"\n (make-move 3 (make-move 3 (create-game))) => nil))\n\n(facts \"about `possible-moves'\"\n (fact \"there should be 9 to start\"\n (count (possible-moves (create-game))) => 9)\n (fact \"there should be 8 after the first move\"\n (count (possible-moves game1)) => 8))\n","subject":"Add another test for `possible-moves'","message":"Add another test for `possible-moves'\n","lang":"Clojure","license":"mit","repos":"stig\/tttclj"}
{"commit":"5d0bc4bb1c4126eeb4048a79e06307c0f9e37eee","old_file":"src\/desdemona\/lifecycles\/logging.clj","new_file":"src\/desdemona\/lifecycles\/logging.clj","old_contents":"(ns desdemona.lifecycles.logging\n (:require [taoensso.timbre :refer [info]]))\n\n(defn log-batch\n [event lifecycle]\n (let [task-name (-> event\n :onyx.core\/task-map\n :onyx\/name)]\n (doseq [m (->> event\n :onyx.core\/results\n :tree\n (mapcat :leaves)\n (map :message))]\n (info task-name \"logging segment:\" m)))\n {})\n\n(def log-calls\n {:lifecycle\/after-batch log-batch})\n\n(defn add-logging\n \"Adds logging output to a task's output-batch.\"\n [job task]\n (if-let [entry (first (filter #(= (:onyx\/name %) task) (:catalog job)))]\n (update-in\n job\n [:lifecycles]\n conj\n {:lifecycle\/task task\n :lifecycle\/calls ::log-calls})))\n","new_contents":"(ns desdemona.lifecycles.logging\n (:require [taoensso.timbre :refer [info]]))\n\n(defn log-batch\n [event lifecycle]\n (let [task-name (-> event\n :onyx.core\/task-map\n :onyx\/name)]\n (doseq [m (->> event\n :onyx.core\/results\n :tree\n (mapcat :leaves)\n (map :message))]\n (info task-name \"logging segment:\" m)))\n {})\n\n(def log-calls\n {:lifecycle\/after-batch log-batch})\n\n(defn add-logging\n \"Adds logging output to a task's output-batch.\"\n [job task]\n (if-let [entry (first (filter #(= (:onyx\/name %) task) (:catalog job)))]\n (update job :lifecycles conj {:lifecycle\/task task\n :lifecycle\/calls ::log-calls})))\n","subject":"Use update to make the impl more legible","message":"Use update to make the impl more legible\n","lang":"Clojure","license":"epl-1.0","repos":"RackSec\/desdemona"}
{"commit":"0b1172355fa0d43985f9418c2054e8804c27076c","old_file":"src\/instaskip\/actions\/routes.clj","new_file":"src\/instaskip\/actions\/routes.clj","old_contents":"(in-ns 'instaskip.actions)\n\n(defn list-routes [filters innkeeper-config]\n\n (let [routes (m\/match filters\n {:team team}\n (ik\/get-routes {:owned-by-team team} innkeeper-config)\n\n :else\n (ik\/get-routes innkeeper-config))\n filtered-routes (map #(select-keys % [:id :name :endpoint]) routes)]\n (println \"List routes\")\n (t\/table filtered-routes)))\n\n(defn list-route [id innkeeper-config]\n (let [route (ik\/get-route id innkeeper-config)\n filtered-route (select-keys route [:id :name :path-id :created-by\n :activate-at :created-at\n :uses-common-filters :endpoint])]\n (println \"List route wiht id\" id)\n (t\/table filtered-route)))\n\n","new_contents":"(in-ns 'instaskip.actions)\n\n(defn list-routes [filters innkeeper-config]\n\n (let [routes (m\/match filters\n {:team team}\n (ik\/get-routes {:owned-by-team team} innkeeper-config)\n\n :else\n (ik\/get-routes innkeeper-config))\n filtered-routes (map #(select-keys % [:id :name :endpoint]) routes)]\n (println \"List routes\")\n (t\/table filtered-routes)))\n\n(defn list-route [id innkeeper-config]\n (let [route (ik\/get-route id innkeeper-config)\n filtered-route (select-keys route [:id :name :path-id :created-by\n :activate-at :created-at\n :uses-common-filters :endpoint])]\n (println \"List route wiht id\" id)\n (t\/table filtered-route)\n (println \"Filters for the route\")\n (t\/table (route :filters))\n (println \"Predicates for the route\")\n (t\/table (route :predicates))))\n","subject":"Add more details to list-route","message":"Add more details to list-route\n","lang":"Clojure","license":"mit","repos":"danpersa\/instaskip"}
{"commit":"1abc0e4239259a96662a82a3da4afaf24a6a0e82","old_file":"scripts\/build.clj","new_file":"scripts\/build.clj","old_contents":"(require '[cljs.build.api :as b]\n '[cljs.tagged-literals])\n\n(alter-var-root #'cljs.tagged-literals\/*cljs-data-readers*\n assoc 'ux\/tr (fn [v] `(uxbox.locales\/tr ~v)))\n\n(println \"Building ...\")\n\n(let [start (System\/nanoTime)]\n (b\/build\n (b\/inputs \"src\" \"test\")\n {:main 'uxbox.test-runner\n :output-to \"out\/tests.js\"\n :output-dir \"out\"\n :parallel-build false\n :optimizations :whitespace\n :language-in :ecmascript5\n :language-out :ecmascript5\n :target :nodejs\n :verbose true})\n (println \"... done. Elapsed\" (\/ (- (System\/nanoTime) start) 1e9) \"seconds\"))\n","new_contents":"(require '[cljs.build.api :as b]\n '[cljs.tagged-literals])\n\n(alter-var-root #'cljs.tagged-literals\/*cljs-data-readers*\n assoc 'ux\/tr (fn [v] `(uxbox.locales\/tr ~v)))\n\n(println \"Building ...\")\n\n(let [start (System\/nanoTime)]\n (b\/build\n (b\/inputs \"src\" \"test\")\n {:main 'uxbox.test-runner\n :output-to \"out\/tests.js\"\n :output-dir \"out\"\n :parallel-build false\n :optimizations :none\n :language-in :ecmascript5\n :language-out :ecmascript5\n :target :nodejs\n :verbose true})\n (println \"... done. Elapsed\" (\/ (- (System\/nanoTime) start) 1e9) \"seconds\"))\n","subject":"Replace :whitespace optimization with :none","message":"Replace :whitespace optimization with :none\n\nBecause :whitespace is not compatible with nodejs target.\n","lang":"Clojure","license":"mpl-2.0","repos":"uxbox\/uxbox,studiospring\/uxbox,studiospring\/uxbox,uxbox\/uxbox,uxbox\/uxbox,studiospring\/uxbox"}
{"commit":"b82332ae9f403b34f2a04213c5f6c4122baf06aa","old_file":"dev\/user.clj","new_file":"dev\/user.clj","old_contents":"(ns user\n (:require [clojure.tools.namespace.repl :as repl]\n [clojure.walk :refer [macroexpand-all]]\n [clojure.pprint :refer [pprint]]\n [clojure.test :as test]))\n\n(defonce ^:dynamic\n *namespaces*\n ['cats.core-spec\n 'cats.builtin-spec\n 'cats.applicative.validation-spec\n 'cats.monad.identity-spec\n 'cats.monad.either-spec\n 'cats.monad.exception-spec\n 'cats.monad.maybe-spec])\n\n(defn run-tests'\n []\n (apply test\/run-tests *namespaces*))\n\n(defn run-tests\n [& nss]\n (if (pos? (count nss))\n (binding [*namespaces* nss]\n (repl\/refresh :after 'user\/run-tests'))\n (repl\/refresh :after 'user\/run-tests')))\n\n(defn trace\n \"Asynchronous friendly println variant.\"\n [& strings]\n (locking println\n (apply println strings)))\n\n;; (require '[cats.core :as m]\n;; '[cats.context :as mc]\n;; '[cats.monad.either :as either]\n;; '[cats.builtin])\n","new_contents":"(ns user\n (:require [clojure.tools.namespace.repl :as repl]\n [clojure.walk :refer [macroexpand-all]]\n [clojure.pprint :refer [pprint]]\n [clojure.test :as test]))\n\n(defonce ^:dynamic\n *namespaces*\n ['cats.core-spec\n 'cats.builtin-spec\n 'cats.applicative.validation-spec\n 'cats.labs.channel-spec\n 'cats.monad.identity-spec\n 'cats.monad.either-spec\n 'cats.monad.exception-spec\n 'cats.monad.maybe-spec])\n\n(defn run-tests'\n []\n (apply test\/run-tests *namespaces*))\n\n(defn run-tests\n [& nss]\n (if (pos? (count nss))\n (binding [*namespaces* nss]\n (repl\/refresh :after 'user\/run-tests'))\n (repl\/refresh :after 'user\/run-tests')))\n\n(defn trace\n \"Asynchronous friendly println variant.\"\n [& strings]\n (locking println\n (apply println strings)))\n\n;; (require '[cats.core :as m]\n;; '[cats.context :as mc]\n;; '[cats.monad.either :as either]\n;; '[cats.builtin])\n","subject":"Add cats.labs.channel-spec to testing namespaces.","message":"Add cats.labs.channel-spec to testing namespaces.\n","lang":"Clojure","license":"bsd-2-clause","repos":"tcsavage\/cats,OlegTheCat\/cats,funcool\/cats,mccraigmccraig\/cats,alesguzik\/cats,yurrriq\/cats"}
{"commit":"69e7e90a7f35298d23a9069988aa2a8954fe07db","old_file":"build.boot","new_file":"build.boot","old_contents":"#!\/usr\/bin\/env boot\n\n(set-env!\n :source-paths #{\"less\" \"src\"}\n :resource-paths #{\"html\" \"resources\"}\n :dependencies '[; Boot setup\n [adzerk\/boot-cljs \"1.7.48-6\"]\n [adzerk\/boot-reload \"0.4.1\"]\n [deraen\/boot-less \"0.4.2\"]\n [pandeiro\/boot-http \"0.7.0-SNAPSHOT\"]\n\n ; App dependencies\n [org.clojure\/clojurescript \"1.7.145\"]\n [org.omcljs\/om \"1.0.0-alpha14-SNAPSHOT\"]\n\n ; Other dependencies\n [devcards \"0.2.0-8\"]])\n\n(task-options!\n pom {:project \"om-next-kanban-demo\"\n :version \"0.1.0-SNAPSHOT\"})\n\n(require '[adzerk.boot-cljs :refer [cljs]]\n '[adzerk.boot-reload :refer [reload]]\n '[deraen.boot-less :refer [less]]\n '[pandeiro.boot-http :refer [serve]])\n\n(deftask run\n []\n (comp\n (watch)\n (speak)\n (reload :on-jsload 'kanban.app\/run)\n (less)\n (cljs :source-map true\n :optimizations :none\n :compiler-options {:devcards true})\n (serve :dir \"target\")))\n","new_contents":"#!\/usr\/bin\/env boot\n\n(set-env!\n :source-paths #{\"less\" \"src\"}\n :resource-paths #{\"html\" \"resources\"}\n :dependencies '[; Boot setup\n [adzerk\/boot-cljs \"1.7.170-1\"]\n [adzerk\/boot-reload \"0.4.1\"]\n [deraen\/boot-less \"0.4.2\"]\n [pandeiro\/boot-http \"0.7.0-SNAPSHOT\"]\n\n ; App dependencies\n [org.clojure\/clojurescript \"1.7.170\"]\n [org.omcljs\/om \"1.0.0-alpha18-SNAPSHOT\"]\n\n ; Other dependencies\n [devcards \"0.2.0-8\"]])\n\n(task-options!\n pom {:project \"om-next-kanban-demo\"\n :version \"0.1.0-SNAPSHOT\"})\n\n(require '[adzerk.boot-cljs :refer [cljs]]\n '[adzerk.boot-reload :refer [reload]]\n '[deraen.boot-less :refer [less]]\n '[pandeiro.boot-http :refer [serve]])\n\n(deftask run\n []\n (comp\n (watch)\n (speak)\n (reload :on-jsload 'kanban.app\/run)\n (less)\n (cljs :source-map true\n :optimizations :none\n :compiler-options {:devcards true})\n (serve :dir \"target\")))\n","subject":"Update to latest ClojureScript, boot-cljs and Om","message":"Update to latest ClojureScript, boot-cljs and Om\n","lang":"Clojure","license":"agpl-3.0","repos":"Jannis\/om-next-kanban-demo,Jannis\/om-next-kanban-demo"}
{"commit":"957473ebeef7da5a4a3f2fce421f18be7b76a6b9","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject compojure \"1.3.3\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.1\"]\n [medley \"0.5.5\"]\n [ring\/ring-core \"1.3.2\"]\n [ring\/ring-codec \"1.0.0\"]]\n :plugins [[codox \"0.8.10\"]]\n :codox {:src-dir-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/1.3.3\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.2.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.6 {:dependencies [[org.clojure\/clojure \"1.6.0\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0-alpha6\"]]}})\n","new_contents":"(defproject compojure \"1.3.3\"\n :description \"A concise routing library for Ring\"\n :url \"https:\/\/github.com\/weavejester\/compojure\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.macro \"0.1.5\"]\n [clout \"2.1.1\"]\n [medley \"0.5.5\"]\n [ring\/ring-core \"1.3.2\"]\n [ring\/ring-codec \"1.0.0\"]]\n :plugins [[codox \"0.8.10\"]]\n :codox {:src-dir-uri \"http:\/\/github.com\/weavejester\/compojure\/blob\/1.3.3\/\"\n :src-linenum-anchor-prefix \"L\"}\n :profiles\n {:dev {:jvm-opts ^:replace []\n :dependencies [[ring\/ring-mock \"0.2.0\"]\n [criterium \"0.4.3\"]\n [javax.servlet\/servlet-api \"2.5\"]]}\n :1.6 {:dependencies [[org.clojure\/clojure \"1.6.0\"]]}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0-beta2\"]]}})\n","subject":"Update Clojure 1.7 test profile to 1.7.0-beta2","message":"Update Clojure 1.7 test profile to 1.7.0-beta2\n","lang":"Clojure","license":"epl-1.0","repos":"ezy023\/compojure,Christopher-Bui\/compojure,sidcarter\/compojure,weavejester\/compojure"}
{"commit":"6680d99ba77bee90f9291264a11de971985e95a7","old_file":"src\/tttclj\/web.clj","new_file":"src\/tttclj\/web.clj","old_contents":"(ns tttclj.web\n (:require [chord.http-kit :refer [wrap-websocket-handler]]\n [clojure.core.async :refer [! put! close! go go-loop timeout]]\n [compojure.core :refer [defroutes GET]]\n [compojure.route :refer [resources]]\n [org.httpkit.server :refer [run-server]]))\n\n(defn index [req]\n {:status 200\n :headers {\"Content-Type\" \"text\/html\"}\n :body \"Hello HTTP via Compojure!\"})\n\n(defn ws-handler [{:keys [ws-channel] :as req}]\n (prn (:remote-addr req)) \n (go-loop [i 10]\n (! ws-channel (str \"Hello from server\" i))\n (prn req)\n (when (> i 0)\n (recur (dec i)))))\n\n(defroutes app\n (resources \"\/\")\n (GET \"\/ws\" [] (-> ws-handler\n (wrap-websocket-handler)))\n (GET \"\/\" [] index))\n\n(defn -main [& args]\n (run-server app {:port 8080})\n (println \"Started server on http:\/\/localhost:8080\"))\n","new_contents":"(ns tttclj.web\n (:require [chord.http-kit :refer [wrap-websocket-handler]]\n [clojure.core.async :refer [! put! close! go go-loop timeout]]\n [compojure.core :refer [defroutes GET]]\n [compojure.route :refer [resources]]\n [org.httpkit.server :refer [run-server]]))\n\n(defn index [req]\n {:status 200\n :headers {\"Content-Type\" \"text\/html\"}\n :body \"Hello HTTP via Compojure!\"})\n\n(defn ws-handler [{:keys [ws-channel] :as req}]\n (prn (:async-channel req))\n (go-loop [i 10]\n (! ws-channel (str \"Hello from server\" i))\n (when (> i 0)\n (recur (dec i)))))\n\n(defroutes app\n (resources \"\/\")\n (GET \"\/ws\" [] (-> ws-handler\n (wrap-websocket-handler)))\n (GET \"\/\" [] index))\n\n(defn -main [& args]\n (run-server #'app {:port 8080})\n (println \"Started server on http:\/\/localhost:8080\"))\n","subject":"Print less information on startup","message":"Print less information on startup\n","lang":"Clojure","license":"mit","repos":"stig\/tttclj"}
{"commit":"f4e4d80e37743d3061ab2962c7ee89b932c18ab2","old_file":"src\/ansel\/session.clj","new_file":"src\/ansel\/session.clj","old_contents":"(ns ansel.session\n (:import java.util.UUID)\n (:require [ring.middleware.session.store :refer :all]\n [ansel.util :refer [when-slurp]]))\n\n(defn new-key []\n (str (UUID\/randomUUID)))\n\n(deftype FileSystemSessionStore [session-filename]\n SessionStore\n\n (read-session [s session-key]\n (let [session-text (when-slurp session-filename)\n session-data (read-string (or session-text \"{}\"))]\n (when session-data\n (session-data (keyword session-key)))))\n\n (write-session [_ session-key data]\n (let [k (or session-key (new-key))\n session-text (when-slurp session-filename)\n session-data (read-string (or session-text \"{}\"))\n updated-data (assoc session-data (keyword k) data)]\n (spit session-filename updated-data)\n k))\n\n (delete-session [_ session-key]\n (let [session-data (read-string (when-slurp session-filename))\n updated-data (dissoc session-data (keyword session-key))]\n (spit session-filename updated-data)\n nil)))\n\n(defn filesystem-store [session-filename]\n (FileSystemSessionStore. session-filename))\n","new_contents":"(ns ansel.session\n (:import java.util.UUID)\n (:require [ring.middleware.session.store :refer :all]\n [clojure.edn :as e]\n [ansel.util :refer [when-slurp]]))\n\n(defn new-key []\n (str (UUID\/randomUUID)))\n\n(deftype FileSystemSessionStore [session-filename]\n SessionStore\n\n (read-session [s session-key]\n (let [session-text (when-slurp session-filename)\n session-data (e\/read-string (or session-text \"{}\"))]\n (when session-data\n (session-data (keyword session-key)))))\n\n (write-session [_ session-key data]\n (let [k (or session-key (new-key))\n session-text (when-slurp session-filename)\n session-data (e\/read-string (or session-text \"{}\"))\n updated-data (assoc session-data (keyword k) data)]\n (spit session-filename updated-data)\n k))\n\n (delete-session [_ session-key]\n (let [session-data (e\/read-string (when-slurp session-filename))\n updated-data (dissoc session-data (keyword session-key))]\n (spit session-filename updated-data)\n nil)))\n\n(defn filesystem-store [session-filename]\n (FileSystemSessionStore. session-filename))\n","subject":"Use edn for reading strings","message":"Use edn for reading strings\n","lang":"Clojure","license":"bsd-2-clause","repos":"honza\/ansel,honza\/ansel,honza\/ansel"}
{"commit":"39c82b0a6186847485c2c431d71dfa5a13cbbe39","old_file":"src\/storemi\/js.clj","new_file":"src\/storemi\/js.clj","old_contents":"(ns storemi.js\n (:require \n [clj-rhino :as js]\n [clojure.walk :refer [keywordize-keys]]))\n\n(def parser-scope \n (doto (js\/new-safe-scope)\n (js\/eval (slurp \"resources\/public\/js\/underscore-min.js\"))\n (js\/eval (slurp \"resources\/public\/js\/parser.js\"))))\n\n(defn parse-script [script]\n (let [sc (js\/new-scope nil parser-scope)]\n (js\/set! sc \"script\" script)\n (-> (js\/eval sc \"parseScript(script)\")\n js\/from-js)))\n\n(def react-scope\n (let [scripts [\"resources\/public\/js\/underscore-min.js\"\n \"resources\/public\/js\/react.min.js\"\n \"resources\/public\/js\/parser.js\"\n \"resources\/public\/js\/react\/story-ui.react.js\"]\n scope (js\/new-scope)]\n (js\/eval scope \"var global = this\")\n (doseq [s scripts]\n (js\/eval scope (slurp s)))\n scope))\n\n(defn render-story-component [data & [paths]]\n (let [sc (js\/new-scope nil react-scope)]\n (js\/set! sc \"data\" (js\/to-js data sc))\n (js\/set! sc \"paths\" (js\/to-js paths sc))\n (js\/eval\n sc \"React.renderComponentToString(\n Story({data: data, paths: paths}))\")))\n\n\n\n","new_contents":"(ns storemi.js\n (:require \n [clj-rhino :as js]\n [clojure.walk :refer [keywordize-keys]]))\n\n(def parser-scope \n (doto (js\/new-safe-scope)\n (js\/eval (slurp \"resources\/public\/js\/underscore-min.js\"))\n (js\/eval (slurp \"resources\/public\/js\/parser.js\"))))\n\n(defn parse-script [script]\n (let [sc (js\/new-scope nil parser-scope)]\n (js\/set! sc \"script\" script)\n (-> (js\/eval sc \"parseScript(script)\")\n js\/from-js)))\n\n(def react-scope\n (let [scripts [\"resources\/public\/js\/underscore-min.js\"\n \"resources\/public\/js\/react.min.js\"\n \"resources\/public\/js\/parser.js\"\n \"resources\/public\/js\/react\/story-ui.react.js\"]\n scope (js\/new-scope)]\n (js\/eval scope \"var global = this\")\n (doseq [s scripts]\n (js\/eval scope (slurp s)))\n scope))\n\n(defn render-story-component [data paths]\n (let [sc (js\/new-scope nil react-scope)]\n (js\/set! sc \"data\" (js\/to-js data sc))\n (js\/set! sc \"paths\" (js\/to-js paths sc))\n (js\/eval\n sc \"React.renderComponentToString(\n Story({data: data, \n paths: paths}))\")))\n\n\n\n","subject":"Add paths paremeter on story-component","message":"Add paths paremeter on story-component\n","lang":"Clojure","license":"apache-2.0","repos":"nvlled\/storemi,nvlled\/storemi"}
{"commit":"57ec9c21ced5aaf0b1ebf3dd0640ca16ccfe2f24","old_file":"src\/mdr2\/dtb.clj","new_file":"src\/mdr2\/dtb.clj","old_contents":"(ns mdr2.dtb\n \"Functions to query DAISY Talking Books\"\n (:require [clojure.data.xml :as xml]\n [clojure.java.io :refer [file]]\n [clojure.java.shell :refer [sh]]\n [clojure.string :refer [trim-newline]])\n (:import javax.sound.sampled.AudioSystem))\n\n(defn file-audio-length\n \"Get the length of the audio in seconds for a given audio file\"\n [file]\n ;; see http:\/\/stackoverflow.com\/questions\/3009908\/how-do-i-get-a-sound-files-total-time-in-java\n (let [stream (AudioSystem\/getAudioInputStream file)\n format (.getFormat stream)\n frameRate (.getFrameRate format)\n frames (.getFrameLength stream)\n durationInSeconds (\/ frames frameRate)]\n durationInSeconds))\n\n;; admitedly this is kinda hackish but the \"Java-way\" using\n;; AudioSystem et al doesn't seem to work inside immutant\n;; see https:\/\/issues.jboss.org\/browse\/IMMUTANT-457\n;; (defn file-audio-length [file]\n;; (-> (sh \"soxi\" \"-D\" (.getPath file))\n;; :out\n;; trim-newline\n;; Double\/parseDouble))\n\n(defn wav-file? [file]\n (and (.isFile file)\n (.endsWith (.getName file) \".wav\")))\n\n(defn audio-length [dtb]\n (let [audio-files (filter wav-file? (file-seq (file dtb)))]\n (reduce + (map file-audio-length audio-files))))\n","new_contents":"(ns mdr2.dtb\n \"Functions to query DAISY Talking Books\"\n (:require [clojure.data.xml :as xml]\n [clojure.java.io :refer [file]])\n (:import javax.sound.sampled.AudioSystem))\n\n(defn file-audio-length\n \"Get the length of the audio in seconds for a given audio file\"\n [file]\n ;; see http:\/\/stackoverflow.com\/questions\/3009908\/how-do-i-get-a-sound-files-total-time-in-java\n (let [stream (AudioSystem\/getAudioInputStream file)\n format (.getFormat stream)\n frameRate (.getFrameRate format)\n frames (.getFrameLength stream)\n durationInSeconds (\/ frames frameRate)]\n durationInSeconds))\n\n(defn wav-file? [file]\n (and (.isFile file)\n (.endsWith (.getName file) \".wav\")))\n\n(defn audio-length [dtb]\n (let [audio-files (filter wav-file? (file-seq (file dtb)))]\n (reduce + (map file-audio-length audio-files))))\n","subject":"Remove the shell based duration detection","message":"Remove the shell based duration detection\n","lang":"Clojure","license":"agpl-3.0","repos":"sbsdev\/mdr2"}
{"commit":"1a10b037da8716acda22161db036a99bd0d2c3fa","old_file":"src\/clj\/saapas\/server.clj","new_file":"src\/clj\/saapas\/server.clj","old_contents":"(ns saapas.server\n (:require [clojure.java.io :as io]\n [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [resources]]\n [compojure.handler :refer [api]]\n [ring.util.response :refer [redirect]]\n [ring.util.http-response :refer :all]\n [ring.middleware.reload :refer [wrap-reload]]\n [org.httpkit.server :refer [run-server]]\n [saapas.index :refer [index-page]]))\n\n(defroutes routes\n (resources \"\/\" {:root \"public\"})\n ; FIXME: boot-cljs will provide reverse routing fn which we\n ; can use to generate proper urls\n (resources \"\/public\" {:root \"public\"})\n (resources \"\/cljsjs\" {:root \"cljsjs\"})\n (GET \"\/\" []\n (ok index-page)))\n\n(defn stop\n [{:keys [http-kit] :as ctx}]\n (when http-kit\n (http-kit))\n {})\n\n(defn start\n [ctx & [{:keys [port reload reload-dirs]}]]\n (let [handler (cond-> #'saapas.server\/routes\n reload (wrap-reload {:dirs (seq reload-dirs)}))\n port (Integer. (or port 10555))\n http-kit (run-server handler {:port port :join? false})]\n (println \"Starting web server on port\" port)\n {:http-kit http-kit}))\n","new_contents":"(ns saapas.server\n (:require [clojure.java.io :as io]\n [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [resources]]\n [compojure.handler :refer [api]]\n [ring.util.response :refer [redirect]]\n [ring.util.http-response :refer :all]\n [ring.middleware.reload :refer [wrap-reload]]\n [org.httpkit.server :refer [run-server]]\n [saapas.index :refer [index-page]]))\n\n(defroutes routes\n (resources \"\/\" {:root \"public\"})\n ; FIXME: boot-cljs will provide reverse routing fn which we\n ; can use to generate proper urls\n (resources \"\/public\" {:root \"public\"})\n (resources \"\/cljsjs\" {:root \"cljsjs\"})\n (GET \"\/\" []\n ; Use (resource-response \"index.html\") to serve index.html from classpath\n (-> (ok index-page) (content-type \"text\/html\"))))\n\n(defn stop\n [{:keys [http-kit] :as ctx}]\n (when http-kit\n (http-kit))\n {})\n\n(defn start\n [ctx & [{:keys [port reload reload-dirs]}]]\n (let [handler (cond-> #'saapas.server\/routes\n reload (wrap-reload {:dirs (seq reload-dirs)}))\n port (Integer. (or port 10555))\n http-kit (run-server handler {:port port :join? false})]\n (println \"Starting web server on port\" port)\n {:http-kit http-kit}))\n","subject":"Set content-type for index. Note about serving index.html from classpath","message":"Set content-type for index. Note about serving index.html from classpath\n","lang":"Clojure","license":"mit","repos":"Deraen\/saapas"}
{"commit":"17549d18aaa79278d157f4cab6d68c13b7267920","old_file":"src\/clojournal\/layout.clj","new_file":"src\/clojournal\/layout.clj","old_contents":"(ns clojournal.layout\n (:require [selmer.parser :as parser]\n [clojure.string :as s]\n [ring.util.response :refer [content-type response]]\n [compojure.response :refer [Renderable]]\n [environ.core :refer [env]]\n [clojournal.models.article :as article]\n [clojournal.models.tag :as tag]))\n\n(parser\/set-resource-path! (clojure.java.io\/resource \"templates\"))\n\n(deftype RenderableTemplate [template params]\n Renderable\n (render [this request]\n (content-type\n (->> (assoc params\n (keyword (s\/replace template #\".html\" \"-selected\")) \"active\"\n :dev (env :dev)\n :servlet-context\n (if-let [context (:servlet-context request)]\n ;; If we're not inside a serlvet environment (for\n ;; example when using mock requests), then\n ;; .getContextPath might not exist\n (try (.getContextPath context)\n (catch IllegalArgumentException _ context)))\n ;; FIXME: the following line always issues db query even if not necessary\n :latest-articles (:articles (article\/latest-articles 0 10))\n :tag-cloud-tags (map #(assoc % :size (long (+ 20 (* (:group %) 20))))\n (tag\/tag-cloud)))\n (parser\/render-file (str template))\n response)\n \"text\/html; charset=utf-8\")))\n\n(defn render [template & [params]]\n (RenderableTemplate. template params))\n\n","new_contents":"(ns clojournal.layout\n (:require [selmer.parser :as parser]\n [clojure.string :as s]\n [ring.util.response :refer [content-type response]]\n [compojure.response :refer [Renderable]]\n [environ.core :refer [env]]\n [clojournal.models.article :as article]\n [clojournal.models.tag :as tag]))\n\n(parser\/set-resource-path! (clojure.java.io\/resource \"templates\"))\n\n(deftype RenderableTemplate [template params]\n Renderable\n (render [this request]\n (content-type\n (->> (assoc params\n (keyword (s\/replace template #\".html\" \"-selected\")) \"active\"\n :dev (env :dev)\n :servlet-context\n (if-let [context (:servlet-context request)]\n ;; If we're not inside a serlvet environment (for\n ;; example when using mock requests), then\n ;; .getContextPath might not exist\n (try (.getContextPath context)\n (catch IllegalArgumentException _ context)))\n ;; FIXME: the following line always issues db query even if not necessary\n :latest-articles (:articles (article\/latest-articles 0 10))\n :tag-cloud-tags (map #(assoc % :size (long (+ 20 (* (:group %) 20))))\n (tag\/tag-cloud)))\n (parser\/render-file (str template))\n response)\n \"text\/html; charset=utf-8\")))\n\n(defn render [template & [params]]\n (RenderableTemplate. template params))\n","subject":"Remove a blank line before EOF.","message":"Remove a blank line before EOF.\n","lang":"Clojure","license":"epl-1.0","repos":"nyampass\/clojournal,nyampass\/clojournal"}
{"commit":"12c5e9e69391f8f842a30d0642fe627e976c6d3f","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject lspector\/clojush \"1.2.27\"\n :description \"The Push programming language and the PushGP genetic programming\n system implemented in Clojure. \n See http:\/\/hampshire.edu\/lspector\/push.html\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojure\/math.numeric-tower \"0.0.1\"] \n [local-file \"0.0.4\"]\n [clojure-csv \"2.0.0-alpha2\"]\n [org.clojure\/data.json \"0.1.3\"]]\n :main clojush.core)\n","new_contents":"(defproject lspector\/clojush \"1.2.28\"\n :description \"The Push programming language and the PushGP genetic programming\n system implemented in Clojure. \n See http:\/\/hampshire.edu\/lspector\/push.html\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojure\/math.numeric-tower \"0.0.1\"] \n [local-file \"0.0.4\"]\n [clojure-csv \"2.0.0-alpha2\"]\n [org.clojure\/data.json \"0.1.3\"]]\n :main clojush.core)\n","subject":"Return tagging actions from environments.","message":"Return tagging actions from environments.\n","lang":"Clojure","license":"epl-1.0","repos":"lspector\/Clojush,NicMcPhee\/Clojush,Vaguery\/Clojush,saulshanabrook\/Clojush,thelmuth\/Clojush,NicMcPhee\/Clojush,lspector\/Clojush,saulshanabrook\/Clojush,thelmuth\/Clojush,Vaguery\/Clojush"}
{"commit":"69ba5c37d438200f71d7b501b2b29bdd9f31213d","old_file":"test\/bide\/core_tests.cljs","new_file":"test\/bide\/core_tests.cljs","old_contents":"(ns bide.core-tests\n (:require [cljs.test :as t]\n [bide.core :as r]))\n\n(t\/deftest router-tests\n (t\/testing \"Simple match\"\n (let [r (r\/build [[\"\/a\/b\" :r1]\n [\"\/b\/:c\" :r2]\n [\"\/d\/:e\/f\" :r3]])]\n (t\/is (= [:r1 nil] (r\/match r \"\/a\/b\")))\n (t\/is (= [:r2 {:c \"1\"}] (r\/match r \"\/b\/1\")))\n (t\/is (= [:r3 {:e \"2\"}] (r\/match r \"\/d\/2\/f\")))\n (t\/is (= nil (r\/match r \"\/foo\/bar\"))))))\n\n(enable-console-print!)\n(set! *main-cli-fn* #(t\/run-tests))\n\n(defmethod t\/report [:cljs.test\/default :end-run-tests]\n [m]\n (if (t\/successful? m)\n (set! (.-exitCode js\/process) 0)\n (set! (.-exitCode js\/process) 1)))\n","new_contents":"(ns bide.core-tests\n (:require [cljs.test :as t]\n [bide.core :as r]))\n\n(t\/deftest match-tests\n (let [r (r\/build [[\"\/a\/b\" :r1]\n [\"\/b\/:c\" :r2]\n [\"\/d\/:e\/f\" :r3]])]\n (t\/is (= [:r1 nil] (r\/match r \"\/a\/b\")))\n (t\/is (= [:r2 {:c \"1\"}] (r\/match r \"\/b\/1\")))\n (t\/is (= [:r3 {:e \"2\"}] (r\/match r \"\/d\/2\/f\")))\n (t\/is (= nil (r\/match r \"\/foo\/bar\")))))\n\n(t\/deftest resolve-tests\n (let [r (r\/build [[\"\/a\/b\" :r1]\n [\"\/b\/:c\" :r2]\n [\"\/d\/:e\/f\" :r3]])]\n (t\/is (= \"\/a\/b\" (r\/resolve r :r1)))\n (t\/is (= \"\/b\/4\" (r\/resolve r :r2 {:c 4})))\n (t\/is (= \"\/d\/5\/f\" (r\/resolve r :r3 {:e 5})))))\n\n(enable-console-print!)\n(set! *main-cli-fn* #(t\/run-tests))\n\n(defmethod t\/report [:cljs.test\/default :end-run-tests]\n [m]\n (if (t\/successful? m)\n (set! (.-exitCode js\/process) 0)\n (set! (.-exitCode js\/process) 1)))\n","subject":"Add tests for resolve operation.","message":"Add tests for resolve operation.\n","lang":"Clojure","license":"bsd-2-clause","repos":"funcool\/bide,funcool\/bide"}
{"commit":"4e52f3fc76dc934decc27aa216014acd96545b13","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-bookkeeper \"0.8.0.0-alpha5\"\n :description \"Onyx plugin for BookKeeper\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-bookkeeper\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.0-alpha5\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-bookkeeper \"0.8.0.0-SNAPSHOT\"\n :description \"Onyx plugin for BookKeeper\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-bookkeeper\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.0-alpha5\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-bookkeeper"}
{"commit":"2994f1e48d745a02d6b4f3a6760bb38bc04be2e8","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject seathree \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.nrepl \"0.2.3\"]\n [clj-time \"0.5.1\"]\n [clj-http \"0.7.8\"]\n [com.taoensso\/carmine \"2.0.0-beta2\"]\n [ring \"1.2.0-RC1\"]\n [amalloy\/ring-gzip-middleware \"0.1.2\"]\n [ring\/ring-jetty-adapter \"1.1.8\"]\n [ring\/ring-json \"0.2.0\"]\n [ring-cors \"0.1.0\"]\n [ring-server \"0.2.8\"]\n [twitter-api \"0.7.4\"]]\n :plugins [[lein-ring \"0.8.5\"]]\n :main seathree.handler\n :ring {:handler seathree.handler\/app})\n","new_contents":"(defproject seathree \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.nrepl \"0.2.3\"]\n [clj-time \"0.5.1\"]\n [clj-http \"0.7.8\"]\n [com.taoensso\/carmine \"2.0.0-beta2\"]\n [ring \"1.2.0-RC1\"]\n [amalloy\/ring-gzip-middleware \"0.1.2\"]\n [ring\/ring-jetty-adapter \"1.1.8\"]\n [ring\/ring-json \"0.2.0\"]\n [ring-cors \"0.1.0\"]\n [ring-server \"0.2.8\"]\n [twitter-api \"0.7.5\"]]\n :plugins [[lein-ring \"0.8.5\"]]\n :main seathree.handler\n :ring {:handler seathree.handler\/app})\n","subject":"Upgrade twitter api as twitter broke it with https","message":"Upgrade twitter api as twitter broke it with https\n","lang":"Clojure","license":"agpl-3.0","repos":"nathanielksmith\/seathree,nathanielksmith\/seathree"}
{"commit":"7d8026467e2da2cc87eaa1cd75e2bfbfe8370f0c","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject railway-oriented-programming \"0.1.1\"\n :description \"An implementation of railway oriented programming\"\n :url \"https:\/\/github.com\/HughPowell\/railway-oriented-programming\"\n :license {:name \"Mozilla Public License v2.0\"\n :url \"https:\/\/www.mozilla.org\/en-US\/MPL\/2.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.9.0-alpha16\"]]\n :plugins [[update-readme \"0.1.0\"]]\n :repositories [[\"releases\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username :env\n :password :env\n :sign-releases false}]]\n :profiles {:dev {:dependencies [[org.clojure\/test.check \"0.9.0\"]]}}\n :monkeypatch-clojure-test false\n :release-tasks [[\"vcs\" \"assert-committed\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"update-readme\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"tag\" \"--no-sign\"]\n [\"deploy\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"update-readme\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"push\"]])\n","new_contents":"(defproject railway-oriented-programming \"0.1.2-SNAPSHOT\"\n :description \"An implementation of railway oriented programming\"\n :url \"https:\/\/github.com\/HughPowell\/railway-oriented-programming\"\n :license {:name \"Mozilla Public License v2.0\"\n :url \"https:\/\/www.mozilla.org\/en-US\/MPL\/2.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.9.0-alpha16\"]]\n :plugins [[update-readme \"0.1.0\"]]\n :repositories [[\"releases\" {:url \"https:\/\/clojars.org\/repo\/\"\n :username :env\n :password :env\n :sign-releases false}]]\n :profiles {:dev {:dependencies [[org.clojure\/test.check \"0.9.0\"]]}}\n :monkeypatch-clojure-test false\n :release-tasks [[\"vcs\" \"assert-committed\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"update-readme\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"tag\" \"--no-sign\"]\n [\"deploy\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"update-readme\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"push\"]])\n","subject":"Move version to next SNAPSHOT","message":"Move version to next SNAPSHOT\n","lang":"Clojure","license":"mpl-2.0","repos":"HughPowell\/railway-oriented-programming"}
{"commit":"8baef50f05e01d17711e09e4edc9c2ac0b488111","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject nhl-score-api \"0.24.0\"\n :description \"A JSON API that returns the scores and goals from the latest finished NHL games.\"\n :license {:name \"MIT\"\n :url \"https:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/data.json \"0.2.6\"]\n [clj-http-lite \"0.3.0\"] ; clj-http-lite supports SNI (unlike http-kit or clj-http)\n [clj-time \"0.11.0\"]\n [camel-snake-kebab \"0.3.2\"]\n [com.taoensso\/carmine \"2.12.0\"]\n [enlive \"1.1.6\"]\n [http-kit \"2.1.19\"]\n [yleisradio\/new-reliquary \"1.0.1\"]]\n :main nhl-score-api.core\n :profiles {:uberjar {:aot :all}}\n :plugins [[lein-heroku \"0.5.3\"]]\n :uberjar-name \"server.jar\"\n :heroku {:app-name \"nhl-score-api\"\n :include-files [\"target\" \"newrelic\"]\n :process-types { \"web\" \"java -javaagent:newrelic\/newrelic.jar -jar target\/server.jar\" }})\n","new_contents":"(defproject nhl-score-api \"0.24.0\"\n :description \"A JSON API that returns the scores and goals from the latest finished NHL games.\"\n :license {:name \"MIT\"\n :url \"https:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.10.0\"]\n [org.clojure\/data.json \"0.2.6\"]\n [clj-http-lite \"0.3.0\"] ; clj-http-lite supports SNI (unlike http-kit or clj-http)\n [clj-time \"0.11.0\"]\n [camel-snake-kebab \"0.3.2\"]\n [com.taoensso\/carmine \"2.19.1\"]\n [enlive \"1.1.6\"]\n [http-kit \"2.1.19\"]\n [yleisradio\/new-reliquary \"1.0.1\"]]\n :main nhl-score-api.core\n :profiles {:uberjar {:aot :all}}\n :plugins [[lein-heroku \"0.5.3\"]]\n :uberjar-name \"server.jar\"\n :heroku {:app-name \"nhl-score-api\"\n :include-files [\"target\" \"newrelic\"]\n :process-types { \"web\" \"java -javaagent:newrelic\/newrelic.jar -jar target\/server.jar\" }})\n","subject":"Update Clojure version 1.7.0 -> 1.10.0","message":"Update Clojure version 1.7.0 -> 1.10.0\n\nThis also requires updating com.taoensso\/carmine version 2.12.0 -> 2.19.1.\n","lang":"Clojure","license":"mit","repos":"peruukki\/nhl-score-api"}
{"commit":"fcddaa1511e02fd628ba6f50d3193313163b107d","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject mvxcvi\/vault \"0.3.0-SNAPSHOT\"\n :description \"Content-addressible datastore.\"\n :url \"https:\/\/github.com\/greglook\/vault\"\n :license {:name \"Public Domain\"\n :url \"http:\/\/unlicense.org\/\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/data.codec \"0.1.0\"]\n [org.clojure\/tools.cli \"0.2.4\"]\n [org.bouncycastle\/bcpg-jdk15on \"1.49\"]\n [mvxcvi\/directive \"0.1.0\"]\n [mvxcvi\/puget \"0.2.0\"]\n [digest \"1.4.3\"]\n [fipp \"0.4.1\"]]\n :main vault.tool)\n","new_contents":"(defproject mvxcvi\/vault \"0.3.0-SNAPSHOT\"\n :description \"Content-addressible datastore.\"\n :url \"https:\/\/github.com\/greglook\/vault\"\n :license {:name \"Public Domain\"\n :url \"http:\/\/unlicense.org\/\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/data.codec \"0.1.0\"]\n [org.clojure\/tools.cli \"0.2.4\"]\n [org.bouncycastle\/bcpg-jdk15on \"1.49\"]\n [mvxcvi\/directive \"0.1.0\"]\n [mvxcvi\/puget \"0.3.0-SNAPSHOT\"]\n [digest \"1.4.3\"]\n [fipp \"0.4.1\"]]\n :main vault.tool)\n","subject":"Use snapshot version of puget.","message":"Use snapshot version of puget.\n","lang":"Clojure","license":"unlicense","repos":"greglook\/vault"}
{"commit":"d6a9b8f6af4cd6498bdd4d7a0921b6db3ab12f8c","old_file":"src\/clj\/whatishistory\/handler.clj","new_file":"src\/clj\/whatishistory\/handler.clj","old_contents":"(ns whatishistory.handler\n (:require [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [not-found resources]]\n [ring.middleware.defaults :refer [site-defaults wrap-defaults]]\n [hiccup.core :refer [html]]\n [hiccup.page :refer [include-js include-css]]\n [prone.middleware :refer [wrap-exceptions]]\n [ring.middleware.reload :refer [wrap-reload]]\n [environ.core :refer [env]]))\n\n(def mount-target\n [:div#app\n [:h3 \"ClojureScript has not been compiled!\"]\n [:p \"please run \"\n [:b \"lein figwheel\"]\n \" in order to start the compiler\"]])\n\n(def loading-page\n (html\n [:html\n [:head\n [:meta {:charset \"utf-8\"}]\n [:meta {:name \"viewport\"\n :content \"width=device-width, initial-scale=1\"}]\n (include-css (if (env :dev) \"css\/site.css\" \"css\/site.min.css\"))]\n [:body\n mount-target\n (include-js \"js\/app.js\")]]))\n\n\n(defroutes routes\n (GET \"\/\" [] loading-page)\n (GET \"\/about\" [] loading-page)\n \n (resources \"\/\")\n (not-found \"Not Found\"))\n\n(def app\n (let [handler (wrap-defaults #'routes site-defaults)]\n (if (env :dev) (-> handler wrap-exceptions wrap-reload) handler)))\n","new_contents":"(ns whatishistory.handler\n (:require [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [not-found resources]]\n [ring.middleware.defaults :refer [site-defaults wrap-defaults]]\n [hiccup.core :refer [html]]\n [hiccup.page :refer [include-js include-css]]\n [prone.middleware :refer [wrap-exceptions]]\n [ring.middleware.reload :refer [wrap-reload]]\n [environ.core :refer [env]]))\n\n(def mount-target\n [:div#app\n [:h3 \"ClojureScript has not been compiled!\"]\n [:p \"please run \"\n [:b \"lein figwheel\"]\n \" in order to start the compiler\"]])\n\n(def loading-page\n (html\n [:html\n [:head\n [:meta {:charset \"utf-8\"}]\n [:meta {:name \"viewport\"\n :content \"width=device-width, initial-scale=1\"}]\n (include-css (if (env :dev) \"css\/site.css\" \"css\/site.min.css\"))]\n [:body\n mount-target\n (include-js \"\/\/www.parsecdn.com\/js\/parse-1.6.7.min.js\")\n (include-js \"js\/app.js\")]]))\n\n\n(defroutes routes\n (GET \"\/\" [] loading-page)\n (GET \"\/about\" [] loading-page)\n \n (resources \"\/\")\n (not-found \"Not Found\"))\n\n(def app\n (let [handler (wrap-defaults #'routes site-defaults)]\n (if (env :dev) (-> handler wrap-exceptions wrap-reload) handler)))\n","subject":"Include parse library on page","message":"Include parse library on page\n","lang":"Clojure","license":"epl-1.0","repos":"ezmiller\/whatishistory"}
{"commit":"229c59e69cf1fb25ead3ed228713b450baf60d32","old_file":"server\/project.clj","new_file":"server\/project.clj","old_contents":"(defproject nightweb-server\/Nightweb \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Public Domain\"\n :url \"http:\/\/unlicense.org\/UNLICENSE\"}\n :dependencies [[org.clojure\/clojure \"1.4.0\"]]\n :main nightweb-server.core\n :source-paths [\"src\" \"..\/common\/clojure\"]\n :java-source-paths [\"..\/common\/java\"])\n","new_contents":"(defproject nightweb-server\/Nightweb \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Public Domain\"\n :url \"http:\/\/unlicense.org\/UNLICENSE\"}\n :dependencies [[org.clojure\/clojure \"1.5.0\"]]\n :main nightweb-server.core\n :source-paths [\"src\" \"..\/common\/clojure\"]\n :java-source-paths [\"..\/common\/java\"])\n","subject":"Update server to clojure 1.5","message":"Update server to clojure 1.5\n","lang":"Clojure","license":"unlicense","repos":"oakes\/Nightweb,oakes\/Nightweb"}
{"commit":"43ef86ffacd78bcd75e1e43471ca59b3e66b6070","old_file":"src\/cljs\/comic_reader\/routes.cljs","new_file":"src\/cljs\/comic_reader\/routes.cljs","old_contents":"(ns comic-reader.routes\n (:require [comic-reader.history :as h]\n [re-frame.core :as rf]\n [secretary.core :as secretary\n :refer-macros [defroute]]))\n\n;; Have secretary pull apart URL's and then dispatch with re-frame\n(defroute sites-path \"\/\" []\n (rf\/dispatch [:sites]))\n\n(defroute comics-path \"\/comics\/:site\" {:keys [site]\n {:keys [filter]}\n :query-params}\n (rf\/dispatch [:comics site filter]))\n\n(defroute read-path \"\/read\/:site\/:comic\/:chapter\/:page\"\n {site :site\n :as location}\n (let [location (dissoc location :site)]\n (rf\/dispatch [:read site location])))\n\n(defroute \"*\" {:as _}\n (rf\/dispatch [:unknown]))\n\n(defn go-to [page]\n (h\/set-token page))\n\n(defn setup-secretary! []\n (secretary\/set-config! :prefix \"#\"))\n","new_contents":"(ns comic-reader.routes\n (:require [comic-reader.history :as h]\n [re-frame.core :as rf]\n [secretary.core :as secretary\n :refer-macros [defroute]]))\n\n;; Have secretary pull apart URL's and then dispatch with re-frame\n(defroute sites-path \"\/\" []\n (rf\/dispatch [:sites]))\n\n(defroute comics-path \"\/comics\/:site\" {:keys [site]\n {:keys [filter]}\n :query-params}\n (rf\/dispatch [:comics site filter]))\n\n(defroute read-path \"\/read\/:site\/:comic\/:chapter\/:page\"\n {site :site\n :as location}\n (let [location (dissoc location :site)]\n (rf\/dispatch [:read site location])))\n\n(defroute \"*\" {:as _}\n (rf\/dispatch [:unknown]))\n\n(defn go-to [page]\n (h\/set-token page))\n\n(defn setup-secretary! []\n (secretary\/set-config! :prefix \"\/#\"))\n","subject":"Make secretary use a rooted prefix","message":"Make secretary use a rooted prefix\n\nNo more double octothorpes!!\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"403e53dc5181cbe3fcad2faace08044b1ef20858","old_file":"src\/clojure\/leiningen\/new\/graphics_clojure\/project.clj","new_file":"src\/clojure\/leiningen\/new\/graphics_clojure\/project.clj","old_contents":"(defproject {{app-name}} \"0.0.1-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [quil \"2.2.5\"]]\n :main {{namespace}})\n","new_contents":"(defproject {{app-name}} \"0.0.1-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [quil \"2.2.5\" :exclusions [org.clojure\/clojure]]]\n :main {{namespace}})\n","subject":"Add :exclusions to quil template","message":"Add :exclusions to quil template\n","lang":"Clojure","license":"unlicense","repos":"oakes\/Nightcode,Immortalin\/Nightcode,bsmr-clojure\/Nightcode,oakes\/Nightcode,Immortalin\/Nightcode,bsmr-clojure\/Nightcode,bsmr-clojure\/Nightcode,Immortalin\/Nightcode"}
{"commit":"4317958df996b013c499f1335ed19b5845fe0f27","old_file":"src\/cljs\/subman\/push.cljs","new_file":"src\/cljs\/subman\/push.cljs","old_contents":"(ns subman.push\n (:require [cljs.reader :refer [read-string]]\n [goog.net.WebSocket]\n [goog.events :as gevents]))\n\n(defn init-push\n \"Init push connection\"\n [total-count]\n (let [ws (goog.net.WebSocket.)]\n (gevents\/listen ws goog.net.WebSocket.EventType.MESSAGE\n (fn [msg] (->> (.-message msg)\n read-string\n :total-count\n (reset! total-count)))\n false ws)\n (.open ws (str \"ws:\/\/\" (.-hostname js\/location)\n \":\" (.-port js\/location)\n \"\/notifications\/\"))\n ws))\n","new_contents":"(ns subman.push\n (:require [cljs.reader :refer [read-string]]\n [goog.net.WebSocket]\n [goog.events :as gevents]\n [jayq.util :refer [log]]))\n\n(defn create-push-connection\n \"Create push connection\"\n [total-count]\n (let [ws (goog.net.WebSocket.)]\n (gevents\/listen ws goog.net.WebSocket.EventType.MESSAGE\n (fn [msg] (->> (.-message msg)\n read-string\n :total-count\n (reset! total-count)))\n false ws)\n (.open ws (str \"ws:\/\/\" (.-hostname js\/location)\n \":\" (.-port js\/location)\n \"\/notifications\/\"))\n ws))\n\n\n(defn init-push\n \"Initiale push connection\"\n [total-count]\n (try (create-push-connection total-count)\n (catch js\/Error e (log e))))\n","subject":"Fix work in browser without webscoket support","message":"Fix work in browser without webscoket support\n","lang":"Clojure","license":"epl-1.0","repos":"submanio\/subman-parser"}
{"commit":"909f001da860a020821cb59728808201afada692","old_file":"src\/braid\/server\/events.clj","new_file":"src\/braid\/server\/events.clj","old_contents":"(ns braid.server.events\n (:require\n [clojure.string :as string]\n [clavatar.core :refer [gravatar]]\n [braid.server.crypto :refer [random-nonce]]\n [braid.server.db :as db]\n [braid.server.sync :as sync]))\n\n(defn register-user!\n [email group-id]\n (let [id (db\/uuid)\n ; XXX: copied from braid.common.util\/nickname-rd\n disallowed-chars #\"[ \\t\\n\\]\\[!\\\"#$%&'()*+,.:;<=>?@\\^`{|}~\/]\"\n nick (-> (first (string\/split email #\"@\"))\n (string\/replace disallowed-chars \"\"))\n ; TODO: guard against duplicate nickname?\n u (db\/create-user! {:id id\n :email email\n :password (random-nonce 50)\n :avatar (gravatar email\n :rating :g\n :default :identicon)\n :nickname nick})]\n (sync\/user-join-group! id group-id)\n id))\n\n","new_contents":"(ns braid.server.events\n (:require\n [clavatar.core :refer [gravatar]]\n [braid.server.crypto :refer [random-nonce]]\n [braid.server.db :as db]\n [braid.server.sync :as sync]))\n\n(defn register-user!\n [email group-id]\n (let [id (db\/uuid)\n ; TODO: guard against duplicate nickname?\n u (db\/create-user! {:id id\n :email email\n :password (random-nonce 50)\n :avatar (gravatar email\n :rating :g\n :default :identicon)})]\n (sync\/user-join-group! id group-id)\n id))\n\n","subject":"Remove unnecessary nickname generation code","message":"Remove unnecessary nickname generation code\n\ndb\/create-user! already generates the nickname based on email\n","lang":"Clojure","license":"agpl-3.0","repos":"rafd\/braid,braidchat\/braid,rafd\/braid,braidchat\/braid"}
{"commit":"a3d80e214af9f9a984cc537b5a8f4e23d26121e4","old_file":"src\/riemann\/keenio.clj","new_file":"src\/riemann\/keenio.clj","old_contents":"(ns riemann.keenio\n \"Forwards events to Keen IO\"\n (:require [clj-http.client :as client])\n (:require [cheshire.core :as json]))\n\n(def ^:private event-url\n \"https:\/\/api.keen.io\/3.0\/projects\/\")\n\n(defn post\n \"POST to Keen IO.\"\n [collection project-id write-key request]\n\n (let [final-event-url\n (str event-url project-id \"\/events\/\" collection)]\n\n (client\/post final-event-url\n {:body (json\/generate-string request)\n :query-params { \"api_key\" write-key }\n :socket-timeout 5000\n :conn-timeout 5000\n :content-type :json\n :accept :json\n :throw-entire-message? true})))\n\n(defn keenio\n \"Creates a keen adapter. Takes your Keen project id and write key, and\n returns a function that accepts an event and sends it to Keen IO. The full\n event will be sent.\n\n (streams\n (let [kio (keenio \\\"COLLECTION_NAME\\\" \\\"PROJECT_ID\\\" \\\"WRITE_KEY\\\")]\n (where (state \\\"error\\\") kio)))\"\n\n [collection project-id write-key]\n (fn [event]\n (post collection project-id write-key event)))\n","new_contents":"(ns riemann.keenio\n \"Forwards events to Keen IO\"\n (:require [clj-http.client :as client])\n (:require [cheshire.core :as json]))\n\n(def ^:private event-url\n \"https:\/\/api.keen.io\/3.0\/projects\/\")\n\n(defn post\n \"POST to Keen IO.\"\n [collection project-id write-key request]\n\n (let [final-event-url\n (str event-url project-id \"\/events\/\" collection)]\n\n (client\/post final-event-url\n {:body (json\/generate-string request)\n :query-params { \"api_key\" write-key }\n :socket-timeout 5000\n :conn-timeout 5000\n :content-type :json\n :accept :json\n :throw-entire-message? true})))\n\n(defn keenio\n \"Creates a keen adapter. Takes your Keen project id and write key, and\n returns a function that accepts an event and sends it to Keen IO. The full\n event will be sent.\n\n (streams\n (let [kio (keenio \\\"COLLECTION_NAME\\\" \\\"PROJECT_ID\\\" \\\"WRITE_KEY\\\")]\n (where (state \\\"error\\\") kio)))\"\n [collection project-id write-key]\n (fn [event]\n (post collection project-id write-key event)))\n","subject":"Use let, not def. Fix docs","message":"Use let, not def. Fix docs\n","lang":"Clojure","license":"epl-1.0","repos":"nberger\/riemann,vixns\/riemann,aphyr\/riemann,shokunin\/riemann,Anvil\/riemann,moonranger\/riemann,eric\/riemann,yeller\/riemann,aphyr\/riemann,cswaroop\/riemann,timbuchwaldt\/riemann,counsyl\/riemann,zamaterian\/riemann,alq666\/riemann,mirwan\/riemann,shokunin\/riemann,vixns\/riemann,bwilber\/riemann,bwilber\/riemann,jeanpralo\/riemann,mirwan\/riemann,pharaujo\/riemann,bmhatfield\/riemann,forter\/riemann,bfritz\/riemann,irudyak\/riemann,rhysr\/riemann,mbuczko\/riemann,bfritz\/riemann,cswaroop\/riemann,pradeepchhetri\/riemann,lispmeister\/riemann,rekhajoshm\/riemann,riemann\/riemann,jamtur01\/riemann,bmhatfield\/riemann,nberger\/riemann,rekhajoshm\/riemann,robashton\/riemann,yeller\/riemann,mbuczko\/riemann,cswaroop\/riemann,lispmeister\/riemann,yeller\/riemann,patrox\/riemann,riemann\/riemann,moonranger\/riemann,VideoAmp\/riemann-1,patrox\/riemann,counsyl\/riemann,AkihiroSuda\/riemann,eric\/riemann,zamaterian\/riemann,vincentbernat\/riemann,rhysr\/riemann,forter\/riemann,bowlofstew\/riemann,jeanpralo\/riemann,joerayme\/riemann,abailly\/riemann,mirwan\/riemann,bg451\/riemann,vincentbernat\/riemann,pyr\/riemann,joerayme\/riemann,DasAllFolks\/riemann,bowlofstew\/riemann,pradeepchhetri\/riemann,timbuchwaldt\/riemann,alq666\/riemann,DasAllFolks\/riemann,AkihiroSuda\/riemann,pharaujo\/riemann,patrox\/riemann,pyr\/riemann,bg451\/riemann,forter\/riemann,abailly\/riemann,irudyak\/riemann,shokunin\/riemann,VideoAmp\/riemann-1,lispmeister\/riemann,rhysr\/riemann,Anvil\/riemann,jamtur01\/riemann,robashton\/riemann,LubyRuffy\/riemann,LubyRuffy\/riemann,rekhajoshm\/riemann"}
{"commit":"266b254b7648e42244e11b57f7de2a61fee69f88","old_file":"src\/leiningen\/checkout_deps.clj","new_file":"src\/leiningen\/checkout_deps.clj","old_contents":"(ns leiningen.checkout-deps\n (:use [leiningen.core :only [read-project]]\n [clojure.contrib.java-utils :only [file]]))\n\n(defn checkout-deps-paths [project]\n (apply concat (for [dep (.listFiles (file (:root project) \"checkouts\"))]\n ;; Note that this resets the leiningen.core\/project var!\n (let [proj (read-project (.getAbsolutePath\n (file dep \"project.clj\")))]\n (for [d [:source-path :compile-path :resources-path]]\n (proj d))))))\n\n(defn checkout-deps [project]\n ;; TODO: look at all deps that have version-control repo information\n ;; in their jar and check them out into the checkouts directory.\n )\n","new_contents":"(ns leiningen.checkout-deps\n (:use [leiningen.core :only [read-project]]\n [clojure.contrib.java-utils :only [file]]))\n\n(defn checkout-deps-paths [project]\n (apply concat (for [dep (.listFiles (file (:root project) \"checkouts\"))]\n ;; Note that this resets the leiningen.core\/project var!\n (let [proj (binding [*ns* (find-ns 'leiningen.core)]\n (read-project (.getAbsolutePath\n (file dep \"project.clj\"))))]\n (for [d [:source-path :compile-path :resources-path]]\n (proj d))))))\n\n(defn checkout-deps [project]\n ;; TODO: look at all deps that have version-control repo information\n ;; in their jar and check them out into the checkouts directory.\n )\n","subject":"Call read-project from leiningen.core ns.","message":"Call read-project from leiningen.core ns.\n","lang":"Clojure","license":"epl-1.0","repos":"0\/leiningen,0\/leiningen"}
{"commit":"c84527720fbb3ddf6e7b442906eda4164aa7f8a1","old_file":"src\/storemi\/urlfor.clj","new_file":"src\/storemi\/urlfor.clj","old_contents":"(ns storemi.urlfor\n (:require\n [storemi.lib.urldef :refer [defurl]]))\n\n(defurl login \"\/login\")\n(defurl logout \"\/logout\")\n(defurl register \"\/register\")\n(defurl about \"\/about\")\n\n(defurl upload-image \"\/upload\")\n(defurl list-images \"\/images\/:username\")\n(defurl image \"\/images\/:username\/:filename\")\n\n(defurl story-index \"\/story\")\n(defurl story-create story-index \"\/create\")\n(defurl user-index story-index \"\/:username\")\n\n(defurl story user-index \"\/:story-id\")\n(defurl chapter story \"\/chapter\/:chapter\")\n(defurl scene chapter \"\/scene\/:scene\")\n\n(defurl story-delete story \"\/delete\")\n(defurl story-edit story \"\/edit\")\n\n(defurl story-data story \"\/data\")\n\n\n\n\n\n","new_contents":"(ns storemi.urlfor\n (:require\n [storemi.lib.urldef :refer [defurl]]))\n\n(defurl login \"\/login\")\n(defurl logout \"\/logout\")\n(defurl register \"\/register\")\n(defurl about \"\/about\")\n\n(defurl upload-image \"\/upload\")\n(defurl list-images \"\/images\/:username\")\n(defurl image \"\/images\/:username\/:filename\")\n\n(defurl story-index \"\/story\")\n(defurl story-create story-index \"\/create\")\n(defurl user-index story-index \"\/:username\")\n\n(defurl story user-index \"\/:story-id\")\n(defurl chapter story \"\/chapter\/:chapter-id\")\n(defurl scene chapter \"\/scene\/:scene-id\")\n\n(defurl story-delete story \"\/delete\")\n(defurl story-edit story \"\/edit\")\n\n(defurl story-data story \"\/data\")\n\n\n\n\n\n","subject":"Add url definitions for chapters and scenes","message":"Add url definitions for chapters and scenes\n","lang":"Clojure","license":"apache-2.0","repos":"nvlled\/storemi,nvlled\/storemi"}
{"commit":"aec17c565cd2a32a764aa1f757c6593bf187eb39","old_file":"test\/javascript_externs_generator\/extern_test.cljs","new_file":"test\/javascript_externs_generator\/extern_test.cljs","old_contents":"(ns javascript-externs-generator.extern-test\n (:require [cljs.test :refer-macros [deftest is testing run-tests]]\n [javascript-externs-generator.extern :as extern]))\n\n(enable-console-print!)\n\n(deftest function\n (let [js-object (clj->js {\"testFunction\" #()})]\n (is (= \"var TEST = {\\\"testFunction\\\": function () {}};\"\n (extern\/extract \"TEST\" js-object)))))\n\n(deftest property\n (let [js-object (clj->js {\"testProperty\" \"value\"})]\n (is (= \"var TEST = {\\\"testProperty\\\": {}};\"\n (extern\/extract \"TEST\" js-object)))))\n\n(deftest object\n (let [js-object (clj->js {\"testObject\" {\"testProperty\" \"value\"}})]\n (is (= \"var TEST = {\\\"testObject\\\": {\\\"testProperty\\\": {}}};\"\n (extern\/extract \"TEST\" js-object)))))\n\n(deftest prototype\n (let [js-object (clj->js {\"testFunction\" #()})]\n (set! (.. js-object -testFunction -prototype -testPrototypeFunction) #())\n (is (= \"var TEST = {\\\"testFunction\\\": function () {}};TEST.testFunction.prototype = {\\\"testPrototypeFunction\\\": function () {}};\"\n (extern\/extract \"TEST\" js-object)))))\n","new_contents":"(ns javascript-externs-generator.extern-test\n (:require [cljs.test :refer-macros [deftest is testing run-tests]]\n [javascript-externs-generator.extern :as extern]))\n\n(enable-console-print!)\n\n(defn compare! [expected, js-string]\n (js\/eval js-string)\n (is (= expected (extern\/extract \"TEST\" js\/TEST))))\n\n(deftest function\n (let [js-string \"function TEST() {}\"\n expected \"var TEST = {\\\"testFunction\\\": function () {}};\"]\n (compare! expected js-string)))\n\n(deftest property\n (let [js-string \"var TEST = {testProperty: \\\"value\\\"}\"\n expected \"var TEST = {\\\"testProperty\\\": {}};\"]\n (compare! expected js-string)))\n\n(deftest object\n (let [js-string \"var TEST = {testObject: {testProperty: \\\"value\\\"}}\"\n expected \"var TEST = {\\\"testObject\\\": {\\\"testProperty\\\": {}}};\"]\n (compare! expected js-string)))\n\n(deftest prototype\n (let [js-string \"var TEST = {testFunction: function(){}}; TEST.testFunction.prototype = {testPrototypeFunction: function() {}}\"\n expected \"var TEST = {\\\"testFunction\\\": function () {}};TEST.testFunction.prototype = {\\\"testPrototypeFunction\\\": function () {}};\"]\n (compare! expected js-string)))\n","subject":"Change test format - input is defined as a JS string that gets eval'd.","message":"Change test format - input is defined as a JS string that gets eval'd.\n","lang":"Clojure","license":"isc","repos":"jmmk\/javascript-externs-generator,jmmk\/javascript-externs-generator"}
{"commit":"0a1d9f050a9b092198d1e6f7ee1990b01d083c96","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150821_215046-g67feccf\"]\n [clj-kafka \"0.2.8-0.8.1.1\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [cheshire \"5.4.0\"]\n [zookeeper-clj \"0.9.1\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\" :exclusions [commons-codec]]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150821_215046-g67feccf\"]\n [clj-kafka \"0.2.8-0.8.1.1\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [cheshire \"5.4.0\"]\n [zookeeper-clj \"0.9.1\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\" :exclusions [commons-codec]]]\n :plugins [[lein-midje \"3.1.3\"]\n [lein-voom \"0.1.0-20150822_000839-g763d315\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Bring Voom in as a dependnecy.","message":"Bring Voom in as a dependnecy.\n","lang":"Clojure","license":"epl-1.0","repos":"mccraigmccraig\/onyx-kafka,onyx-platform\/onyx-kafka"}
{"commit":"74a2017dd80c2c94324ca1eabd93292e6963b3c8","old_file":"clojure\/profiles.clj","new_file":"clojure\/profiles.clj","old_contents":";; https:\/\/github.com\/technomancy\/leiningen\/blob\/stable\/doc\/PROFILES.md\n{:user {:plugins [[lein-pprint \"1.3.2\"]]\n :dependencies [[alembic \"0.3.2\"]]}}\n","new_contents":";; https:\/\/github.com\/technomancy\/leiningen\/blob\/stable\/doc\/PROFILES.md\n{:user {:plugins [[lein-pprint \"1.3.2\"]]\n :dependencies [[alembic \"0.3.2\"]\n [clj-kondo \"RELEASE\"]]\n :aliases {\"clj-kondo\" [\"run\" \"-m\" \"clj-kondo.main\"]}}}\n","subject":"Add clj-kondo to default profile","message":"Add clj-kondo to default profile\n\n- lein clj-kondo --lint src ## for linting\n","lang":"Clojure","license":"mit","repos":"agilecreativity\/dotfiles,agilecreativity\/dotfiles,agilecreativity\/dotfiles"}
{"commit":"b9b62ae8d052da9c2fceb6aad1bb02e0ee81efec","old_file":"src\/ontologies\/grafter\/rdf\/ontologies\/pmd.clj","new_file":"src\/ontologies\/grafter\/rdf\/ontologies\/pmd.clj","old_contents":"(ns grafter.rdf.ontologies.pmd\n \"Some convenience terms for the Publish My Data vocabulary.\"\n (:require [grafter.rdf.ontologies.util :refer :all]))\n\n\n(def pmd (prefixer \"http:\/\/publishmydata.com\/def\/dataset#\"))\n\n(def pmd:Dataset (pmd \"Dataset\"))\n\n(def pmd:contactEmail (pmd \"contactEmail\"))\n(def pmd:graph (pmd \"graph\"))\n\n\n(def folder (prefixer \"http:\/\/publishmydata.com\/def\/ontology\/folder\/\"))\n\n(def folder:Folder (folder \"Folder\"))\n\n(def folder:hasTree (folder \"hasTree\"))\n(def folder:defaultTree (folder \"defaultTree\"))\n(def folder:parentFolder (folder \"parentFolder\"))\n(def folder:inFolder (folder \"inFolder\"))\n(def folder:inTree (folder \"inTree\"))\n","new_contents":"(ns grafter.rdf.ontologies.pmd\n \"Some convenience terms for the Publish My Data vocabulary.\"\n (:require [grafter.rdf.ontologies.util :refer :all]))\n\n\n(def pmd (prefixer \"http:\/\/publishmydata.com\/def\/dataset#\"))\n\n(def pmd:Dataset (pmd \"Dataset\"))\n(def pmd:LinkedDataset (pmd \"LinkedDataset\"))\n(def pmd:FileDataset (pmd \"FileDataset\"))\n(def pmd:DeprecatedDataset (pmd \"DeprecatedDataset\"))\n\n(def pmd:contactEmail (pmd \"contactEmail\"))\n(def pmd:graph (pmd \"graph\"))\n\n(def pmd:fileName (pmd \"fileName\"))\n(def pmd:fileExtension (pmd \"fileExtension\"))\n(def pmd:mediaType (pmd \"mediaType\"))\n(def pmd:sizeInBytes (pmd \"sizeInBytes\"))\n(def pmd:downloadURL (pmd \"downloadURL\"))\n\n\n(def folder (prefixer \"http:\/\/publishmydata.com\/def\/ontology\/folder\/\"))\n\n(def folder:Folder (folder \"Folder\"))\n\n(def folder:hasTree (folder \"hasTree\"))\n(def folder:defaultTree (folder \"defaultTree\"))\n(def folder:parentFolder (folder \"parentFolder\"))\n(def folder:inFolder (folder \"inFolder\"))\n(def folder:inTree (folder \"inTree\"))\n","subject":"Update PMD ontology to include attachments","message":"Update PMD ontology to include attachments\n","lang":"Clojure","license":"epl-1.0","repos":"Swirrl\/grafter,Swirrl\/grafter"}
{"commit":"31157ecf8c097733a60538b7b68128b86ba202ba","old_file":"src\/grafter\/rdf\/ontologies\/rdf.clj","new_file":"src\/grafter\/rdf\/ontologies\/rdf.clj","old_contents":"(ns grafter.rdf.ontologies.rdf\n \"Some convenience terms for the RDF and RDFS vocabularies.\"\n (:require grafter.rdf.ontologies.util :refer :all))\n\n(def rdf (prefixer \"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\"))\n(def rdfs (prefixer \"http:\/\/www.w3.org\/2000\/01\/rdf-schema#\"))\n\n(def rdf:a (rdf \"type\"))\n\n(def rdf:Property (rdf \"Property\"))\n(def rdfs:subPropertyOf (rdfs \"subPropertyOf\"))\n\n(def rdfs:Class (rdfs \"Class\"))\n(def rdfs:subClassOf (rdfs \"subClassOf\"))\n\n(def rdfs:label (rdfs \"label\"))\n(def rdfs:comment (rdfs \"comment\"))\n(def rdfs:isDefinedBy (rdfs \"isDefinedBy\"))\n(def rdfs:range (rdfs \"range\"))\n(def rdfs:domain (rdfs \"domain\"))\n","new_contents":"(ns grafter.rdf.ontologies.rdf\n \"Some convenience terms for the RDF and RDFS vocabularies.\"\n (:require [grafter.rdf.ontologies.util :refer :all]))\n\n(def rdf (prefixer \"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\"))\n(def rdfs (prefixer \"http:\/\/www.w3.org\/2000\/01\/rdf-schema#\"))\n\n(def rdf:a (rdf \"type\"))\n\n(def rdf:Property (rdf \"Property\"))\n(def rdfs:subPropertyOf (rdfs \"subPropertyOf\"))\n\n(def rdfs:Class (rdfs \"Class\"))\n(def rdfs:subClassOf (rdfs \"subClassOf\"))\n\n(def rdfs:label (rdfs \"label\"))\n(def rdfs:comment (rdfs \"comment\"))\n(def rdfs:isDefinedBy (rdfs \"isDefinedBy\"))\n(def rdfs:range (rdfs \"range\"))\n(def rdfs:domain (rdfs \"domain\"))\n","subject":"Use the right syntax for :require.","message":"Use the right syntax for :require.\n","lang":"Clojure","license":"epl-1.0","repos":"Swirrl\/grafter,Swirrl\/grafter"}
{"commit":"99fe36a7f7dd303c296542fa14020e84fda7ac6a","old_file":".lein\/profiles.clj","new_file":".lein\/profiles.clj","old_contents":"{:user {:dependencies [[clj-stacktrace \"0.2.5\"]\n [redl \"0.1.0\"]\n [spyscope \"0.1.3\"]\n [slamhound \"1.3.3\"]]\n :plugins [[lein-difftest \"1.3.7\"]\n [lein-drip \"0.1.1-SNAPSHOT\"]\n [lein-clojars \"0.9.1\"]\n [lein-pprint \"1.1.1\"]\n [lein-ring \"0.8.0\"]\n [lein-cljsbuild \"0.1.9\"]\n [lein-deps-tree \"0.1.2\"]\n [lein-marginalia \"0.7.1\"]]\n :repl-options {:timeout 120000}\n :injections [(require '[redl core complete])\n (require 'spyscope.core)\n (let [orig (ns-resolve (doto 'clojure.stacktrace require)\n 'print-cause-trace)\n new (ns-resolve (doto 'clj-stacktrace.repl require)\n 'pst)]\n (alter-var-root orig (constantly @new)))]\n :vimclojure-opts {:repl true}}}\n","new_contents":"{:user {:dependencies [[clj-stacktrace \"0.2.5\"]\n [org.clojure\/tools.trace \"0.7.5\"]\n [redl \"0.1.0\"]\n [spyscope \"0.1.3\"]\n [slamhound \"1.3.3\"]]\n :plugins [[lein-difftest \"1.3.7\"]\n [lein-drip \"0.1.1-SNAPSHOT\"]\n [lein-clojars \"0.9.1\"]\n [lein-pprint \"1.1.1\"]\n [lein-ring \"0.8.0\"]\n [lein-cljsbuild \"0.1.9\"]\n [lein-deps-tree \"0.1.2\"]\n [lein-marginalia \"0.7.1\"]]\n :repl-options {:timeout 120000}\n :injections [(require '[redl core complete])\n (require 'spyscope.core)\n (let [orig (ns-resolve (doto 'clojure.stacktrace require)\n 'print-cause-trace)\n new (ns-resolve (doto 'clj-stacktrace.repl require)\n 'pst)]\n (alter-var-root orig (constantly @new)))]\n :vimclojure-opts {:repl true}}}\n","subject":"Add tools.trace to user deps.","message":"Add tools.trace to user deps.\n","lang":"Clojure","license":"unlicense","repos":"RyanMcG\/dotfiles,RyanMcG\/dotfiles,RyanMcG\/dotfiles,RyanMcG\/dotfiles,RyanMcG\/dotfiles,RyanMcG\/dotfiles,RyanMcG\/dotfiles"}
{"commit":"9cc4e829e457fd23374d5773a0ead3a33362b4bd","old_file":"luminus\/hello\/src\/hello\/routes\/home.clj","new_file":"luminus\/hello\/src\/hello\/routes\/home.clj","old_contents":"(ns hello.routes.home\n (:use compojure.core\n hello.models.db)\n (:require [hello.views.layout :as layout]\n [noir.response :as response]))\n\n(defroutes home-routes\n (GET \"\/\" [] \"Hello, World!\")\n (GET \"\/json\" [] (response\/json {:message \"Hello, World!\"}))\n (GET \"\/db\/:queries\" [queries] (response\/json (run-queries (get-query-count queries))))\n (GET \"\/dbraw\/:queries\" [queries] (response\/json (run-queries-raw (get-query-count queries)))) \n (GET \"\/fortune\" [] (layout\/render \"home.html\" {:messages (get-fortunes)})))\n\n","new_contents":"(ns hello.routes.home\n (:use compojure.core\n hello.models.db)\n (:require [hello.views.layout :as layout]\n [noir.response :as response]))\n\n(defroutes home-routes\n (GET \"\/\" [] \"Hello, World!\")\n (GET \"\/json\" [] (response\/json {:message \"Hello, World!\"}))\n (GET \"\/db\" [] (response\/json (first (run-queries 1))))\n (GET \"\/db\/:queries\" [queries] (response\/json (run-queries (get-query-count queries))))\n (GET \"\/dbraw\" [] (response\/json (first (run-queries-raw 1))))\n (GET \"\/dbraw\/:queries\" [queries] (response\/json (run-queries-raw (get-query-count queries)))) \n (GET \"\/fortune\" [] (layout\/render \"home.html\" {:messages (get-fortunes)})))\n\n","subject":"Add special routes for single-query test with response not in a vector","message":"Add special routes for single-query test with response not in a vector\n","lang":"Clojure","license":"bsd-3-clause","repos":"testn\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,dmacd\/FB-try1,dmacd\/FB-try1,zloster\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,dmacd\/FB-try1,raziel057\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,dmacd\/FB-try1,valyala\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,dmacd\/FB-try1,testn\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,dmacd\/FB-try1,valyala\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,hamiltont\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,dmacd\/FB-try1,xitrum-framework\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,F3Community\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,joshk\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,dmacd\/FB-try1,zapov\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,ashawnbandy-te-tfb\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,alubbe\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,diablonhn\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,saturday06\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,zloster\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,sgml\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,dmacd\/FB-try1,victorbriz\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,greenlaw110\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,kellabyte\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,nathana1\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,methane\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,zapov\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,dmacd\/FB-try1,lcp0578\/FrameworkBenchmarks,youprofit\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,martin-g\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,Eyepea\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,jeevatkm\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,knewmanTE\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,circlespainter\/FrameworkBenchmarks,ratpack\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,valyala\/FrameworkBenchmarks,markkolich\/FrameworkBenchmarks,yunspace\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,hperadin\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,seem-sky\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,donovanmuller\/FrameworkBenchmarks,jaguililla\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,Rydgel\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,stefanocasazza\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,dmacd\/FB-try1,khellang\/FrameworkBenchmarks,thousandsofthem\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,sxend\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,marko-asplund\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,PermeAgility\/FrameworkBenchmarks,psfblair\/FrameworkBenchmarks,mfirry\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,jebbstewart\/FrameworkBenchmarks,khellang\/FrameworkBenchmarks,denkab\/FrameworkBenchmarks,Rayne\/FrameworkBenchmarks,nkasvosve\/FrameworkBenchmarks,Jesterovskiy\/FrameworkBenchmarks,RockinRoel\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,leafo\/FrameworkBenchmarks,greg-hellings\/FrameworkBenchmarks,nbrady-techempower\/FrameworkBenchmarks,actframework\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,fabianmurariu\/FrameworkBenchmarks,Dith3r\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,jetty-project\/FrameworkBenchmarks,sanjoydesk\/FrameworkBenchmarks,s-ludwig\/FrameworkBenchmarks,sagenschneider\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,xitrum-framework\/FrameworkBenchmarks,herloct\/FrameworkBenchmarks,zdanek\/FrameworkBenchmarks,steveklabnik\/FrameworkBenchmarks,waiteb3\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,MTDdk\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,jamming\/FrameworkBenchmarks,testn\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,lcp0578\/FrameworkBenchmarks,kbrock\/FrameworkBenchmarks,k-r-g\/FrameworkBenchmarks,victorbriz\/FrameworkBenchmarks,grob\/FrameworkBenchmarks,Ocramius\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,Verber\/FrameworkBenchmarks,zhuochenKIDD\/FrameworkBenchmarks,torhve\/FrameworkBenchmarks,doom369\/FrameworkBenchmarks,raziel057\/FrameworkBenchmarks,zane-techempower\/FrameworkBenchmarks,Synchro\/FrameworkBenchmarks,kostya-sh\/FrameworkBenchmarks,dmacd\/FB-try1"}
{"commit":"593c47965f2fdf0a6325e18607add640185a4e95","old_file":"src\/hu\/ssh\/github_changelog\/dependencies\/bundler.clj","new_file":"src\/hu\/ssh\/github_changelog\/dependencies\/bundler.clj","old_contents":"(ns hu.ssh.github-changelog.dependencies.bundler\n (:require\n [clojure.string :refer [split-lines]]))\n\n(defn- get-specs [file]\n (->> (split-lines file)\n (drop-while #(not= % \" specs:\"))\n (drop 1)\n (take-while seq)))\n\n(defn- parse-spec [spec]\n {:gem (second spec) :version (nth spec 2)})\n\n(defn- parse-specs [specs]\n (->> (map #(re-matches #\"^\\s{4}(\\S+) \\((.*)\\)$\" %) specs)\n (remove empty?)\n (map parse-spec)))\n\n(defn parse [file]\n (->> (slurp file)\n get-specs\n parse-specs))\n","new_contents":"(ns hu.ssh.github-changelog.dependencies.bundler\n (:require\n [clojure.string :refer [split-lines]]))\n\n(defn- get-specs [file]\n (->> (split-lines file)\n (drop-while #(not= % \" specs:\"))\n (drop 1)\n (take-while seq)))\n\n(defn- parse-spec [spec]\n {:name (second spec) :version (nth spec 2)})\n\n(defn- parse-specs [specs]\n (->> (map #(re-matches #\"^\\s{4}(\\S+) \\((.*)\\)$\" %) specs)\n (remove empty?)\n (map parse-spec)))\n\n(defn parse [file]\n (->> (slurp file)\n get-specs\n parse-specs))\n","subject":"Use :name instead of :gem","message":"Use :name instead of :gem\n","lang":"Clojure","license":"mit","repos":"whitepages\/github-changelog"}
{"commit":"c91e945570b5983a101ea2bfe8af3cd8dc17e3ce","old_file":"src\/cljs\/subman\/history.cljs","new_file":"src\/cljs\/subman\/history.cljs","old_contents":"(ns subman.history\n (:require [cljs.reader :refer [read-string]]\n [goog.events :as gevents]\n [goog.history.EventType :as history-event]\n [goog.string :as string]\n [goog.history.Html5History :as history5]\n [jayq.util :refer [wait]]))\n\n(defn get-history\n \"Get html5 history obj or fallback\"\n []\n (doto (goog.history.Html5History.)\n (.setUseFragment false)\n (.setPathPrefix \"\/search\/\")\n (.setEnabled true)))\n\n(defn init-history\n \"Init history and spy to atom\"\n [value]\n (when (history5\/isSupported)\n (let [history (get-history)]\n (add-watch value :history\n (fn [_ _ _ new-value]\n (wait 500 #(when (= new-value @value)\n (.setToken history new-value)))))\n (gevents\/listen history history-event\/NAVIGATE\n #(let [token (.-token %)]\n (when (and (= (.-isNavigatopn %))\n (not= token @value))\n (reset! value token))))\n (->> (.getToken history)\n string\/urlDecode\n (reset! value)))))\n","new_contents":"(ns subman.history\n (:require [cljs.reader :refer [read-string]]\n [goog.events :as gevents]\n [goog.history.EventType :as history-event]\n [goog.history.Html5History :as history5]\n [jayq.util :refer [wait]]))\n\n(defn get-history\n \"Get html5 history obj or fallback\"\n []\n (doto (goog.history.Html5History.)\n (.setUseFragment false)\n (.setPathPrefix \"\/search\/\")\n (.setEnabled true)))\n\n(defn init-history\n \"Init history and spy to atom\"\n [value]\n (when (history5\/isSupported)\n (let [history (get-history)]\n (add-watch value :history\n (fn [_ _ _ new-value]\n (wait 500 #(when (= new-value @value)\n (.setToken history new-value)))))\n (gevents\/listen history history-event\/NAVIGATE\n #(let [token (-> % .-token js\/decodeURIComponent)]\n (when (and (= (.-isNavigatopn %))\n (not= token @value))\n (reset! value token))))\n (->> (.getToken history)\n js\/decodeURIComponent\n (reset! value)))))\n","subject":"Fix error with percent encoded input","message":"Fix error with percent encoded input\n","lang":"Clojure","license":"epl-1.0","repos":"submanio\/subman-parser"}
{"commit":"95db4c61432fe4585f186a688abb7ef541360518","old_file":"test\/riemann\/xymon_test.clj","new_file":"test\/riemann\/xymon_test.clj","old_contents":"(ns riemann.xymon-test\n (:use riemann.xymon\n [riemann.time :only [unix-time]]\n clojure.test)\n (:require [riemann.logging :as logging]))\n\n(logging\/init)\n\n(deftest ^:xymon ^:integration xymon-test\n (let [k (xymon)]\n (k {:host \"riemann.local\"\n :service \"xymon test\"\n :state \"green\"\n :description \"all clear, uh, situation normal\"\n :metric -2\n :time (unix-time)}))\n\n (let [k (xymon)]\n (k {:service \"xymon test\"\n :state \"green\"\n :description \"all clear, uh, situation normal\"\n :metric 3.14159\n :time (unix-time)}))\n\n (let [k (xymon)]\n (k {:host \"riemann.local\"\n\t :service \"xymon test\"\n :state \"ok\"\n :description \"all clear, uh, situation normal\"\n :metric 3.14159\n :time (unix-time)}))\n\n (let [k (xymon)]\n (k {:host \"no-service.riemann.local\"\n :state \"ok\"\n :description \"Missing service, not transmitted\"\n :metric 4\n :time (unix-time)})))\n","new_contents":"(ns riemann.xymon-test\n (:use riemann.xymon\n [riemann.time :only [unix-time]]\n clojure.test)\n (:require [riemann.logging :as logging]))\n\n(logging\/init)\n\n(deftest ^:xymon ^:integration xymon-test\n (let [k (xymon nil)]\n (k {:host \"riemann.local\"\n :service \"xymon test\"\n :state \"green\"\n :description \"all clear, uh, situation normal\"\n :metric -2\n :time (unix-time)}))\n\n (let [k (xymon nil)]\n (k {:service \"xymon test\"\n :state \"green\"\n :description \"all clear, uh, situation normal\"\n :metric 3.14159\n :time (unix-time)}))\n\n (let [k (xymon nil)]\n (k {:host \"riemann.local\"\n\t :service \"xymon test\"\n :state \"ok\"\n :description \"all clear, uh, situation normal\"\n :metric 3.14159\n :time (unix-time)}))\n\n (let [k (xymon nil)]\n (k {:host \"no-service.riemann.local\"\n :state \"ok\"\n :description \"Missing service, not transmitted\"\n :metric 4\n :time (unix-time)})))\n","subject":"Fix requirements and test arguments","message":"Fix requirements and test arguments\n","lang":"Clojure","license":"epl-1.0","repos":"joerayme\/riemann,topecz\/riemann,alq666\/riemann,jeanpralo\/riemann,vixns\/riemann,VideoAmp\/riemann-1,AkihiroSuda\/riemann,pyr\/riemann,topecz\/riemann,fullcontact\/riemann,cswaroop\/riemann,robashton\/riemann,micrub\/riemann,forter\/riemann,vincentbernat\/riemann,vincentbernat\/riemann,LubyRuffy\/riemann,mbuczko\/riemann,eric\/riemann,pharaujo\/riemann,aphyr\/riemann,mirwan\/riemann,joerayme\/riemann,pradeepchhetri\/riemann,LubyRuffy\/riemann,counsyl\/riemann,timbuchwaldt\/riemann,lispmeister\/riemann,mirwan\/riemann,abailly\/riemann,DasAllFolks\/riemann,patrox\/riemann,lispmeister\/riemann,bowlofstew\/riemann,pharaujo\/riemann,mirwan\/riemann,algernon\/riemann,riemann\/riemann,nberger\/riemann,forter\/riemann,rekhajoshm\/riemann,bwilber\/riemann,aphyr\/riemann,topecz\/riemann,jeanpralo\/riemann,shokunin\/riemann,AkihiroSuda\/riemann,riemann\/riemann,mbuczko\/riemann,patrox\/riemann,bfritz\/riemann,bfritz\/riemann,bg451\/riemann,DasAllFolks\/riemann,alq666\/riemann,micrub\/riemann,moonranger\/riemann,pyr\/riemann,algernon\/riemann,bmhatfield\/riemann,jamtur01\/riemann,VideoAmp\/riemann-1,bmhatfield\/riemann,vixns\/riemann,Anvil\/riemann,fullcontact\/riemann,yeller\/riemann,moonranger\/riemann,Anvil\/riemann,cswaroop\/riemann,nberger\/riemann,rhysr\/riemann,bwilber\/riemann,zamaterian\/riemann,pradeepchhetri\/riemann,rekhajoshm\/riemann,fullcontact\/riemann,irudyak\/riemann,counsyl\/riemann,rhysr\/riemann,algernon\/riemann,abailly\/riemann,shokunin\/riemann,jamtur01\/riemann,forter\/riemann,micrub\/riemann,patrox\/riemann,lispmeister\/riemann,eric\/riemann,rekhajoshm\/riemann,irudyak\/riemann,zamaterian\/riemann,yeller\/riemann,rhysr\/riemann,shokunin\/riemann,cswaroop\/riemann,timbuchwaldt\/riemann,yeller\/riemann,robashton\/riemann,bg451\/riemann,bowlofstew\/riemann"}
{"commit":"5bdfc1f702b5e97e0ffb00d7cb6b0be983105def","old_file":"src\/yetibot\/core\/models\/google_search.clj","new_file":"src\/yetibot\/core\/models\/google_search.clj","old_contents":"(ns yetibot.core.models.google-search\n (:require\n [yetibot.core.util.http :refer [get-json map-to-query-string]]))\n\n(def endpoint \"http:\/\/ajax.googleapis.com\/ajax\/services\/search\/images\")\n(def configured? true)\n\n(def ^:private format-result (juxt :url :contentNoFormatting))\n\n(defn- fetch-image [q n]\n (let [uri (str endpoint \"?\" (map-to-query-string\n {:v \"1.0\" :rsz n\n :q q :safe \"active\"}))]\n (get-json uri)))\n\n(defn image-search\n ([q] (image-search q 8))\n ([q n]\n (map format-result\n (-> (fetch-image q n) :responseData :results))))\n","new_contents":"(ns yetibot.core.models.google-search\n (:require\n [yetibot.core.config :refer [get-config conf-valid?]]\n [yetibot.core.util.http :refer [get-json map-to-query-string]]))\n\n(def config (get-config :yetibot :models :google-search))\n(def endpoint \"https:\/\/www.googleapis.com\/customsearch\/v1\")\n(def configured? (conf-valid? config))\n\n(defn- format-result [result]\n [(-> (get-in result [:pagemap :cse_image])\n rand-nth\n :src)\n (:title result)\n (:link result)])\n\n(defn- fetch-image [q n]\n (let [uri (str endpoint \"?\" (map-to-query-string\n {:key (:key config) :cx (:cx config)\n :num n :q q :safe \"high\"}))]\n (get-json uri)))\n\n(defn image-search\n ([q] (image-search q 8))\n ([q n]\n (map format-result\n (-> (fetch-image q n) :items))))\n","subject":"Migrate to google custom search instead of dead image search.","message":"Migrate to google custom search instead of dead image search.\n","lang":"Clojure","license":"epl-1.0","repos":"audaxion\/yetibot.core"}
{"commit":"0f9617ad4bcef9f13861f5d9c28d91df35f1a69c","old_file":"test\/circle\/util\/test_airbrake.clj","new_file":"test\/circle\/util\/test_airbrake.clj","old_contents":"(ns circle.util.test-airbrake\n (:use circle.airbrake)\n (:use midje.sweet))\n\n(def div-by-zero (try (\/ 1 0) (catch Exception e e)))\n\n(fact \"airbrake works\"\n (circle.airbrake\/airbrake :exception div-by-zero) => (contains {:id integer? :error-id integer? :url string?})\n (provided\n (circle.env\/env) => :production))\n","new_contents":"(ns circle.util.test-airbrake\n (:use circle.airbrake)\n (:use midje.sweet))\n\n(def div-by-zero (try (\/ 1 0) (catch Exception e e)))\n\n(fact \"airbrake works\"\n (airbrake :exception div-by-zero :force true) => (contains {:id integer? :error-id integer? :url string?}))\n","subject":"Use :force true instead of production so that the airbrake appears in the right category on the website, and won't bother us.","message":"Use :force true instead of production so that the airbrake appears in the right category on the website, and won't bother us.\n","lang":"Clojure","license":"epl-1.0","repos":"circleci\/frontend,RayRutjes\/frontend,circleci\/frontend,circleci\/frontend,RayRutjes\/frontend,prathamesh-sonpatki\/frontend,prathamesh-sonpatki\/frontend"}
{"commit":"bfbcb09732719e269dc47c072cae086767ffe788","old_file":"test\/comic_reader\/web_app_test.clj","new_file":"test\/comic_reader\/web_app_test.clj","old_contents":"(ns comic-reader.web-app-test\n (:require [clojure.test :refer :all]\n [comic-reader.web-app :refer :all]\n [com.stuartsierra.component :as component]\n [ring.mock.request :as mock]))\n\n(defn server-test-system []\n (component\/system-map\n :site-scraper {}\n :web-app (component\/using\n (new-web-app)\n [:site-scraper])))\n","new_contents":"(ns comic-reader.web-app-test\n (:require [clojure.test :refer :all]\n [comic-reader.site-scraper :as site-scraper]\n [comic-reader.web-app :refer :all]\n [com.stuartsierra.component :as component]\n [ring.mock.request :as mock]))\n\n(defn server-test-system []\n (component\/system-map\n :site-scraper {}\n :web-app (component\/using\n (new-web-app)\n [:site-scraper])))\n\n(defn test-system []\n (-> (server-test-system)\n (component\/start)))\n\n(defn app-routes [system]\n (get-routes (:web-app system)))\n\n(deftest test-home-page\n (is (= (:status\n ((app-routes (test-system)) (mock\/request :get \"\/\")))\n 200)))\n","subject":"Add a test for the existence of web root","message":"Add a test for the existence of web root\n","lang":"Clojure","license":"epl-1.0","repos":"RadicalZephyr\/comic-reader,RadicalZephyr\/comic-reader"}
{"commit":"e834ef3137c4d419943d771d9ed9697a2eb1ff41","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150901_140443-g6e4750b\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150901_142736-gd0de107\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150901_142736-gd0de107.","message":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150901_142736-gd0de107.\n\nAutomatic commit by lein-unison.\n","lang":"Clojure","license":"epl-1.0","repos":"mccraigmccraig\/onyx-kafka,onyx-platform\/onyx-kafka"}
{"commit":"e96ef83a91c2f705037f2cfe4afa5c778d852df6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject lean-map \"0.2.0\"\n :description \"Lean Hash Array Mapped Trie implementation in ClojureScript\"\n\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n\n :clean-targets ^{:protect false} [\"resources\/out\"]\n\n :jvm-opts ^:replace [\"-Xms512m\" \"-Xmx512m\" \"-server\"]\n\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]\n [collection-check \"0.1.7-SNAPSHOT\"]]\n\n :plugins [[lein-doo \"0.1.6-rc.1\"]]\n\n :cljsbuild {:builds\n [{:id \"test\"\n :source-paths [\"src\/main\" \"test\"]\n :compiler {:output-to \"resources\/public\/js\/testable.js\"\n :main cljs.lean-map.test.runner\n :optimizations :none}}\n {:id \"node-test\"\n :source-paths [\"src\/main\" \"test\"]\n :compiler {:output-to \"resources\/public\/js\/testable.js\"\n :main cljs.lean-map.test.runner\n :output-dir \"target\"\n :target :nodejs\n :optimizations :none}}]})","new_contents":"(defproject lean-map \"0.2.0\"\n :description \"Lean Hash Array Mapped Trie implementation in ClojureScript\"\n\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n\n :clean-targets ^{:protect false} [\"resources\/out\"]\n\n :jvm-opts ^:replace [\"-Xms512m\" \"-Xmx512m\" \"-server\"]\n\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]]\n\n :profiles {:test {:dependencies [[collection-check \"0.1.7-SNAPSHOT\"]]}}\n\n :plugins [[lein-doo \"0.1.6-rc.1\"]]\n\n :cljsbuild {:builds\n [{:id \"test\"\n :source-paths [\"src\/main\" \"test\"]\n :compiler {:output-to \"resources\/public\/js\/testable.js\"\n :main cljs.lean-map.test.runner\n :optimizations :none}}\n {:id \"node-test\"\n :source-paths [\"src\/main\" \"test\"]\n :compiler {:output-to \"resources\/public\/js\/testable.js\"\n :main cljs.lean-map.test.runner\n :output-dir \"target\"\n :target :nodejs\n :optimizations :none}}]})","subject":"Move custom collection check to test profile","message":"Move custom collection check to test profile\n","lang":"Clojure","license":"epl-1.0","repos":"bendyworks\/lean-map,mfikes\/lean-map,bendyworks\/lean-map,bendyworks\/lean-map,mfikes\/lean-map"}
{"commit":"bcc83e5c89cf8d6751dcc30df73d89d1bf0341a6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150828_160954-g51b5cf8\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-kafka \"0.7.3-SNAPSHOT\"\n :description \"Onyx plugin for Kafka\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx-kafka\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.7.3-20150901_140443-g6e4750b\"]\n [clj-kafka \"0.3.2\" :exclusions [org.apache.zookeeper\/zookeeper zookeeper-clj]]\n [com.stuartsierra\/component \"0.2.3\"]\n [cheshire \"5.5.0\"]\n [zookeeper-clj \"0.9.3\" :exclusions [io.netty\/netty org.apache.zookeeper\/zookeeper]]]\n :profiles {:dev {:dependencies [[midje \"1.7.0\"]]\n :plugins [[lein-midje \"3.1.3\"]]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150901_140443-g6e4750b.","message":"Update dependency org.onyxplatform\/onyx to version 0.7.3-20150901_140443-g6e4750b.\n\nAutomatic commit by lein-traffic-control.\n","lang":"Clojure","license":"epl-1.0","repos":"mccraigmccraig\/onyx-kafka,onyx-platform\/onyx-kafka"}
{"commit":"50bf9e972280704fcb21424dddabf8472df674c9","old_file":"src\/cljc\/robinson\/feedback.cljc","new_file":"src\/cljc\/robinson\/feedback.cljc","old_contents":";; Functions for sending feedback\n(ns robinson.feedback\n (:require [clj-http.client :as client]\n [seesaw.core :as ss]\n [clojure.data.json :as json]))\n\n\n(defn send-report [state]\n nil)\n\n","new_contents":";; Functions for sending feedback\n(ns robinson.feedback\n (:require [clj-http.client :as client]\n [seesaw.core :as ss]\n [seesaw.forms :as ss-forms]\n [clojure.data.json :as json]))\n\n(defn frame-content\n []\n (ss-forms\/forms-panel\n \"pref,4dlu,80dlu,8dlu,pref,4dlu,80dlu\"\n :column-groups [[1 5]]\n :items [(ss-forms\/separator \"General\")\n \"Company\" (ss-forms\/span (ss\/text) 5)\n \"Contact\" (ss-forms\/span (ss\/text) 5)\n (ss-forms\/separator \"Propeller\")\n \"PTI\/kW\" (ss\/text :columns 10) \"Power\/kW\" (ss\/text :columns 10)\n \"R\/mm\" (ss\/text :columns 10) \"D\/mm\" (ss\/text :columns 10)]\n :default-dialog-border? true))\n\n(defn send-report [state]\n (let [\n upload-input (ss\/checkbox :selected? true)\n description-input (ss\/text :columns 80 :rows 25 :multi-line? true :wrap-lines? true)\n send-button (ss\/button :text \"Send\")\n cancel-button (ss\/button :text \"Cancel\")\n content (ss-forms\/forms-panel\n \"right:pref,4dlu,pref\"\n :items [\n \"Date:\" (str (new java.util.Date))\n \"Version:\" (get state :version) \n \"User-id:\" (get state :user-id) \n \"Upload save?\" upload-input \n \"What happened?\" description-input \n \"\" send-button (ss-forms\/next-line)\n \"\" cancel-button])]\n (->\n (ss\/frame :title \"Report an Issue\",\n :content content\n :resizable? false\n :on-close :hide)\n ss\/pack!\n ss\/show!)))\n\n","subject":"Create 'report an issue' form ui","message":"Create 'report an issue' form ui\n","lang":"Clojure","license":"mpl-2.0","repos":"aaron-santos\/robinson,aaron-santos\/robinson"}
{"commit":"b88a0992e36c00db37eba823931f9b0fdcf385db","old_file":"etc\/build-helper\/project.clj","new_file":"etc\/build-helper\/project.clj","old_contents":";; Copyright 2014 Red Hat, Inc, and individual contributors.\n;;\n;; Licensed under the Apache License, Version 2.0 (the \"License\");\n;; you may not use this file except in compliance with the License.\n;; You may obtain a copy of the License at\n;;\n;; http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n;;\n;; Unless required by applicable law or agreed to in writing, software\n;; distributed under the License is distributed on an \"AS IS\" BASIS,\n;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n;; See the License for the specific language governing permissions and\n;; limitations under the License.\n\n;; *** NOTE: update the version in docs.clj when you change it here ***\n(defproject org.immutant\/build-helper \"0.1.6\"\n :description \"A plugin to aid in building Immutant\"\n :url \"https:\/\/github.com\/immutant\/immutant\"\n :license {:name \"Apache Software License - v 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"\n :distribution :repo}\n :dependencies [[org.clojars.tcrawley\/codox.core \"0.8.0a\"]\n ;;[codox\/codox.core \"0.8.0\"]\n [org.clojars.tcrawley\/markdown-clj \"0.9.43a\"]\n ;;[markdown-clj \"0.9.43\"]\n ]\n :eval-in-leiningen true\n :signing {:gpg-key \"BFC757F9\"})\n","new_contents":";; Copyright 2014 Red Hat, Inc, and individual contributors.\n;;\n;; Licensed under the Apache License, Version 2.0 (the \"License\");\n;; you may not use this file except in compliance with the License.\n;; You may obtain a copy of the License at\n;;\n;; http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n;;\n;; Unless required by applicable law or agreed to in writing, software\n;; distributed under the License is distributed on an \"AS IS\" BASIS,\n;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n;; See the License for the specific language governing permissions and\n;; limitations under the License.\n\n;; *** NOTE: update the version in docs.clj when you change it here ***\n(defproject org.immutant\/build-helper \"0.1.6\"\n :description \"A plugin to aid in building Immutant\"\n :url \"https:\/\/github.com\/immutant\/immutant\"\n :license {:name \"Apache Software License - v 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"\n :distribution :repo}\n :dependencies [[org.clojars.tcrawley\/codox.core \"0.8.0a\"]\n ;;[codox\/codox.core \"0.8.0\"]\n [markdown-clj \"0.9.44\"]]\n :eval-in-leiningen true\n :signing {:gpg-key \"BFC757F9\"})\n","subject":"Switch to the canonical markdown-clj.","message":"Switch to the canonical markdown-clj.\n","lang":"Clojure","license":"apache-2.0","repos":"coopsource\/immutant,immutant\/immutant,kbaribeau\/immutant,coopsource\/immutant,kbaribeau\/immutant,immutant\/immutant,immutant\/immutant,kbaribeau\/immutant,immutant\/immutant,coopsource\/immutant"}
{"commit":"2cd2d105b6457cc81700430fe34bd477ad024449","old_file":"src\/clj\/pfrt\/web.clj","new_file":"src\/clj\/pfrt\/web.clj","old_contents":"(ns pfrt.web\n (:require [compojure.handler :as handler]\n [org.httpkit.server :as hkit]\n [pfrt.web.routes :refer [app]]\n [pfrt.core.lifecycle :refer [ILifecycle]]))\n\n(defrecord Web\n [webserver app]\n\n ILifecycle\n\n (init [this system]\n (assoc system :web this))\n\n (start [this system]\n (let [port (get-in system [:config :port] 9090)\n stopfn (hkit\/run-server app {:port port})]\n (swap! webserver (fn [_] stopfn))\n (println (format \"Listening: http:\/\/localhost:%s\/\" port))\n system))\n\n (stop [_ system]\n (let [stopfn (deref webserver)]\n (@stopfn)\n system)))\n\n(defn web-server\n [config pf]\n (let [wrap-context (fn [h]\n (fn [req]\n (h (assoc req :ctx {:pf pf}))))]\n (->Web (atom nil) (handler\/api (wrap-context app)))))\n","new_contents":"(ns pfrt.web\n (:require [compojure.handler :as handler]\n [org.httpkit.server :as hkit]\n [pfrt.web.routes :refer [app]]\n [pfrt.core.lifecycle :refer [ILifecycle]]))\n\n(defrecord Web\n [webserver app]\n\n ILifecycle\n\n (init [this system]\n (assoc system :web this))\n\n (start [this system]\n (let [port (get-in system [:config :port] 9090)\n stopfn (hkit\/run-server app {:port port})]\n (swap! webserver (fn [_] stopfn))\n (println (format \"Listening: http:\/\/localhost:%s\/\" port))\n system))\n\n (stop [_ system]\n (let [stopfn (deref webserver)]\n (stopfn)\n system)))\n\n(defn web-server\n [config pf]\n (let [wrap-context (fn [h]\n (fn [req]\n (h (assoc req :ctx {:pf pf}))))]\n (->Web (atom nil) (handler\/api (wrap-context app)))))\n","subject":"Fix bug on stop http-kit server.","message":"Fix bug on stop http-kit server.\n","lang":"Clojure","license":"epl-1.0","repos":"niwinz\/pf-stats-api,niwinz\/pf-stats-api"}
{"commit":"93b947d1b7379929caed1d32e42df1e5e0199026","old_file":"src\/yetibot\/core\/logging.clj","new_file":"src\/yetibot\/core\/logging.clj","old_contents":"(ns yetibot.core.logging\n (:require\n [schema.core :as s]\n [yetibot.core.config :refer [get-config]]\n [yetibot.core.util :refer [with-fresh-db]]\n [yetibot.core.db.log :as log]\n [taoensso.timbre.appenders.3rd-party.rolling :refer [rolling-appender]]\n [taoensso.timbre.appenders.core :refer [println-appender]]\n [taoensso.timbre\n :as timbre\n :refer [trace debug info warn error fatal spy with-log-level]]))\n\n(def config-schema String)\n\n(defn log-level []\n (let [v (get-config config-schema [:yetibot :log :level])]\n (if (:error v)\n ;; default config level\n :warn\n (keyword (:value v)))))\n\n(defn start []\n\n (timbre\/set-config!\n {:level (log-level)\n :appenders\n ;; stdout\n {:println (println-appender {:stream :auto})\n ;; rolling log files\n :rolling-appender (rolling-appender {:path \"\/var\/log\/yetibot\/yetibot.log\"\n :pattern :daily})}})\n\n )\n","new_contents":"(ns yetibot.core.logging\n (:require\n [schema.core :as s]\n [yetibot.core.config :refer [get-config]]\n [yetibot.core.util :refer [with-fresh-db]]\n [yetibot.core.db.log :as log]\n [taoensso.timbre.appenders.3rd-party.rolling :refer [rolling-appender]]\n [taoensso.timbre.appenders.core :refer [println-appender]]\n [taoensso.timbre\n :as timbre\n :refer [trace debug info warn error fatal spy with-log-level]]))\n\n(def config-schema String)\n\n(defn log-level []\n (let [v (get-config config-schema [:yetibot :log :level])]\n (if (:error v)\n ;; default config level\n :warn\n (keyword (:value v)))))\n\n(defn rolling-appender-enabled?\n \"Rolling appender is enabled by default. Disable it by setting enabled=false\"\n []\n (let [v (get-config String [:yetibot :log :rolling :enabled])]\n (if-let [enabled (:value v)]\n (not= enabled \"false\")\n true)))\n\n(defn start []\n (if (rolling-appender-enabled?)\n (timbre\/set-config!\n {:level (log-level)\n :appenders\n ;; stdout\n {:println (println-appender {:stream :auto})\n ;; rolling log files\n :rolling-appender (rolling-appender \n {:path \"\/var\/log\/yetibot\/yetibot.log\"\n :pattern :daily})}})))\n","subject":"Allow rolling logs to be disabled","message":"Allow rolling logs to be disabled\n","lang":"Clojure","license":"epl-1.0","repos":"devth\/yetibot.core,LeonmanRolls\/yetibot.core"}
{"commit":"3158a8559bc57348ac01fa542bf6ba37b1d29db9","old_file":"clstreams\/test\/clstreams\/rocksdb_test.clj","new_file":"clstreams\/test\/clstreams\/rocksdb_test.clj","old_contents":"(ns clstreams.rocksdb-test\n (:require [clstreams.rocksdb :as sut]\n [clojure.test :refer :all]))\n\n(defn delete-recursively [fname]\n (let [file (clojure.java.io\/file fname)]\n (if (.exists (clojure.java.io\/as-file file))\n (doseq [f (reverse (file-seq file))]\n (clojure.java.io\/delete-file f)))))\n\n(deftest rocksdb-open-test\n (testing \"can open a rocksdb DB\"\n (delete-recursively \"\/tmp\/ddeDB\")\n (with-open [db (sut\/create-db \"\/tmp\/ddeDB\/somedb\")]\n (is (instance? Object db)))\n (delete-recursively \"\/tmp\/ddeDB\")))\n","new_contents":"(ns clstreams.rocksdb-test\n (:require [clstreams.rocksdb :as sut]\n [clojure.test :refer :all]\n [clojure.java.io :as io]))\n\n(def db-dir \"\/tmp\/ddeDB\/somedb\")\n(def db-dir-file (io\/file db-dir))\n\n(defn delete-recursively [file]\n (if (.exists file)\n (doseq [f (reverse (file-seq file))]\n (io\/delete-file f))))\n\n(defn clean-db-fixture [run-test]\n (let [base-dir-file (.getParentFile db-dir-file)]\n (delete-recursively base-dir-file)\n (run-test)\n (delete-recursively base-dir-file)))\n\n(use-fixtures :each clean-db-fixture)\n\n(deftest rocksdb-open-test\n (testing \"can open a rocksdb DB\"\n (with-open [db (sut\/create-db db-dir)]\n (is (instance? Object db)))))\n","subject":"Refactor RocksDB test to improve DB directory handling","message":"Refactor RocksDB test to improve DB directory handling\n","lang":"Clojure","license":"apache-2.0","repos":"MartinSoto\/clojure-streams"}
{"commit":"b6dbabe16fd2433562da25a65bf400033c13b8ee","old_file":"src\/clj\/medusa\/alert.clj","new_file":"src\/clj\/medusa\/alert.clj","old_contents":"(ns clj.medusa.alert\n (:require [amazonica.aws.simpleemail :as ses]\n [amazonica.core :as aws]\n [clojure.string :as string]\n [clj.medusa.config :as config]\n [clj.medusa.db :as db]\n [clj.medusa.config :as config]))\n\n(defn send-email [subject body destinations]\n (let [destinations [\"rvitillo@mozilla.com\"]] ;; TODO: remove once everything works\n (when-not (:dry-run @config\/state)\n (ses\/send-email :destination {:to-addresses destinations}\n :source \"telemetry-alerts@mozilla.com\"\n :message {:subject subject\n :body {:html (str \"\" body \"<\/a>\")}}))))\n\n(defn notify-subscribers [{:keys [metric_id date emails]}]\n (let [{:keys [hostname]} @config\/state\n foreign_subscribers (string\/split emails #\",\")\n {metric_name :name,\n detector_id :detector_id\n metric_id :id} (db\/get-metric metric_id)\n {detector_name :name} (db\/get-detector detector_id)\n subscribers (db\/get-subscribers-for-metric metric_id)]\n (send-email (str \"Alert for \" metric_name \" (\" detector_name \") on the \" date)\n (str \"http:\/\/\" hostname \"\/index.html#\/detectors\/\" detector_id \"\/\"\n \"metrics\/\" metric_id \"\/alerts\/?from=\" date \"&to=\" date)\n (concat subscribers foreign_subscribers [\"dev-telemetry-alerts@lists.mozilla.org\"])))) \n","new_contents":"(ns clj.medusa.alert\n (:require [amazonica.aws.simpleemail :as ses]\n [amazonica.core :as aws]\n [clojure.string :as string]\n [clj.medusa.config :as config]\n [clj.medusa.db :as db]\n [clj.medusa.config :as config]))\n\n(defn send-email [subject body destinations]\n (when-not (:dry-run @config\/state)\n (ses\/send-email :destination {:to-addresses destinations}\n :source \"telemetry-alerts@mozilla.com\"\n :message {:subject subject\n :body {:html (str \"\" body \"<\/a>\")}})))\n\n(defn notify-subscribers [{:keys [metric_id date emails]}]\n (let [{:keys [hostname]} @config\/state\n foreign_subscribers (string\/split emails #\",\")\n {metric_name :name,\n detector_id :detector_id\n metric_id :id} (db\/get-metric metric_id)\n {detector_name :name} (db\/get-detector detector_id)\n subscribers (db\/get-subscribers-for-metric metric_id)]\n (send-email (str \"Alert for \" metric_name \" (\" detector_name \") on the \" date)\n (str \"http:\/\/\" hostname \"\/index.html#\/detectors\/\" detector_id \"\/\"\n \"metrics\/\" metric_id \"\/alerts\/?from=\" date \"&to=\" date)\n (concat subscribers foreign_subscribers [\"dev-telemetry-alerts@lists.mozilla.org\"])))) \n","subject":"Send e-mail to rightful subscribers.","message":"Send e-mail to rightful subscribers.\n","lang":"Clojure","license":"mpl-2.0","repos":"mozilla\/medusa,Uberi\/medusa,Uberi\/medusa,mozilla\/medusa"}
{"commit":"dcc7e144fff0be5fdaaa1f2d002592f8b3b6bd14","old_file":"server\/src\/main\/clojure\/vimclojure\/core.clj","new_file":"server\/src\/main\/clojure\/vimclojure\/core.clj","old_contents":";-\n; Copyright 2011 (c) Meikel Brandmeyer.\n; All rights reserved.\n;\n; Permission is hereby granted, free of charge, to any person obtaining a copy\n; of this software and associated documentation files (the \"Software\"), to deal\n; in the Software without restriction, including without limitation the rights\n; to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\n; copies of the Software, and to permit persons to whom the Software is\n; furnished to do so, subject to the following conditions:\n;\n; The above copyright notice and this permission notice shall be included in\n; all copies or substantial portions of the Software.\n;\n; THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n; THE SOFTWARE.\n\n(ns vimclojure.core)\n\n(defn init-server\n []\n (binding [*ns* *ns*]\n (in-ns 'user)\n (refer-clojure)\n ; Check for doc macro. 1.2 in c.core, 1.3 in c.repl\n (when-not (ns-resolve 'clojure.core 'doc)\n (use 'clojure.repl))\n (when (io\/resource \"user.clj\")\n (load \"user\"))))\n","new_contents":";-\n; Copyright 2011 (c) Meikel Brandmeyer.\n; All rights reserved.\n;\n; Permission is hereby granted, free of charge, to any person obtaining a copy\n; of this software and associated documentation files (the \"Software\"), to deal\n; in the Software without restriction, including without limitation the rights\n; to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\n; copies of the Software, and to permit persons to whom the Software is\n; furnished to do so, subject to the following conditions:\n;\n; The above copyright notice and this permission notice shall be included in\n; all copies or substantial portions of the Software.\n;\n; THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n; THE SOFTWARE.\n\n(ns vimclojure.core\n (:require\n [clojure.java.io :as io]))\n\n(defn init-server\n []\n (binding [*ns* *ns*]\n (in-ns 'user)\n (refer-clojure)\n ; Check for doc macro. 1.2 in c.core, 1.3 in c.repl\n (when-not (ns-resolve 'clojure.core 'doc)\n (use 'clojure.repl))\n (when (io\/resource \"user.clj\")\n (load \"user\"))))\n","subject":"Fix missing require for clojure.java.io","message":"Fix missing require for clojure.java.io\n","lang":"Clojure","license":"mit","repos":"jgrocho\/vimclojure,jgrocho\/vimclojure,jgrocho\/vimclojure,emezeske\/vimclojure,emezeske\/vimclojure,emezeske\/vimclojure,kotarak\/vimclojure,kotarak\/vimclojure,kotarak\/vimclojure"}
{"commit":"8121b88b8aaf78280c001985889ab41735e498ff","old_file":"src\/clj\/herder\/solver\/person.clj","new_file":"src\/clj\/herder\/solver\/person.clj","old_contents":"(in-ns 'herder.solver.types)\n\n(gen-class\n :name ^{PlanningEntity {}} herder.solver.types.Person\n :prefix \"person-\"\n :init init\n :state state\n :constructors {[] []\n [java.util.UUID] []}\n :methods [[getId [] java.util.UUID]\n [getName [] String]\n [setName [String] void]])\n\n(defn- person-init\n ([] (person-init (java.util.UUID\/randomUUID)))\n ([uuid] [[] (ref {:id uuid :name \"\"})]))\n\n(defn- person-getId [this]\n (getValue this :id))\n\n(defn- person-getName [this]\n (getValue this :name))\n\n(defn- person-setName [this item]\n (setValue this :name item))\n","new_contents":"(in-ns 'herder.solver.types)\n\n(gen-class\n :name ^{PlanningEntity {}} herder.solver.types.Person\n :prefix \"person-\"\n :init init\n :state state\n :constructors {[] []\n [java.util.UUID] []}\n :methods [[getId [] java.util.UUID]\n [getName [] String]\n [setName [String] void]])\n\n(defn- person-init\n ([] (person-init (java.util.UUID\/randomUUID)))\n ([uuid] [[] (ref {:id uuid :name \"\"})]))\n\n(defn- person-getId [this]\n (getValue this :id))\n\n(defn- person-getName [this]\n (getValue this :name))\n\n(defn- person-setName [this item]\n (setValue this :name item))\n\n(defn- person-equals [this b]\n (= (person-getId this) (person-getId b)))\n(defn- person-hashCode [this]\n (.hashCode (person-getId this)))\n","subject":"Add equality fixes on Person class, so we can find clashes","message":"Add equality fixes on Person class, so we can find clashes\n","lang":"Clojure","license":"agpl-3.0","repos":"palfrey\/herder,palfrey\/herder"}
{"commit":"48faeb9f378eb5074ec32fc5caf544a0667e2e9c","old_file":"src\/reforms\/binding\/core.cljs","new_file":"src\/reforms\/binding\/core.cljs","old_contents":"; Copyright (c) 2015 Designed.ly, Marcin Bilski\n; The use and distribution terms for this software are covered by the\n; Eclipse Public License which can be found in the file LICENSE at the root of this distribution.\n; By using this software in any fashion, you are agreeing to be bound by the terms of this license.\n; You must not remove this notice, or any other, from this software.\n\n(ns reforms.binding.core\n (:refer-clojure :exclude [reset! swap! deref get-in -deref -reset!])\n (:require\n [reforms.binding.protocol :refer [-valid? -deref -reset! -get-in -path]]))\n\n(defn valid? [x]\n (-valid? x))\n\n(defn deref [x]\n (-deref x))\n\n(defn reset!\n ([x v]\n (-reset! x v))\n ([x ks v]\n (if (not-empty ks)\n (-reset! x ks v)\n (-reset! x v))))\n\n(defn get-in [x ks]\n (if (not-empty ks)\n (-get-in x ks)\n x))\n\n(defn path [x]\n (-path x))\n","new_contents":"; Copyright (c) 2015 Designed.ly, Marcin Bilski\n; The use and distribution terms for this software are covered by the\n; Eclipse Public License which can be found in the file LICENSE at the root of this distribution.\n; By using this software in any fashion, you are agreeing to be bound by the terms of this license.\n; You must not remove this notice, or any other, from this software.\n\n(ns reforms.binding.core\n (:refer-clojure :exclude [reset! swap! deref get-in -deref -reset!])\n (:require\n [reforms.binding.protocol :refer [-valid? -deref -reset! -get-in -path]]))\n\n(defn valid? [x]\n (-valid? x))\n\n(defn deref [x]\n (-deref x))\n\n(defn reset!\n ([x v]\n (-reset! x v))\n ([x ks v]\n (js\/console.log \"reset!\" (prn-str x) (prn-str ks) (prn-str v))\n (if (not-empty ks)\n (-reset! x ks v)\n (-reset! x v))))\n\n(defn get-in [x ks]\n\n (let [result (if (not-empty ks)\n (-get-in x ks)\n (-deref x))]\n (js\/console.log \"get-in\" (prn-str x) (prn-str ks) (prn-str result))\n result))\n\n(defn path [x]\n (-path x))\n","subject":"Fix Reagent-related bug in bindings.","message":"Fix Reagent-related bug in bindings.\n","lang":"Clojure","license":"epl-1.0","repos":"bilus\/reforms"}
{"commit":"1d7a0ba7e901fedbb5adec3749b7ec74485853a7","old_file":"src\/incise\/parsers\/helpers.clj","new_file":"src\/incise\/parsers\/helpers.clj","old_contents":"(ns incise.parsers.helpers\n (:require (clj-time [core :as tm]\n [coerce :as tc])\n [clojure.string :as s])\n (:import [java.io File]))\n\n(defn dashify\n \"Dashify a title, replacing all non word characters with a dash.\"\n [^String title]\n (-> title\n (s\/lower-case)\n (s\/replace #\"[^\\w]\" \"-\")))\n\n(defn date-time->path\n \"Convert a DateTime to a path like string.\"\n [date-time]\n (str (when date-time\n (str (tm\/year date-time) \\\/\n (tm\/month date-time) \\\/\n (tm\/day date-time) \\\/))))\n\n(def date-str->path (comp date-time->path tc\/from-string))\n\n(defn Parse->path\n [^Parse {:keys [path date title extension]}]\n (or path\n (str (date-str->path date)\n (dashify title)\n extension)))\n\n(defn extension [^File file]\n \"Get the extension, enforcing lower case, on the given file.\"\n (-> file\n (.getName)\n (s\/split #\"\\.\")\n (last)\n (s\/lower-case)))\n","new_contents":"(ns incise.parsers.helpers\n (:require (clj-time [core :as tm]\n [coerce :as tc])\n [clojure.string :as s])\n (:import [java.io File]))\n\n(defn dashify\n \"Dashify a title, replacing all non word characters with a dash.\"\n [^String title]\n (-> title\n (s\/lower-case)\n (s\/replace #\"[^\\w]\" \"-\")))\n\n(defn date-time->path\n \"Convert a DateTime to a path like string.\"\n [date-time]\n (str (when date-time\n (str (tm\/year date-time) \\\/\n (tm\/month date-time) \\\/\n (tm\/day date-time) \\\/))))\n\n(def date-str->path (comp date-time->path tc\/from-string))\n\n(defn meta->write-path\n [{:keys [path date title extension]}]\n (or path\n (str (date-str->path date)\n (dashify title)\n extension)))\n\n(defn remove-trailing-index-html [path]\n (s\/replace path #\"\/index\\.html$\" \"\/\"))\n\n(defn Parse->path [parse]\n (->> parse\n (:path)\n (remove-trailing-index-html)\n (str \\\/)))\n\n(defn extension [^File file]\n \"Get the extension, enforcing lower case, on the given file.\"\n (-> file\n (.getName)\n (s\/split #\"\\.\")\n (last)\n (s\/lower-case)))\n","subject":"Define meta->write-path and modify behaviour of Parse->path.","message":"Define meta->write-path and modify behaviour of Parse->path.\n","lang":"Clojure","license":"epl-1.0","repos":"RyanMcG\/incise-core"}
{"commit":"f7e255db674cd65358cefaf52f1834edd2138018","old_file":"test\/active\/clojure\/test_runner.cljs","new_file":"test\/active\/clojure\/test_runner.cljs","old_contents":"(ns active.clojure.test-runner\n (:require [doo.runner :refer-macros [doo-tests]]\n [active.clojure.condition-test]\n [active.clojure.debug-test]\n [active.clojure.lens-test]\n [active.clojure.monad-test]\n [active.clojure.record-test]\n [active.clojure.record-spec-test]\n [active.clojure.match-test]\n [active.clojure.config-test]))\n\n(doo-tests 'active.clojure.condition-test\n 'active.clojure.debug-test\n 'active.clojure.lens-test\n 'active.clojure.monad-test\n 'active.clojure.record-test\n 'active.clojure.record-spec-test\n 'active.clojure.match-test\n 'active.clojure.config-test)\n","new_contents":"(ns active.clojure.test-runner\n (:require [doo.runner :refer-macros [doo-tests]]\n [active.clojure.condition-test]\n [active.clojure.debug-test]\n [active.clojure.lens-test]\n [active.clojure.monad-test]\n [active.clojure.mock-monad-test]\n [active.clojure.record-test]\n [active.clojure.record-spec-test]\n [active.clojure.match-test]\n [active.clojure.config-test]))\n\n(doo-tests 'active.clojure.condition-test\n 'active.clojure.debug-test\n 'active.clojure.lens-test\n 'active.clojure.monad-test\n 'active.clojure.mock-monad-test\n 'active.clojure.record-test\n 'active.clojure.record-spec-test\n 'active.clojure.match-test\n 'active.clojure.config-test)\n","subject":"Include mock-monad tests in CLJS test runner.","message":"Include mock-monad tests in CLJS test runner.\n","lang":"Clojure","license":"epl-1.0","repos":"active-group\/active-clojure"}
{"commit":"d0e938d94535f091b8bcb3d7153cda1e94cc50bb","old_file":"clstreams\/project.clj","new_file":"clstreams\/project.clj","old_contents":"(defproject clstreams \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [org.clojure\/tools.namespace \"0.3.0-alpha3\"]\n\n [org.apache.kafka\/kafka-clients \"0.10.2.1-rc2\"]\n [org.apache.kafka\/kafka-clients \"0.10.2.1-rc2\" :classifier \"test\"]\n [org.apache.kafka\/kafka-streams \"0.10.2.1-rc2\"]\n [org.apache.kafka\/kafka-streams \"0.10.2.1-rc2\" :classifier \"test\"]]\n\n :main ^:skip-aot clstreams.core\n :target-path \"target\/%s\"\n\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject clstreams \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [org.clojure\/tools.namespace \"0.3.0-alpha3\"]\n\n [org.apache.kafka\/kafka-clients \"0.10.2.0\"]\n [org.apache.kafka\/kafka-clients \"0.10.2.0\" :classifier \"test\"]\n [org.apache.kafka\/kafka-streams \"0.10.2.0\"]\n [org.apache.kafka\/kafka-streams \"0.10.2.0\" :classifier \"test\"]]\n\n :main ^:skip-aot clstreams.core\n :target-path \"target\/%s\"\n\n :profiles {:uberjar {:aot :all}})\n","subject":"Revert to released version of the Kafka libraries.","message":"Revert to released version of the Kafka libraries.\n\nProject file with unreleased version commited by mistake.\n","lang":"Clojure","license":"apache-2.0","repos":"MartinSoto\/clojure-streams"}
{"commit":"d21da22f344ea415dbc093a8217c8d0a1d61a018","old_file":"frontend\/src\/cruncher\/moves\/main.cljs","new_file":"frontend\/src\/cruncher\/moves\/main.cljs","old_contents":"(ns cruncher.moves.main\n (:require [cruncher.moves.data :as data]))\n\n(defn get\n \"Return move object from moves-database by the move id.\"\n [id]\n (id data\/all))","new_contents":"(ns cruncher.moves.main\n (:require [cruncher.moves.data :as data]))\n\n(defn get-name\n \"Return move object from moves-database by the move id.\"\n [id]\n (:name (get data\/all id)))","subject":"Return only the name of an attack move","message":"Return only the name of an attack move\n","lang":"Clojure","license":"mit","repos":"Phaetec\/pogo-cruncher,Phaetec\/pogo-cruncher,Phaetec\/pogo-cruncher"}
{"commit":"2dd6173972557871c7e51854a0e760a970c6e225","old_file":"src\/day8\/re_frame\/trace\/preload.cljs","new_file":"src\/day8\/re_frame\/trace\/preload.cljs","old_contents":"(ns day8.re-frame.trace.preload\n (:require [day8.re-frame.trace :as trace]\n [mranderson047.re-frame.v0v10v2.re-frame.core :as rf]))\n\n\n;; Use this namespace with the :preloads compiler option to perform the necessary setup for enabling tracing:\n;; {:compiler {:preloads [day8.re-frame.trace.preload] ...}}\n(js\/console.warn \"re-frame-trace has been renamed to re-frame-10x: (https:\/\/clojars.org\/day8.re-frame\/re-frame-10x). Update to newer versions of this library by using the `day8.re-frame\/re-frame-10x` artifact ID. Thanks!\")\n(rf\/clear-subscription-cache!)\n(trace\/init-db!)\n(defonce _ (trace\/init-tracing!))\n(trace\/inject-devtools!)\n","new_contents":"(ns day8.re-frame.trace.preload\n (:require [day8.re-frame.trace :as trace]\n [mranderson047.re-frame.v0v10v2.re-frame.core :as rf]))\n\n\n;; Use this namespace with the :preloads compiler option to perform the necessary setup for enabling tracing:\n;; {:compiler {:preloads [day8.re-frame.trace.preload] ...}}\n(rf\/clear-subscription-cache!)\n(trace\/init-db!)\n(defonce _ (trace\/init-tracing!))\n(trace\/inject-devtools!)\n","subject":"Revert \"Add warning for people that upgrade to newer versions\"","message":"Revert \"Add warning for people that upgrade to newer versions\"\n\nThis isn't needed on releases that use the day8.re-frame\/re-frame-10x\ncoordinates.\n\nThis reverts commit 92227465e81f71241c86e3b0121829cf9b323c3a.\n","lang":"Clojure","license":"mit","repos":"Day8\/re-frame-trace"}
{"commit":"40a67fa4884c76072b8459cebe10f6c26106e4d0","old_file":"src\/trak\/globals.cljs","new_file":"src\/trak\/globals.cljs","old_contents":"(ns trak.globals\n (:require-macros [trak.config :refer [cljs-env]])\n (:require [trak.utils :as utils]\n [clojure.string :as str])\n (:import goog.Uri\n goog.Uri.QueryData\n goog.string))\n\n\n\n(defn build-query-params [kws]\n (utils\/info kws)\n (utils\/info (.createFromKeysValues QueryData (map name (keys kws)) (vals kws)))\n (reduce #(.add %1\n (name (first %2))\n (second %2))\n (QueryData.)\n kws)\n )\n\n(defn spotify-authorization-link [scope]\n (doto (Uri. \"https:\/\/accounts.spotify.com\/authorize\")\n (.setQuery (build-query-params {:response_type \"token\"\n :client_id (cljs-env :spotify-client-id)\n :scope scope\n :redirect_uri (cljs-env :spotify-redirect-url)\n :state (.getRandomString string)}))))\n\n(defn get-spotify-auth-token []\n (let [fragment (.getFragment (Uri. (.-href (.-location js\/document))))\n fragment (str\/split fragment \"&\")]\n (reduce (fn [acc part]\n (let [kw (str\/split part \"=\")]\n (merge acc {(keyword (first kw)) (second kw)})))\n {}\n fragment)))\n","new_contents":"(ns trak.globals\n (:require-macros [trak.config :refer [cljs-env]])\n (:require [trak.utils :as utils]\n [clojure.string :as str])\n (:import goog.Uri\n goog.Uri.QueryData\n goog.string))\n\n\n\n(defn build-query-params [kws]\n (utils\/info kws)\n (utils\/info (.createFromKeysValues QueryData (map name (keys kws)) (vals kws)))\n (reduce #(.add %1\n (name (first %2))\n (second %2))\n (QueryData.)\n kws)\n )\n\n(defn spotify-authorization-link [scope]\n (doto (Uri. \"https:\/\/accounts.spotify.com\/authorize\")\n (.setQuery (build-query-params {:response_type \"token\"\n :client_id (cljs-env :spotify-client-id)\n :scope scope\n :redirect_uri (cljs-env :spotify-redirect-url)\n :state (.getRandomString string)}))))\n\n(defn get-spotify-auth-token []\n (let [fragment (.getFragment (Uri. (.-href (.-location js\/document))))]\n (cond (= \"\" fragment) nil\n :else (let [fragment (str\/split fragment \"&\")]\n (reduce (fn [acc part]\n (let [kw (str\/split part \"=\")]\n (merge acc {(keyword (first kw)) (second kw)})))\n {}\n fragment)))))\n","subject":"Return nil if URI fragment is not found","message":"Return nil if URI fragment is not found\n","lang":"Clojure","license":"mit","repos":"dmitriid\/trak"}
{"commit":"b6ae0d83b1db602db1d88ce67bbef953384aec0f","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject com.draines\/postal \"1.8-SNAPSHOT\"\n :repositories {\"java.net\" \"http:\/\/download.java.net\/maven\/2\"}\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [javax.mail\/mail \"1.4.4\"\n :exclusions [javax.activation\/activation]]])\n","new_contents":"(defproject com.draines\/postal \"1.8-SNAPSHOT\"\n :repositories {\"java.net\" \"http:\/\/download.java.net\/maven\/2\"}\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [javax.mail\/mail \"1.4.4\"\n :exclusions [javax.activation\/activation]]\n [org.clojure.contrib\/repl-utils \"1.3.0-alpha4\"]])\n","subject":"Add repl-utils dep to have a dormant show laying around.","message":"Add repl-utils dep to have a dormant show laying around.\n","lang":"Clojure","license":"mit","repos":"drewr\/postal,bo-chen\/postal"}
{"commit":"bb08384d418171eef7b5745de51e3c81d96f5528","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-metrics \"0.8.0.7\"\n :description \"Instrument Onyx workflows\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [interval-metrics \"1.0.0\"]\n [stylefruits\/gniazdo \"0.4.0\"]]\n :java-opts ^:replace [\"-server\" \"-Xmx3g\"]\n :global-vars {*warn-on-reflection* true \n *assert* false\n *unchecked-math* :warn-on-boxed}\n :profiles {:dev {:dependencies [^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.0\"]\n [riemann-clojure-client \"0.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-metrics \"0.8.0.8-SNAPSHOT\"\n :description \"Instrument Onyx workflows\"\n :url \"https:\/\/github.com\/MichaelDrogalis\/onyx\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [interval-metrics \"1.0.0\"]\n [stylefruits\/gniazdo \"0.4.0\"]]\n :java-opts ^:replace [\"-server\" \"-Xmx3g\"]\n :global-vars {*warn-on-reflection* true \n *assert* false\n *unchecked-math* :warn-on-boxed}\n :profiles {:dev {:dependencies [^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.8.0\"]\n [riemann-clojure-client \"0.4.1\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-metrics"}
{"commit":"36391ea36a8b9cfe5dbd8bb963ae7441c2bb1e8b","old_file":"test\/icecap\/store\/riak_integration_test.clj","new_file":"test\/icecap\/store\/riak_integration_test.clj","old_contents":"(ns icecap.store.riak-integration-test\n (:require [icecap.store.riak :refer :all]\n [icecap.store.test-props :refer :all]\n [clojure.test.check.clojure-test :refer [defspec]]\n [clojure.test :refer :all]\n [clojurewerkz.welle.buckets :as wb]\n [clojurewerkz.welle.core :as wc]))\n\n(def ^:private riak-test-url \"http:\/\/localhost:8098\/riak\")\n(def ^:private riak-test-store)\n\n(defn connect\n [f]\n (let [conn (wc\/connect riak-test-url)\n store (riak-store conn \"test-bucket\")]\n (try\n (wb\/update conn \"test-bucket\" (bucket-props))\n (with-redefs-fn {#'riak-test-store store} f)\n (finally\n (wc\/shutdown conn)))))\n\n(use-fixtures :once connect)\n\n(defspec ^:riak riak-store-roundtrip\n (roundtrip-prop riak-test-store))\n\n(defspec ^:riak riak-store-delete\n (delete-prop riak-test-store))\n","new_contents":"(ns ^:riak icecap.store.riak-integration-test\n (:require [icecap.store.riak :refer :all]\n [icecap.store.test-props :refer :all]\n [clojure.test.check.clojure-test :refer [defspec]]\n [clojure.test :refer :all]\n [clojurewerkz.welle.buckets :as wb]\n [clojurewerkz.welle.core :as wc]))\n\n(def ^:private riak-test-url \"http:\/\/localhost:8098\/riak\")\n(def ^:private riak-test-store)\n\n(defn connect\n [f]\n (let [conn (wc\/connect riak-test-url)\n store (riak-store conn \"test-bucket\")]\n (try\n (wb\/update conn \"test-bucket\" (bucket-props))\n (with-redefs-fn {#'riak-test-store store} f)\n (finally\n (wc\/shutdown conn)))))\n\n(use-fixtures :once connect)\n\n(defspec riak-store-roundtrip\n (roundtrip-prop riak-test-store))\n\n(defspec riak-store-delete\n (delete-prop riak-test-store))\n","subject":"Attach ^:riak metadata to ns","message":"Attach ^:riak metadata to ns\n\nPreviously, the fixture was still run when running lein test. This meant\nthat the test attempted to connect to Riak, which didn't work.\n","lang":"Clojure","license":"epl-1.0","repos":"lvh\/icecap"}
{"commit":"94fcdf2facd85fe7c0fd447c50063755f6edca92","old_file":"src\/circle\/db\/migrations.clj","new_file":"src\/circle\/db\/migrations.clj","old_contents":"(ns circle.db.migrations\n (:require [clojure.set :as set])\n (:use circle.db.migration-lib)\n (:require [somnium.congomongo :as mongo])\n (:use [circle.util.core :only (apply-if)]))\n\n(clear-migrations)\n\n(def-migration \"failed? -> failed\"\n :num 0\n :coll :builds\n :transform #(set\/rename-keys % {:failed? :failed}))\n\n(def-migration \"infer empty specs\"\n :num 1\n :coll :projects\n :transform (fn [project]\n (let [spec (mongo\/fetch-one :specs :where {:project_id (-> project :_id)})\n inferred? (or\n (nil? spec)\n (every? empty? ((juxt :dependencies :test :compile :setup) spec)))]\n (assoc project :inferred inferred?))))\n\n(def-migration \"move specs into project\"\n :num 2\n :coll :projects\n :transform (fn [p]\n (assert (= 1 (mongo\/fetch :specs :where {:project_id (:_id p)} :count? true)))\n (let [spec (mongo\/fetch-one :specs :where {:project_id (:_id p)})]\n (apply-if spec merge p (select-keys spec [:dependencies :setup :compile :test])))))\n\n;; (def-migration \"old builds w\/ git commit info\")\n\n\"action tags; inferred, infrastructure, spec, test, setup\"\n\n\"add end time to old builds\"\n","new_contents":"(ns circle.db.migrations\n (:require [clojure.set :as set])\n (:use circle.db.migration-lib)\n (:require [somnium.congomongo :as mongo])\n (:use [circle.util.core :only (apply-if)]))\n\n(clear-migrations)\n\n(def-migration \"failed? -> failed\"\n :num 0\n :coll :builds\n :transform #(set\/rename-keys % {:failed? :failed}))\n\n(def-migration \"infer empty specs\"\n :num 1\n :coll :projects\n :transform (fn [project]\n (let [spec (mongo\/fetch-one :specs :where {:project_id (-> project :_id)})\n inferred? (or\n (nil? spec)\n (every? empty? ((juxt :dependencies :test :compile :setup) spec)))]\n (assoc project :inferred inferred?))))\n\n(def-migration \"move specs into project\"\n :num 2\n :coll :projects\n :transform (fn [p]\n (assert (> 2 (mongo\/fetch-count :specs :where {:project_id (:_id p)})))\n (let [spec (mongo\/fetch-one :specs :where {:project_id (:_id p)})]\n (apply-if spec merge p (select-keys spec [:dependencies :setup :compile :test :inferred])))))\n\n;; (def-migration \"old builds w\/ git commit info\")\n\n\"action tags; inferred, infrastructure, spec, test, setup\"\n\n\"add end time to old builds\"\n","subject":"Fix migration 2 (spec->project) which didn't migrate :inferred, and had a bad assertion.","message":"Fix migration 2 (spec->project) which didn't migrate :inferred, and had a bad assertion.\n","lang":"Clojure","license":"epl-1.0","repos":"circleci\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend,RayRutjes\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend,RayRutjes\/frontend"}
{"commit":"9d55f6053fa36a803b2b97efc0fb8d5dec2de217","old_file":"src\/cljs\/c2\/util.cljs","new_file":"src\/cljs\/c2\/util.cljs","old_contents":"(ns c2.util\n (:require [singult.core :as singult]))\n\n(def clj->js singult\/clj->js)\n\n(defn ->coll\n \"Convert something into a collection, if it's not already.\"\n [x]\n (if (coll? x) x [x]))\n","new_contents":"(ns c2.util\n (:require [singult.core :as singult]))\n\n(defn ->coll\n \"Convert something into a collection, if it's not already.\"\n [x]\n (if (coll? x) x [x]))\n","subject":"Remove clj->js function, now that it's in cljs.core.","message":"Remove clj->js function, now that it's in cljs.core.\n","lang":"Clojure","license":"bsd-3-clause","repos":"lynaghk\/c2,lynaghk\/c2"}
{"commit":"e9e34379b5f203bc48d2596dd17ff6301d8faec4","old_file":"config.clj","new_file":"config.clj","old_contents":"(hash-map\n\n :layout\n (layout\/geodesic-grid\n :radius 3.688\n :pixel-spacing 0.02\n :strut-pixels\n [48 64 64 64]\n :strip-struts\n [[0 6 15 8]\n [2 14 22 16]\n [4 18 20 23]\n [3 10 12 19]\n [1 5 7 11]])\n\n #_\n (layout\/star\n :radius 3.688 ; 12.1'\n :pixel-spacing 0.02 ; 2 cm\n :strip-pixels 240\n :strips 6)\n\n :event-handler\n (-> state\/update-mode\n handler\/mode-selector\n (handler\/autocycle-modes\n (comp #{:button\/press :button\/repeat} :type)))\n\n :web-options\n {:port 8080\n :min-threads 2\n :max-threads 5\n :max-queued 25}\n\n :modes\n {:rainbow\n (mode\/rainbow)\n\n :strobe\n (mode\/strobe\n [(color\/rgb 1 0 0)\n (color\/rgb 0 1 0)\n (color\/rgb 0 0 1)])\n\n :lantern\n (mode\/lantern 0.5)}\n\n :playlist\n [:rainbow\n :strobe\n :lantern])\n","new_contents":"(hash-map\n\n :layout\n (layout\/geodesic-grid\n :radius 3.688\n :pixel-spacing 0.02\n :strut-pixels\n [50 62 64 64]\n :strip-struts\n [[0 6 15 8]\n [2 14 22 16]\n [4 18 20 23]\n [3 10 12 19]\n [1 5 7 11]])\n\n #_\n (layout\/star\n :radius 3.688 ; 12.1'\n :pixel-spacing 0.02 ; 2 cm\n :strip-pixels 240\n :strips 6)\n\n :event-handler\n (-> state\/update-mode\n handler\/mode-selector\n (handler\/autocycle-modes\n (comp #{:button\/press :button\/repeat} :type)))\n\n :web-options\n {:port 8080\n :min-threads 2\n :max-threads 5\n :max-queued 25}\n\n :modes\n {:rainbow\n (mode\/rainbow)\n\n :strobe\n (mode\/strobe\n [(color\/rgb 1 0 0)\n (color\/rgb 0 1 0)\n (color\/rgb 0 0 1)])\n\n :lantern\n (mode\/lantern 0.5)}\n\n :playlist\n [:rainbow\n :strobe\n :lantern])\n","subject":"Move a pixel pair from second segment to first segment in geodesic layout.","message":"Move a pixel pair from second segment to first segment in geodesic layout.\n","lang":"Clojure","license":"unlicense","repos":"playasophy\/wonderdome,playasophy\/wonderdome,playasophy\/wonderdome,playasophy\/wonderdome"}
{"commit":"8441a9285c1334292f586e5e7274150219644015","old_file":"kwho-clj\/project.clj","new_file":"kwho-clj\/project.clj","old_contents":"(defproject kwho \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"https:\/\/github.com\/jacobmorzinski\/kwho\"\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]]\n :main ^:skip-aot kwho.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject kwho \"0.1.0\"\n :description \"FIXME: write description\"\n :url \"https:\/\/github.com\/jacobmorzinski\/kwho\"\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]]\n :plugins [[lein-bin \"0.3.6-SNAPSHOT\"]] #_ \"https:\/\/github.com\/jacobmorzinski\/lein-bin\"\n :bin {:name \"kwho.bat\"} #_ \"I wish I could use a conditional...\"\n :main ^:skip-aot kwho.core\n :target-path \"target\/%s\"\n :jar-exclusions [#\"(^|\\\\|\/)[._](.*\\.|)s[a-w][a-z]$\"] #_ \"vim .swp files\"\n :profiles {:uberjar {:aot :all}})\n","subject":"Use lein-bin to generate a jar-packed .bat file.","message":"Use lein-bin to generate a jar-packed .bat file.\n\nCurrently uses a personal fork of lein-bin installed\nwith \"lein install\".\n","lang":"Clojure","license":"mit","repos":"jacobmorzinski\/kwho,jacobmorzinski\/kwho,jacobmorzinski\/kwho,jacobmorzinski\/kwho,jacobmorzinski\/kwho,jacobmorzinski\/kwho,jacobmorzinski\/kwho"}
{"commit":"bd7875a93517e504020e7c5d59e0f6e2286f5b2c","old_file":"src\/doctopus\/storage\/storage_impls.clj","new_file":"src\/doctopus\/storage\/storage_impls.clj","old_contents":"(ns doctopus.storage-impls)\n\n;; ## Backend Implementations\n;; A backend implementation needs to expose two functions: one for load, and one\n;; for save.\n;;\n;; ### Save\n;; A save function needs to receive a \"key\" and a vector of path-html pairs, and\n;; store each piece correctly in the given backend _such that it can easily be\n;; looked up by the same key_. How should it store? However it likes. Whatever\n;; makes it easiest to implement the load function.\n;;\n;; ### Load\n;; The load function should be able to take a \"key\", and return a list of all\n;; the paths for that key, plus a function that will load the data at the end of\n;; each path. e.g.:\n;; [[\"\/\" root-fn]\n;; [\"\/foo\" foo-fn]]\n\n(defrecord BackendImplementation [name load-fn save-fn])\n","new_contents":"(ns doctopus.storage-impls\n (:require [doctopus.storage-impls.temp-fs :as temp-fs-impl]))\n\n;; ## Backend Implementations\n;; A backend implementation needs to expose two functions: one for load, and one\n;; for save.\n;;\n;; ### Save\n;; A save function needs to receive a \"key\" and a vector of path-html pairs, and\n;; store each piece correctly in the given backend _such that it can easily be\n;; looked up by the same key_. How should it store? However it likes. Whatever\n;; makes it easiest to implement the load function.\n;;\n;; ### Load\n;; The load function should be able to take a \"key\", and return a list of all\n;; the paths for that key, plus a function that will load the data at the end of\n;; each path. e.g.:\n;; [[\"\/\" root-fn]\n;; [\"\/foo\" foo-fn]]\n\n(defrecord BackendImplementation [name load-fn save-fn])\n\n(def temp-fs-backend (BackendImplementation. \"temp-fs\"\n temp-fs-impl\/load-fn\n temp-fs-impl\/save-fn))\n","subject":"Declare an actual implementation instance that can be imported","message":"Declare an actual implementation instance that can be imported\n","lang":"Clojure","license":"epl-1.0","repos":"Gastove\/doctopus"}
{"commit":"a9ee832255e31811fd8a78d240c26e1af1b909aa","old_file":"src\/yada\/boolean.clj","new_file":"src\/yada\/boolean.clj","old_contents":";; Copyright © 2015, JUXT LTD.\n\n(ns yada.boolean\n (:require\n [schema.core :as s]))\n\n(defn boolean? [x]\n (contains? #{true false} x))\n\n(declare BooleanExpression)\n\n(s\/defschema NotExpression\n [(s\/one (s\/eq :not) \"not\") (s\/one (s\/recursive #'BooleanExpression) \"not expr\")])\n\n(s\/defschema AndExpression\n [(s\/one (s\/eq :and) \"and\") (s\/recursive #'BooleanExpression)])\n\n(s\/defschema OrExpression\n [(s\/one (s\/eq :or) \"or\") (s\/recursive #'BooleanExpression)])\n\n(s\/defschema CompositeExpression\n (s\/conditional\n (comp (partial = :not) first) NotExpression\n (comp (partial = :and) first) AndExpression\n (comp (partial = :or) first) OrExpression))\n\n(s\/defschema BooleanExpression\n (s\/conditional\n boolean? s\/Bool\n vector? CompositeExpression\n :else s\/Any))\n\n","new_contents":";; Copyright © 2015, JUXT LTD.\n\n(ns yada.boolean\n (:refer-clojure :exclude [boolean?])\n (:require\n [schema.core :as s]))\n\n(defn boolean? [x]\n (contains? #{true false} x))\n\n(declare BooleanExpression)\n\n(s\/defschema NotExpression\n [(s\/one (s\/eq :not) \"not\") (s\/one (s\/recursive #'BooleanExpression) \"not expr\")])\n\n(s\/defschema AndExpression\n [(s\/one (s\/eq :and) \"and\") (s\/recursive #'BooleanExpression)])\n\n(s\/defschema OrExpression\n [(s\/one (s\/eq :or) \"or\") (s\/recursive #'BooleanExpression)])\n\n(s\/defschema CompositeExpression\n (s\/conditional\n (comp (partial = :not) first) NotExpression\n (comp (partial = :and) first) AndExpression\n (comp (partial = :or) first) OrExpression))\n\n(s\/defschema BooleanExpression\n (s\/conditional\n boolean? s\/Bool\n vector? CompositeExpression\n :else s\/Any))\n","subject":"Add refer-clojure to avoid 1.9 compilation warning","message":"Add refer-clojure to avoid 1.9 compilation warning\n","lang":"Clojure","license":"mit","repos":"juxt\/yada,delitescere\/yada,juxt\/yada,mbutlerw\/yada,delitescere\/yada,mbutlerw\/yada,mbutlerw\/yada,delitescere\/yada,juxt\/yada"}
{"commit":"1395879cabb3476dff420988fb31dc213a39351f","old_file":"src\/clojure\/uk\/org\/potentialdifference\/darknet\/websocket.clj","new_file":"src\/clojure\/uk\/org\/potentialdifference\/darknet\/websocket.clj","old_contents":"(ns uk.org.potentialdifference.darknet.websocket\n (:import [org.java_websocket.client WebSocketClient]\n [org.java_websocket.drafts Draft_10]\n [java.net URI]))\n\n(defn connect! [url options]\n (.connect (proxy [WebSocketClient]\n [(new URI url) (new Draft_10)]\n (onOpen [handshake]\n ((:on-open options) handshake))\n (onClose [code reason remote]\n ((:on-close options) code reason remote))\n (onMessage [message]\n ((:on-message options) message))\n (onError [^java.lang.Exception e]\n ((:on-error options) e)))))\n","new_contents":"(ns uk.org.potentialdifference.darknet.websocket\n (:import [org.java_websocket.client WebSocketClient]\n [org.java_websocket.drafts Draft_10]\n [java.net URI]))\n\n(defn connect! [url options]\n (.connectBlocking\n (proxy [WebSocketClient]\n [(new URI url) (new Draft_10)]\n (onOpen [handshake]\n ((:on-open options) handshake))\n (onClose [code reason remote]\n ((:on-close options) code reason remote))\n (onMessage [message]\n ((:on-message options) message))\n (onError [^java.lang.Exception e]\n ((:on-error options) e)))))\n","subject":"Connect blocking to avoid duplicate connections","message":"Connect blocking to avoid duplicate connections\n","lang":"Clojure","license":"epl-1.0","repos":"henrygarner\/darknet-app"}
{"commit":"191a612459459d72a59da2d5814fd6733b48418d","old_file":"src\/qcast\/feed\/ext\/simple_chapters.clj","new_file":"src\/qcast\/feed\/ext\/simple_chapters.clj","old_contents":"(ns ^{:doc \"Simple Chapters extension: http:\/\/podlove.org\/simple-chapters.\n Specification: http:\/\/podlove.org\/simple-chapters\"}\n qcast.feed.ext.simple-chapters\n (:require [hiccup.util :refer [escape-html]]))\n\n\n;;; Interface\n\n;; Channel\n\n;; Channel or Item\n\n;; Item\n\n(defn chapter\n ([start title]\n [:psc:chapter {:start start, :title (escape-html title)}])\n ([start title link-url]\n (assoc-in (chapter start title) [1 :href] link-url))\n ([start title link-url image-url]\n (assoc-in (chapter start title link-url) [1 :image] image-url)))\n\n(defn chapters [& chapters]\n [:psc:chapters {:version \"1.2\"} (map #(apply chapter %) chapters)])\n","new_contents":"(ns ^{:doc \"Simple Chapters extension: http:\/\/podlove.org\/simple-chapters.\n Specification: http:\/\/podlove.org\/simple-chapters\"}\n qcast.feed.ext.simple-chapters\n (:require [hiccup.util :refer [escape-html]]))\n\n\n;;; Globals\n\n(def ^:private version \"1.2\")\n\n;;; Interface\n\n;; Channel\n\n;; Channel or Item\n\n;; Item\n\n(defn chapter\n ([start title]\n [:psc:chapter {:start start, :title (escape-html title)}])\n ([start title link-url]\n (assoc-in (chapter start title) [1 :href] link-url))\n ([start title link-url image-url]\n (assoc-in (chapter start title link-url) [1 :image] image-url)))\n\n(defn chapters [& chapters]\n [:psc:chapters {:version version} (map #(apply chapter %) chapters)])\n","subject":"Use global for simple-chapter version","message":"Use global for simple-chapter version\n","lang":"Clojure","license":"epl-1.0","repos":"i-s-o-g-r-a-m\/qcast,i-s-o-g-r-a-m\/qcast,djui\/qcast,djui\/qcast"}
{"commit":"f776eec3d78abe0052ee4252d0ef80478ec35706","old_file":"build.boot","new_file":"build.boot","old_contents":"(set-env!\n :source-paths #{\"src\"})\n\n(def +version+ \"0.1.0\")\n\n(task-options!\n pom {:project 'http-server\n :version +version+\n :description \"A Java HTTP server.\"\n :url \"https:\/\/github.com\/RadicalZephyr\/http-server\"\n :scm {:url \"https:\/\/github.com\/RadicalZephyr\/http-server.git\"}\n :licens {\"MIT\" \"http:\/\/opensource.org\/licenses\/MIT\"}})\n\n(deftask build\n \"Build my http server.\"\n []\n (comp (javac)\n (pom)\n (jar)))\n","new_contents":"(set-env!\n :source-paths #{\"src\"}\n :dependencies '[[junit \"4.12\" :scope \"test\"]])\n\n(def +version+ \"0.1.0\")\n\n(task-options!\n pom {:project 'http-server\n :version +version+\n :description \"A Java HTTP server.\"\n :url \"https:\/\/github.com\/RadicalZephyr\/http-server\"\n :scm {:url \"https:\/\/github.com\/RadicalZephyr\/http-server.git\"}\n :licens {\"MIT\" \"http:\/\/opensource.org\/licenses\/MIT\"}})\n\n(deftask build\n \"Build my http server.\"\n []\n (comp (javac)\n (pom)\n (jar)))\n","subject":"Add junit as a test dependency","message":"Add junit as a test dependency\n","lang":"Clojure","license":"mit","repos":"RadicalZephyr\/http-server"}
{"commit":"c092a5e83a7ca60d930986b42069360f6800062d","old_file":"src\/main\/clojure\/lazytest\/attach.clj","new_file":"src\/main\/clojure\/lazytest\/attach.clj","old_contents":"(ns lazytest.attach\n (:use [lazytest.groups :only (group?)]))\n\n(defn groups-var\n \"Creates or returns the Var storing Groups in namespace n.\"\n [n]\n (or (ns-resolve n '*lazytest-groups*)\n (intern n (with-meta '*lazytest-groups* {:private true}) #{})))\n\n(defn groups\n \"Returns the Groups for namespace n\"\n [n]\n (var-get (groups-var n)))\n\n(defn all-groups\n \"Returns a sequence of all Groups in all namespaces.\"\n []\n (mapcat (comp seq groups) (all-ns)))\n\n(defn add-group\n \"Adds Group g to namespace n.\"\n [n g]\n {:pre [(group? g)\n\t (the-ns n)]}\n {:post [(some #{g} (seq (groups n)))]}\n (alter-var-root (groups-var (the-ns n)) conj g))\n\n","new_contents":"(ns lazytest.attach)\n\n(defn groups\n \"Returns the Groups for namespace n\"\n [n]\n (map var-get (filter #(::group (meta %)) (vals (ns-interns n)))))\n\n(defn all-groups\n \"Returns a sequence of all Groups in all namespaces.\"\n []\n (mapcat groups (all-ns)))\n\n(defn add-group\n \"Adds Group g to namespace n.\"\n [n g]\n (intern n (with-meta (gensym \"lazytest-group-\") {::group true}) g))\n\n(defn clear-groups\n \"Removes all test groups from namespace n.\"\n [n]\n (doseq [[sym v] (ns-interns n)]\n (when (::group (meta v))\n (ns-unmap n sym))))\n","subject":"Attach interns new vars instead of using a single var","message":"Attach interns new vars instead of using a single var\n","lang":"Clojure","license":"epl-1.0","repos":"stuartsierra\/lazytest"}
{"commit":"f5e8c10022e94a7e8099f295735dd7be022a7210","old_file":"src\/circle\/util\/fs.clj","new_file":"src\/circle\/util\/fs.clj","old_contents":"(ns circle.util.fs\n \"utilities for working with files and directories\"\n (:require fs)\n (:require [clojure.java.io :as io])\n (:import org.apache.commons.io.FileUtils)\n (:require [circle.sh :as sh]))\n\n(defn all-files\n \"Returns a list of all files in the repos\"\n [dir]\n (FileUtils\/listFiles (io\/as-file dir) nil true))\n\n(defn files-matching\n \"Returns a list of files that match re.\"\n [dir re]\n (->> dir\n (all-files)\n (filter #(re-find re %))))\n\n(defn re-file?\n \"True if the contents of the file match the regex\"\n [file re]\n (when (fs\/exists? file)\n (boolean (seq (re-find re (slurp file))))))\n\n(defn line-count\n \"returns the number of lines in the file\"\n [file]\n (->> file (slurp) (re-seq #\"\\n\") (count)))","new_contents":"(ns circle.util.fs\n \"utilities for working with files and directories\"\n (:require fs)\n (:require [clojure.java.io :as io])\n (:import org.apache.commons.io.FileUtils)\n (:require [circle.sh :as sh]))\n\n(defn all-files\n \"Returns a list of all files in the repos\"\n [dir]\n (when (fs\/exists? dir)\n (FileUtils\/listFiles (io\/as-file dir) nil true)))\n\n(defn files-matching\n \"Returns a list of files that match re.\"\n [dir re]\n (->> dir\n (all-files)\n (filter #(re-find re %))))\n\n(defn re-file?\n \"True if the contents of the file match the regex\"\n [file re]\n (when (fs\/exists? file)\n (boolean (seq (re-find re (slurp file))))))\n\n(defn line-count\n \"returns the number of lines in the file\"\n [file]\n (->> file (slurp) (re-seq #\"\\n\") (count)))","subject":"Fix a bug where FileUtils throws when the root dir isn't present","message":"Fix a bug where FileUtils throws when the root dir isn't present\n","lang":"Clojure","license":"epl-1.0","repos":"prathamesh-sonpatki\/frontend,circleci\/frontend,RayRutjes\/frontend,prathamesh-sonpatki\/frontend,RayRutjes\/frontend,circleci\/frontend,circleci\/frontend"}
{"commit":"ef3815c458ac03f82d88401ca83a4c0d545241b2","old_file":"src\/vip\/data_processor\/pipeline.clj","new_file":"src\/vip\/data_processor\/pipeline.clj","old_contents":"(ns vip.data-processor.pipeline\n (:require [clojure.tools.logging :as log]\n [clojure.stacktrace :as stacktrace]))\n\n(defn try-validation [validation ctx]\n (try\n (validation ctx)\n (catch Throwable e\n (log\/error e)\n (assoc ctx :stop \"Exception caught\"\n :exception e))))\n\n(defn run-pipeline [c]\n (loop [ctx c]\n (if-let [next-step (-> ctx :pipeline first)]\n (let [next-ctx (try-validation next-step ctx)]\n (if (:stop next-ctx)\n next-ctx\n (recur (assoc next-ctx :pipeline (rest (:pipeline ctx))))))\n ctx)))\n\n(defn process [pipeline initial-input]\n (let [ctx {:input initial-input\n :pipeline pipeline}\n result (run-pipeline ctx)]\n (log\/info result)\n (when-let [ex (:exception result)]\n (log\/error (with-out-str (stacktrace\/print-stack-trace ex)))\n (throw (ex-info \"Exception during processing\" {:exception ex\n :initial-ctx ctx\n :final-ctx result})))\n result))\n","new_contents":"(ns vip.data-processor.pipeline\n (:require [clojure.tools.logging :as log]\n [clojure.stacktrace :as stacktrace]))\n\n(defn try-validation [validation ctx]\n (try\n (validation ctx)\n (catch Throwable e\n (log\/error e)\n (assoc ctx :stop \"Exception caught\"\n :exception e))))\n\n(defn run-pipeline [c]\n (loop [ctx c]\n (if-let [next-step (-> ctx :pipeline first)]\n (let [next-ctx (try-validation next-step ctx)]\n (if (:stop next-ctx)\n next-ctx\n (recur (assoc next-ctx :pipeline (rest (:pipeline ctx))))))\n ctx)))\n\n(defn process [pipeline initial-input]\n (let [ctx {:input initial-input\n :warnings []\n :errors []\n :pipeline pipeline}\n result (run-pipeline ctx)]\n (log\/info result)\n (when-let [ex (:exception result)]\n (log\/error (with-out-str (stacktrace\/print-stack-trace ex)))\n (throw (ex-info \"Exception during processing\" {:exception ex\n :initial-ctx ctx\n :final-ctx result})))\n result))\n","subject":"Add warnings and errors keys to context","message":"[CS] Add warnings and errors keys to context\n","lang":"Clojure","license":"bsd-3-clause","repos":"votinginfoproject\/data-processor"}
{"commit":"4291b5152eee704fac9500e163af6156a497888a","old_file":"src\/incise\/utils.clj","new_file":"src\/incise\/utils.clj","old_contents":"(ns incise.utils\n (:import [java.io File]))\n\n(defn- gitignore-file? [^File file]\n (= (.getName file) \".gitignore\"))\n\n(defn delete-recursively\n \"Delete a directory tree.\"\n [^File root]\n (when (.isDirectory root)\n (doseq [file (remove gitignore-file? (.listFiles root))]\n (delete-recursively file)))\n (.delete root))\n","new_contents":"(ns incise.utils\n (:import [java.io File]))\n\n(defn- gitignore-file? [^File file]\n (= (.getName file) \".gitignore\"))\n\n(defn delete-recursively\n \"Delete a directory tree.\"\n [^File root]\n (when root\n (when (.isDirectory root)\n (doseq [file (remove gitignore-file? (.listFiles root))]\n (delete-recursively file)))\n (.delete root)))\n","subject":"Modify delete-recursively to fail gracefully for nil root.","message":"Modify delete-recursively to fail gracefully for nil root.\n","lang":"Clojure","license":"epl-1.0","repos":"RyanMcG\/incise-core"}
{"commit":"92283f468b33930ca55e3270941491671bf403c1","old_file":"src\/clj\/made_merits\/service\/leaderboard_users.clj","new_file":"src\/clj\/made_merits\/service\/leaderboard_users.clj","old_contents":"(ns made-merits.service.leaderboard-users\n (:require [made-merits.service.winner-calculator :as winner-calculator]\n [made-merits.service.score-calculator :as score-calculator]))\n\n(defn with-winner-first\n [scored-users-with-merits]\n (reverse (sort-by #(= \"winner\" (:status %)) scored-users-with-merits)))\n\n(defn presentable\n [db-users]\n (with-winner-first\n (winner-calculator\/with-winner\n (score-calculator\/with-score db-users))))\n","new_contents":"(ns made-merits.service.leaderboard-users\n (:require [made-merits.service.winner-calculator :as winner-calculator]\n [made-merits.service.score-calculator :as score-calculator]))\n\n(defn with-winner-first\n [scored-users-with-merits]\n (reverse (sort-by :score scored-users-with-merits)))\n\n(defn presentable\n [db-users]\n (with-winner-first\n (winner-calculator\/with-winner\n (score-calculator\/with-score db-users))))\n","subject":"Sort by score not status","message":"Sort by score not status\n","lang":"Clojure","license":"mit","repos":"emileswarts\/made-merits,emileswarts\/made-merits"}
{"commit":"a623c704fc708b44bdd18750131afe33fe86ae21","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.9.7.0-alpha21\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.9.7.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"72724642ab0195cfb8400bccf7b0ead0c2f154a3","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject todo-repl-webapp \"0.1.0-SNAPSHOT\"\n :description \"Todo-repl\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.5\"]\n [hiccup \"1.0.4\"]\n [ring\/ring-jetty-adapter \"1.1.6\"]\n [org.ocpsoft.prettytime\/prettytime-nlp \"3.0.2.Final\"]]\n :uberjar-name \"todo-repl-webapp-standalone.jar\"\n :main todo-repl-webapp.handler\n :source-paths [\"src\"\n \"src\/todo_repl\/\"\n \"src\/todo_repl_webapp\/\"]\n :plugins [[lein-ring \"0.8.5\"]]\n :ring {:handler todo-repl-webapp.handler\/app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.5\"]\n [com.cemerick\/friend \"0.2.0\"]]}})\n","new_contents":"(defproject todo-repl-webapp \"0.1.0-SNAPSHOT\"\n :description \"Todo-repl\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.5\"]\n [hiccup \"1.0.4\"]\n [ring\/ring-jetty-adapter \"1.1.6\"]\n [org.ocpsoft.prettytime\/prettytime-nlp \"3.0.2.Final\"]]\n :uberjar-name \"todo-repl-webapp-standalone.jar\"\n :main todo-repl-webapp.handler\n :source-paths [\"src\"\n \"src\/todo_repl\/\"\n \"src\/todo_repl_webapp\/\"]\n :plugins [[lein-ring \"0.8.5\"]]\n :ring {:handler todo-repl-webapp.handler\/secured-app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.5\"]\n [com.cemerick\/friend \"0.2.0\"]]}})\n","subject":"Change ring to use the secured-app","message":"Change ring to use the secured-app\n","lang":"Clojure","license":"mit","repos":"Pance\/todo-repl-webapp"}
{"commit":"96a01690fa3fcf8a0339e5d617e46b39dbe903aa","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject lein-droid\/lein-droid \"0.2.0-SNAPSHOT\"\n :description \"Plugin for easy Clojure\/Android development and deployment\"\n :url \"https:\/\/github.com\/alexander-yakushev\/lein-droid\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.0\"]\n [leiningen \"2.1.3\"]\n [leiningen-core \"2.1.3\"]\n [robert\/hooke \"1.1.2\"]\n [org.clojure\/data.zip \"0.1.0\"]\n [com.cemerick\/pomegranate \"0.2.0\"]]\n :min-lein-version \"2.0.0\"\n :resource-paths [\"res\"]\n :eval-in-leiningen false\n\n :java-source-paths [\"src\"]\n :javac-options [\"-target\" \"1.6\" \"-source\" \"1.6\"]\n :warn-on-reflection true\n :aot [#\"leiningen\\.droid\"])\n","new_contents":"(defproject lein-droid\/lein-droid \"0.2.0-SNAPSHOT\"\n :description \"Plugin for easy Clojure\/Android development and deployment\"\n :url \"https:\/\/github.com\/alexander-yakushev\/lein-droid\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[robert\/hooke \"1.3.0\"]\n [org.clojure\/data.zip \"0.1.1\"]]\n :min-lein-version \"2.0.0\"\n :resource-paths [\"res\"]\n :eval-in-leiningen true)\n","subject":"Remove AOT options and bump dependencies versions","message":"Remove AOT options and bump dependencies versions\n\nBenchmarks showed that AOT-compiling lein-droid yields no performance\nboost whatsoever, so I decided to drop it in favor of portability.\n","lang":"Clojure","license":"epl-1.0","repos":"nablaa\/lein-droid,celeritas9\/lein-droid,dferens\/lein-droid,pw4ever\/lein-droid-for-tbnl,kenrestivo\/lein-droid,clojure-android\/lein-droid,celeritas9\/lein-droid,clojure-android\/lein-droid,kenrestivo\/lein-droid"}
{"commit":"9f62be30c21f0acaf72df6c395b4b9806784433c","old_file":"examples\/simple\/project.clj","new_file":"examples\/simple\/project.clj","old_contents":"(defproject simple-re-frame \"0.5.0\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.145\"]\n [reagent \"0.5.1\"]\n [re-frame \"0.5.0-alpha3\"]\n [figwheel \"0.2.6\"]]\n\n :plugins [[lein-cljsbuild \"1.1.0\"]\n [lein-figwheel \"0.3.8\"]]\n\n :hooks [leiningen.cljsbuild]\n\n :profiles {:dev {:cljsbuild\n {:builds {:client {:source-paths [\"devsrc\"]\n :compiler {:main simpleexample.dev\n :asset-path \"js\"\n :optimizations :none\n :source-map true\n :source-map-timestamp true}}}}}\n\n :prod {:cljsbuild\n {:builds {:client {:compiler {:optimizations :advanced\n :elide-asserts true\n :pretty-print false}}}}}}\n\n :figwheel {:repl false}\n\n :clean-targets ^{:protect false} [\"resources\/public\/js\"]\n\n :cljsbuild {:builds {:client {:source-paths [\"src\"]\n :compiler {:output-dir \"resources\/public\/js\"\n :output-to \"resources\/public\/js\/client.js\"}}}})\n","new_contents":"(defproject simple-re-frame \"0.5.0\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.145\"]\n [reagent \"0.5.1\"]\n [re-frame \"0.5.0\"]]\n\n :plugins [[lein-cljsbuild \"1.1.0\"]\n [lein-figwheel \"0.4.1\"]]\n\n :hooks [leiningen.cljsbuild]\n\n :profiles {:dev {:cljsbuild\n {:builds {:client {:source-paths [\"devsrc\"]\n :compiler {:main simpleexample.dev\n :asset-path \"js\"\n :optimizations :none\n :source-map true\n :source-map-timestamp true}}}}}\n\n :prod {:cljsbuild\n {:builds {:client {:compiler {:optimizations :advanced\n :elide-asserts true\n :pretty-print false}}}}}}\n\n :figwheel {:repl false}\n\n :clean-targets ^{:protect false} [\"resources\/public\/js\"]\n\n :cljsbuild {:builds {:client {:source-paths [\"src\"]\n :compiler {:output-dir \"resources\/public\/js\"\n :output-to \"resources\/public\/js\/client.js\"}}}})\n","subject":"Move example to latest versions","message":"Move example to latest versions\n","lang":"Clojure","license":"mit","repos":"daiyi\/re-frame,chpill\/re-frankenstein,danielcompton\/re-frame,martinklepsch\/re-frame,chpill\/re-frankenstein,richardharrington\/re-frame,Day8\/re-frame,martinklepsch\/re-frame,danielcompton\/re-frame,Day8\/re-frame,richardharrington\/re-frame,richardharrington\/re-frame,martinklepsch\/re-frame,danielcompton\/re-frame,daiyi\/re-frame,Day8\/re-frame,daiyi\/re-frame,chpill\/re-frankenstein"}
{"commit":"81c000eede871a0d79a56872dd6d90b1b3a38243","old_file":"ext\/transit\/project.clj","new_file":"ext\/transit\/project.clj","old_contents":";; Copyright © 2014-2017, JUXT LTD.\n\n(def VERSION \"1.3.0-alpha3\")\n\n(defproject yada\/transit VERSION\n :description \"Support for transit media-types\"\n :license {:name \"The MIT License\"\n :url \"https:\/\/opensource.org\/licenses\/MIT\"}\n :pedantic? :abort\n :dependencies [[yada\/core ~VERSION]\n [com.cognitect\/transit-clj \"0.8.297\"]])\n","new_contents":";; Copyright © 2014-2017, JUXT LTD.\n\n(def VERSION \"1.3.0-alpha3\")\n\n(defproject yada\/transit VERSION\n :description \"Support for transit media-types\"\n :license {:name \"The MIT License\"\n :url \"https:\/\/opensource.org\/licenses\/MIT\"}\n :pedantic? :abort\n :dependencies [[yada\/core ~VERSION]\n [com.cognitect\/transit-clj \"0.8.313\"]\n [com.cognitect\/transit-java \"0.8.337\" :exclusions [commons-codec]]])\n","subject":"Fix transit dep on common-codec","message":"Fix transit dep on common-codec\n","lang":"Clojure","license":"mit","repos":"juxt\/yada,juxt\/yada,juxt\/yada"}
{"commit":"5f5a73eb6145090410729f27c6a7564711d1cc19","old_file":"src\/clj_tutorials\/main.clj","new_file":"src\/clj_tutorials\/main.clj","old_contents":"(ns clj-tutorials.main\n (:require [compojure.core :refer :all]\n [compojure.handler :as handler]\n [org.httpkit.server :refer [run-server]]))\n\n(defroutes app-routes\n (GET \"\/ping\" [] \"pong\"))\n\n(defn run []\n (run-server (handler\/api app-routes) {:port 8080 :join? false}))\n\n\n","new_contents":"(ns clj-tutorials.main\n (:require [compojure.core :refer :all]\n [compojure.handler :as handler]\n [org.httpkit.server :refer [run-server]]))\n\n(def ongoing-requests (atom 0))\n\n(defn- pong []\n (let [ongoing-reqs (swap! ongoing-requests inc)\n start (System\/currentTimeMillis)]\n (when (= 0 (mod ongoing-reqs 10))\n (prn \"Ongoing requests \" ongoing-reqs))\n (Thread\/sleep 50)\n (swap! ongoing-requests #(- % 1))\n \"pong\"))\n\n(defroutes app-routes\n (GET \"\/ping\" [] (pong)))\n\n(defn run []\n (run-server (handler\/api app-routes) {:port 8080 :join? false}))\n\n\n","subject":"Add ongoing requests counter to test server","message":"Add ongoing requests counter to test server\n","lang":"Clojure","license":"epl-1.0","repos":"mhjort\/clj-tutorials"}
{"commit":"593582e091a30f0f38144fc0bf3b66994157d4d1","old_file":"resources\/leiningen\/new\/audio\/build.boot","new_file":"resources\/leiningen\/new\/audio\/build.boot","old_contents":"(set-env!\n :source-paths #{\"src\"}\n :resource-paths #{\"resources\"}\n :dependencies '[[org.clojure\/clojure \"1.8.0\"]\n [alda \"1.0.0-rc34\"]])\n\n(task-options!\n pom {:project '{{app-name}}\n :version \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"}\n aot {:namespace #{'{{namespace}}}}\n jar {:main '{{namespace}}})\n\n(require '{{namespace}})\n\n(deftask run []\n (comp\n (watch)\n (with-pre-wrap fileset\n ({{namespace}}\/-main)\n fileset)))\n\n(deftask build []\n (comp (aot) (pom) (uber) (jar) (target)))\n\n","new_contents":"(set-env!\n :source-paths #{\"src\"}\n :resource-paths #{\"resources\"}\n :dependencies '[[org.clojure\/clojure \"1.8.0\"]\n [alda \"1.0.0-rc34\"]])\n\n(task-options!\n pom {:project '{{app-name}}\n :version \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"}\n aot {:namespace #{'{{namespace}}}}\n jar {:main '{{namespace}}})\n\n(require '{{namespace}})\n\n(deftask run []\n (comp\n (wait)\n (with-pre-wrap fileset\n ({{namespace}}\/-main)\n fileset)))\n\n(deftask build []\n (comp (aot) (pom) (uber) (jar) (target)))\n\n","subject":"Change watch -> wait in audio tempalte","message":"Change watch -> wait in audio tempalte\n","lang":"Clojure","license":"unlicense","repos":"oakes\/Nightcode,oakes\/Nightcode"}
{"commit":"5fb406194e2ae83205b502a97d62c4fab2af48c7","old_file":"settings\/lk\/scratch.clj","new_file":"settings\/lk\/scratch.clj","old_contents":"(ns scratch\n (:require [clojure.test :as test]\n [clojure.repl :as repl]\n [eftest.runner :as eftest]\n [clojure.tools.namespace.find :as ns.find]\n [clojure.tools.namespace.repl :as ns.repl]\n [clojure.java.io :as io])\n (:import (java.io File)))\n\n(defn init! []\n (ns.repl\/disable-reload! *ns*))\n\n(def refresh ns.repl\/refresh)\n(def refresh-all ns.repl\/refresh-all)\n\n(defn list-ns\n \"Return list of symbols of namespaces found in src dir\"\n []\n (ns.find\/find-namespaces-in-dir (File. \".\/src\/\")))\n\n(defn t\n \"Reload and run tests. Without arguments run all tests.\n If argument is passed (String) is interpreted as a regex to\n find a namespace\"\n ([]\n (refresh)\n (eftest\/run-tests (eftest\/find-tests \"test\")))\n ([pattern]\n (let [regex (re-pattern pattern)\n nss (filter (fn [v] (re-find regex (str v)))\n (eftest\/find-tests \"test\"))]\n (refresh)\n (eftest\/run-tests nss))))\n\n(println \"yo\")\n(init!)\n","new_contents":"(ns scratch\n (:require [clojure.test :as test]\n [clojure.repl :as repl]\n [eftest.runner :as eftest]\n [clojure.tools.namespace.find :as ns.find]\n [clojure.tools.namespace.repl :as ns.repl]\n [clojure.java.io :as io])\n (:import (java.io File)))\n\n(def multithread (atom false))\n(defn init! []\n (ns.repl\/disable-reload! *ns*))\n\n(def refresh ns.repl\/refresh)\n(def refresh-all ns.repl\/refresh-all)\n\n(defn list-ns\n \"Return list of symbols of namespaces found in src dir\"\n []\n (ns.find\/find-namespaces-in-dir (File. \".\/src\/\")))\n\n(defn t\n \"Reload and run tests. Without arguments run all tests.\n If argument is passed (String) is interpreted as a regex to\n find a namespace\"\n ([]\n (refresh)\n (eftest\/run-tests (eftest\/find-tests \"test\")\n {:multithread? @multithread}))\n ([pattern]\n (let [regex (re-pattern pattern)\n nss (filter (fn [v] (re-find regex (str v)))\n (eftest\/find-tests \"test\"))]\n (refresh)\n (eftest\/run-tests nss\n {:multithread? @multithread}))))\n\n(println \"yo\")\n(init!)\n","subject":"Disable eftest multi threading by default","message":"Disable eftest multi threading by default\n","lang":"Clojure","license":"mit","repos":"lukaszkorecki\/cult-leader"}
{"commit":"fec0bff51e4fdeb11e89e12c73c5a76d7cd9df87","old_file":"src\/onyx\/messaging\/aeron_media_driver.clj","new_file":"src\/onyx\/messaging\/aeron_media_driver.clj","old_contents":"(ns onyx.messaging.aeron-media-driver\n (:require [clojure.core.async :refer [chan = 2.0.0.","message":"Upgrade to lein >= 2.0.0.\n","lang":"Clojure","license":"mit","repos":"tiredpixel\/mtrx9"}
{"commit":"7aa59ec8fca5d5121cd062f97fc64d13a7a6360e","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject doctopus \"0.1.0-SNAPSHOT\"\n :description \"An un-opinionated framework for docs on the wobs\"\n :url \"http:\/\/github.com\/Gastove\/doctopus\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [joda-time\/joda-time \"2.6\"]\n [markdown-clj \"0.9.63\"]\n [me.raynes\/fs \"1.4.6\"]\n [http-kit \"2.1.16\"]\n [jarohen\/nomad \"0.7.0\"]\n [com.taoensso\/timbre \"3.4.0\"]\n [ring\/ring-defaults \"0.1.4\"]\n [ring\/ring-core \"1.3.2\"]\n [ring\/ring-devel \"1.3.2\"]\n [bidi \"1.18.10\"]\n [enlive \"1.1.5\"]]\n :plugins [[lein-marginalia \"0.8.0\"]]\n :main ^:skip-aot doctopus.web\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject doctopus \"0.1.0-SNAPSHOT\"\n :description \"An un-opinionated framework for docs on the wobs\"\n :url \"http:\/\/github.com\/Gastove\/doctopus\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [joda-time\/joda-time \"2.6\"]\n [markdown-clj \"0.9.63\"]\n [me.raynes\/fs \"1.4.6\"]\n [http-kit \"2.1.16\"]\n [jarohen\/nomad \"0.7.0\"]\n [com.taoensso\/timbre \"3.4.0\"]\n [ring\/ring-defaults \"0.1.4\"]\n [ring\/ring-core \"1.3.2\"]\n [ring\/ring-devel \"1.3.2\"]\n [bidi \"1.18.10\"]\n [enlive \"1.1.5\"]\n [ring\/ring-mock \"0.2.0\"]]\n :plugins [[lein-marginalia \"0.8.0\"]]\n :main ^:skip-aot doctopus.web\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","subject":"Add the ring mock lib","message":"Add the ring mock lib\n","lang":"Clojure","license":"epl-1.0","repos":"Gastove\/doctopus"}
{"commit":"58eeec5dd8ce8c718dd7944b86fea65915b359eb","old_file":"project.clj","new_file":"project.clj","old_contents":";;;; This file is part of gorilla-repl. Copyright (C) 2014-, Jony Hudson.\n;;;;\n;;;; gorilla-repl is licenced to you under the MIT licence. See the file LICENCE.txt for full details.\n\n(defproject gorilla-repl \"0.3.3-SNAPSHOT\"\n :description \"A rich REPL for Clojure in the notebook style.\"\n :url \"https:\/\/github.com\/JonyEpsilon\/gorilla-repl\"\n :license {:name \"MIT\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [http-kit \"2.1.16\"]\n [ring\/ring-json \"0.2.0\"]\n [cheshire \"5.0.2\"]\n [compojure \"1.1.6\"]\n [org.slf4j\/slf4j-api \"1.7.5\"]\n [ch.qos.logback\/logback-classic \"1.0.13\"]\n [clojure-complete \"0.2.3\"]\n [gorilla-renderable \"1.0.0\"]\n [org.clojure\/data.codec \"0.1.0\"]\n [grimradical\/clj-semver \"0.2.0\"]]\n :main ^:skip-aot gorilla-repl.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","new_contents":";;;; This file is part of gorilla-repl. Copyright (C) 2014-, Jony Hudson.\n;;;;\n;;;; gorilla-repl is licenced to you under the MIT licence. See the file LICENCE.txt for full details.\n\n(defproject gorilla-repl \"0.3.3-SNAPSHOT\"\n :description \"A rich REPL for Clojure in the notebook style.\"\n :url \"https:\/\/github.com\/JonyEpsilon\/gorilla-repl\"\n :license {:name \"MIT\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [http-kit \"2.1.16\"]\n [ring\/ring-json \"0.2.0\"]\n [cheshire \"5.0.2\"]\n [compojure \"1.1.6\"]\n [org.slf4j\/slf4j-api \"1.7.5\"]\n [ch.qos.logback\/logback-classic \"1.0.13\"]\n [clojure-complete \"0.2.3\"]\n [gorilla-renderable \"1.0.0\"]\n [org.clojure\/data.codec \"0.1.0\"]\n [grimradical\/clj-semver \"0.2.0\" :exclusions [org.clojure\/clojure]]]\n :main ^:skip-aot gorilla-repl.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","subject":"Update to clojure 1.6.0, fix version range message.","message":"Update to clojure 1.6.0, fix version range message.\n\nFixes #139.\n","lang":"Clojure","license":"mit","repos":"gorillalabs\/gorilla-repl,gorillalabs\/gorilla-repl,mrcslws\/gorilla-repl,mrcslws\/gorilla-repl,deas\/gorilla-notebook,JonyEpsilon\/gorilla-repl,deas\/gorilla-notebook,deas\/gorilla-notebook,JonyEpsilon\/gorilla-repl,deas\/gorilla-notebook"}
{"commit":"b014d1c06b78a88d778c8bc364c4d8f834ea826b","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-beta1\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"39b66f62ab7d52db962d3f9d8046328a92ee1ee1","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject buddy\/buddy-core \"1.10.1\"\n :description \"Cryptographic Api for Clojure.\"\n :url \"https:\/\/github.com\/funcool\/buddy-core\"\n :license {:name \"Apache 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.10.3\" :scope \"provided\"]\n [org.clojure\/test.check \"1.1.0\" :scope \"test\"]\n [commons-codec\/commons-codec \"1.15\"]\n [cheshire \"5.10.0\"]\n [org.bouncycastle\/bcprov-jdk15on \"1.68\"]\n [org.bouncycastle\/bcpkix-jdk15on \"1.68\"]]\n :jar-name \"buddy-core.jar\"\n :source-paths [\"src\"]\n :java-source-paths [\"src\"]\n :test-paths [\"test\"]\n :global-vars {*warn-on-reflection* true}\n :jar-exclusions [#\"\\.cljx|\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"])\n","new_contents":"(defproject buddy\/buddy-core \"1.10.1\"\n :description \"Cryptographic Api for Clojure.\"\n :url \"https:\/\/github.com\/funcool\/buddy-core\"\n :license {:name \"Apache 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[org.clojure\/clojure \"1.10.3\" :scope \"provided\"]\n [org.clojure\/test.check \"1.1.0\" :scope \"test\"]\n [commons-codec\/commons-codec \"1.15\"]\n [cheshire \"5.10.1\"]\n [org.bouncycastle\/bcprov-jdk15on \"1.68\"]\n [org.bouncycastle\/bcpkix-jdk15on \"1.68\"]]\n :jar-name \"buddy-core.jar\"\n :source-paths [\"src\"]\n :java-source-paths [\"src\"]\n :test-paths [\"test\"]\n :global-vars {*warn-on-reflection* true}\n :jar-exclusions [#\"\\.cljx|\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"])\n","subject":"Bump cheshire dependency to 5.10.1","message":"Bump cheshire dependency to 5.10.1\n\nThis release of cheshire bumps the transitive dependency:\n\ncom.fasterxml.jackson.dataformat\/jackson-dataformat-cbor\n\nWhich includes a fix for CVE-2020-28491\n\nNote at the time of writing this commit the cheshire release notes do\nnot contain information on this release. However I have run lein nvd\non the appropriate commits in cheshire to confirm the problematic\ndependency is no longer present in this cheshire release.\n\nhttps:\/\/github.com\/dakrone\/cheshire\/commit\/a69ee9513a87fda3fb9bd454d256f37ec5961a86\n","lang":"Clojure","license":"apache-2.0","repos":"funcool\/buddy-core,funcool\/buddy-core"}
{"commit":"1120ae2b1d96f4419108166a2cc3aa68eb4b641c","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject jungerer \"0.1.0\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}})\n","new_contents":"(defproject jungerer \"0.1.1-SNAPSHOT\"\n :description \"Clojure network\/graph library wrapping JUNG\"\n :url \"https:\/\/github.com\/totakke\/jungerer\"\n :license {:name \"The BSD 3-Clause License\"\n :url \"https:\/\/opensource.org\/licenses\/BSD-3-Clause\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [net.sf.jung\/jung-algorithms \"2.1\"]\n [net.sf.jung\/jung-api \"2.1\"]\n [net.sf.jung\/jung-graph-impl \"2.1\"]\n [net.sf.jung\/jung-visualization \"2.1\"]]\n :profiles {:dev {:global-vars {*warn-on-reflection* true}}\n :1.7 {:dependencies [[org.clojure\/clojure \"1.7.0\"]]}})\n","subject":"Prepare for next development iteration (0.1.1-SNAPSHOT)","message":"Prepare for next development iteration (0.1.1-SNAPSHOT)\n","lang":"Clojure","license":"bsd-3-clause","repos":"totakke\/jungerer"}
{"commit":"dc9b7dd06bee62364aa1ac38703d7ab8f65c22e4","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject evolution-programs \"0.0.1\"\n :description \"A bunch of EP experiments for my IS665 course at Pace University\"\n :url \"http:\/\/pace.saagermhatre.in\/is665\/\"\n :license {:name \"MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [clj-genetic \"0.3.0\" :exclusions [org.clojure\/clojure]]\n [org.jfree\/jfreechart \"1.0.19\"]]\n :main ^:skip-aot clojure.main\n :target-path \"target\/%s\")\n","new_contents":"(defproject evolution-programs \"0.0.1\"\n :description \"A bunch of EP experiments for my IS665 course at Pace University\"\n :url \"http:\/\/pace.saagermhatre.in\/is665\/\"\n :license {:name \"MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [clj-genetic \"0.3.0\" :exclusions [org.clojure\/clojure]]\n [org.jfree\/jfreechart \"1.0.19\"]]\n :main ^:skip-aot clojure.main\n :source-paths [\"src\/main\/clojure\"]\n :target-path \"target\/%s\")\n","subject":"Update lein config for new structure","message":"Update lein config for new structure\n","lang":"Clojure","license":"mit","repos":"dexterous\/data-mining-experiments"}
{"commit":"a7c0cfc76b5b8e46af6625f9264eaca27d56b58d","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject theatralia \"0.0.1-SNAPSHOT\"\n :description \"Cool new project to do things and stuff\"\n :dependencies [[org.clojure\/clojure \"1.4.0\"]]\n :profiles {:dev {:dependencies [[midje \"1.5.0\"]]}})\n \n","new_contents":"(defproject theatralia \"0.0.1-SNAPSHOT\"\n :description \"Cool new project to do things and stuff\"\n :dependencies [[org.clojure\/clojure \"1.6.0\"]]\n :profiles {:dev {:dependencies [[midje \"1.6.3\"]]}})\n\n","subject":"Set newest versions of Clojure and Midje","message":"Set newest versions of Clojure and Midje\n","lang":"Clojure","license":"mit","repos":"rmoehn\/theatralia,u-o\/theatralia"}
{"commit":"cf59c13ba2e21d705a7b8d745349e1e4dea30ab7","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject mvMusic \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.5\"]]\n :plugins [[lein-ring \"0.8.5\"]]\n :ring {:handler mvMusic.handler\/app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.5\"]]}})\n","new_contents":"(defproject mvMusic \"0.1.0-SNAPSHOT\"\n :description \"A server application for converting and downloading music with a web front end\"\n :url \"https:\/\/github.com\/DanPallas\/mvMusic.git\"\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [compojure \"1.1.5\"]\n [hiccup \"1.0.4\"]]\n :plugins [[lein-ring \"0.8.7\"]]\n :ring {:handler mvMusic.handler\/app}\n :profiles\n {:dev {:dependencies [[ring-mock \"0.1.5\"]]}})\n","subject":"Add dependency hiccup and update ring to 0.8.7","message":"Add dependency hiccup and update ring to 0.8.7\n","lang":"Clojure","license":"epl-1.0","repos":"DanPallas\/mvMusic"}
{"commit":"a3d0e956a59dedcaf19ebceebf8327890ab79325","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject finagle-clojure \"0.1.0\"\n :description \"A light wrapper around Finagle for Clojure\"\n :url \"https:\/\/github.com\/twitter\/finagle-clojure\"\n :license {:name \"Apache License, Version 2.0\"\n :url \"https:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[finagle-clojure\/core \"0.1.0\"]\n [finagle-clojure\/thrift \"0.1.0\"]]\n :plugins [[lein-sub \"0.3.0\"]\n [codox \"0.8.10\"]\n [lein-midje \"3.1.3\"]]\n :sub [\"core\" \"thrift\"]\n :codox {:sources [\"core\/src\" \"thrift\/src\"]\n :defaults {:doc\/format :markdown}\n :output-dir \"doc\/codox\"\n :src-dir-uri \"http:\/\/github.com\/samn\/finagle-clojure\/blob\/v0.1.0\/\"\n :src-linenum-anchor-prefix \"L\"})\n","new_contents":"(defproject finagle-clojure \"0.1.0\"\n :description \"A light wrapper around Finagle for Clojure\"\n :url \"https:\/\/github.com\/twitter\/finagle-clojure\"\n :license {:name \"Apache License, Version 2.0\"\n :url \"https:\/\/www.apache.org\/licenses\/LICENSE-2.0\"}\n :dependencies [[finagle-clojure\/core \"0.1.0\"]\n [finagle-clojure\/thrift \"0.1.0\"]]\n :plugins [[lein-sub \"0.3.0\"]\n [codox \"0.8.10\"]\n [lein-midje \"3.1.3\"]]\n :sub [\"core\" \"thrift\"]\n :codox {:sources [\"core\/src\" \"thrift\/src\"]\n :defaults {:doc\/format :markdown}\n :output-dir \"doc\/codox\"\n :src-dir-uri \"https:\/\/github.com\/finagle\/finagle-clojure\/blob\/v0.1.0\/\"\n :src-linenum-anchor-prefix \"L\"})\n","subject":"Set codox src-dir-uri to github.com\/finagle","message":"Set codox src-dir-uri to github.com\/finagle\n\nnot samn\n","lang":"Clojure","license":"apache-2.0","repos":"finagle\/finagle-clojure,bguthrie\/finagle-clojure"}
{"commit":"e07dafd907350570f3015c248791d781676ddf41","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.aviso\/twixt \"0.1.3\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring\/ring-core \"1.2.0\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.1.2\"]\n [de.neuland\/jade4j \"0.3.15\"]\n [hiccup \"1.0.4\"]]\n :repositories [[\"jade4j\" \"https:\/\/raw.github.com\/neuland\/jade4j\/master\/releases\"]]\n :repl-options {\n :init-ns io.aviso.launch\n :port 4001}\n ;; The Sublime Text nREPL plugin is out of date, so...\n :repl-port 4001\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","new_contents":"(defproject io.aviso\/twixt \"0.1.3\"\n :description \"An extensible asset pipeline for Clojure web applications\"\n :url \"https:\/\/github.com\/AvisoNovate\/twixt\"\n :license {:name \"Apache Sofware Licencse 2.0\"\n :url \"http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/tools.logging \"0.2.6\"]\n [ring\/ring-core \"1.2.0\"]\n [org.mozilla\/rhino \"1.7R4\"]\n [com.github.sommeri\/less4j \"1.1.2\"]\n [de.neuland\/jade4j \"0.3.15\"]\n [io.aviso\/pretty \"0.1.3\"]\n [hiccup \"1.0.4\"]]\n :repositories [[\"jade4j\" \"https:\/\/raw.github.com\/neuland\/jade4j\/master\/releases\"]]\n :repl-options {\n :init-ns io.aviso.launch\n :port 4001}\n ;; The Sublime Text nREPL plugin is out of date, so...\n :repl-port 4001\n :profiles {:dev {:dependencies [[log4j \"1.2.17\"]\n [ring\/ring-jetty-adapter \"1.2.0\"]]}})\n","subject":"Add io.aviso:pretty as a dependency","message":"Add io.aviso:pretty as a dependency\n","lang":"Clojure","license":"apache-2.0","repos":"clyfe\/twixt,AvisoNovate\/twixt,AvisoNovate\/twixt,AvisoNovate\/twixt,clyfe\/twixt,clyfe\/twixt"}
{"commit":"4c436d407b8f309805a8aa15069c824750c7c46a","old_file":"src\/clj\/coffee_table\/component\/web_server.clj","new_file":"src\/clj\/coffee_table\/component\/web_server.clj","old_contents":"(ns coffee-table.component.web-server\n (:require [bidi.vhosts :refer [vhosts-model]]\n [schema.core :as s]\n [coffee-table.component.visits :refer [visit-routes]]\n [com.stuartsierra.component :as component]\n [yada.yada :as yada]\n [taoensso.timbre :as timbre]))\n\n(timbre\/refer-timbre)\n\n(s\/defn routes\n \"Create the URI route structure for our application.\"\n [visits]\n [\"\"\n [\n [\"\/hello\" (yada\/handler \"Hello World\")]\n [\"\/api\" [(visit-routes visits)]]\n [true (yada\/handler nil)]]])\n\n(s\/defrecord WebServer [host port visits listener]\n component\/Lifecycle\n (start [component]\n (if listener\n component ; idempotence\n (let [vhosts-model (vhosts-model [{:scheme :http :host host} (routes visits)])\n listener (yada\/listener vhosts-model {:port port})]\n (info ::started \"using port %s, host %s\" (:port listener) host)\n (assoc component :listener listener))))\n\n (stop [component]\n (when-let [close (get-in component [:listener :close])]\n (close))\n (assoc component :listener nil)))\n\n(defn new-web-server [m]\n (component\/using\n (map->WebServer m)\n [:visits]))\n","new_contents":"(ns coffee-table.component.web-server\n (:require [bidi.vhosts :refer [vhosts-model]]\n [schema.core :as s]\n [coffee-table.component.visits :refer [visit-routes]]\n [com.stuartsierra.component :as component]\n [yada.yada :as yada]\n [yada.swagger :refer [swaggered]]\n [taoensso.timbre :as timbre]))\n\n(timbre\/refer-timbre)\n\n(s\/defn routes\n \"Create the URI route structure for our application.\"\n [visits]\n [\"\"\n [\n [\"\/api\" (swaggered (visit-routes visits)\n {:info {:title \"Visits\"\n :version \"1.0\"\n :description \"A visits service\"}\n :basePath \"\/api\"})]\n [true (yada\/handler nil)]]])\n\n(s\/defrecord WebServer [host port visits listener]\n component\/Lifecycle\n (start [component]\n (if listener\n component ; idempotence\n (let [vhosts-model (vhosts-model [{:scheme :http :host host} (routes visits)])\n listener (yada\/listener vhosts-model {:port port})]\n (info ::started \"using port %s, host %s\" (:port listener) host)\n (assoc component :listener listener))))\n\n (stop [component]\n (when-let [close (get-in component [:listener :close])]\n (close))\n (assoc component :listener nil)))\n\n(defn new-web-server [m]\n (component\/using\n (map->WebServer m)\n [:visits]))\n","subject":"Add swagger to API endpoints","message":"Add swagger to API endpoints\n","lang":"Clojure","license":"epl-1.0","repos":"RobotDisco\/coffee-table,RobotDisco\/coffee-table"}
{"commit":"9a09eeba6777f12120a50ad16737c4aa1bbdf4a6","old_file":"src\/replme\/components\/docker.clj","new_file":"src\/replme\/components\/docker.clj","old_contents":"(ns replme.components.docker\n (:require [com.stuartsierra.component :as component]\n [docker.core :as docker]\n [clojure.tools.logging :as log]))\n\n(defrecord Docker [url client]\n component\/Lifecycle\n (start [component]\n (if (:client component) \n component\n (do (log\/info (str \"Connecting to docker server at \" url))\n (assoc component :client (docker\/make-client url)))))\n\n (stop [component]\n (if-not (:client component)\n component\n (do (log\/info \"Disconnected from Docker\")\n (dissoc component :client)))))\n\n(defn new-docker\n [url]\n (map->Docker {:url url}))\n","new_contents":"(ns replme.components.docker\n (:require [com.stuartsierra.component :as component]\n [docker.core :as docker]\n [docker.container :as container]\n [clojure.tools.logging :as log]))\n\n(defrecord Docker [url client]\n component\/Lifecycle\n (start [component]\n (if (:client component) \n component\n (do (log\/info (str \"Connecting to docker server at \" url))\n (let [client (docker\/make-client url)]\n (doseq [old-container (map :Id (container\/show-all client))]\n (container\/remove client old-container :force true))\n (assoc component :client client)))))\n\n (stop [component]\n (if-not (:client component)\n component\n (do (log\/info \"Disconnected from Docker\")\n (dissoc component :client)))))\n\n(defn new-docker\n [url]\n (map->Docker {:url url}))\n","subject":"Remove old containers on startup","message":"Remove old containers on startup\n","lang":"Clojure","license":"agpl-3.0","repos":"replme\/replme,clojurecup2014\/replme,replme\/replme-frontend,clojurecup2014\/replme"}
{"commit":"65101519fde1ecf1cdab5117a3ea048abc621fa4","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject brute \"0.4.0-SNAPSHOT\"\n :description \"A simple and lightweight Entity Component System library for writing games with Clojure\"\n :url \"http:\/\/www.github.com\/markmandel\/brute\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]\n [org.clojure\/math.numeric-tower \"0.0.4\"]]\n :plugins [[lein-codox \"0.9.0\"]\n [lein-cljsbuild \"1.1.1\"]]\n :cljsbuild {:builds\n [{:id \"src\"\n :source-paths [\"src\"]\n :compiler {:output-to \"target\/js\/src\/brute.js\"\n :output-dir \"target\/js\/src\"\n :source-map true\n :optimizations :none\n :pretty-print true}}\n {:id \"test\"\n :source-paths [\"src\" \"test\"]\n :compiler {:output-to \"target\/js\/test\/brute.js\"\n :output-dir \"target\/js\/test\"\n :source-map true\n :optimizations :none\n :pretty-print true}}]}\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.10\"]]\n :source-paths [\"dev\"]\n :repl-options {:init-ns user}\n :codox {:output-dir \"doc\/codox\"}}})","new_contents":"(defproject brute \"0.4.0-SNAPSHOT\"\n :description \"A simple and lightweight Entity Component System library for writing games with Clojure\"\n :url \"http:\/\/www.github.com\/markmandel\/brute\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]\n [org.clojure\/math.numeric-tower \"0.0.4\"]]\n :plugins [[lein-codox \"0.9.0\"]\n [lein-cljsbuild \"1.1.1\"]]\n :cljsbuild {:builds {:src {:source-paths [\"src\"]\n :compiler {:output-to \"target\/js\/src\/brute.js\"\n :output-dir \"target\/js\/src\"\n :source-map true\n :optimizations :none\n :pretty-print true}}\n :test {:source-paths [\"src\" \"test\"]\n :compiler {:output-to \"target\/js\/test\/brute.js\"\n :output-dir \"target\/js\/test\"\n :source-map true\n :optimizations :none\n :pretty-print true}}}}\n :profiles {:dev {:dependencies [[org.clojure\/tools.namespace \"0.2.10\"]]\n :source-paths [\"dev\"]\n :repl-options {:init-ns user}\n :codox {:output-dir \"doc\/codox\"}}})","subject":"Make it a map, easier to look at.","message":"Make it a map, easier to look at.\n","lang":"Clojure","license":"epl-1.0","repos":"markmandel\/brute"}
{"commit":"dc03ca51694d9dcb7bd170b84aeb152f33a2ba20","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject pomo \"0.1.0-SNAPSHOT\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]\n [sablono \"0.3.6\"]]\n :plugins [[lein-figwheel \"0.5.0-1\"]]\n :clean-targets [:target-path \"out\" \"resources\/public\/cljs\"]\n :cljsbuild {\n :builds [{:id \"dev\"\n :source-paths [\"src\"]\n :figwheel {:on-jsload \"pomo.core\/render!\"}\n :compiler {:main pomo.core\n :asset-path \"cljs\/out\"\n :output-to \"resources\/public\/cljs\/main.js\"\n :output-dir \"resources\/public\/cljs\/out\"}\n }]\n }\n :figwheel {\n :css-dirs [\"resources\/public\/css\"]\n }\n )\n","new_contents":"(defproject pomo \"0.1.0-SNAPSHOT\"\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [org.clojure\/clojurescript \"1.7.170\"]\n [sablono \"0.3.6\"]]\n :plugins [[lein-figwheel \"0.5.0-1\"]\n [lein-cljsbuild \"1.1.2\"]]\n :clean-targets [:target-path \"out\" \"resources\/public\/cljs\"]\n :cljsbuild {\n :builds [{:id \"dev\"\n :source-paths [\"src\"]\n :figwheel {:on-jsload \"pomo.core\/render!\"}\n :compiler {:main pomo.core\n :asset-path \"cljs\/out\"\n :output-to \"resources\/public\/cljs\/main.js\"\n :output-dir \"resources\/public\/cljs\/out\"}\n }\n {:id \"prod\"\n :source-paths [\"src\"]\n :compiler {:asset-path \"cljs\/out\"\n :output-to \"resources\/public\/cljs\/main.js\"\n :optimizations :advanced}\n }\n ]\n }\n :figwheel {\n :css-dirs [\"resources\/public\/css\"]\n }\n )\n","subject":"Add lein-cljsbuild and a \"prod\" config","message":"Add lein-cljsbuild and a \"prod\" config\n","lang":"Clojure","license":"mit","repos":"riwsky\/mo-pomo,riwsky\/mo-pomo"}
{"commit":"24fbc74409fc965cbf97d4b26a6aa67570d1ef95","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject com.draines\/postal \"1.10.0\"\n :repositories {\"java.net\" \"http:\/\/download.java.net\/maven\/2\"}\n :dependencies [[org.clojure\/clojure \"1.4.0\"]\n [commons-codec \"1.7\"]\n [javax.mail\/mail \"1.4.4\"\n :exclusions [javax.activation\/activation]]])\n","new_contents":"(defproject com.draines\/postal \"1.10.0\"\n :repositories {\"java.net\" \"http:\/\/download.java.net\/maven\/2\"}\n :dependencies [[commons-codec \"1.7\"]\n [javax.mail\/mail \"1.4.4\"\n :exclusions [javax.activation\/activation]]]\n :profiles {:dev {:dependencies [[org.clojure\/clojure \"1.5.1\"]]}\n :1.3 {:dependencies [[org.clojure\/clojure \"1.3.0\"]]}\n :1.4 {:dependencies [[org.clojure\/clojure \"1.4.0\"]]}})\n","subject":"Move clojure out of proper deps.","message":"Move clojure out of proper deps.\n","lang":"Clojure","license":"mit","repos":"bo-chen\/postal,drewr\/postal"}
{"commit":"dc595e286e66f6675071a1ddce023f63cb808ba2","old_file":"test\/isla\/test\/interpreter.clj","new_file":"test\/isla\/test\/interpreter.clj","old_contents":"(ns isla.test.interpreter\n (:use [isla.interpreter])\n (:use [isla.parser])\n (:use [clojure.test])\n (:use [clojure.pprint]))\n\n\n(deftest integer-assignment\n (let [result (interpret (parse \"isla is 1\"))]\n (is (= (get (:ctx result) \"isla\")\n 1))))\n\n(deftest test-single-invoke-returns-return-value\n (let [result (interpret (parse \"write 2\"))]\n (is (= (:ret result) 2))))\n\n(deftest test-next-expression-overwrites-ret-of-previous\n (let [result (interpret (parse \"write 2\\nwrite 3\"))]\n (is (= (:ret result) 3))))\n\n(deftest test-second-not-returning-expression-removes-ret-value-of-prev\n (let [result (interpret (parse \"write 2\"))]\n (is (= (:ret result) 2)) ;; check first would have ret val\n\n ;; run test\n (let [result (interpret (parse \"write 2\\nage is 1\"))]\n (is (nil? (:ret result))))))\n","new_contents":"(ns isla.test.interpreter\n (:use [isla.interpreter])\n (:use [isla.parser])\n (:use [clojure.test])\n (:use [clojure.pprint]))\n\n\n(deftest integer-assignment\n (let [result (interpret (parse \"isla is 1\"))]\n (is (= (get (:ctx result) \"isla\")\n 1))))\n\n(deftest test-single-invoke-returns-return-value\n (let [result (interpret (parse \"write 2\"))]\n (is (= (:ret result) 2))))\n\n(deftest test-next-expression-overwrites-ret-of-previous\n (let [result (interpret (parse \"write 2\\nwrite 3\"))]\n (is (= (:ret result) 3))))\n\n(deftest test-second-not-returning-expression-removes-ret-value-of-prev\n (let [result (interpret (parse \"write 2\"))]\n (is (= (:ret result) 2)) ;; check first would have ret val\n\n ;; run test\n (let [result (interpret (parse \"write 2\\nage is 1\"))]\n (is (nil? (:ret result))))))\n\n(deftest test-write-assigned-value\n (let [result (interpret (parse \"name is 'mary'\\nwrite name\"))]\n (is (= (:ret result) \"mary\"))))\n","subject":"Add test for writing out assigned value.","message":"Add test for writing out assigned value.","lang":"Clojure","license":"mit","repos":"maryrosecook\/islaclj"}
{"commit":"7de0ba2969545670672bb0df41bbe20f3772a5c1","old_file":"lein\/.lein\/profiles.clj","new_file":"lein\/.lein\/profiles.clj","old_contents":"{:repl {:plugins [[cider\/cider-nrepl \"0.18.0-SNAPSHOT\"]\n [refactor-nrepl \"2.4.0-SNAPSHOT\"]]\n :dependencies\n [[acyclic\/squiggly-clojure \"0.1.9-SNAPSHOT\" :exclusions [org.clojure\/tools.reader]]\n [compliment \"0.3.5\"]]}\n :env {:squiggly\n \"{:checkers [:eastwood]\n :eastwood-exclude-linters [:unlimited-use :no-ns-form-found]}\"}}\n\n","new_contents":"{:repl {:plugins [[refactor-nrepl \"2.4.0-SNAPSHOT\"]\n [cider\/cider-nrepl \"0.20.0\"]]\n :dependencies\n [[org.clojure\/tools.nrepl \"0.2.13\"]\n [acyclic\/squiggly-clojure \"0.1.9-SNAPSHOT\" :exclusions [org.clojure\/tools.reader]]\n [compliment \"0.3.5\"]]}\n :env {:squiggly\n \"{:checkers [:eastwood]\n :eastwood-exclude-linters [:unlimited-use :no-ns-form-found]}\"}}\n\n","subject":"Update to latest cider version.","message":"Update to latest cider version.\n","lang":"Clojure","license":"bsd-2-clause","repos":"mgrbyte\/dot-files,mgrbyte\/dot-files,mgrbyte\/dot-files"}
{"commit":"90c3142f33438d557d362ee3caf9a250faa2fccd","old_file":"dev\/user.clj","new_file":"dev\/user.clj","old_contents":"(ns user\n (:require [dashboard-clj.system :as s]\n [figwheel-sidecar.repl-api :as figwheel]\n [com.stuartsierra.component :as component]\n [clojure.tools.namespace.repl :as repl-tools]\n [environ.core :refer [env]]))\n\n;; Let Clojure warn you when it needs to reflect on types, or when it does math\n;; on unboxed numbers. In both cases you should add type annotations to prevent\n;; degraded performance.\n(set! *warn-on-reflection* true)\n(set! *unchecked-math* :warn-on-boxed)\n\n(def system)\n\n(defn run [datasources]\n (alter-var-root #'system (fn [_]\n (s\/start (Integer\/parseInt (env :http-port)) datasources)))\n (figwheel\/start-figwheel!))\n\n(defn stop []\n (alter-var-root #'system component\/stop)\n (figwheel\/stop-figwheel!))\n\n(def browser-repl figwheel\/cljs-repl)\n","new_contents":"(ns user\n (:require [dashboard-clj.core :as dashboard]\n [figwheel-sidecar.repl-api :as figwheel]\n [com.stuartsierra.component :as component]\n [clojure.tools.namespace.repl :as repl-tools]\n [environ.core :refer [env]]))\n\n;; Let Clojure warn you when it needs to reflect on types, or when it does math\n;; on unboxed numbers. In both cases you should add type annotations to prevent\n;; degraded performance.\n(set! *warn-on-reflection* true)\n(set! *unchecked-math* :warn-on-boxed)\n\n\n(def system)\n\n(defn run [ds-maps]\n (alter-var-root #'system (fn [_]\n (dashboard\/start ds-maps {:port (Integer\/parseInt (env :http-port))})))\n (figwheel\/start-figwheel!))\n\n(defn stop []\n (alter-var-root #'system component\/stop)\n (figwheel\/stop-figwheel!))\n\n(defn reload-namespaces []\n (stop)\n (repl-tools\/refresh))\n\n(def browser-repl figwheel\/cljs-repl)\n","subject":"Add helper method to reload namespaces after stopping the system","message":"Add helper method to reload namespaces after stopping the system\n","lang":"Clojure","license":"mit","repos":"multunus\/dashboard-clj"}
{"commit":"86499487f8ff7ed1a5a132ed174620ba052dfead","old_file":"clojure\/lein.symlink\/profiles.clj","new_file":"clojure\/lein.symlink\/profiles.clj","old_contents":"{:user {:dependencies [[slamhound \"1.3.1\"]\n [org.clojure\/tools.namespace \"0.2.4\"]\n [clj-stacktrace \"0.2.7\"]]\n\n :plugins [[lein-pprint \"1.1.1\"]\n [lein-difftest \"2.0.0\"]\n [lein-cloverage \"1.0.2\"]\n [lein-marginalia \"0.7.1\"]\n [lein-swank \"1.4.4\"]\n [lein-kibit \"0.0.8\"]]\n\n :injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)\n 'print-cause-trace)\n new (ns-resolve (doto 'clj-stacktrace.repl require)\n 'pst)]\n (alter-var-root orig (constantly (deref new))))]}}\n\n :aliases {\"slamhound\" [\"run\" \"-m\" \"slam.hound\"]}\n :source-paths [\"\/Users\/jcf\/.lein\/dev\"]\n :search-page-size 30}}\n","new_contents":"{:user {:dependencies [[slamhound \"1.3.1\"]\n [org.clojure\/tools.namespace \"0.2.4\"]\n [clj-stacktrace \"0.2.7\"]]\n\n :plugins [[lein-pprint \"1.1.1\"]\n [lein-difftest \"2.0.0\"]\n [lein-cloverage \"1.0.2\"]\n [lein-marginalia \"0.7.1\"]\n [lein-swank \"1.4.4\"]\n [lein-kibit \"0.0.8\"]\n [jonase\/eastwood \"0.0.2\"]]\n\n :injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require)\n 'print-cause-trace)\n new (ns-resolve (doto 'clj-stacktrace.repl require)\n 'pst)]\n (alter-var-root orig (constantly (deref new))))]}}\n\n :aliases {\"slamhound\" [\"run\" \"-m\" \"slam.hound\"]}\n :source-paths [\"\/Users\/jcf\/.lein\/dev\"]\n :search-page-size 30}}\n","subject":"Add Eastwood to Clojure plugins","message":"Add Eastwood to Clojure plugins\n","lang":"Clojure","license":"mit","repos":"jcf\/ansible-dotfiles,jcf\/ansible-dotfiles,jcf\/ansible-dotfiles,jcf\/ansible-dotfiles,jcf\/ansible-dotfiles"}
{"commit":"772cc184c3d5d0c562b210ecd311a2ba27806fe0","old_file":"src\/holston\/dataimport.clj","new_file":"src\/holston\/dataimport.clj","old_contents":";; Used for CSV-import of a very special file-format\n\n(ns holston.dataimport\n (:require [clojure-csv.core :as csv]\n [holston.repository :as repo])\n (:use [clojure.java.io :only [reader]]))\n\n(defn take-csv [file-name]\n (with-open [file (reader file-name)]\n (csv\/parse-csv (slurp file))))\n\n(defn parse-row [row]\n {:name (get row 4) :brewery (get row 5)})\n\n(defn parse-tastings [file-name]\n (map parse-row (rest (take-csv file-name))))\n\n(defn import-data [file-name]\n (doseq [tasting (parse-tastings file-name)]\n (println \"Importing\" tasting)\n (repo\/add-tasting tasting)))\n","new_contents":";; Used for CSV-import of a very special file-format\n;; Example usage:\n;; lein run -m holston.dataimport\/import-data \"\/Users\/auramo\/Downloads\/olusia.csv\"\n\n(ns holston.dataimport\n (:require [clojure-csv.core :as csv]\n [holston.repository :as repo])\n (:use [clojure.java.io :only [reader]]))\n\n(defn take-csv [file-name]\n (with-open [file (reader file-name)]\n (csv\/parse-csv (slurp file))))\n\n(defn parse-row [row]\n {:name (get row 4) :brewery (get row 5)})\n\n(defn parse-tastings [file-name]\n (map parse-row (rest (take-csv file-name))))\n\n(defn import-data [file-name]\n (doseq [tasting (parse-tastings file-name)]\n (println \"Importing\" tasting)\n (repo\/add-tasting tasting)))\n","subject":"Add example usage comment which was tried and tested","message":"Add example usage comment which was tried and tested
","lang":"Clojure","license":"epl-1.0","repos":"auramo\/holston"}
{"commit":"471a288dec831cd22733a2728fbef80dc32a3333","old_file":"test\/icecap\/handlers\/http_test.clj","new_file":"test\/icecap\/handlers\/http_test.clj","old_contents":"(ns icecap.handlers.http-test\n (:require [clojure.core.async :as a]\n [manifold.deferred :as d]\n [icecap.handlers.core :refer [execute]]\n [icecap.schema :refer [check-plan]]\n [icecap.handlers.http]\n [aleph.http :as h]\n [clojure.test :refer :all]))\n\n(def step\n {:type :http :url \"http:\/\/www.example.com\"})\n\n(deftest schema-tests\n (testing \"valid steps\"\n step)))\n (are [s] (nil? (check-plan s))\n\n(def fake-response\n {})\n\n(defn fake-request\n [_]\n (d\/success-deferred fake-response))\n\n(deftest execute-tests\n (with-redefs\n [h\/request fake-request]\n (is (let [ch (execute step)\n [result] (a\/BadHashNumber) (gen\/tuple gen\/int)))\n\n(def gen-key\n (gen\/tuple (gen\/frequency [[9 gen\/int] [1 gen-bad-hash]])))\n\n(def gen-value\n (gen\/tuple gen\/int))\n\n(deftest assert-lean-map-core-map-like\n (cc\/assert-map-like 100 (.-EMPTY lean-map.core\/PersistentHashMap) gen-key gen-value))\n","subject":"Create keys that have hash collision","message":"Create keys that have hash collision\n\nPreviously lean-map used keys that had no hash collisions. No a datatype is used that hash only a single hashcode\n","lang":"Clojure","license":"epl-1.0","repos":"mfikes\/lean-map,mfikes\/lean-map,bendyworks\/lean-map,bendyworks\/lean-map,bendyworks\/lean-map"}
{"commit":"a1b8bfd773eddca803a14ab72d4785cdaf8e2f0c","old_file":"src\/sleuth\/handler.clj","new_file":"src\/sleuth\/handler.clj","old_contents":"(ns sleuth.handler\n (:use compojure.core\n ring.middleware.edn\n ring.middleware.json\n sleuth.util\n [ring.adapter.jetty :only [run-jetty]])\n (:require [compojure.handler :as handler]\n [compojure.route :as route]\n [sleuth.auth :as auth] \n [sleuth.users :as user]\n [sleuth.sites :as sites]\n [sleuth.events :as events]\n [monger.core :as m]))\n\n(m\/connect!)\n(m\/set-db! (m\/get-db \"sleuth-dev\"))\n\n\n(defn wrap-dir-index\n [handler]\n (fn [req]\n (handler (update-in req [:uri]\n #(if (= \"\/\" %) \"\/index.html\" %)))))\n\n(defroutes app-routes\n (context \"\/events\" [] events\/event-routes)\n (context \"\/sites\" [] sites\/site-routes)\n (context \"\/auth\" [] auth\/auth-routes)\n (route\/resources \"\/\")\n (route\/not-found \"Not Found\"))\n\n(def app (-> app-routes\n wrap-dir-index\n wrap-edn-params\n wrap-json-params\n wrap-json-response))\n\n(defn -main \n [port]\n (run-jetty app {:port (Integer. port)}))\n","new_contents":"(ns sleuth.handler\n (:use compojure.core\n ring.middleware.edn\n ring.middleware.json\n sleuth.util\n [ring.adapter.jetty :only [run-jetty]])\n (:require [compojure.handler :as handler]\n [compojure.route :as route]\n [sleuth.auth :as auth] \n [sleuth.users :as user]\n [sleuth.sites :as sites]\n [sleuth.events :as events]\n [monger.core :as m]))\n(if-let [mongo-uri (get (System\/getenv) \"MONGOHQ_URL\")]\n (m\/connect-via-uri! mongo-uri)\n (m\/connect!))\n\n(m\/set-db! (m\/get-db \"sleuth-dev\"))\n\n\n(defn wrap-dir-index\n [handler]\n (fn [req]\n (handler (update-in req [:uri]\n #(if (= \"\/\" %) \"\/index.html\" %)))))\n\n(defroutes app-routes\n (context \"\/events\" [] events\/event-routes)\n (context \"\/sites\" [] sites\/site-routes)\n (context \"\/auth\" [] auth\/auth-routes)\n (route\/resources \"\/\")\n (route\/not-found \"Not Found\"))\n\n(def app (-> app-routes\n wrap-dir-index\n wrap-edn-params\n wrap-json-params\n wrap-json-response))\n\n(defn -main \n [port]\n (run-jetty app {:port (Integer. port)}))\n","subject":"Add connection to mongohq database","message":"Add connection to mongohq database\n","lang":"Clojure","license":"agpl-3.0","repos":"edpaget\/sleuth"}
{"commit":"1095f712b0baaa4883ec437998ecf84d6332b9e0","old_file":"src\/clj\/attendance\/server.clj","new_file":"src\/clj\/attendance\/server.clj","old_contents":"(ns attendance.server\n (:require [clojure.java.io :as io]\n [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [resources]]\n [ring.middleware.defaults :refer [wrap-defaults api-defaults]]\n [ring.middleware.gzip :refer [wrap-gzip]]\n [ring.middleware.json :refer [wrap-json-body wrap-json-response]]\n [environ.core :refer [env]]\n [ring.adapter.jetty :refer [run-jetty]]\n\n [attendance.google.sheets :refer [reflect-spreadsheets]])\n (:gen-class))\n\n(defroutes routes\n (resources \"\/\")\n (GET \"\/sheets\" _ (reflect-spreadsheets)))\n\n(def http-handler\n (-> routes\n wrap-json-body\n wrap-json-response\n (wrap-defaults api-defaults)\n wrap-gzip))\n\n(defn -main [& [port]]\n (let [port (Integer. (or port (env :port) 10555))]\n (run-jetty http-handler {:port port :join? false})))\n","new_contents":"(ns attendance.server\n (:require [clojure.java.io :as io]\n [compojure.core :refer [GET defroutes]]\n [compojure.route :refer [resources]]\n [ring.middleware.defaults :refer [wrap-defaults api-defaults]]\n [ring.middleware.gzip :refer [wrap-gzip]]\n [ring.middleware.json :refer [wrap-json-body wrap-json-response]]\n [environ.core :refer [env]]\n [ring.adapter.jetty :refer [run-jetty]]\n [attendance.google.sheets :refer [reflect-spreadsheets]])\n (:gen-class))\n\n(defroutes routes\n (resources \"\/\")\n (GET \"\/sheets\" _\n {:body (reflect-spreadsheets)}))\n\n(def http-handler\n (-> routes\n wrap-json-body\n wrap-json-response\n (wrap-defaults api-defaults)\n wrap-gzip))\n\n(defn -main [& [port]]\n (let [port (Integer. (or port (env :port) 10555))]\n (run-jetty http-handler {:port port :join? false})))\n","subject":"Make sure the JSON gets the correct content type","message":"Make sure the JSON gets the correct content type\n","lang":"Clojure","license":"epl-1.0","repos":"plexus\/attendance,plexus\/attendance"}
{"commit":"4d5c47c8cfcfb5fe9ef67f2000d8ff3e1f855499","old_file":"manual\/code\/example\/spec\/integration_spec.clj","new_file":"manual\/code\/example\/spec\/integration_spec.clj","old_contents":"(ns integration-spec\n (:use speclj.core)\n (:require\n [org.example.server :as server]\n [clj-http.client :as client]))\n\n(describe \"integration\"\n (with-all server (server\/start-server 8080))\n\n (it \"can start the server\"\n (should-not-be-nil @server))\n\n (after-all\n ;; start-server returns a function to stop the server, invoke it after all characteristics\n ;; have executed.\n (@server))\n\n (it \"can get current counters\"\n\n (let [response (client\/get \"http:\/\/localhost:8080\/counters\")]\n (->> response\n :body\n read-string\n (should= {\"foo\" 0 \"bar\" 0})))))\n\n(run-specs)","new_contents":"(ns integration-spec\n (:use speclj.core)\n (:require\n [org.example.server :as server]\n [clj-http.client :as client]))\n\n(describe \"integration\"\n (with-all server (server\/start-server 8080))\n\n ;; Force the server to start up\n (before-all @server)\n\n ;; And shut it down at the very end\n (after-all\n ;; start-server returns a function to stop the server, invoke it after all characteristics\n ;; have executed.\n (@server))\n\n (it \"can get current counters\"\n\n (let [response (client\/get \"http:\/\/localhost:8080\/counters\"\n {:accept :edn})]\n (->> response\n :body\n read-string\n (should= {\"foo\" 0 \"bar\" 0})))))\n\n(run-specs)","subject":"Fix the test case to request the response as application\/edn","message":"Fix the test case to request the response as application\/edn\n","lang":"Clojure","license":"apache-2.0","repos":"roblally\/rook,bmabey\/rook,clyfe\/rook"}
{"commit":"9acc4c34187bbcbcf0011799d022a54fab7f4806","old_file":"src\/core.cljs","new_file":"src\/core.cljs","old_contents":"(ns cljs.core)\r\n\r\n(def defmacro (fn [name & fdecl]\r\n\t`(do \r\n (def ~name (fn ~@fdecl))\r\n (set! (. ~name macro) true))))\r\n\r\n(set! (. defmacro macro) true)\r\n\r\n(defmacro defn [name & fdecl]\r\n\t`(def ~name (fn ~@fdecl))\r\n)\r\n\r\n(defn second [x] (first (next x)))\r\n\r\n(defn ffirst [x] (first (first x)))\r\n\r\n(defn nfirst [x] (next (first x)))\r\n\r\n(defn fnext [x] (first (next x)))\r\n\r\n(defn nnext [x] (next (next x)))\r\n\r\n(defmacro println [& args]\r\n `(js\/console.log (str ~@args))","new_contents":"(ns cljs.core)\r\n\r\n(def defmacro (fn [name & fdecl]\r\n\t`(do \r\n (def ~name (fn ~@fdecl))\r\n (set! (. ~name macro) true))))\r\n\r\n(set! (. defmacro macro) true)\r\n\r\n(defmacro defn [name & fdecl]\r\n\t`(def ~name (fn ~@fdecl))\r\n)\r\n\r\n(defn second [x] (first (next x)))\r\n\r\n(defn ffirst [x] (first (first x)))\r\n\r\n(defn nfirst [x] (next (first x)))\r\n\r\n(defn fnext [x] (first (next x)))\r\n\r\n(defn nnext [x] (next (next x)))\r\n\r\n(defmacro println [& args]\r\n `(.log js\/console ((str ~@args)))","subject":"Refactor println to use .log on js\/console","message":"Refactor println to use .log on js\/console\n","lang":"Clojure","license":"mit","repos":"ajlopez\/ClojJS"}
{"commit":"37d5ba8ed3b93c9a3084f064b2ff5e71b55ae5b8","old_file":"project.clj","new_file":"project.clj","old_contents":";(defproject cli4clj \"1.6.3\"\n(defproject cli4clj \"1.6.4-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.4.474\"]\n [jline\/jline \"2.14.6\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :aot :all\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.9\" :exclusions [org.clojure\/clojure]]]}}\n)\n","new_contents":"(defproject cli4clj \"1.7.0\"\n;(defproject cli4clj \"1.7.1-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.4.474\"]\n [jline\/jline \"2.14.6\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :aot :all\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.9\" :exclusions [org.clojure\/clojure]]]}}\n)\n","subject":"Update version info and deploy to clojars.","message":"Update version info and deploy to clojars.\n","lang":"Clojure","license":"epl-1.0","repos":"ruedigergad\/cli4clj"}
{"commit":"78f1c782372c682a571c19464be665c8578a6c11","old_file":"src\/main\/cljc\/mikron\/compiler\/util_macros.cljc","new_file":"src\/main\/cljc\/mikron\/compiler\/util_macros.cljc","old_contents":"(ns mikron.compiler.util-macros\n #?(:cljs [:require-macros mikron.compiler.util-macros]))\n\n(defmacro compile-time\n \"Emits the body only at compile time.\"\n [& body]\n (when #?(:clj (not (:ns &env))\n :cljs (re-matches #\".*\\$macros\" (name (ns-name *ns*))))\n `(do ~@body)))\n","new_contents":"(ns mikron.compiler.util-macros\n #?(:cljs [:require-macros mikron.compiler.util-macros]))\n\n(defmacro compile-time\n \"Emits the body only at compile time.\"\n [& body]\n (when #?(:clj (not (:ns &env))) \n `(do ~@body)))\n","subject":"Change compile-time to always emit in self hosted cljs","message":"Change compile-time to always emit in self hosted cljs\n","lang":"Clojure","license":"epl-1.0","repos":"moxaj\/mikron,moxaj\/mikron"}
{"commit":"94ed6f9a0ba9dc65ab05f228e7353692f58d66d5","old_file":"src\/cljs\/app\/analysis.cljs","new_file":"src\/cljs\/app\/analysis.cljs","old_contents":"(ns app.analysis\n \"GitHub releases URL analysis\"\n (:require\n [taoensso.timbre :as timbre :refer-macros [info]]))\n\n(defn get-os\n [url]\n (cond\n (boolean (re-find #\"windows\" url)) \"Windows\"\n (boolean (re-find #\"linux\" url)) \"Linux\"\n (boolean (re-find #\"mac|.dmg\" url)) \"Mac OS X\"\n :else \"Other\"))\n\n(defn get-word-size\n [url]\n (cond\n (boolean (re-find #\"x86_64\" url)) \"64-bit\"\n (boolean (re-find #\"x64\" url)) \"64-bit\"\n (boolean (re-find #\"x86\" url)) \"32-bit\"\n :else \"\"))\n\n(defn get-file-type\n [url]\n (cond\n (boolean (re-find #\".zip\" url)) \"Portable\"\n (boolean (re-find #\".tar.gz\" url)) \"Portable\"\n (boolean (re-find #\".dmg\" url)) \"Disk Image\"\n :else \"Installer\"))\n\n(defn analyze-download-url\n [asset-info]\n (let [{url :browser-download-url} asset-info]\n {:os (get-os url) :word-size (get-word-size url)\n :file-type (get-file-type url) :url url}))\n\n(defn build-download-map\n [asset-info-vector]\n (group-by :os (map analyze-download-url asset-info-vector)))\n","new_contents":"(ns app.analysis\n \"GitHub releases URL analysis\"\n (:require\n [taoensso.timbre :as timbre :refer-macros [info]]))\n\n(defn get-os\n [url]\n (cond\n (boolean (re-find #\"windows\" url)) \"Windows\"\n (boolean (re-find #\"linux\" url)) \"Linux\"\n (boolean (re-find #\"mac|.dmg\" url)) \"macOS\"\n :else \"Other\"))\n\n(defn get-word-size\n [url]\n (cond\n (boolean (re-find #\"x86_64\" url)) \"64-bit\"\n (boolean (re-find #\"x64\" url)) \"64-bit\"\n (boolean (re-find #\"x86\" url)) \"32-bit\"\n :else \"\"))\n\n(defn get-file-type\n [url]\n (cond\n (boolean (re-find #\".zip\" url)) \"Portable\"\n (boolean (re-find #\".tar.gz\" url)) \"Portable\"\n (boolean (re-find #\"mac|.dmg\" url)) \"Disk Image\"\n :else \"Installer\"))\n\n(defn analyze-download-url\n [asset-info]\n (let [{url :browser-download-url} asset-info]\n {:os (get-os url) :word-size (get-word-size url)\n :file-type (get-file-type url) :url url}))\n\n(defn build-download-map\n [asset-info-vector]\n (group-by :os (map analyze-download-url asset-info-vector)))\n","subject":"Update Mac OS name and file types","message":"Update Mac OS name and file types\n","lang":"Clojure","license":"mit","repos":"adolby\/AndrewDolby.com,adolby\/AndrewDolby.com"}
{"commit":"dc29f38214bf3e846e7734884d06ffdc2181e0c8","old_file":"build.boot","new_file":"build.boot","old_contents":"#!\/usr\/bin\/env boot\n\n#tailrecursion.boot.core\/version \"2.0.0\"\n\n(set-env!\n :dependencies [['tailrecursion\/boot.core \"2.0.0\"]\n ['tailrecursion\/boot.task \"2.0.0\"]\n ['tailrecursion\/hoplon \"5.0.0\"]\n ['markdown-clj \"0.9.38\"]\n ['org.clojure\/clojurescript \"0.0-2156\"]]\n :src-paths #{\"src\"}\n :out-path \"resources\/public\")\n\n(add-sync! (get-env :out-path) #{\"resources\/assets\"})\n\n(require\n ['tailrecursion.boot.task :refer :all]\n ['tailrecursion.hoplon.boot :refer :all])\n\n(deftask dev\n \"Build hoplon.io for local development.\"\n []\n (comp (watch) (hoplon {:pretty-print true\n :prerender false\n :optimizations :whitespace})))\n\n(deftask prod\n \"Build hoplon.io for production deployment.\"\n []\n (hoplon {:optimizations :advanced}))\n","new_contents":"#!\/usr\/bin\/env boot\n\n#tailrecursion.boot.core\/version \"2.3.1\"\n\n(set-env!\n :dependencies [['tailrecursion\/boot.task \"2.1.2\"]\n ['tailrecursion\/hoplon \"5.7.0\"]\n ['markdown-clj \"0.9.41\"]\n ['org.clojure\/clojurescript \"0.0-2156\"]]\n :src-paths #{\"src\"}\n :out-path \"resources\/public\")\n\n(add-sync! (get-env :out-path) #{\"resources\/assets\"})\n\n(require\n ['tailrecursion.boot.task :refer :all]\n ['tailrecursion.hoplon.boot :refer :all])\n\n(deftask dev\n \"Build hoplon.io for local development.\"\n []\n (comp (watch) (hoplon {:pretty-print true\n :prerender false\n :optimizations :whitespace})))\n\n(deftask prod\n \"Build hoplon.io for production deployment.\"\n []\n (hoplon {:optimizations :advanced}))\n","subject":"Update dependencies to the latest hoplon...","message":"Update dependencies to the latest hoplon...\n\n...boot.task and boot.core\n","lang":"Clojure","license":"epl-1.0","repos":"tailrecursion\/hoplon.io"}
{"commit":"38dace907c57deda15e79c876cbdd88370f474c2","old_file":"clojure\/profiles.clj","new_file":"clojure\/profiles.clj","old_contents":";; See: https:\/\/github.com\/kumarshantanu\/lein-localrepo\n{:user {:plugins [[lein-localrepo \"0.5.4\"]\n [lein-try \"0.4.3\"]\n ;; Convert pom.xml to project.clj\n ;; Note: from https:\/\/github.com\/thickey\/lein-nevam\n [lein-nevam \"0.1.2\"]]}}\n","new_contents":";; See: https:\/\/github.com\/kumarshantanu\/lein-localrepo\n{:user {:plugins [[lein-localrepo \"0.5.4\"]\n [lein-try \"0.4.3\"]\n ;; Convert pom.xml to project.clj\n ;; Note: from https:\/\/github.com\/thickey\/lein-nevam\n [lein-nevam \"0.1.2\"]\n ;; https:\/\/github.com\/venantius\/ultra\n [venantius\/ultra \"0.5.2\"]]\n ;; Experimental\n :dependencies [[pjstadig\/humane-test-output \"0.8.3\"]]\n :injections [(require 'pjstadig.humane-test-output)\n (pjstadig.humane-test-output\/activate!)]}}\n","subject":"Update and use some cool leiningen plugins","message":"Update and use some cool leiningen plugins\n","lang":"Clojure","license":"mit","repos":"agilecreativity\/dotfiles,agilecreativity\/dotfiles,agilecreativity\/dotfiles"}
{"commit":"3aeef0913164357f022ad04a8acbc6ce8c48a3f0","old_file":"src\/om_chat\/components\/message_composer.cljs","new_file":"src\/om_chat\/components\/message_composer.cljs","old_contents":"(ns om-chat.components.message-composer\n (:require [om.next :as om :refer-macros [defui]]\n [om.dom :as dom]\n ))\n\n(def ESCAPE_KEY 27)\n(def ENTER_KEY 13)\n\n(defn change [c e]\n (om\/update-state! c assoc\n :edit-text (.. e -target -value)))\n\n(defn key-down [c id e on-new-msg]\n (condp == (.-keyCode e)\n ENTER_KEY\n (let [msg-text (or (om\/get-state c :edit-text) \"\")]\n (on-new-msg id msg-text)\n (doto e (.preventDefault) (.stopPropagation)))\n nil))\n\n(defui MessageComposer\n ;; static om\/IQuery\n ;; (query [this]\n ;; :thread\/id)\n Object\n (render [this]\n (let [{:keys [thread\/id] :as props} (om\/props this)\n {:keys [on-new-msg]} (om\/get-computed props)]\n;; (println \"RENDER composer: \" props)\n (dom\/textarea #js{:className \"message-composer\"\n :name \"message\"\n :value (om\/get-state this :edit-text)\n :onChange #(change this %)\n :onKeyDown #(key-down this id % on-new-msg)})\n )))\n\n(def message-composer (om\/factory MessageComposer))\n","new_contents":"(ns om-chat.components.message-composer\n (:require [om.next :as om :refer-macros [defui]]\n [om.dom :as dom]\n ))\n\n(def ESCAPE_KEY 27)\n(def ENTER_KEY 13)\n\n(defn change [c e]\n (om\/update-state! c assoc\n :edit-text (.. e -target -value)))\n\n(defn key-down [c id e on-new-msg]\n (condp == (.-keyCode e)\n ENTER_KEY\n (let [msg-text (or (om\/get-state c :edit-text) \"\")]\n (if-not (= msg-text \"\") (on-new-msg id msg-text))\n (om\/update-state! c assoc :edit-text \"\")\n (doto e (.preventDefault) (.stopPropagation)))\n nil))\n\n(defui MessageComposer\n ;; static om\/IQuery\n ;; (query [this]\n ;; :thread\/id)\n Object\n (render [this]\n (let [{:keys [thread\/id] :as props} (om\/props this)\n {:keys [on-new-msg]} (om\/get-computed props)]\n;; (println \"RENDER composer: \" props)\n (dom\/textarea #js{:className \"message-composer\"\n :name \"message\"\n :value (om\/get-state this :edit-text)\n :onChange #(change this %)\n :onKeyDown #(key-down this id % on-new-msg)})\n )))\n\n(def message-composer (om\/factory MessageComposer))\n","subject":"Reset textarea after message posted","message":"Reset textarea after message posted\n","lang":"Clojure","license":"mit","repos":"colinf\/om-chat"}
{"commit":"59370b49c1116686d26ed8128c3f54e65da2c937","old_file":"router\/src\/router\/core.clj","new_file":"router\/src\/router\/core.clj","old_contents":"(ns router.core\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [ring.middleware.defaults :refer [wrap-defaults api-defaults]]\n [ring.middleware.json :refer [wrap-json-body wrap-json-response]]\n [ring.util.response :refer [response]]\n [router.haproxy :as h])\n (:gen-class))\n\n(def services\n (atom {}))\n\n(defn merge-services [one two]\n (let [in (one :in-port)\n outs (into (one :out-port) (two :out-port))]\n {:in-port in\n :out-port outs}))\n\n(defn register-service [{name :name in :in-port out :out-port}]\n (let [new-service {name {:in-port in\n :out-port [out]}}]\n (swap! services\n #(merge-with merge-services % new-service))))\n\n(defroutes app-routes\n (GET \"\/status\" [] (response (str @services)))\n (POST \"\/register\" {body :body} (register-service body))\n (route\/not-found \"Not Found\"))\n\n(def app\n (-> app-routes\n (wrap-defaults api-defaults)\n (wrap-json-body {:keywords? true})\n (wrap-json-response)))\n","new_contents":"(ns router.core\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [ring.middleware.defaults :refer [wrap-defaults api-defaults]]\n [ring.middleware.json :refer [wrap-json-body wrap-json-response]]\n [ring.util.response :refer [response]]\n [router.haproxy :as h])\n (:gen-class))\n\n(def services\n (atom {}))\n\n(defn merge-services [one two]\n (let [in (one :in-port)\n outs (into (one :out-port) (two :out-port))]\n {:in-port in\n :out-port outs}))\n\n(defn register-service [{name :name in :in-port out :out-port}]\n (let [new-service {name {:in-port in\n :out-port [out]}}]\n (swap! services\n #(merge-with merge-services % new-service))))\n\n(defroutes app-routes\n (GET \"\/status\" [] (response (str @services)))\n (POST \"\/register\" {body :body} (register-service body))\n (POST \"\/start\" [] (h\/start-haproxy! @services))\n (route\/not-found \"Not Found\"))\n\n(def app\n (-> app-routes\n (wrap-defaults api-defaults)\n (wrap-json-body {:keywords? true})\n (wrap-json-response)))\n","subject":"Add handler to start load balancer","message":"Add handler to start load balancer\n","lang":"Clojure","license":"mit","repos":"jhn\/generic,jhn\/generic,jhn\/generic,jhn\/generic"}
{"commit":"ad10659103577c591f506cba2666f09aab3094c3","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject degasolv\/degasolv \"1.1.1-SNAPSHOT\"\n :description \"Dependency resolver with an eye toward building software.\"\n :url \"http:\/\/github.com\/djhaskin987\/degasolv\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :main degasolv.cli\n :dependencies [\n [org.clojure\/clojure \"1.9.0-alpha14\"]\n [version-clj \"0.1.2\"]\n [org.clojure\/tools.cli \"0.3.5\"]\n [me.raynes\/fs \"1.4.6\"]\n [com.velisco\/tagged \"0.5.0\"]\n ]\n :plugins [[lein-print \"0.1.0\"]]\n :test-selectors\n {\n :resolve-basic :resolve-basic\n :resolve-harden :resolve-harden\n :string-to-requirement :string-to-requirement\n :repo-aggregation :repo-aggregation\n :resolve-conflict-strat :resolve-conflict-strat\n }\n :profiles {\n :dev {:dependencies [\n [org.clojure\/core.match \"0.3.0-alpha4\"]\n [version-clj \"0.1.2\"\n :exclusions [org.clojure\/clojure]]\n ]}\n :uberjar {:aot [degasolv.cli degasolv.resolver]}\n }\n :target-path \"target\/%s\")\n","new_contents":"(defproject degasolv\/degasolv \"1.2.0\"\n :description \"Dependency tracker with an eye toward building and shipping software.\"\n :url \"http:\/\/github.com\/djhaskin987\/degasolv\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :main degasolv.cli\n :dependencies [\n [org.clojure\/clojure \"1.9.0-alpha14\"]\n [version-clj \"0.1.2\"]\n [org.clojure\/tools.cli \"0.3.5\"]\n [me.raynes\/fs \"1.4.6\"]\n [com.velisco\/tagged \"0.5.0\"]\n ]\n :plugins [[lein-print \"0.1.0\"]]\n :test-selectors\n {\n :resolve-basic :resolve-basic\n :resolve-harden :resolve-harden\n :string-to-requirement :string-to-requirement\n :repo-aggregation :repo-aggregation\n :resolve-conflict-strat :resolve-conflict-strat\n }\n :profiles {\n :dev {:dependencies [\n [org.clojure\/core.match \"0.3.0-alpha4\"]\n [version-clj \"0.1.2\"\n :exclusions [org.clojure\/clojure]]\n ]}\n :uberjar {:aot [degasolv.cli degasolv.resolver]}\n }\n :target-path \"target\/%s\")\n","subject":"Bump version number, improve description","message":"Bump version number, improve description\n","lang":"Clojure","license":"epl-1.0","repos":"djhaskin987\/degasolv,djhaskin987\/degasolv,djhaskin987\/degasolv,djhaskin987\/dependable"}
{"commit":"4ff0f74558322a9d19518c4863cfcb2a7cd9bfb0","old_file":"src\/clj\/zetawar\/devcards\/scenarios.cljs","new_file":"src\/clj\/zetawar\/devcards\/scenarios.cljs","old_contents":"(ns zetawar.devcards.scenarios\n (:require\n [datascript.core :as d]\n [devcards.core :as dc :include-macros true]\n [integrant.core :as ig]\n [posh.core :as posh]\n [reagent.core :as r]\n [zetawar.app :as app]\n [zetawar.system :as system]\n [zetawar.views :as views])\n (:require-macros\n [devcards.core :refer [defcard defcard-rg]]))\n\n(defcard-rg sterlings-aruba-multiplayer-card\n (let [system (ig\/init system\/game-config)\n game-cfg (:zetwar.system\/game system)\n views-cfg (:zetwar.system\/game-views system)]\n (app\/start-new-game! game-cfg :sterlings-aruba-multiplayer)\n [views\/board views-cfg]))\n\n(defcard-rg city-sprawl-multiplayer-card\n (let [system (ig\/init system\/game-config)\n game-cfg (:zetwar.system\/game system)\n views-cfg (:zetwar.system\/game-views system)]\n (app\/start-new-game! game-cfg :city-sprawl-multiplayer)\n [views\/board views-cfg]))\n","new_contents":"(ns zetawar.devcards.scenarios\n (:require\n [datascript.core :as d]\n [devcards.core :as dc :include-macros true]\n [integrant.core :as ig]\n [posh.core :as posh]\n [reagent.core :as r]\n [zetawar.app :as app]\n [zetawar.system :as system]\n [zetawar.views :as views])\n (:require-macros\n [devcards.core :refer [defcard defcard-rg]]))\n\n(defcard-rg sterlings-aruba-multiplayer-card\n (let [system (ig\/init system\/game-config)\n game-cfg (:zetawar.system\/game system)\n views-cfg (:zetawar.system\/game-views system)]\n (app\/start-new-game! game-cfg :sterlings-aruba-multiplayer)\n [views\/board views-cfg]))\n\n(defcard-rg city-sprawl-multiplayer-card\n (let [system (ig\/init system\/game-config)\n game-cfg (:zetawar.system\/game system)\n views-cfg (:zetawar.system\/game-views system)]\n (app\/start-new-game! game-cfg :city-sprawl-multiplayer)\n [views\/board views-cfg]))\n","subject":"Fix a couple devcard typos","message":"Fix a couple devcard typos\n","lang":"Clojure","license":"mit","repos":"tbeddy\/zetawar,Zetawar\/zetawar,Zetawar\/zetawar,tbeddy\/zetawar,Zetawar\/zetawar,tbeddy\/zetawar"}
{"commit":"4360a08a0aef0b09e0db9d1b57fdf5428787b366","old_file":"src\/clojush\/ns.clj","new_file":"src\/clojush\/ns.clj","old_contents":"(ns clojush.ns) ;; provides a macro that uses all clojush namespaces except for examples\/* and experimental\/*\n \n(defmacro use-clojush\n []\n '(do \n (use '(clojush core evaluate globals individual interpreter pushstate random simplification util))\n (use '(clojush.instructions boolean code common numbers random-instructions return string tag zip))\n (use '(clojush.pushgp breed genetic-operators parent-selection pushgp report))))\n","new_contents":"(ns clojush.ns) ;; provides a macro that uses all clojush namespaces except for examples\/* and experimental\/*\n \n(defmacro use-clojush\n []\n '(do\n (use '(clojush.core :exclude (-main)))\n (use '(clojush evaluate globals individual interpreter pushstate random simplification util))\n (use '(clojush.instructions boolean code common numbers random-instructions return string tag zip))\n (use '(clojush.pushgp breed genetic-operators parent-selection pushgp report))))\n","subject":"Exclude -main when doing use-clojush.","message":"Exclude -main when doing use-clojush.\n","lang":"Clojure","license":"epl-1.0","repos":"NicMcPhee\/Clojush,saulshanabrook\/Clojush,lspector\/Clojush,Vaguery\/Clojush,Vaguery\/Clojush,lspector\/Clojush,NicMcPhee\/Clojush,saulshanabrook\/Clojush,thelmuth\/Clojush,thelmuth\/Clojush"}
{"commit":"c7b91c233e21ef19113ee7dacf9d22ac3c3efe45","old_file":".lein\/profiles.clj","new_file":".lein\/profiles.clj","old_contents":"{:user {:plugins [[lein-exec \"0.3.0\"]\n [lein-depgraph \"0.1.0\"]\n [lein-deps-tree \"0.1.2\"]\n [jonase\/eastwood \"0.1.2\"]]\n :dependencies [[org.clojure\/tools.namespace \"0.2.4\"]\n [criterium \"0.4.2\"]\n [slamhound \"1.5.5\"]]\n :aliases {\"slamhound\" [\"run\" \"-m\" \"slam.hound\"]}}}\n","new_contents":"{:user {:plugins [[lein-exec \"0.3.0\"]\n [lein-depgraph \"0.1.0\"]\n [lein-deps-tree \"0.1.2\"]]\n :dependencies [[org.clojure\/tools.namespace \"0.2.4\"]\n [criterium \"0.4.2\"]\n [slamhound \"1.5.5\"]]\n :aliases {\"slamhound\" [\"run\" \"-m\" \"slam.hound\"]}}}\n","subject":"Remove eastwood; it's breaking 'lein new'","message":"[.lein] Remove eastwood; it's breaking 'lein new'\n","lang":"Clojure","license":"mit","repos":"cespare\/dotfiles"}
{"commit":"6a29a5e4fc90fcb8f3dfe7d49543d45be0c277c6","old_file":"src\/runbld\/build.clj","new_file":"src\/runbld\/build.clj","old_contents":"(ns runbld.build\n (:require [runbld.util.date :as date]))\n\n(defn make-rand-uuid []\n (.replaceAll (str (java.util.UUID\/randomUUID)) \"-\" \"\"))\n\n(defn make-id []\n (format \"%s-%s\"\n (date\/yyyymmdd-hhmmss)\n (make-rand-uuid)))\n\n(defn wrap-build-meta [proc]\n (fn [opts]\n (proc (assoc opts :id (make-id)))))\n","new_contents":"(ns runbld.build\n (:require [runbld.util.date :as date]))\n\n(defn make-rand-uuid []\n (.replaceAll (str (java.util.UUID\/randomUUID)) \"-\" \"\"))\n\n(defn make-id []\n (format \"%s-%s\"\n (date\/yyyymmdd-hhmmss)\n (make-rand-uuid)))\n\n(defn split-jenkins-name [s]\n (let [[_ org project branch] (re-find #\"^([^,]+),([^,]+),([^,]+)$\" s)]\n {:org org\n :project project\n :branch branch}))\n\n(defn inherited-build-info [opts]\n (if (get-in opts [:env \"JENKINS_HOME\"])\n (split-jenkins-name (get-in opts [:env \"JOB_NAME\"]))))\n\n(defn wrap-build-meta [proc]\n (fn [opts]\n (proc (assoc opts\n :build (merge\n {:id (make-id)}\n (inherited-build-info opts))))))\n","subject":"Break out project org, name, branch","message":"Break out project org, name, branch\n","lang":"Clojure","license":"apache-2.0","repos":"elastic\/runbld,elastic\/runbld,elastic\/runbld,elastic\/runbld,elastic\/runbld"}
{"commit":"4f27489f719758a70264e5c48b7cd7d3745b7a49","old_file":"src\/clojure\/leiningen\/new\/game_clojure\/core.clj","new_file":"src\/clojure\/leiningen\/new\/game_clojure\/core.clj","old_contents":"(ns {{namespace}}\n (:import [com.badlogic.gdx Game Gdx Graphics Screen]\n [com.badlogic.gdx.graphics Color GL20]\n [com.badlogic.gdx.graphics.g2d BitmapFont]\n [com.badlogic.gdx.scenes.scene2d Stage]\n [com.badlogic.gdx.scenes.scene2d.ui Label Label$LabelStyle]))\n\n(def main-screen\n (let [stage (atom nil)]\n (proxy [Screen] []\n (show []\n (reset! stage (Stage.))\n (let [style (Label$LabelStyle. (BitmapFont.) (Color. 1 1 1 1))\n label (Label. \"Hello world!\" style)]\n (.addActor @stage label)))\n (render [delta]\n (.glClearColor (Gdx\/gl) 0 0 0 0)\n (.glClear (Gdx\/gl) GL20\/GL_COLOR_BUFFER_BIT)\n (doto @stage\n (.act delta)\n (.draw)))\n (dispose [])\n (hide [])\n (pause [])\n (resize [w h])\n (resume []))))\n\n(gen-class\n :name {{package}}.Game\n :extends com.badlogic.gdx.Game)\n(defn -create [^Game this]\n (.setScreen this main-screen))\n","new_contents":"(ns {{namespace}}\n (:import [com.badlogic.gdx Game Gdx Graphics Screen]\n [com.badlogic.gdx.graphics Color GL20]\n [com.badlogic.gdx.graphics.g2d BitmapFont]\n [com.badlogic.gdx.scenes.scene2d Stage]\n [com.badlogic.gdx.scenes.scene2d.ui Label Label$LabelStyle]))\n\n(defn show\n [stage]\n (let [style (Label$LabelStyle. (BitmapFont.) (Color. 1 1 1 1))\n label (Label. \"Hello world!\" style)]\n (.addActor stage label)))\n\n(defn render\n [stage delta]\n (.glClearColor (Gdx\/gl) 0 0 0 0)\n (.glClear (Gdx\/gl) GL20\/GL_COLOR_BUFFER_BIT)\n (doto stage\n (.act delta)\n (.draw)))\n\n(def main-screen\n (let [stage (atom nil)]\n (proxy [Screen] []\n (show [] (show (reset! stage (Stage.))))\n (render [delta] (render @stage delta))\n (dispose [])\n (hide [])\n (pause [])\n (resize [w h])\n (resume []))))\n\n(gen-class\n :name {{package}}.Game\n :extends com.badlogic.gdx.Game)\n(defn -create [^Game this]\n (.setScreen this main-screen))\n","subject":"Break out the show\/render methods into funtions so Refresh redefines them","message":"Break out the show\/render methods into funtions so Refresh redefines them\n","lang":"Clojure","license":"unlicense","repos":"Immortalin\/Nightcode,bsmr-clojure\/Nightcode,oakes\/Nightcode,bsmr-clojure\/Nightcode,bsmr-clojure\/Nightcode,oakes\/Nightcode,Immortalin\/Nightcode,Immortalin\/Nightcode"}
{"commit":"dfca90c5e210e0914ab96b1547a96f0a70591e8d","old_file":"clojure\/src\/leftpad\/handler.clj","new_file":"clojure\/src\/leftpad\/handler.clj","old_contents":"(ns leftpad.handler\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [ring.middleware.json :refer [wrap-json-response]]\n [ring.util.response :refer [response]]\n [ring.middleware.defaults :refer [wrap-defaults site-defaults]]))\n\n(defroutes app-routes\n (GET \"\/\" [] (response {:foo \"bar\"}))\n (route\/not-found \"Not Found\"))\n\n(def app\n (wrap-json-response app-routes site-defaults))\n","new_contents":"(ns leftpad.handler\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [compojure.handler :as handler]\n [ring.middleware.json :refer [wrap-json-response]]\n [ring.middleware.params :refer [wrap-params]]\n [ring.util.response :refer [response]]\n [ring.middleware.defaults :refer [wrap-defaults site-defaults]]))\n\n(defroutes app-routes\n (GET \"\/\" {:keys [params] :as request} (response {:foo (get params :str \"none\")}))\n (route\/not-found \"Not Found\"))\n\n(def app\n (-> (handler\/api app-routes)\n (wrap-params)\n (wrap-json-response)))\n","subject":"Add working query parameter reading","message":"Add working query parameter reading\n","lang":"Clojure","license":"mit","repos":"melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services"}
{"commit":"22164a6a380fd1d7f81c545f2b4a16924f1c93ed","old_file":"test\/io\/aviso\/launch.clj","new_file":"test\/io\/aviso\/launch.clj","old_contents":"(ns io.aviso.launch\n (use io.aviso.twixt \n [io.aviso.twixt exceptions tracker] \n ring.adapter.jetty)\n (import [java.sql SQLException]))\n\n(defn handler [request]\n (trace \"Invoking handler (that throws exceptions)\"\n (throw \n (->>\n (SQLException. \"Inner Exception\" \"SQL-STATE\", 999)\n (RuntimeException. \"Middle Exception\")\n (IllegalArgumentException. \"Outer Exception\")))))\n\n(defn app []\n (let [twixt (new-twixt {:development-mode true})]\n (->\n handler\n (wrap-with-twixt twixt)\n (wrap-with-exception-reporting twixt))))\n\n\n(defn launch []\n (let [server (run-jetty (app) {:port 8888 :join? false})]\n #(.stop server)))","new_contents":"(ns io.aviso.launch\n (use io.aviso.twixt \n [io.aviso.twixt exceptions tracker] \n ring.adapter.jetty))\n\n(defn make-handler [twixt] \n (fn [request]\n (trace \"Invoking handler (that throws exceptions)\"\n ;; This will fail at some depth:\n (get-asset-uri twixt \"invalid-coffeescript.coffee\"))))\n\n(defn app []\n (let [twixt (new-twixt {:development-mode true})]\n (->\n (make-handler twixt)\n (wrap-with-twixt twixt)\n (wrap-with-exception-reporting twixt))))\n\n\n(defn launch []\n (let [server (run-jetty (app) {:port 8888 :join? false})]\n #(.stop server)))","subject":"Change the demo page for excepton reporting to be more involved","message":"Change the demo page for excepton reporting to be more involved\n","lang":"Clojure","license":"apache-2.0","repos":"AvisoNovate\/twixt,clyfe\/twixt,clyfe\/twixt,clyfe\/twixt,AvisoNovate\/twixt,AvisoNovate\/twixt"}
{"commit":"1644f623cd76647e2d81d9d16e6506725d1147b0","old_file":"src\/clojure\/fault\/core.clj","new_file":"src\/clojure\/fault\/core.clj","old_contents":"(ns fault.core\n (:require [fault.future :as f]\n [fault.service :as s])\n (:import (fault ServiceExecutor ResilientAction ResilientFuture)))\n\n(set! *warn-on-reflection* true)\n\n(defn service [pool-size]\n (s\/service-executor pool-size))\n\n(defn submit-action [^ServiceExecutor service f time-out-ms]\n (f\/->CLJResilientFuture\n (.promise ^ResilientFuture (.submitAction service\n (reify ResilientAction\n (run [_] (f)))\n time-out-ms))))","new_contents":"(ns fault.core\n (:require [fault.future :as f]\n [fault.service :as s])\n (:import (fault ServiceExecutor ResilientAction ResilientFuture ResilientPromise)))\n\n(set! *warn-on-reflection* true)\n\n(defn service [pool-size]\n (s\/service-executor pool-size))\n\n(defn submit-action [^ServiceExecutor service f time-out-ms]\n (f\/->CLJResilientFuture\n (.promise ^ResilientFuture (.submitAction service\n (reify ResilientAction\n (run [_] (f)))\n time-out-ms))))\n\n(defn perform-action [^ServiceExecutor service f]\n (f\/->CLJResilientFuture\n ^ResilientPromise (.performAction service\n (reify ResilientAction\n (run [_] (f))))))","subject":"Add clojure function for perform sync action","message":"Add clojure function for perform sync action\n","lang":"Clojure","license":"apache-2.0","repos":"tbrooks8\/Beehive"}
{"commit":"0c855d19d076b586188e04b09a5d4c9ab06ed245","old_file":"src\/clj\/made_merits\/service\/leaderboard_users.clj","new_file":"src\/clj\/made_merits\/service\/leaderboard_users.clj","old_contents":"(ns made-merits.service.leaderboard-users\n (:require [made-merits.service.winner-calculator :as winner-calculator]\n [made-merits.service.score-calculator :as score-calculator]))\n\n (defn presentable\n [db-users]\n (winner-calculator\/with-winner (score-calculator\/with-score db-users)))\n","new_contents":"(ns made-merits.service.leaderboard-users\n (:require [made-merits.service.winner-calculator :as winner-calculator]\n [made-merits.service.score-calculator :as score-calculator]))\n\n(defn with-winner-first\n [scored-users-with-merits]\n (reverse (sort-by #(= \"winner\" (:status %)) scored-users-with-merits)))\n\n(defn presentable\n [db-users]\n (with-winner-first\n (winner-calculator\/with-winner\n (score-calculator\/with-score db-users))))\n","subject":"Move the winner to the top of the list.","message":"Move the winner to the top of the list.\n","lang":"Clojure","license":"mit","repos":"emileswarts\/made-merits,emileswarts\/made-merits"}
{"commit":"12db772ed9e657c5088ee289d1cf359d7f3570bd","old_file":"ring-jetty-adapter\/project.clj","new_file":"ring-jetty-adapter\/project.clj","old_contents":"(defproject ring\/ring-jetty-adapter \"1.7.0\"\n :description \"Ring Jetty adapter.\"\n :url \"https:\/\/github.com\/ring-clojure\/ring\"\n :scm {:dir \"..\"}\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [ring\/ring-core \"1.7.0\"]\n [ring\/ring-servlet \"1.7.0\"]\n [org.eclipse.jetty\/jetty-server \"9.2.24.v20180105\"]]\n :aliases {\"test-all\" [\"with-profile\" \"default:+1.8:+1.9\" \"test\"]}\n :profiles\n {:dev {:dependencies [[clj-http \"2.2.0\"]]\n :jvm-opts [\"-Dorg.eclipse.jetty.server.HttpChannelState.DEFAULT_TIMEOUT=500\"]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0\"]]}})\n","new_contents":"(defproject ring\/ring-jetty-adapter \"1.7.0\"\n :description \"Ring Jetty adapter.\"\n :url \"https:\/\/github.com\/ring-clojure\/ring\"\n :scm {:dir \"..\"}\n :license {:name \"The MIT License\"\n :url \"http:\/\/opensource.org\/licenses\/MIT\"}\n :dependencies [[org.clojure\/clojure \"1.7.0\"]\n [ring\/ring-core \"1.7.0\"]\n [ring\/ring-servlet \"1.7.0\"]\n [org.eclipse.jetty\/jetty-server \"9.4.12.v20180830\"]]\n :aliases {\"test-all\" [\"with-profile\" \"default:+1.8:+1.9\" \"test\"]}\n :profiles\n {:dev {:dependencies [[clj-http \"2.2.0\"]]\n :jvm-opts [\"-Dorg.eclipse.jetty.server.HttpChannelState.DEFAULT_TIMEOUT=500\"]}\n :1.8 {:dependencies [[org.clojure\/clojure \"1.8.0\"]]}\n :1.9 {:dependencies [[org.clojure\/clojure \"1.9.0\"]]}})\n","subject":"Update Jetty dependency to 9.4.12.v20180830","message":"Update Jetty dependency to 9.4.12.v20180830\n\nJetty 9.2 has reached End of Life. See the announcement:\nhttps:\/\/www.eclipse.org\/lists\/jetty-announce\/msg00116.html\n\nFixes #347.\n","lang":"Clojure","license":"mit","repos":"ring-clojure\/ring,ring-clojure\/ring"}
{"commit":"56f7d763f051e616cb2eb5462bf7c777ef4cf820","old_file":"src\/buildviz\/main.clj","new_file":"src\/buildviz\/main.clj","old_contents":"(ns buildviz.main\n (:require [buildviz.build-results :as results]\n [buildviz.handler :as handler]\n [buildviz.storage :as storage]\n [clojure.tools.logging :as log]))\n\n(def jobs-filename \"buildviz_jobs\")\n(def tests-filename \"buildviz_tests\")\n\n\n(defn- wrap-log-request [handler]\n (fn [req]\n (let [resp (handler req)\n method (.toUpperCase (name (:request-method req)))\n uri (:uri req)\n status (:status resp)]\n (log\/info (format \"\\\"%s %s\\\" %s\" method uri status))\n resp)))\n\n(defn- wrap-log-errors [handler]\n (fn [req]\n (let [resp (handler req)\n status (:status resp)\n body (:body resp)\n uri (:uri req)]\n (when (>= status 400)\n (log\/warn (format \"Returned %s for %s: \\\"%s\\\"\" status uri body)))\n resp)))\n\n(defn- persist-jobs! [build-data]\n (storage\/store-jobs! build-data jobs-filename))\n\n(defn- persist-tests! [tests-data]\n (storage\/store-jobs! tests-data tests-filename))\n\n(def app\n (let [builds (atom (storage\/load-jobs jobs-filename))\n tests (atom (storage\/load-jobs tests-filename))] ; TODO hide atom inside record\n (-> (handler\/create-app (results\/build-results builds tests) persist-jobs! persist-tests!)\n wrap-log-request\n wrap-log-errors)))\n","new_contents":"(ns buildviz.main\n (:require [buildviz.build-results :as results]\n [buildviz.handler :as handler]\n [buildviz.storage :as storage]\n [clojure.tools.logging :as log]))\n\n(def jobs-filename \"buildviz_jobs\")\n(def tests-filename \"buildviz_tests\")\n\n\n(defn- wrap-log-request [handler]\n (fn [req]\n (let [resp (handler req)\n method (.toUpperCase (name (:request-method req)))\n uri (:uri req)\n status (:status resp)]\n (log\/info (format \"\\\"%s %s\\\" %s\" method uri status))\n resp)))\n\n(defn- wrap-log-errors [handler]\n (fn [req]\n (let [resp (handler req)\n status (:status resp)\n body (:body resp)\n uri (:uri req)]\n (when (and (some? status) (>= status 400))\n (log\/warn (format \"Returned %s for %s: \\\"%s\\\"\" status uri body)))\n resp)))\n\n(defn- persist-jobs! [build-data]\n (storage\/store-jobs! build-data jobs-filename))\n\n(defn- persist-tests! [tests-data]\n (storage\/store-jobs! tests-data tests-filename))\n\n(def app\n (let [builds (atom (storage\/load-jobs jobs-filename))\n tests (atom (storage\/load-jobs tests-filename))] ; TODO hide atom inside record\n (-> (handler\/create-app (results\/build-results builds tests) persist-jobs! persist-tests!)\n wrap-log-request\n wrap-log-errors)))\n","subject":"Fix logging for responses without status","message":"Fix logging for responses without status\n","lang":"Clojure","license":"bsd-2-clause","repos":"cburgmer\/buildviz,cburgmer\/buildviz,cburgmer\/buildviz"}
{"commit":"faad6243a29e092fd7d384b88e6b37593778ae90","old_file":"src\/circleci\/init.clj","new_file":"src\/circleci\/init.clj","old_contents":"(ns circleci.init\n ;;(:require circleci.swank)\n (:require circleci.db)\n (:require circleci.db.migrations)\n (:require circleci.web)\n (:require circleci.repl)\n (:require circleci.logging))\n\n(defn -main []\n (try\n ;; (circleci.swank\/init)\n (circleci.logging\/init)\n (circleci.db\/init)\n (circleci.db.migrations\/init)\n (circleci.web\/init)\n (circleci.repl\/init)\n (catch Exception e\n (println \"caught exception on startup:\")\n (.printStackTrace e)\n (println \"exiting\")\n (System\/exit 1))))","new_contents":"(ns circleci.init\n )\n\n(defn -main []\n (try\n ;;(require 'circleci.swank)\n (require 'circleci.db)\n (require 'circleci.db.migrations)\n (require 'circleci.web)\n (require 'circleci.repl)\n (require 'circleci.logging)\n ;; (circleci.swank\/init)\n (circleci.logging\/init)\n (circleci.db\/init)\n (circleci.db.migrations\/init)\n (circleci.web\/init)\n (circleci.repl\/init)\n (catch Exception e\n (println \"caught exception on startup:\")\n (.printStackTrace e)\n (println \"exiting\")\n (System\/exit 1))))","subject":"Move the requires inside the try","message":"Move the requires inside the try\n","lang":"Clojure","license":"epl-1.0","repos":"circleci\/frontend,prathamesh-sonpatki\/frontend,circleci\/frontend,circleci\/frontend,RayRutjes\/frontend,RayRutjes\/frontend,prathamesh-sonpatki\/frontend"}
{"commit":"d334fad9d5f21d56dd00de7c3dd4b733e8f5fab9","old_file":"spec\/incise\/parsers\/impl\/markdown_spec.clj","new_file":"spec\/incise\/parsers\/impl\/markdown_spec.clj","old_contents":"(ns incise.parsers.impl.markdown-spec\n (:require [speclj.core :refer :all]\n [clojure.java.io :refer [file resource]]\n [incise.core] ; Ensure that layouts have been loaded\n (incise.parsers [core :as pc]\n [markdown :refer :all]))\n (:import [java.io File]))\n\n(describe \"parsing\"\n (with markdown-file (file (resource \"spec\/another-forgotten-binding-pry.md\")))\n (it \"does something\"\n (should= \"\" (pc\/Parse->string (parse @markdown-file)))))\n\n(run-specs)\n","new_contents":"(ns incise.parsers.impl.markdown-spec\n (:require [speclj.core :refer :all]\n [clojure.java.io :refer [file resource]]\n [incise.core] ; Ensure that layouts have been loaded\n [incise.parsers.core :as pc]\n [incise.parsers.impl.markdown :refer :all])\n (:import [java.io File]))\n\n(describe \"parsing\"\n (with markdown-file (file (resource \"spec\/another-forgotten-binding-pry.md\")))\n (it \"does something\"\n (should= \"\" (pc\/Parse->string (parse @markdown-file)))))\n\n(run-specs)\n","subject":"Fix require expression in markdown-spec.","message":"Fix require expression in markdown-spec.\n","lang":"Clojure","license":"epl-1.0","repos":"RyanMcG\/incise-core"}
{"commit":"0242fae6b548118b7ce1532214b4a73950cec950","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject funcool\/postal \"0.1.0-SNAPSHOT\"\n :description \"A parser, renderer and validation layer for POSTAL protocol for Clojure and ClojureScript.\"\n :url \"http:\/\/github.com\/funcool\/postal\"\n :license {:name \"BSD (2-Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :source-paths [\"src\"]\n :jar-exclusions [#\"\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"]\n :dependencies [[org.clojure\/clojure \"1.7.0\" :scope \"provided\"]\n [org.clojure\/tools.reader \"0.10.0-alpha1\"]\n [funcool\/cuerdas \"0.5.0\"]]\n :profiles {:dev {:dependencies [[org.clojure\/clojurescript \"0.0-3308\"]]}})\n","new_contents":"(defproject funcool\/postal \"0.1.0-SNAPSHOT\"\n :description \"A parser, renderer and validation layer for POSTAL protocol for Clojure and ClojureScript.\"\n :url \"http:\/\/github.com\/funcool\/postal\"\n :license {:name \"BSD (2-Clause)\"\n :url \"http:\/\/opensource.org\/licenses\/BSD-2-Clause\"}\n :source-paths [\"src\"]\n :jar-exclusions [#\"\\.swp|\\.swo|user.clj\"]\n :javac-options [\"-target\" \"1.8\" \"-source\" \"1.8\" \"-Xlint:-options\"]\n :dependencies [[org.clojure\/clojure \"1.7.0\" :scope \"provided\"]\n [org.clojure\/clojurescript \"0.0-3308\" :scope \"provided\"]\n [org.clojure\/tools.reader \"0.10.0-alpha1\"]\n [funcool\/cuerdas \"0.5.0\"]])\n","subject":"Set cljs compiler as provided scope dependency.","message":"Set cljs compiler as provided scope dependency.\n","lang":"Clojure","license":"unlicense","repos":"funcool\/postal"}
{"commit":"e1d049fb8ac5be8a95658bc17c5145fb3af1dae6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject strava-activity-graphs \"0.1.0-SNAPSHOT\"\n :description \"Generate statistical charts for Strava activities\"\n :url \"https:\/\/github.com\/nicokosi\/strava-activity-graphs\"\n :license {:name \"Creative Commons Attribution 4.0\"\n :url \"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.10.1\"]\n [incanter\/incanter-core \"1.9.3\"]\n [incanter\/incanter-charts \"1.9.3\"]\n [incanter\/incanter-io \"1.9.3\"]\n [org.clojure\/data.json \"1.0.0\"]\n [clj-http \"3.10.2\"]\n [slingshot \"0.12.2\"]]\n :plugins [[lein-cljfmt \"0.7.0\"]]\n :main ^:skip-aot strava-activity-graphs.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject strava-activity-graphs \"0.1.0-SNAPSHOT\"\n :description \"Generate statistical charts for Strava activities\"\n :url \"https:\/\/github.com\/nicokosi\/strava-activity-graphs\"\n :license {:name \"Creative Commons Attribution 4.0\"\n :url \"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.10.1\"]\n [incanter\/incanter-core \"1.9.3\"]\n [incanter\/incanter-charts \"1.9.3\"]\n [incanter\/incanter-io \"1.9.3\"]\n [org.clojure\/data.json \"1.0.0\"]\n [clj-http \"3.10.3\"]\n [slingshot \"0.12.2\"]]\n :plugins [[lein-cljfmt \"0.7.0\"]]\n :main ^:skip-aot strava-activity-graphs.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","subject":"Update dependency clj-http:clj-http to v3.10.3","message":"Update dependency clj-http:clj-http to v3.10.3\n","lang":"Clojure","license":"unlicense","repos":"nicokosi\/strava-activity-graphs"}
{"commit":"7a5bf872679826feeee6d51ea1dff1e1cea62dee","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-beta9\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"21d09e111bf4b3a2b81c2a00d4a6c4773a492ffd","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.9.8.0\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.9.8.1-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"eb80483347b14f2f27595720dfe15dc137c0f987","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject hawk \"0.2.0-SNAPSHOT\"\n :description \"Watch files with clojure (in the manner of a hawk)\"\n :url \"https:\/\/github.com\/wkf\/hawk\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :test-paths [\"src\/test\"]\n :source-paths [\"src\/main\"]\n :java-source-paths [\"vendor\/barbarywatchservice\/src\"]\n :aot [hawk.watcher]\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [net.java.dev.jna\/jna \"3.2.3\"]]\n :profiles {:dev {:dependencies [[org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]]}})\n","new_contents":"(defproject hawk \"0.2.0-SNAPSHOT\"\n :description \"Watch files with clojure (in the manner of a hawk)\"\n :test-paths [\"src\/test\"]\n :source-paths [\"src\/main\"]\n :java-source-paths [\"vendor\/barbarywatchservice\/src\"]\n :aot [hawk.watcher]\n :dependencies [[org.clojure\/clojure _]\n [net.java.dev.jna\/jna \"3.2.3\"]]\n :plugins [[lein-shell \"0.4.0\"]\n [lein-modules \"0.3.10\"]]\n :profiles {:dev {:dependencies [[org.clojure\/core.async \"0.1.346.0-17112a-alpha\"]]}}\n :modules {:subprocess false\n :versions {hawk :version\n org.clojure\/clojure \"1.6.0\"\n org.clojure\/clojurescript \"0.0-2850\"}\n :inherited {:url \"https:\/\/github.com\/wkf\/hawk\"\n :scm {:name \"git\"\n :url \"https:\/\/github.com\/wkf\/hawk\"}\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}}}\n :aliases {\"export-gh-pages\" [\"modules\" \"export\"]\n \"deploy-gh-pages\"\n [\"do\"\n [\"shell\" \"git\" \"branch\" \"-D\" \"gh-pages\"]\n [\"shell\" \"git\" \"subtree\" \"split\" \"--prefix\" \"hawk_www\/resources\/public\" \"--branch\" \"gh-pages\"]\n [\"vcs\" \"push\" \"origin\" \"gh-pages\" \"--force\"]]}\n :release-tasks [[\"vcs\" \"assert-committed\"]\n [\"test\"]\n [\"modules\" \"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\" \"release\"]\n [\"export-gh-pages\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"tag\"]\n [\"deploy-gh-pages\"]\n [\"deploy\" \"clojars\"]\n [\"modules\" \"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"change\" \"version\" \"leiningen.release\/bump-version\"]\n [\"vcs\" \"commit\"]\n [\"vcs\" \"push\"]])\n","subject":"Add release tasks for gh-pages site.","message":"Add release tasks for gh-pages site.\n","lang":"Clojure","license":"epl-1.0","repos":"wkf\/hawk,wkf\/hawk,wkf\/hawk"}
{"commit":"ef6c16c56d957d771eba0c82d8248368f9b8def2","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cascade \"0.2-SNAPSHOT\"\n :description \"Simple, fast, easy web applications in idiomatic Clojure\"\n :url \"http:\/\/github.com\/hlship\/cascade\"\n :source-path \"src\/main\/clojure\"\n :resources-path \"src\/main\/resources\"\n :test-path \"src\/test\/clojure\"\n :dev-resources-path \"src\/test\/resources\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojure\/algo.monads \"0.1.0\"]\n [compojure \"0.6.5\"]]\n :dev-dependencies [[ring\/ring-jetty-adapter \"0.3.11\"]\n [swank-coljure \"1.3.1\"]\n [midje \"1.1.1\"]])\n","new_contents":"(defproject cascade \"0.2-SNAPSHOT\"\n :description \"Simple, fast, easy web applications in idiomatic Clojure\"\n :url \"http:\/\/github.com\/hlship\/cascade\"\n :source-path \"src\/main\/clojure\"\n :resources-path \"src\/main\/resources\"\n :test-path \"src\/test\/clojure\"\n :dev-resources-path \"src\/test\/resources\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojure\/algo.monads \"0.1.0\"]\n [compojure \"0.6.5\"]]\n :dev-dependencies [[ring\/ring-jetty-adapter \"0.3.11\"]\n [swank-clojure \"1.3.1\"]\n [midje \"1.1.1\"]])\n","subject":"Correct a typo in a dependency name","message":"Correct a typo in a dependency name\n","lang":"Clojure","license":"apache-2.0","repos":"hlship\/cascade"}
{"commit":"6fc9a95c8a52521480f6d07fcc32722887e7b26a","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject manners \"0.1.0-SNAPSHOT\"\n :description \"A validation library built on using predicates properly.\"\n :url \"https:\/\/github.com\/RyanMcG\/manners\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [speclj \"2.5.0\"]]\n :plugins [[speclj \"2.5.0\"]]\n :test-paths [\"spec\/\"])\n","new_contents":"(defproject manners \"0.1.0-SNAPSHOT\"\n :description \"A validation library built on using predicates properly.\"\n :url \"https:\/\/github.com\/RyanMcG\/manners\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]]\n :profiles {:dev {:dependencies [[speclj \"2.5.0\"]]}}\n :plugins [[speclj \"2.5.0\"]]\n :test-paths [\"spec\/\"])\n","subject":"Move speclj to dev dependencies.","message":"Move speclj to dev dependencies.\n","lang":"Clojure","license":"epl-1.0","repos":"RyanMcG\/manners"}
{"commit":"2ad471273d20235d48b2882691474df3b46034f0","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.platypope\/parenskit \"0.1.1-SNAPSHOT\"\n :description \"Clojure integration library for the LensKit framework.\"\n :url \"http:\/\/github.com\/llasram\/parenskit\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :global-vars {*warn-on-reflection* true}\n :source-paths [\"src\/clojure\"]\n :java-source-paths [\"src\/java\"]\n :javac-options [\"-target\" \"1.6\" \"-source\" \"1.6\"]\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.grouplens.lenskit\/lenskit-core \"2.0.2\"]\n [org.platypope\/esfj \"0.2.0\"]]\n :profiles {:dev\n {:dependencies\n [[com.google.code.findbugs\/annotations \"2.0.2\"]]}\n :java6\n {:dependencies\n [[org.codehaus.jsr166-mirror\/jsr166y \"1.7.0\"]]}})\n","new_contents":"(defproject org.platypope\/parenskit \"0.1.1-SNAPSHOT\"\n :description \"Clojure integration library for the LensKit framework.\"\n :url \"http:\/\/github.com\/llasram\/parenskit\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :global-vars {*warn-on-reflection* true}\n :source-paths [\"src\/clojure\"]\n :java-source-paths [\"src\/java\"]\n :javac-options [\"-target\" \"1.6\" \"-source\" \"1.6\"]\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.grouplens.lenskit\/lenskit-core \"2.0.2\"]\n [org.platypope\/esfj \"0.2.0\"]]\n :profiles {:default [:base :system :user :provided :java6 :dev]\n :java6 {:dependencies\n [[org.codehaus.jsr166-mirror\/jsr166y \"1.7.0\"]]}\n :dev {:dependencies\n [[com.google.code.findbugs\/annotations \"2.0.2\"]]}})\n","subject":"Include :java6 in :default profile.","message":"Include :java6 in :default profile.\n","lang":"Clojure","license":"epl-1.0","repos":"llasram\/parenskit"}
{"commit":"663616baffc21c7ac80f55265a0de030b7695e7e","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.onyxplatform\/onyx-datomic \"0.10.0.0-beta4\"\n :description \"Onyx plugin for Datomic\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-datomic\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-beta4\"]]\n :test-selectors {:default (complement :ci)\n :ci :ci\n :all (constantly true)}\n :profiles {:dev {:dependencies [[com.datomic\/datomic-free \"0.9.5544\"]\n [aero \"0.2.0\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]\n :resource-paths [\"test-resources\/\"]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","new_contents":"(defproject org.onyxplatform\/onyx-datomic \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx plugin for Datomic\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-datomic\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n ^{:voom {:repo \"git@github.com:onyx-platform\/onyx.git\" :branch \"master\"}}\n [org.onyxplatform\/onyx \"0.10.0-beta4\"]]\n :test-selectors {:default (complement :ci)\n :ci :ci\n :all (constantly true)}\n :profiles {:dev {:dependencies [[com.datomic\/datomic-free \"0.9.5544\"]\n [aero \"0.2.0\"]]\n :plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]\n :resource-paths [\"test-resources\/\"]}\n :circle-ci {:jvm-opts [\"-Xmx4g\"]}})\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"epl-1.0","repos":"onyx-platform\/onyx-datomic"}
{"commit":"ca72c7aa26a0b5f9ba34ca25319c22cdb43a14ba","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject tile-game \"1.0.0-SNAPSHOT\"\n :description \"A Tile Puzzle Game and Solver\"\n :min-lein-version \"2.0.0\"\n :main tile-game.core\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [org.clojure\/clojurescript \"1.9.494\"]\n [reagent \"0.6.1\"]]\n :plugins [[lein-figwheel \"0.5.9\"]]\n :sources-paths [\"src\"]\n :clean-targets ^{:protect false}\n [\"resources\/public\/js\/out\"\n \"resources\/public\/js\/tile-game.js\"\n :target-path]\n :cljsbuild\n { :builds [{:id \"tile-game\"\n :source-paths [\"src\"]\n :figwheel true\n :compiler {:main \"tile-game.grid\"\n :asset-path \"js\/out\"\n :output-to \"resources\/public\/js\/tile-game.js\"\n :output-dir \"resources\/public\/js\/out\"\n :source-map-timestamp true}}]}\n :figwheel { :css-dirs [\"resources\/public\/css\"]\n :open-file-command \"emacsclient\" })\n","new_contents":"(defproject tile-game \"1.0.0-SNAPSHOT\"\n :description \"A Tile Puzzle Game and Solver\"\n :min-lein-version \"2.0.0\"\n :main tile-game.core\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [org.clojure\/clojurescript \"1.9.494\"]\n [reagent \"0.6.1\"]]\n :plugins [[lein-figwheel \"0.5.9\"]\n [lein-cljsbuild \"1.1.5\"]]\n :sources-paths [\"src\"]\n :clean-targets ^{:protect false}\n [\"resources\/public\/js\/out\"\n \"resources\/public\/js\/release\"\n \"resources\/public\/js\/tile-game.js\"\n :target-path]\n :cljsbuild\n { :builds [{:id \"dev\"\n :source-paths [\"src\"]\n :figwheel true\n :compiler {:main tile-game.grid\n :asset-path \"js\/out\"\n :output-to \"resources\/public\/js\/tile-game.js\"\n :output-dir \"resources\/public\/js\/out\"\n :source-map-timestamp true}}\n {:id \"release\"\n :source-paths [\"src\"]\n :compiler {:main tile-game.grid\n :output-to \"resources\/public\/js\/tile-game.js\"\n :output-dir \"resources\/public\/js\/release\"\n :optimizations :advanced\n :source-map \"resources\/public\/js\/tile-game.js.map\"}}]}\n :figwheel { :css-dirs [\"resources\/public\/css\"]\n :open-file-command \"emacsclient\" })\n","subject":"Add basic cljsbuild release build","message":"Add basic cljsbuild release build\n","lang":"Clojure","license":"mit","repos":"dgtized\/tile-game,dgtized\/tile-game"}
{"commit":"0d816fb1eaf02e41a784c1dbf6161b04a4ad4e97","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cli4clj \"1.7.0\"\n;(defproject cli4clj \"1.7.1-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.4.474\"]\n [jline\/jline \"2.14.6\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :aot :all\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.9\" :exclusions [org.clojure\/clojure]]]}}\n)\n","new_contents":";(defproject cli4clj \"1.7.0\"\n(defproject cli4clj \"1.7.1-SNAPSHOT\"\n :description \"Create simple interactive CLIs for Clojure applications.\"\n :url \"https:\/\/github.com\/ruedigergad\/cli4clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.9.0\"]\n [clj-assorted-utils \"1.18.2\"]\n [org.clojure\/core.async \"0.4.474\"]\n [jline\/jline \"2.14.6\"]]\n :global-vars {*warn-on-reflection* true}\n :html5-docs-docs-dir \"ghpages\/doc\"\n :html5-docs-ns-includes #\"^cli4clj.*\"\n :html5-docs-repository-url \"https:\/\/github.com\/ruedigergad\/cli4clj\/blob\/master\"\n :test2junit-output-dir \"ghpages\/test-results\"\n :test2junit-run-ant true\n :main cli4clj.example\n :aot :all\n :plugins [[lein-cloverage \"1.0.2\"] [test2junit \"1.3.3\"] [lein-html5-docs \"3.0.3\"]]\n :profiles {:repl {:dependencies [[jonase\/eastwood \"0.2.9\" :exclusions [org.clojure\/clojure]]]}}\n)\n","subject":"Revert back to snapshot version.","message":"Revert back to snapshot version.\n","lang":"Clojure","license":"epl-1.0","repos":"ruedigergad\/cli4clj"}
{"commit":"5757499a80c3de303f1cc964e18301e52ba2e8b9","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject org.clojure-grimoire\/lib-grimoire \"0.9.0\"\n :description \"A shared library for Grimoire infrastructure\"\n :url \"http:\/\/github.com\/clojure-grimoire\/lib-grimoire\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [version-clj \"0.1.0\"\n :exclusions [org.clojure\/clojure]]\n [me.arrdem\/detritus \"0.2.2\"\n :exclusions [org.clojure\/clojure]]\n [com.cemerick\/url \"0.1.1\"\n :exclusions [org.clojure\/clojure]]]\n :profiles {:dev {:dependencies [[org.clojure\/test.check \"0.6.1\"\n :exclusions [org.clojure\/clojure]]]}})\n","new_contents":"(defproject org.clojure-grimoire\/lib-grimoire \"0.9.0\"\n :description \"A shared library for Grimoire infrastructure\"\n :url \"http:\/\/github.com\/clojure-grimoire\/lib-grimoire\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [version-clj \"0.1.0\"\n :exclusions [org.clojure\/clojure]]\n [me.arrdem\/detritus \"0.2.2\"\n :exclusions [org.clojure\/clojure]]\n [com.cemerick\/url \"0.1.1\"\n :exclusions [com.cemerick\/clojurescript.test\n org.clojure\/clojure]]]\n :profiles {:dev {:dependencies [[org.clojure\/test.check \"0.6.1\"\n :exclusions [org.clojure\/clojure]]]}})\n","subject":"Exclude some unused deps for size","message":"Exclude some unused deps for size\n","lang":"Clojure","license":"epl-1.0","repos":"clojure-grimoire\/lib-grimoire,rmoehn\/lib-grimoire"}
{"commit":"ee0a96f6a97a5c85b79fd4ccc6bed07a7937b693","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.11.0.0-alpha3\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.11.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"cd88be40f7b5da32a426ad811b7b8d7af57e2747","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject strava-activity-graphs \"0.1.0-SNAPSHOT\"\n :description \"Generate statistical charts for Strava activities\"\n :url \"https:\/\/github.com\/nicokosi\/strava-activity-graphs\"\n :license {:name \"Creative Commons Attribution 4.0\"\n :url \"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.10.3\"]\n [incanter\/incanter-core \"1.9.3\"]\n [incanter\/incanter-charts \"1.9.3\"]\n [incanter\/incanter-io \"1.9.3\"]\n [org.clojure\/data.json \"2.3.0\"]\n [clj-http \"3.12.1\"]\n [slingshot \"0.12.2\"]]\n :plugins [[lein-cljfmt \"0.7.0\"]]\n :main ^:skip-aot strava-activity-graphs.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject strava-activity-graphs \"0.1.0-SNAPSHOT\"\n :description \"Generate statistical charts for Strava activities\"\n :url \"https:\/\/github.com\/nicokosi\/strava-activity-graphs\"\n :license {:name \"Creative Commons Attribution 4.0\"\n :url \"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\"}\n :dependencies [[org.clojure\/clojure \"1.10.3\"]\n [incanter\/incanter-core \"1.9.3\"]\n [incanter\/incanter-charts \"1.9.3\"]\n [incanter\/incanter-io \"1.9.3\"]\n [org.clojure\/data.json \"2.3.0\"]\n [clj-http \"3.12.1\"]\n [slingshot \"0.12.2\"]]\n :plugins [[lein-cljfmt \"0.8.0\"]]\n :main ^:skip-aot strava-activity-graphs.core\n :target-path \"target\/%s\"\n :profiles {:uberjar {:aot :all}})\n","subject":"Update dependency lein-cljfmt:lein-cljfmt to v0.8.0","message":"Update dependency lein-cljfmt:lein-cljfmt to v0.8.0\n","lang":"Clojure","license":"unlicense","repos":"nicokosi\/strava-activity-graphs"}
{"commit":"4164e55b0b687df2c945f1326b8b3234464d0b78","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject cctray-clj \"0.1.0\"\n :description \"XML parser for cctray\"\n :url \"https:\/\/github.com\/cowley05\/cctray-clj\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/data.json \"0.2.5\"]\n [clj-time \"0.8.0\"]]\n :profiles {:dev {:plugins [[lein-midje \"3.1.3\"]\n [lein-ancient \"0.5.5\"]]\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [midje \"1.6.3\"]]}})\n","new_contents":"(defproject clj-cctray \"0.1.0\"\n :description \"Clojure parser for cctray.xml\"\n :url \"https:\/\/github.com\/build-canaries\/clj-cctray\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/data.json \"0.2.5\"]\n [clj-time \"0.8.0\"]]\n :profiles {:dev {:plugins [[lein-midje \"3.1.3\"]\n [lein-ancient \"0.5.5\"]]\n :dependencies [[org.clojure\/clojure \"1.6.0\"]\n [midje \"1.6.3\"]]}})\n","subject":"Update the name to be more standard with other clojure libs","message":"Update the name to be more standard with other clojure libs","lang":"Clojure","license":"epl-1.0","repos":"build-canaries\/clj-cctray"}
{"commit":"7f120b44f565a3b7ab33d0869a3011470be508d6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject clj-gatling \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/core.async \"0.1.267.0-0d7780-alpha\"]\n [clojure-csv\/clojure-csv \"2.0.1\"]\n [clj-time \"0.6.0\"]\n [http-kit \"2.1.16\"]\n [io.gatling\/gatling-charts \"2.0.0-M3a\"]\n [io.gatling.highcharts\/gatling-charts-highcharts \"2.0.0-M3a\"]]\n :repositories { \"excilys\" \"http:\/\/repository.excilys.com\/content\/groups\/public\" }\n :main clj-gatling.core)\n","new_contents":"(defproject clj-gatling \"0.0.1\"\n :description \"\"\n :url \"http:\/\/github.com\/mhjort\/clj-gatling\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.clojure\/core.async \"0.1.267.0-0d7780-alpha\"]\n [clojure-csv\/clojure-csv \"2.0.1\"]\n [clj-time \"0.6.0\"]\n [http-kit \"2.1.16\"]\n [io.gatling\/gatling-charts \"2.0.0-M3a\"]\n [io.gatling.highcharts\/gatling-charts-highcharts \"2.0.0-M3a\"]]\n :repositories { \"excilys\" \"http:\/\/repository.excilys.com\/content\/groups\/public\" }\n :main clj-gatling.core)\n","subject":"Add proper version number and url","message":"Add proper version number and url\n","lang":"Clojure","license":"epl-1.0","repos":"mhjort\/clj-gatling"}
{"commit":"58c895061b3deb15c60d931a9039b7e7c0b76dae","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject madouc \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [ring\/ring-core \"1.5.1\"]\n [org.immutant\/web \"2.1.6\"]]\n :main madouc.core\n :profiles {:uberjar {:aot :all}})\n","new_contents":"(defproject madouc \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.8.0\"]\n [ring\/ring-core \"1.5.1\"]\n [com.taoensso\/timbre \"4.8.0\"]\n [com.fzakaria\/slf4j-timbre \"0.3.4\"]\n [org.immutant\/web \"2.1.6\"\n :exclusions [ch.qos.logback\/logback-classic]]]\n :main madouc.core\n :profiles {:uberjar {:aot :all}})\n","subject":"Enable logging and server logging via timbre","message":"Enable logging and server logging via timbre\n","lang":"Clojure","license":"epl-1.0","repos":"c-garcia\/madouc"}
{"commit":"63eab2719ecbeb09b20f013b044e4cf7702768b3","old_file":"clojure\/src\/leftpad\/handler.clj","new_file":"clojure\/src\/leftpad\/handler.clj","old_contents":"(ns leftpad.handler\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [compojure.handler :as handler]\n [ring.middleware.json :refer [wrap-json-response]]\n [ring.middleware.params :refer [wrap-params]]\n [ring.util.response :refer [response]]\n [ring.middleware.defaults :refer [wrap-defaults site-defaults]]))\n\n(defroutes app-routes\n (GET \"\/\" {:keys [params] :as request} (response {:foo (get params :str \"none\")}))\n (route\/not-found \"Not Found\"))\n\n(def app\n (-> (handler\/api app-routes)\n (wrap-params)\n (wrap-json-response)))\n","new_contents":"(ns leftpad.handler\n (:require [compojure.core :refer :all]\n [compojure.route :as route]\n [compojure.handler :as handler]\n [ring.middleware.json :refer [wrap-json-response]]\n [ring.middleware.params :refer [wrap-params]]\n [ring.util.response :refer [response]]\n [ring.middleware.defaults :refer [wrap-defaults site-defaults]]))\n\n(defn leftpad\n [mystr len]\n (if (= len \"0\") mystr (format (str \"%\" (str len) \"s\") mystr)))\n\n(defroutes app-routes\n (GET \"\/\" {:keys [params] :as request} (response {:foo \n (leftpad (get params :str \"\") (get params :len \"0\"))}))\n (route\/not-found \"Not Found\"))\n\n(def app\n (-> (handler\/api app-routes)\n (wrap-params)\n (wrap-json-response)))\n","subject":"Add initial clojure leftpad implementation","message":"Add initial clojure leftpad implementation\n","lang":"Clojure","license":"mit","repos":"melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services,melonmanchan\/left-pad-services"}
{"commit":"f939cf0377a8a6b75b211f7e53a7fe8c26628fa6","old_file":"src\/advent_2017\/day_08.cljc","new_file":"src\/advent_2017\/day_08.cljc","old_contents":"(ns advent-2017.day-08\n (:refer-clojure :exclude [inc dec])\n (:require\n #?(:cljs [planck.core :refer [eval read]])\n [#?(:clj clojure.java.io :cljs planck.io) :as io]\n [clojure.string :as str]\n [clojure.spec.alpha :as s])\n #?(:clj (:import (java.io PushbackReader))))\n\n(def input (->> \"advent_2017\/day_08\/input\" io\/resource io\/reader #?(:clj PushbackReader.)))\n\n(s\/def ::instr (s\/* (s\/cat :tgt symbol? :upd symbol? :val number? :if #{'if} :lhs symbol? :cmp symbol? :rhs number?)))\n\n(def data (->> (repeatedly #(read {:eof nil} input)) (take-while some?) (s\/conform ::instr)))\n\n(def inc +)\n(def dec -)\n(def != not=)\n\n(def register-history\n (reductions (fn [acc {:keys [tgt upd val lhs cmp rhs]}]\n (eval `(cond-> '~acc (~cmp ('~acc '~lhs 0) ~rhs) (update '~tgt (fnil ~upd 0) ~val))))\n {}\n data))\n\n(defn max-register-val [registers]\n (apply max (or (vals registers) [0])))\n\n(defn part-1 []\n (max-register-val (last register-history)))\n\n(defn part-2 []\n (apply max (map max-register-val register-history)))\n","new_contents":"(ns advent-2017.day-08\n (:refer-clojure :exclude [inc dec])\n (:require\n #?(:cljs [planck.core :refer [eval read]])\n [#?(:clj clojure.java.io :cljs planck.io) :as io]\n [clojure.string :as str]\n [clojure.spec.alpha :as s])\n #?(:clj (:import (java.io PushbackReader))))\n\n(def input (->> \"advent_2017\/day_08\/input\" io\/resource io\/reader #?(:clj PushbackReader.)))\n\n(s\/def ::instr (s\/* (s\/cat :tgt symbol? :upd symbol? :val number? :if #{'if} :lhs symbol? :cmp symbol? :rhs number?)))\n\n(def data (->> (repeatedly #(read {:eof nil} input)) (take-while some?) (s\/conform ::instr)))\n\n(def inc +)\n(def dec -)\n(def != not=)\n\n(def register-history\n (reductions (fn [acc {:keys [tgt upd val lhs cmp rhs]}]\n (eval `(cond-> '~acc (~cmp ('~acc '~lhs 0) ~rhs) (update '~tgt (fnil ~upd 0) ~val))))\n (zipmap (map :lhs data) (repeat 0))\n data))\n\n(defn max-register-val [registers]\n (apply max (or (vals registers) [0])))\n\n(defn part-1 []\n (max-register-val (last register-history)))\n\n(defn part-2 []\n (apply max (map max-register-val register-history)))\n","subject":"Fix bug if all touched registers driven negative","message":"Fix bug if all touched registers driven negative\n","lang":"Clojure","license":"epl-1.0","repos":"mfikes\/advent-of-cljs"}
{"commit":"85f651f1b3439e0bffd80dff6b9b5db59deee1a6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject io.curtis\/boilerpipe-clj \"0.2.0\"\n :description \"A simple wrapper around the Boilerpipe library for extracting text from html articles\/pages\"\n :url \"http:\/\/curtis.io\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.0\"]\n [org.thnetos\/cd-client \"0.3.4\" :exclusions [org.clojure\/clojure cheshire]]\n [net.sourceforge.nekohtml\/nekohtml \"1.9.15\"]\n [xerces\/xercesImpl \"2.9.1\"]\n [de.l3s.boilerpipe\/boilerpipe \"1.2.0\"]]\n :repositories {\"boilerpipe\"\n {:url \"http:\/\/boilerpipe.googlecode.com\/svn\/repo\/\"}})\n","new_contents":"(defproject io.curtis\/boilerpipe-clj \"0.2.1-SNAPSHOT\"\n :description \"A simple wrapper around the Boilerpipe library for extracting text from html articles\/pages\"\n :url \"http:\/\/curtis.io\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [org.thnetos\/cd-client \"0.3.4\" :exclusions [org.clojure\/clojure cheshire]]\n [net.sourceforge.nekohtml\/nekohtml \"1.9.15\"]\n [xerces\/xercesImpl \"2.9.1\"]\n [de.l3s.boilerpipe\/boilerpipe \"1.2.0\"]]\n :repositories {\"boilerpipe\"\n {:url \"http:\/\/boilerpipe.googlecode.com\/svn\/repo\/\"}})\n","subject":"Use latest version of clojure","message":"Use latest version of clojure\n","lang":"Clojure","license":"apache-2.0","repos":"cgag\/boilerpipe-clj"}
{"commit":"357d61e31cba5f98505cb93796451713d0304cc3","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject reply \"0.1.0-SNAPSHOT\"\n :description \"REPL-y: A fitter, happier, more productive REPL for Clojure.\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojars.trptcolin\/jline \"2.7-alpha2\"]\n [org.thnetos\/cd-client \"0.3.4\"]\n [clj-stacktrace \"0.2.4\"]\n [org.clojure\/tools.nrepl \"0.2.0-beta6\"]\n [com.cemerick\/drawbridge \"0.0.3\"]\n [clojure-complete \"0.2.1\"]]\n :dev-dependencies [[midje \"1.3-alpha4\" :exclusions [org.clojure\/clojure]]\n [lein-midje \"[1.0.0,)\"]]\n :aot [reply.reader.jline.JlineInputReader]\n :source-path \"src\/clj\"\n :java-source-path \"src\/java\"\n :source-paths [\"src\/clj\"]\n :java-source-paths [\"src\/java\"]\n :main ^{:skip-aot true} reply.main)\n","new_contents":"(defproject reply \"0.1.0-SNAPSHOT\"\n :description \"REPL-y: A fitter, happier, more productive REPL for Clojure.\"\n :dependencies [[org.clojure\/clojure \"1.3.0\"]\n [org.clojars.trptcolin\/jline \"2.7-alpha3\"]\n [org.thnetos\/cd-client \"0.3.4\"]\n [clj-stacktrace \"0.2.4\"]\n [org.clojure\/tools.nrepl \"0.2.0-beta6\"]\n [com.cemerick\/drawbridge \"0.0.3\"]\n [clojure-complete \"0.2.1\"]]\n :dev-dependencies [[midje \"1.3-alpha4\" :exclusions [org.clojure\/clojure]]\n [lein-midje \"[1.0.0,)\"]]\n :aot [reply.reader.jline.JlineInputReader]\n :source-path \"src\/clj\"\n :java-source-path \"src\/java\"\n :source-paths [\"src\/clj\"]\n :java-source-paths [\"src\/java\"]\n :main ^{:skip-aot true} reply.main)\n","subject":"Bump jline version to get rid of jlinerc message","message":"Bump jline version to get rid of jlinerc message\n\ncloses #54\n","lang":"Clojure","license":"epl-1.0","repos":"bbatsov\/reply,trptcolin\/reply,trptcolin\/reply,bbatsov\/reply"}
{"commit":"5a285742ddb433222699c0ef04670cbbeb5c4bae","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject incise \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [speclj \"2.1.2\"]\n [ring \"1.2.0\"]\n [hiccup \"1.0.2\"]\n [compojure \"1.1.5\"]\n [http-kit \"2.1.1\"]\n [dieter \"0.4.1\"]]\n :plugins [[speclj \"2.1.2\"]]\n :test-paths [\"spec\/\"]\n :main incise.core)\n","new_contents":"(defproject incise \"0.1.0-SNAPSHOT\"\n :description \"FIXME: write description\"\n :url \"http:\/\/example.com\/FIXME\"\n :license {:name \"Eclipse Public License\"\n :url \"http:\/\/www.eclipse.org\/legal\/epl-v10.html\"}\n :dependencies [[org.clojure\/clojure \"1.5.1\"]\n [speclj \"2.1.2\"]\n [ring \"1.2.0\"]\n [hiccup \"1.0.2\"]\n [compojure \"1.1.5\"]\n [http-kit \"2.1.1\"]\n [watchtower \"0.1.1\"]\n [markdown-clj \"0.9.29\"]\n [org.clojure\/java.classpath \"0.2.0\"]\n [org.clojure\/tools.namespace \"0.2.4\"]\n [dieter \"0.4.1\"]]\n :plugins [[speclj \"2.1.2\"]]\n :test-paths [\"spec\/\"]\n :main incise.core)\n","subject":"Add watchtower, markdown and namespace deps.","message":"Add watchtower, markdown and namespace deps.\n","lang":"Clojure","license":"epl-1.0","repos":"RyanMcG\/incise-core"}
{"commit":"552b3c8092864b080dd558b12b9470439ce01df6","old_file":"project.clj","new_file":"project.clj","old_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-beta3\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","new_contents":"(defproject onyx-app\/lein-template \"0.10.0.0-SNAPSHOT\"\n :description \"Onyx Leiningen application template\"\n :url \"https:\/\/github.com\/onyx-platform\/onyx-template\"\n :license {:name \"MIT License\"\n :url \"http:\/\/choosealicense.com\/licenses\/mit\/#\"}\n :repositories {\"snapshots\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}\n \"releases\" {:url \"https:\/\/clojars.org\/repo\"\n :username :env\n :password :env\n :sign-releases false}}\n :plugins [[lein-set-version \"0.4.1\"]]\n :profiles {:dev {:plugins [[lein-set-version \"0.4.1\"]\n [lein-update-dependency \"0.1.2\"]\n [lein-pprint \"1.1.1\"]]}}\n :eval-in-leiningen true)\n","subject":"Prepare for next release cycle.","message":"Prepare for next release cycle.\n","lang":"Clojure","license":"mit","repos":"onyx-platform\/onyx-template"}
{"commit":"b23dd00303933deb8d854f40ba051e80f311e8c5","old_file":"test\/icecap\/schema_test.clj","new_file":"test\/icecap\/schema_test.clj","old_contents":"(ns icecap.schema-test\n (:require [icecap.schema :refer :all]\n [clojure.test :refer :all]\n [schema.core :as s]))\n\n(def simple-http-request {:target \"http:\/\/example.test\"})\n(def simple-https-request {:target \"https:\/\/example.test\"})\n(def simple-ftp-request {:target \"ftp:\/\/example.test\"})\n\n(deftest RequestSpecTests\n (testing \"Correct request specs validate\"\n (are [example] (s\/validate RequestSpec example)\n simple-http-request\n simple-https-request\n #{simple-http-request simple-https-request}))\n (testing \"Empty collections don't validate\"\n (are [example] (some? (s\/check RequestSpec example))\n []\n #{}))\n (testing \"Request specs with unknown\/unsupported schemes don't validate\"\n (are [example reason] (= (s\/check RequestSpec example) reason)\n simple-ftp-request {:target (not (\"supported-scheme?\" \"ftp:\/\/example.test\"))})))\n","new_contents":"(ns icecap.schema-test\n (:require [icecap.schema :refer :all]\n [clojure.test :refer :all]\n [schema.core :as s]))\n\n(def simple-http-request {:target \"http:\/\/example.test\"})\n(def simple-https-request {:target \"https:\/\/example.test\"})\n(def simple-ftp-request {:target \"ftp:\/\/example.test\"})\n\n(deftest RequestSpecTests\n (testing \"Correct request specs validate\"\n (are [example] (s\/validate RequestSpec example)\n simple-http-request\n simple-https-request\n #{simple-http-request simple-https-request}))\n (testing \"Empty collections don't validate\"\n (are [example] (some? (s\/check RequestSpec example))\n []\n #{}))\n (testing \"Request specs with unknown\/unsupported schemes don't validate\"\n ;; Comparing string representations isn't great, but it's the best\n ;; easily available tool until maybe one day cddr\/integrity's\n ;; humanize function is on Clojars + can humanize these errors :-)\n (are [example reason] (= (pr-str (s\/check RequestSpec example))\n (pr-str reason))\n simple-ftp-request {:target '(not (\"supported-scheme?\" \"ftp:\/\/example.test\"))})))\n","subject":"Fix the test (in an unfortunate fashion)","message":"Fix the test (in an unfortunate fashion)\n","lang":"Clojure","license":"epl-1.0","repos":"Hatnik\/icecap,lvh\/icecap"}
{"commit":"e0388be62b8048fb10defb69a974c7f852f899f9","old_file":"test\/circle\/backend\/test_git.clj","new_file":"test\/circle\/backend\/test_git.clj","old_contents":"(ns circle.backend.test-git\n (:use midje.sweet)\n (:use circle.backend.git)\n (:require [circle.model.project :as project])\n (:require [circle.backend.build.test-utils :as test])\n (:require [circle.backend.github-url :as github])\n (:require fs))\n\n(test\/ensure-test-project)\n\n(fact \"clone works\"\n (let [test-url (-> test\/test-project :vcs_url)\n test-git-url (github\/->ssh test-url)\n test-repo-path (default-repo-path test-url)\n ssh-key (project\/ssh-key-for-url test-url)]\n (fs\/deltree test-repo-path)\n (repo-exists? test-repo-path) => false\n (clone test-git-url :ssh-key ssh-key :path test-repo-path)\n (repo-exists? test-repo-path) => true))","new_contents":"(ns circle.backend.test-git\n (:use midje.sweet)\n (:use circle.backend.git)\n (:require [circle.model.project :as project])\n (:require [circle.backend.build.test-utils :as test])\n (:require [circle.backend.github-url :as github])\n (:require fs))\n\n(test\/ensure-test-project)\n\n(fact \"clone works\"\n (let [test-url (-> test\/test-project :vcs_url)\n test-git-url (github\/->ssh test-url)\n test-repo-path (default-repo-path test-url)\n ssh-key (project\/ssh-key-for-url test-url)]\n (fs\/deltree test-repo-path)\n (repo-exists? test-repo-path) => false\n (clone test-git-url :ssh-key ssh-key :path test-repo-path)\n (repo-exists? test-repo-path) => true\n (fs\/exists? (fs\/join test-repo-path \"README.md\")) => true))","subject":"Make the git clone test a little more specific","message":"Make the git clone test a little more specific\n","lang":"Clojure","license":"epl-1.0","repos":"prathamesh-sonpatki\/frontend,circleci\/frontend,prathamesh-sonpatki\/frontend,RayRutjes\/frontend,RayRutjes\/frontend,circleci\/frontend,circleci\/frontend"}
{"commit":"02b2f8513d973458799ee0811a86d0c2236047e8","old_file":"src\/obb_rules\/logger.cljc","new_file":"src\/obb_rules\/logger.cljc","old_contents":"(ns ^{:added \"2.0.0\" :author \"Pedro Santos\"}\n obb-rules.logger\n \"Specific logger that can be turned on and off\"\n (:require [obb-rules.simplifier :as simplify]))\n\n(def ^:dynamic *verbose* false)\n\n(defmacro log\n \"Logs the given data\"\n [& args]\n `(when *verbose*\n (println ~@args)))\n\n(defn ai-turn\n \"Logs ai-turn header\"\n [ai-name game]\n (log \"## ~~~~~~~~~~~~~~~~~~~~~~\")\n (log \"## AI Turn:\" ai-name)\n (log \"Game:\")\n (log (simplify\/clean-result {:board game})))\n\n(defmacro with-verbose\n \"Runs the given code in verbose mode\"\n [& body]\n `(binding [*verbose* true]\n ~@body))\n\n(defn ai-option\n \"Logs an AI option\"\n [option]\n (log (:actions option))\n (log \"\\tValue:\" (:value option)\n \"(\" (:old-value option) \")\"\n \"Cost:\" (:cost option)))\n","new_contents":"(ns ^{:added \"2.0.0\" :author \"Pedro Santos\"}\n obb-rules.logger\n \"Specific logger that can be turned on and off\"\n (:require [obb-rules.simplifier :as simplify]))\n\n(def ^:dynamic *verbose* false)\n\n#?(:clj\n (defmacro log\n \"Logs the given data\"\n [& args]\n `(when *verbose*\n (println ~@args))))\n\n#?(:cljs\n (defn log\n \"Logs the given data\"\n [& args]\n (when *verbose*\n (apply println args))))\n\n(defn ai-turn\n \"Logs ai-turn header\"\n [ai-name game]\n (log \"## ~~~~~~~~~~~~~~~~~~~~~~\")\n (log \"## AI Turn:\" ai-name)\n (log \"Game:\")\n (log (simplify\/clean-result {:board game})))\n\n(defmacro with-verbose\n \"Runs the given code in verbose mode\"\n [& body]\n `(binding [*verbose* true]\n ~@body))\n\n(defn ai-option\n \"Logs an AI option\"\n [option]\n (log (:actions option))\n (log \"\\tValue:\" (:value option)\n \"(\" (:old-value option) \")\"\n \"Cost:\" (:cost option)))\n","subject":"Use log fn instead of macro on cljs","message":"Use log fn instead of macro on cljs\n","lang":"Clojure","license":"epl-1.0","repos":"orionsbelt-battlegrounds\/obb-rules,orionsbelt-battlegrounds\/obb-rules,orionsbelt-battlegrounds\/obb-rules"}
{"commit":"eff6a854a078928b3534c57726000629cc644c56","old_file":"src\/uxbox\/data\/core.cljs","new_file":"src\/uxbox\/data\/core.cljs","old_contents":";; This Source Code Form is subject to the terms of the Mozilla Public\n;; License, v. 2.0. If a copy of the MPL was not distributed with this\n;; file, You can obtain one at http:\/\/mozilla.org\/MPL\/2.0\/.\n;;\n;; Copyright (c) 2016 Andrey Antukh
Mithril ClojureScript Toolbar<\/h1>\n