An error occurred fetching the project authors.
- 23 Feb, 2016 2 commits
-
-
connorshea authored
- Separates the User page bio from the username and account creation date. - Separates the pseudo-selector adding a Middle Dot out from the `profile-link-holder` class and into a `middle-dot-divider` class. Resolves #13406. See merge request !2827.
-
Peter Hudec authored
-
- 22 Feb, 2016 1 commit
-
-
Rémy Coutable authored
-
- 20 Feb, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 19 Feb, 2016 10 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Use around_transition to trigger build creation for next stages
-
Rubén Dávila authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
[ ci skip]
-
Tomasz Maczukin authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Fixes #12791
-
- 18 Feb, 2016 5 commits
-
-
Patricio Cano authored
-
Douwe Maan authored
This reverts commit c04e22fb, reversing changes made to 0feab326.
-
Tap authored
-
Patricio Cano authored
-
Grzegorz Bizon authored
-
- 17 Feb, 2016 2 commits
-
-
Tap authored
- Add label description - Show label row when filtering issues or merge requests by label
-
Douglas Barbosa Alexandre authored
-
- 13 Feb, 2016 1 commit
-
-
Stan Hu authored
Steps to reproduce: 1. Go to a MR or issue 2. Click on "thumbsup" Emoji 3 times 3. Observe the tooltip becomes "me, me" Closes #13374, #12788
-
- 12 Feb, 2016 2 commits
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
Grzegorz Bizon authored
-
- 11 Feb, 2016 3 commits
-
-
Kirill Zaitsev authored
- Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead
-
Grzegorz Bizon authored
-
Gal Schlezinger authored
Added some documentation for it Added to changelog Added curl example and an attribute table Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb" Fixed the attributes and changed the documentation to be at "merge_requests.md" too Changed generic titles to more specific titles added an underscore added tests. it depends on a newer version of gitlab-test project I'm doing a since I need to add a branch to the `gitlab-test` repo removed the before using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass Removed the 'closes-issues' key from test_env. so it should pass the tests Moved the two initializations to the describe block Changed the changelog
-
- 10 Feb, 2016 4 commits
-
-
Douglas Barbosa Alexandre authored
-
Oliver Rogers authored
-
Douglas Barbosa Alexandre authored
-
Bram Daams authored
-
- 09 Feb, 2016 6 commits
-
-
Robert Speicher authored
[ci skip]
-
Rémy Coutable authored
Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
-
Stan Hu authored
Similar to 423d2d62, except duplicates occurred only if a Web service (e.g. Slack) were configured. When deleting a branch, this is what was happening: 1. DeleteBranchService calls execute_hooks and execute_services 2. The call to repository.rm_branch triggers the GitHooksService. 3. This, in turn, calls GitPushService and then calls the same hooks/services again. 5145706c now makes it no longer necessary for DeleteBranchService and CreateBranchService to execute the branch hooks/services. Note that tags behave differently in GitTagPushService and GitPushService is not called. Closes #10330
-
Jason Lee authored
-
Grzegorz Bizon authored
-
Valery Sizov authored
-
- 08 Feb, 2016 2 commits
-
-
3kami3 authored
-
Rémy Coutable authored
-