summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clarify navigation labels for Project Settings and Group Settings.nav-settingsDouwe Maan2015-05-253-2/+3
|
* Merge branch 'disabled-issues-mr-features' into 'master'Douwe Maan2015-05-257-38/+49
|\ | | | | | | | | | | | | | | Disable "New Issue" and "New Merge Request" buttons when features are disabled in project settings Closes #1676 See merge request !691
| * Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-257-38/+49
| | | | | | | | | | | | disabled in project settings Closes #1676
* | Let's start 7.12Robert Schilling2015-05-251-1/+1
| |
* | Merge branch 'fix-redundant-changelog-entry' into 'master'Robert Schilling2015-05-251-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | Remove redundant CHANGELOG entry This was moved into v7.10.4, but I forgot to delete it from the v7.11 list. See merge request !692
| * | This entry was already present in v7.10.4Stan Hu2015-05-221-1/+0
| | |
* | | Merge branch 'add-webhook-note-events' into 'master'Douwe Maan2015-05-2517-6/+317
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Webhook note events This MR adds support for note events (comments) for WebHooks. Perhaps the only potential source of confusion is that the settings indicates "Note Events" instead of "Comments". What do you think? Screenshot after: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/299b141d82f7b14943a74258d5c57ca6/image.png) Closes https://github.com/gitlabhq/gitlabhq/issues/6745 See merge request !673
| * | Add support for Webhook note eventsStan Hu2015-05-2117-6/+317
| | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-cePatricio Cano2015-05-226-6/+35
|\ \ \
| * \ \ Merge branch 'fix-merge-request-assignee-list' into 'master'Douwe Maan2015-05-226-6/+35
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the user list from the target project in a merge request ### What does this MR do? This MR derives the assignable users from the target project. ### Why was this MR needed? In a merge request, the assignable users uses the list from the forked project, not the target project where the merge request will be going. For example, if I fork a project from the gitlab-org namespace into my personal namespace, make some changes, and then create a merge request, the only users I see are me. I think it makes more sense to show all the users in gitlab-org. This is a regression caused by 1c2711f. ### What are the relevant issue numbers? Closes #1535 See merge request !682
| | * | | Use the user list from the target project in a merge requestStan Hu2015-05-226-5/+34
| | |/ / | | | | | | | | | | | | Closes #1535
* | | | Added 7.11.2 to CHANGELOGPatricio Cano2015-05-221-0/+3
| | | |
* | | | EE can be accessed without a subscriptionSytse Sijbrandij2015-05-221-1/+1
|/ / /
* | | update CHANGELOG with release 7.11.1Job van der Voort2015-05-221-2/+5
| | |
* | | notify the core team and devsJob van der Voort2015-05-221-1/+4
| |/ |/|
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-229-7/+16
|\ \ | |/
| * Merge branch 'fix-atom-feeds' into 'master'Douwe Maan2015-05-217-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | Fix Atom feeds. Fixes #1643 and #1644. See merge request !688
| | * Fix Atom feeds.Douwe Maan2015-05-217-7/+7
| |/
| * Merge branch 'rs-issue-1568' into 'master'Douwe Maan2015-05-212-0/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around a Chrome 43 bug preventing note editing Fixes #1568 - and I mean "fixes" I have no idea what causes this or why this fixes it and can't dig into it further right now, but the bug seems like a blocker so this needs to be fixed for 7.11. See merge request !684
| | * Workaround that doesn't add unwanted newline.Douwe Maan2015-05-212-4/+6
| | |
| | * Work around a Chrome 43 bug preventing note editingrs-issue-1568Robert Speicher2015-05-201-0/+7
| | |
* | | Merge branch 'timezones' into 'master'Job van der Voort2015-05-222-1/+20
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing your time zone Added doc and link in workflow to how to change your time zone in Gitlab. I used the following documents as reference. Please double check that the instructions I wrote are correct. http://www.borngeek.com/2015/02/27/setting-the-time-zone-in-gitlab/ https://gitlab.com/gitlab-org/gitlab-ce/issues/443 I found that several users have this same issue, that they don't know how to change their time zone: https://github.com/gitlabhq/gitlabhq/issues/5555 https://gitlab.com/gitlab-org/omnibus-gitlab/issues/347 https://gitlab.com/gitlab-org/gitlab-ce/issues/56 http://jonathonreinhart.blogspot.com/2014/10/gitlab-time-zone-issues.html http://stackoverflow.com/questions/5073917/why-doesnt-config-time-zone-seem-to-do-anything See merge request !1827
| * | Link to change your time zone in Gitlab CEKaren Carias2015-05-211-1/+2
| | |
| * | Added instructions to change time zone in GitLab CEKaren Carias2015-05-211-0/+18
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort2015-05-2112-32/+94
|\ \
| * \ Merge branch 'fix-v7.10.4-changelog' into 'master'Hannes Rosenögger2015-05-211-4/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | Update CHANGELOG with v7.10.4 changes See merge request !662
| | * | Update CHANGELOG with v7.10.4 changesStan Hu2015-05-151-4/+9
| | | |
| * | | Merge branch 'rs-issue-1651' into 'master'Dmitriy Zaporozhets2015-05-211-13/+22
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customize the sanitization whitelist only once Fixes #1651 See merge request !687
| | * | | Customize the sanitization whitelist only oncers-issue-1651Robert Speicher2015-05-201-13/+22
| |/ / / | | | | | | | | | | | | Fixes #1651
| * | | Merge branch 'rs-issue-1645' into 'master'Dmitriy Zaporozhets2015-05-206-8/+45
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list fork to fix list items in notes Closes #1645 See https://github.com/github/task_list/pull/60 See merge request !680
| | * | | Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-206-8/+45
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a fork, we subclass the filter and only apply the `task-list` class to list items that actually are task lists. Closes #1645 See https://github.com/github/task_list/pull/60
| * | | Merge branch 'lexer_error_workaround' into 'master'Douwe Maan2015-05-202-2/+5
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for buggy lexers It seems that some lexers can be buggy when used together with git blame. This results in a 500 error when a user tries to open the blame page in some cases. The workaround is pretty simple. Not only fall back to plaintext when the file content can't be guessed, but also when the lexer fails. This closes #1521 and #1646 /cc @DouweM @JobV It would be awesome to have this in a patch release for 7.11 or even in the release. But that's probably to late. See merge request !683
| | * | workaround for buggy lexersHannes Rosenögger2015-05-202-2/+5
| |/ / | | | | | | | | | if something goes wrong, fall back to the plaintext lexer
| * | Merge branch 'explain-wip-mr' into 'master'Dmitriy Zaporozhets2015-05-203-5/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add explanation about WIP status to MR form. ![Screen_Shot_2015-05-15_at_13.48.49](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b3f70585255a043f07c61570549a90ba/Screen_Shot_2015-05-15_at_13.48.49.png) ![Screen_Shot_2015-05-15_at_13.49.01](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c9992708c8ef5ef4fa2bcc2c3173b8e3/Screen_Shot_2015-05-15_at_13.49.01.png) See merge request !666
| | * | Remove italics and margin from merge request form help.Douwe Maan2015-05-201-1/+1
| | | |
| | * | Fix copy.explain-wip-mrDouwe Maan2015-05-171-1/+1
| | | |
| | * | Add explanation about WIP status to MR form.Douwe Maan2015-05-153-5/+13
| | | |
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqJob van der Voort2015-05-218-16/+31
|\ \ \ \
| * \ \ \ Merge pull request #9316 from jvanbaarsen/gitlab-git-updateDouwe Maan2015-05-212-5/+5
| |\ \ \ \ | | | | | | | | | | | | Updated the gitlab_git gem
| | * | | | Updated the gitlab_git gemJeroen van Baarsen2015-05-212-5/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **What does this do?** It updated the version of gitlab_git to the latest version **Why is this needed?* There was a bug in rugged (dependency of gitlab_git) that causes a segfault error when seeding the database. That error has been fixed and the fix is in the latest version of gitlab_git Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
| * | | | Merge pull request #9317 from jvanbaarsen/move-changelog-stuffJeroen van Baarsen2015-05-211-3/+3
| |\ \ \ \ | | | | | | | | | | | | Moved changelog stuff to the correct release
| | * | | | Moved changelog stuff to the correct releaseJeroen van Baarsen2015-05-211-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Why was this needed?** The changes are pulled in 7.12.0 but where mistakenly put under 7.11.0 [skip-ci] Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
| * | | | Merge pull request #9278 from jvanbaarsen/pr/8755Jeroen van Baarsen2015-05-216-8/+23
| |\ \ \ \ | | |/ / / | |/| | | Disabled expansion of top/bottom blobs for new file diffs
| | * | | Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-216-8/+23
| |/ / /
* | | | Small css improvementsDmitriy Zaporozhets2015-05-193-2/+7
|/ / /
* | | Merge branch 'jirutka-shell-secret-path'Marin Jankovski2015-05-196-6/+14
|\ \ \
| * | | Move the changelog item to 7.12Marin Jankovski2015-05-191-1/+3
| | | |
| * | | Merge branch 'shell-secret-path' of https://github.com/jirutka/gitlabhq into ↵Marin Jankovski2015-05-196-6/+12
| |\ \ \ |/ / / / | | | | | | | | jirutka-shell-secret-path
| * | | Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-166-6/+12
| | | |
* | | | Merge pull request #9289 from jirutka/asciidoc-2Robert Speicher2015-05-1810-49/+35
|\ \ \ \ | | | | | | | | | | Refactor, simplify and unify helpers for rendering markup