Commit Graph
14019 Commits
Author SHA1 Message Date
Marin Jankovski 1a89db5ffb Try to test settings added in the service. 2015-02-12 13:02:58 -08:00
Sytse Sijbrandij d899bc914f Merge branch 'gitattributes-merge-union' into 'master'
Use gitattribute merge=union to reduce CHANGELOG merge conflicts.

See gitlab/organization#137.

Tested and found working!

@sytse How would you like to address this in [the article](https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/)? Simply replace "Thanks ayufan, we'll try this instead." by "Thanks ayufan, we've implemented this instead."?

See merge request !1505
2015-02-12 20:05:36 +00:00
Dmitriy Zaporozhets 714ca5189e Merge branch 'issues_tracker_template' into 'master'
Issues trackers template

If admin defines service template, service in project will be prefilled with the template data.

See merge request !1503
2015-02-12 20:02:23 +00:00
Douwe Maan 4377ba1c36 Use gitattribute merge=union to reduce CHANGELOG merge conflicts. 2015-02-12 20:50:09 +01:00
Marin Jankovski e8271226b1 Use the service_name. 2015-02-12 10:57:08 -08:00
Marin Jankovski 378520bd8b Add a test for service template. 2015-02-12 10:53:01 -08:00
Marin Jankovski 9f33898f7a All services can have templates. 2015-02-12 09:19:55 -08:00
Dmitriy Zaporozhets 30cf916b26 Merge branch 'api-edit-groups' into 'master'
Edit group members via API

Fixes #1840.  Implement a new API endpoint to update the access level of an existing group member.  Includes new tests and updated API docs.

cc @sytse @douwe

See merge request !1504
2015-02-12 06:47:39 +00:00
Marin Jankovski f7e9024535 Remove unecessary icon. 2015-02-11 18:36:40 -08:00
Marin Jankovski b3f944a398 Annotate services. Add a link to service template. 2015-02-11 18:29:24 -08:00
Marin Jankovski 6b4ddf2cc1 Add admin services templates. 2015-02-11 17:55:33 -08:00
Vinnie Okada b0dacc8eb0 Edit group members via API
Add an API endpoint to update the access level of an existing group
member.
2015-02-11 18:53:07 -07:00
Sytse Sijbrandij 0495395054 Merge pull request #8750 from wtw/master
Revise main README for cleanup and some minor clarifications
2015-02-11 17:45:07 -08:00
Sytse Sijbrandij 0a97b1b1a7 Merge pull request #8778 from al3x-edge/fix-emoji-link
Update Emoji Cheat Sheet Link
2015-02-11 17:04:38 -08:00
Alexander AmbroseandAlexander Ambrose e8335a65e3 Change emoji cheat sheet link to Amazon S3
The emoji cheat sheet link was changed. Commit changes the url to the
updated link and fixes issue #8554.
2015-02-11 20:02:24 -05:00
Dmitriy Zaporozhets e71805db8a Merge branch 'ssh-link' into 'master'
Fix link to SSH help page.

Closes #1981.

See merge request !1502
2015-02-11 23:34:24 +00:00
Sytse Sijbrandij c8e5dfef67 Merge branch 'issue_1064-fix_broken_doc_links' into 'master'
Fix Issue 1064

Fixes broken doc links within the installation section, as described in:

https://gitlab.com/gitlab-org/gitlab-ce/issues/1064

See merge request !334
2015-02-11 22:25:26 +00:00
Dmitriy Zaporozhets 36bbd5affb Merge branch 'mobile-maximum-scale-1' into 'master'
Don't allow page to be scaled on mobile and add horizontal scrolling to code blocks

Closes #1974.

Previously, scaling (both automatically and manually) was enabled on mobile, which caused the top and sidebar to move over content. Scaling is now disabled.

Also previously, code in issues or comments too wide to fit inside the width of the window would "flow out" on the right, causing the whole page to become very wide and causing scrolling to scroll the entire page instead of just the code. Code blocks now scroll themselves.

See merge request !1501
2015-02-11 22:08:22 +00:00
Dmitriy Zaporozhets d1ad5b5378 Merge branch 'fix-command-enter' into 'master'
Actually submit comment on command-enter.

Resolves #1869.

Because !1474 didn't actually work.

cc @sytse

See merge request !1499
2015-02-11 21:56:44 +00:00
Douwe Maan 452b3612cf Fix link to SSH help page.
Closes #1981.
2015-02-11 22:15:10 +01:00
Marin Jankovski 09d3d351a1 Remove not null constraint on project_id in services. 2015-02-11 09:47:21 -08:00
Marin Jankovski 5515366064 Add template boolean to services. 2015-02-11 09:24:40 -08:00
Marin Jankovski 29e606deec Add ExternalIssue base model to make issue referencing more robust for external issue trackers. 2015-02-11 09:21:57 -08:00
Ewan Edwards 93bd185efe Fix two broken links in the installation section. 2015-02-11 08:49:37 -08:00
Douwe Maan 27e521720a Add horizontal scrolling to code blocks. 2015-02-11 17:40:03 +01:00
Douwe Maan d909ae73dc Actually submit comment on command-enter.
Resolves #1869.
2015-02-11 12:21:11 +01:00
Dmitriy Zaporozhets 2dfd219834 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2015-02-10 22:19:15 -08:00
Dmitriy Zaporozhets c32e52706f Merge branch 'bump_gitlab_shell' into 'master'
Bump gitlab shell

See merge request !1497
2015-02-11 01:36:02 +00:00
Dmitriy Zaporozhets 3c4f7f50fa Merge branch 'add_label_notes' into 'master'
Add label notes

It creates system note, when someone changed labels of issue/MR.

Just look at the screenshot:

![labels](https://gitlab.com/uploads/vernik91/gitlab-ce/ebbdba6bdc/labels.png)

Solves this [request] (http://feedback.gitlab.com/forums/176466-general/suggestions/6623258-create-a-note-when-issue-labels-change).

*P.S. Thanks this [PR](https://github.com/gitlabhq/gitlabhq/pull/8237) for idea 😉. But I need this feature as soon as possible.*

See merge request !331
2015-02-11 01:34:33 +00:00
Marin Jankovski 653be1fe8a Merge branch 'issue-closing-pattern' into 'master'
Extend issue clossing pattern

New: "Resolve", "Resolves", "Resolved", "Resolving" and "Close"

Now matches those supported by [GitHub](https://help.github.com/articles/closing-issues-via-commit-messages/), with the addition of the -ing forms.

See merge request !1475
2015-02-11 00:41:19 +00:00
Nikita Verkhovin 43cf295ab6 Add labels notes to Changelog 2015-02-11 00:36:35 +06:00
Dmitriy Zaporozhets 69c7ea1659 Bump gitlab-shell version 2015-02-10 10:31:54 -08:00
Dmitriy Zaporozhets a3681c0f98 Merge branch 'cleanup-gitlab-example' into 'master'
Cleanup gitlab example

Fixes #1938

See merge request !1495
2015-02-10 18:17:42 +00:00
Dmitriy Zaporozhets 299340ad0e Merge branch 'broadcast-message-api' into 'master'
Add internal broadcast message API.

See gitlab/gitlab-ee#241.

Used by gitlab/gitlab-shell!53.

See merge request !1486
2015-02-10 18:13:39 +00:00
Dmitriy Zaporozhets 3d369a5b85 Remove settings from gitlab.yml.example which we already have in UI 2015-02-10 09:30:39 -08:00
Dmitriy Zaporozhets 367dee33e2 Merge branch 'services-index' into 'master'
Add index on order columns for services table

See merge request !1492
2015-02-09 22:52:28 +00:00
Dmitriy Zaporozhets 8c8fa63f58 Merge branch 'bug/default_issue_tracker' into 'master'
Bug fix for default issue tracker

See merge request !1493
2015-02-09 22:51:57 +00:00
Marin Jankovski 00c7d533a0 Default issue tracker fix for creating default issue service. 2015-02-09 14:33:47 -08:00
Dmitriy Zaporozhets aaa7a065c6 Add index on order columns for services table 2015-02-09 14:21:52 -08:00
Dmitriy Zaporozhets 86bb522713 Merge branch 'changelog-description' into 'master'
Changelog description

Please merge before tomorrow.

See merge request !1491
2015-02-09 21:08:45 +00:00
Sytse Sijbrandij f5769c4ced Link about random order doesn't make any sense, added it to the changelog. 2015-02-09 12:50:18 -08:00
Sytse Sijbrandij 29f78d1976 Better explain the changelog policy. 2015-02-09 12:45:39 -08:00
Sytse Sijbrandij 72decfb1b9 Merge branch 'improve-release-guides' into 'master'
Improve release guides

* move update docs to separate file to prevent mess with rc tasks
* update patch release guide
* update GitLab.com when packages are done. No need to wait 2 days

See merge request !1490
2015-02-09 19:38:59 +00:00
Dmitriy Zaporozhets 43890ed1dc Update patch release document 2015-02-09 10:46:38 -08:00
Dmitriy Zaporozhets 026494029e Update GitLab.com when packages are done. No need to wait 2 days for it 2015-02-09 10:32:56 -08:00
Dmitriy Zaporozhets c93f4662d8 Extract update guide to separate doc to prevent mess 2015-02-09 10:30:06 -08:00
Douwe Maan 8752cd3322 Don't allow page to be scaled on mobile. 2015-02-09 18:11:06 +01:00
Dmitriy Zaporozhets bd19bce37c Merge branch 'master' of github.com:gitlabhq/gitlabhq 2015-02-09 08:46:18 -08:00
Dmitriy Zaporozhets 3e4e5f7063 Merge branch 'improve-oauth-ux' into 'master'
Improve OAuth UX

See merge request !1489
2015-02-09 16:45:25 +00:00
Jeroen van Baarsen dc365a1d20 Merge pull request #8620 from namnatulco/master
Added a note saying inline HTML is disabled by default
2015-02-09 11:52:28 +01:00