Commit Graph

5 Commits

Author SHA1 Message Date
GitLab Bot b2e2c43b3c Add latest changes from gitlab-org/gitlab@master 2020-12-24 00:10:25 +00:00
GitLab Bot 729eabcb41 Add latest changes from gitlab-org/gitlab@master 2020-08-31 12:10:39 +00:00
Paul Slaughter 8c4d6ea23b
Update simple_poll with timeout 0 and object arg
**Why timeout 0?**
Sometimes we want to poll without timing out.

**Why an object argument?**
It's helpful to pass these extra properties by name.
`simplePoll(cb, { timeout: 0 })` is nicer than
`simplePoll(cb, undefined, 0);`
2019-03-11 15:17:43 -05:00
Mike Greiling f7a3e8ff53
Prettify lib/utils modules 2018-10-10 02:30:24 -05:00
Fatih Acet 0151325dac Merge request widget redesign 2017-05-09 04:15:34 +00:00