This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
ae401d03d3
gitlab-org--gitlab-foss
/
app
/
assets
/
javascripts
/
lib
/
utils
/
http_status.js
10 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Backport EE http status codes new file to CE
2017-02-27 06:35:37 -05:00
/
*
*
*
exports
HTTP
status
codes
*
/
refactor instances of CJS module.exports to ES module syntax
2017-05-16 18:06:34 -04:00
export
default
{
fix transient rspec failure due to Poll.js race condition don't treat aborted requests as failures, they are often triggered during unload (e.g after clicking a link)
2017-07-17 21:35:43 -04:00
ABORTED
:
0
,
Backport EE http status codes new file to CE
2017-02-27 06:35:37 -05:00
NO
_CONTENT
:
204
,
OK
:
200
,
}
;
Copy permalink