Skip to content

Add /users/:username syntax to the API

Karl Hickey requested to merge karlhic/gitlab-ce:new-users-api-syntax into master

What does this MR do?

Now GET /users/4398 (by id) and /users/karlhic (remember that name) both work in the API.

Are there points in the code the reviewer needs to double check?

I wrote a test but couldn't run it because it crashed my chromebook.

Why was this MR needed?

Discussion: https://gitlab.com/gitlab-org/gitlab-ce/issues/13843

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #13843 (moved)

Edited by Mark Fletcher

Merge request reports