- 13 Jan, 2017 2 commits
-
-
Sean McGivern authored
This is less invasive than the parent commit.
-
Sean McGivern authored
Ruby 2.3: ``` URI.parse('http://foo/bar?baz quux') => #<URI::HTTP http://foo/bar?baz%20quux> ``` Ruby 2.1: ``` URI.parse('http://foo/bar?baz quux') URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux ```
-
- 12 Jan, 2017 1 commit
-
-
Robert Speicher authored
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
-
- 09 Jan, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 05 Jan, 2017 4 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Schilling authored
-
Robert Speicher authored
-
- 03 Jan, 2017 3 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 27 Dec, 2016 2 commits
-
-
Felipe Artur authored
-
Luke "Jared" Bennett authored
Added tests
-
- 26 Dec, 2016 1 commit
-
-
victorwu authored
-
- 22 Dec, 2016 1 commit
-
-
Felipe Artur authored
-
- 20 Dec, 2016 3 commits
-
-
James Edwards-Jones authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 19 Dec, 2016 6 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The reason is that Gitea plan to be GitHub-compatible so it makes sense to just modify GitHubImport a bit for now, and hopefully we can change it to GitHubishImport once Gitea is 100%-compatible. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
-
- 16 Dec, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Mark Fletcher authored
* Webhooks for close and reopen events now fired in respective services only * Prevents generic 'update' webhooks firing too
-
- 15 Dec, 2016 2 commits
-
-
Felipe Artur authored
-
Jacob Vosmaer authored
-
- 12 Dec, 2016 1 commit
-
-
jnoortheen authored
test: replaced signed_out message check with check for sign_in button fixes #25294
-
- 09 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 06 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Dec, 2016 1 commit
-
-
Sean McGivern authored
-
- 30 Nov, 2016 5 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
This is the Group equivalent of 13ad9a74
-
- 28 Nov, 2016 2 commits
-
-
Robert Speicher authored
Prior, every single test was creating four `ProjectMember` objects, each of which created one `User` record, even though each test only used _one_ of those Users, if any. Now each test only creates the single user record it needs, if it needs one. This shaves minutes off of each spec file changed here.
-
Robert Speicher authored
We were unintentionally hitting `gravatar.com` whenever a test that used Poltergeist was run. This was certainly wasting their resources and slowing down our tests even further, for no reason.
-
- 25 Nov, 2016 1 commit
-
-
winniehell authored
-