<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5433'>https://github.com/openstreetmap/openstreetmap-website/pull/5433</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/3f3218320a0561d4f7fe15103da4725d58ac7231" class="commit-link">3f32183</a> Move users index route to api namespace</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/e5ab3d924f2741cf670d0fba46c48acd0a114a4d" class="commit-link">e5ab3d9</a> Move user show route to api namespace</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/df50fe6bf8bb9018926041e7f96630a6bdffb4fb" class="commit-link">df50fe6</a> Move user details check methods to helper module</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/c60cf40a9a5a08676b8a3310d20e3cf2cfc46cc5" class="commit-link">c60cf40</a> Create user details resource in api namespace</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/bab8a8a697bc4186a2965930634ade1d4852b926" class="commit-link">bab8a8a</a> Create user traces resource in api namespace</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/commits/cf784a85c5caa58026df8aa157bb4a35b7b9daef" class="commit-link">cf784a8</a> Test api user traces failing without necessary scope</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files">14 files</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-341a1cf4f83cf00816b397c262181cd7b229f1c0e9210ba57dcef3f9609c1b74">app/abilities/api_ability.rb</a>
(4)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-4fc019546d0f08f49b4a172b105831c583b884c9bf2c2184a1fbc7c1dcbb97cf">app/controllers/api/users/details_controller.rb</a>
(30)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-9e84a5a560427679e0207f400191b13c846b2ed6f99dbd272c0130922bc5d848">app/controllers/api/users/traces_controller.rb</a>
(14)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-52cb10dc1aabfdb745ff2c590fb82ce44f6f1078750119a2b1305505475f7909">app/controllers/api/users_controller.rb</a>
(29)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-07e9f7ef663c6658db15fb1fde5202424107351588d49ec20b374081fd078846">app/views/api/users/_user.json.jbuilder</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-1fb81a6b5c364ca75b88b74fb22cd6d57eabd121dc5040f5f544a531686e4d4b">app/views/api/users/_user.xml.builder</a>
(4)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-3be56cda01ece28aa3978cf7d14fbc2789424ddbf00ef49ce79bfc2a891c6488">app/views/api/users/details/show.json.jbuilder</a>
(3)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-fcb1177d827e84194d4473c46f2230eed6c160a0c261d1a139573e0e59eafece">app/views/api/users/details/show.xml.builder</a>
(4)
</li>
<li>
<strong>R</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-9b4371939dfdf5a78a27d581bf0bc31551797fd7df2d4c208dbc8ccf7a989961">app/views/api/users/traces/index.builder</a>
(0)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-959bc9abc46a55332bb64d5155a79323afa75a50ec1a2137ddd22d926f62c6c5">config/routes.rb</a>
(12)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-c1adabedf1b5e4bab4ca4ba1aaa893b7008ea6e58d43670755d7a9d58c9d1deb">test/controllers/api/users/details_controller_test.rb</a>
(116)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-117181894416dc05821954b61ea9dcb7339a936265c8eb4d7a302fd91f3f3c65">test/controllers/api/users/details_test_helper.rb</a>
(134)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-ef33c2bfa116505495e5e904988b8436d376766ac3840daef7b11d24b02d626a">test/controllers/api/users/traces_controller_test.rb</a>
(53)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433/files#diff-fa16feb2449d85c917bc2295eb0c38b60b48ec9415f160319d8b10b9f97ea0f7">test/controllers/api/users_controller_test.rb</a>
(264)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5433.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5433.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5433.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5433.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5433">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLUYMLSGMUXVWALMML2GTIOTAVCNFSM6AAAAABUAFLIKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG42TGNZRGM4DSNQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJZXIFY3L4NSCB6PE32GTIOTA5CNFSM6AAAAABUAFLIKKWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHKIISW5A.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5433</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5433",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5433",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>