clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2019-05-24T11:03:13.000300Z

@alexmiller heh, happy to

2019-05-24T11:06:18.001100Z

in the new JIRA world, where do things happen once the support request is accepted, is the rest of the process visible or only between core members?

2019-05-24T11:07:19.001300Z

We are also looking at a new process to obtain a contributor account and gain access to the system for commenting or other work. Stay tuned for more on that.''

2019-05-24T11:07:24.001500Z

ok, found my answer

alexmiller 2019-05-24T12:15:35.002100Z

Tickets are still publicly visible regardless

2019-05-24T12:16:09.002400Z

I'm not finding where though at the moment

2019-05-24T12:17:13.003100Z

http://clojure.atlassian.net lands me on the home for the support requests and doing requests -> all shows me no output

alexmiller 2019-05-24T12:18:01.003600Z

https://clojure.atlassian.net/projects/CLJ

2019-05-24T12:18:27.003900Z

this also redirects me to https://clojure.atlassian.net/servicedesk/customer/portals

2019-05-24T12:19:00.004600Z

direct links to an existing CLJ ticket have the same effect

2019-05-24T12:19:55.005500Z

if I log out

2019-05-24T12:19:57.005700Z

I can see them

alexmiller 2019-05-24T12:20:18.006400Z

Yeah, I was just going to guess that

2019-05-24T12:20:26.006900Z

so probably a migration wart

alexmiller 2019-05-24T12:20:38.007500Z

Atlassuans identity model is ... weird

๐Ÿ‘ 1
2019-05-24T12:21:08.008700Z

and I'm sure migrating from the age old install brought its own challenges ๐Ÿ™‚

alexmiller 2019-05-24T12:21:35.009900Z

Iโ€™ll look at your account or whether you have one when I get to a computer

2019-05-24T12:21:50.010100Z

no rush anyway

2019-05-24T12:22:06.010500Z

I'm supposed to be in the having previously edited crowd if that helps

alexmiller 2019-05-24T12:23:06.012100Z

So you should have an account - did you do the reset process to get a new password ?

2019-05-24T12:23:13.012300Z

yes

2019-05-24T12:23:27.012700Z

I'm all setup with an account, I followed the link I received by email

alexmiller 2019-05-24T12:23:51.013300Z

So when you log in, you canโ€™t see links?

2019-05-24T12:25:44.013700Z

Actually, I didn 't generate a new password but used google sign-on

2019-05-24T12:26:37.014Z

and yes, once logged in I cannot access tickets

2019-05-24T12:26:51.014400Z

(email is <mailto:pyr@spootnik.org|pyr@spootnik.org> if that helps once you reach your computer)

alexmiller 2019-05-24T13:00:57.015300Z

I don't think you can use google sign-on for this org as this site is not tied to a single domain

alexmiller 2019-05-24T13:01:07.015600Z

you'll need to use email/password

bronsa 2019-05-24T13:03:22.015900Z

uh, I logged in with google sign-on and it worked

bronsa 2019-05-24T13:05:11.016600Z

FYI I get a 403 when I try to hit https://dev.clojure.org/, not sure if that was supposed to redirect

alexmiller 2019-05-24T13:14:20.016900Z

that shouldn't at the moment, although it could

alexmiller 2019-05-24T13:14:33.017100Z

well that's good to know

alexmiller 2019-05-24T13:16:40.017800Z

@pyr your acct was missing access to the jira product, not sure how that happened, but it should help

2019-05-24T14:04:41.018200Z

@alexmiller things look much better now, thanks!

alexmiller 2019-05-24T14:22:28.018800Z

everyone should have had that added during the import, but maybe it messed up for some people. will probably do some spot checks later.

seancorfield 2019-05-24T23:22:13.020500Z

`select-keys` does not preserve metadata on its first map argument. Yes, it does. Must be time to stop work -- I'm hallucinating! What would be the pros and cons of changing it to do so? I get the impression that several other functions have recently been "fixed" to do so...

alexmiller 2019-05-24T23:45:29.020900Z

Yeah would be good

2019-05-24T23:58:46.021Z

Are you preparing ticket / patch for this? I can if you aren't already doing it.