An error occurred fetching the project authors.
- 22 Jan, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 21 Jan, 2016 1 commit
-
-
Douwe Maan authored
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need: 1. Cache per-build for all branches: ``` cache: key: "$CI_BUILD_NAME" untracked: true ``` 2. Cache per-branch for all jobs: ``` cache: key: "$CI_BUILD_REF" untracked: true ``` /cc @DouweM @grzesiek @axil See merge request !2436
-
- 20 Jan, 2016 3 commits
-
-
Robert Speicher authored
Add syntax highlighting to diff view Closes #3945 See merge request !2109
-
Robert Speicher authored
Split from !2455 References #9092 See merge request !2515
-
Robert Speicher authored
Gracefully handle invalid UTF-8 sequences in Markdown links Closes #6077 See merge request !2382
-
- 19 Jan, 2016 5 commits
-
-
Robert Speicher authored
- Add attribution for Anton Baklanov - Remove attributions for employees [ci skip]
-
Robert Speicher authored
Added X-GitLab-... headers to emails from CI and Email On Push services Fixes #2098 This adds the 'X-GitLab-Project', 'X-GitLab-Project-Id' and 'X-GitLab-Project-Path' headers to emails from CI and Email On Push in a way that it is done currently for merge requests and issues emails. Additionally, CI emails will have 'X-GitLab-Build-Status' header with either 'fail' or 'success'. Emails from Email On Push will include 'X-Gitlab-Author' header containing the username of user who did the push. See merge request !2159
-
Robert Speicher authored
Allow LDAP users to change their email if it was not set by the LDAP server Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3054 See merge request !2502
-
Douwe Maan authored
-
Douwe Maan authored
Creator should be added as a master of the project on creation Fixes: #4222 See merge request !2463
-
- 18 Jan, 2016 5 commits
-
-
Grzegorz Bizon authored
Improve UX in build artifacts browser This improves UX in build artifacts browser, and makes it more consistent with repository tree browser we already have. --- Before: ![ux_artifacts_before](/uploads/9869ff74afd5e6636f0df81c7823fb6f/ux_artifacts_before.png) --- After: ![ux_artifacts_after](/uploads/cdb68925f4489bb852fd701870e6d6a0/ux_artifacts_after.png) --- It is easier to click on a file/directory entry now, because we don't need to click on a entry's basename (that can be really short, like `..` parent directory). We also show `Compressed to` size that indicates how much storage does this entry really consume. Row for an entry is also highlighted on hover and we do not have Download button (clicking on a file row / file basename is enough to download a file). Closes #10242 See merge request !2477
-
Robert Speicher authored
Move entry `Fix: As an admin, cannot add oneself as a member to a group/project` The CHANGELOG entry said it was fixed in 8.2.3. However, I found https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1942 that suggests it wasn't fixed until 8.3.0. A customer experienced this issue on 8.2.3, still. This ultimately led to me investigating this further. [ci skip] See merge request !2488
-
Robert Speicher authored
Fix limit for `data` column in `events` table when using MySQL Closes #9084 See merge request !2486
-
Robert Speicher authored
Remove leading comma when user is the only one to award that emoji Fixes #9073 See merge request !2450
-
Robert Speicher authored
Ensure Gravatar host looks like an actual host Solves #10243. I've chosen to simplify the method that extracts the host: since we only need the host, let's get rid of the path and thus get rid of the escaping problems! Unit tests should ensure that most of the cases are covered. See merge request !2482
-
- 16 Jan, 2016 1 commit
-
-
Robert Speicher authored
Autofill abuse message text with user url. Closes #2838 See merge request !2396
-
- 15 Jan, 2016 3 commits
-
-
Steffen Köhler authored
some OAuth providers (kerberos for example) only provide a username and an email, but no name. Therefore a signup fails because the name is empty. Best guess for the name is probably the username, therefore use it as name.
-
Grzegorz Bizon authored
[ci skip]
-
Robert Speicher authored
Moving 8.5 change to 8.4 since we're merging master into stable for now. [ci skip]
-
- 14 Jan, 2016 14 commits
-
-
Kamil Trzciński authored
Add triggers API References #4264 See merge request !2286
-
Tomasz Maczukin authored
-
Robert Speicher authored
Properly generate diff of orphan commits, like the first commit in a repository Fixes gitlab-org/gitlab_git#14 See merge request !2427
-
Kamil Trzcinski authored
This allows us to implement artifacts passing: runner will download artifacts from all prior builds
-
Douwe Maan authored
Add builds API References #4264 See merge request !2207
-
Douwe Maan authored
Add variables API References #4264 See merge request !2264
-
Douwe Maan authored
Show referenced MRs & Issues only when the current viewer can access them This addresses both issues identified in #6066. ## The private MR by user `remy2` with a note referencing to a public issue ![Screen_Shot_2016-01-12_at_16.45.02](/uploads/c245ec2c1fdea1f9ba05183c24e142d9/Screen_Shot_2016-01-12_at_16.45.02.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** before the fix ![Screen_Shot_2016-01-12_at_18.14.50](/uploads/8db5580e803f5bddd6cb935233c579a0/Screen_Shot_2016-01-12_at_18.14.50.png) --- ## The public issue viewed by user `remy` **who doesn't have access to `remy2/private-project`** with the fix ![Screen_Shot_2016-01-13_at_12.02.32](/uploads/cb199f7b78191fba486a11412412e307/Screen_Shot_2016-01-13_at_12.02.32.png) --- ## The public issue viewed by user `remy2` with the fix (no change) ![Screen_Shot_2016-01-13_at_11.54.06](/uploads/ddece590d69f597a95559beddcd36660/Screen_Shot_2016-01-13_at_11.54.06.png) See merge request !2405
-
Douglas Barbosa Alexandre authored
-
Tomasz Maczukin authored
-
Douwe Maan authored
-
Grzegorz Bizon authored
[ci skip]
-
Rémy Coutable authored
-
Tomasz Maczukin authored
-
Rémy Coutable authored
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages
-
- 13 Jan, 2016 7 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Robert Speicher authored
-
Grzegorz Bizon authored
Fix has been introduced in !2224.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
[ci skip]
-
Jason Lee authored
-