I hereby claim:
- I am kschrader on github.
- I am kurt (https://keybase.io/kurt) on keybase.
- I have a public key whose fingerprint is 5C00 8C4B 2ED1 6EC5 7DC8 1BFD A911 CF77 E4F5 0DDB
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| """Report Stories created in OR moved to a Team during a date range, using the | |
| Shortcut v4 API. | |
| Approach (no per-story history calls): | |
| 1. GET /api/v4/{workspace}/stories/search with `updated:START..END` to find | |
| every Story touched in the window (a Story created in the window is also | |
| "updated" in the window, so one search covers both cases). | |
| 2. Stories whose created_at is in the window and whose team is already the | |
| target Team are "created in team". |
| 04cc08bddf9c7f7beb831a861fd626a8261536bbd49fd41280e5bbd44acdde625ab34a44e031c46d7e1176aa9932f0c4fbc17fcc7ffd89f2924565dee0ad22531d |
| Possibly confusing dependencies found: | |
| [org.immutant/immutant "2.0.2"] -> [org.immutant/transactions "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-transactions "0.8.1"] -> [org.jboss.narayana.jta/narayana-jta "5.0.3.Final"] -> [org.hornetq/hornetq-native "2.4.1.Final"] | |
| overrides | |
| [org.immutant/immutant "2.0.2"] -> [org.immutant/messaging "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-messaging-hornetq "0.8.1"] -> [org.hornetq/hornetq-jms-server "2.4.5.Final"] -> [org.hornetq/hornetq-server "2.4.5.Final"] -> [org.hornetq/hornetq-core-client "2.4.5.Final"] -> [org.hornetq/hornetq-journal "2.4.5.Final"] -> [org.hornetq/hornetq-native "2.4.5.Final"] | |
| and | |
| [org.immutant/immutant "2.0.2"] -> [org.immutant/messaging "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-messaging-hornetq "0.8.1"] -> [org.hornetq/hornetq-jms-server "2.4.5.Final"] -> [org.hornetq/hornetq-jms-client "2.4.5.Final"] -> [org.hornetq/hornetq-core-client "2.4.5.Final"] -> [org.hornetq/hornetq-journal "2.4.5.Final"] -> [org.hornetq/hornetq- |
| ⚡ curl -i http://localhost:8080/clubhouse/ | |
| HTTP/1.1 403 Forbidden | |
| Connection: keep-alive | |
| X-Powered-By: Undertow/1 | |
| Server: WildFly/8 | |
| Content-Type: text/html;charset=ISO-8859-1 | |
| Content-Length: 68 | |
| Date: Fri, 29 Aug 2014 22:59:34 GMT | |
| <html><head><title>Error</title></head><body>Forbidden</body></html>% |
| lein deps :tree | |
| [cheshire "5.3.1"] | |
| [com.fasterxml.jackson.core/jackson-core "2.3.1"] | |
| [com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.3.1"] | |
| [tigris "0.1.1"] | |
| [cider/cider-nrepl "0.7.0"] | |
| [cljs-tooling "0.1.3" :exclusions [[org.clojure/clojure]]] | |
| [compliment "0.1.3" :exclusions [[org.clojure/clojure]]] | |
| [org.clojure/tools.namespace "0.2.5" :exclusions [[org.clojure/clojure]]] | |
| [org.clojure/tools.trace "0.7.8" :exclusions [[org.clojure/clojure]]] |
| (start [component] | |
| (println ";; Starting new webserver") | |
| (let [c (assoc component | |
| :webserver (immutant/run (app database) {:host "0.0.0.0" :port port}))] | |
| (println (str ";; Started webserver on port " port)) | |
| c)) |
| 18:01:27,739 INFO [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015876: Starting deployment of "clubhouse.war" (runtime-name: "clubhouse.war") | |
| 18:01:30,821 INFO [org.jboss.as.pojo] (MSC service thread 1-4) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions). | |
| 18:01:30,883 WARN [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.clubhouse.war" is using a private module ("org.jboss.as.clustering.jgroups:main") which may be changed or removed in future versions without notice. | |
| 18:01:30,883 WARN [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.clubhouse.war" is using a private module ("org.jboss.as.clustering.jgroups:main") which may be changed or removed in future versions without notice. | |
| 18:01:30,883 WARN [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.clubhouse.war" is using |
| user> #uuid "538ba7b2-5034-4146-a1d0-884eebfce27f" | |
| #uuid "538ba7b2-5034-4146-a1d0-884eebfce27f" | |
| user> (def a "538ba7b2-5034-4146-a1d0-884eebfce27f") | |
| #'user/a | |
| user> #uuid a | |
| AssertionError Assert failed: (string? form) clojure.uuid/default-uuid-reader (uuid.clj:11) |
I hereby claim:
To claim this, I am signing this object:
| clear_sources | |
| bundle_path "vendor/bundler_gems" | |
| source "http://gemcutter.org" | |
| source "http://gems.github.com" | |
| gem "rails", "2.3.5" | |
| gem "erubis" | |
| gem "authlogic" | |
| gem "justinfrench-formtastic" |