summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* fix gitlab CI linksfix_ci_servicesValery Sizov2015-05-051-0/+2
|
* Re-annotate modelsStan Hu2015-05-0321-4/+72
|
* Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-022-0/+71
| | | | | | | | | | | This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
* Improve/add specs for `Project#get_issue` and `#issue_exists?`rs-more-pipeline-filtersRobert Speicher2015-05-011-19/+42
|
* Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-0/+26
|
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-9/+5
| | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-271-0/+120
|\
| * Rename `CommitRange#inclusive?` to `#exclude_start?`Robert Speicher2015-04-251-3/+3
| |
| * Remove CommitRange#to_aRobert Speicher2015-04-251-27/+0
| |
| * Include caret in CommitRange#reference_titleRobert Speicher2015-04-251-1/+5
| |
| * Remove param from CommitRange#to_sRobert Speicher2015-04-251-16/+4
| |
| * CommitRange improvementsRobert Speicher2015-04-251-2/+2
| |
| * Add CommitRange classRobert Speicher2015-04-251-0/+155
| |
* | Merge pull request #8644 from Bugagazavr/hook-eventsDmitriy Zaporozhets2015-04-271-5/+9
|\ \ | | | | | | Add X-GitLab-Event header for web hooks
| * | Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-5/+9
| |/
* | Add notify and color options to HipchatServiceDominik Sander2015-04-261-0/+16
|/ | | | | | When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-11/+11
|
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-2/+2
|
* Use project.commit convenience method.Douwe Maan2015-04-242-4/+4
|
* Update mentionable shared examples to be (a bit) more understandableRobert Speicher2015-04-161-1/+1
|
* Correct usage of `subject` in specsRobert Speicher2015-04-164-5/+9
|
* Merge branch 'emailsonpush-hellip' into 'master'Dmitriy Zaporozhets2015-04-151-1/+1
|\ | | | | | | | | | | | | | | | | | | Don't use HTML ellipsis in EmailsOnPush subject truncated commit message. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2229. Since the page is encoded as UTF-8, we don't need HTML entities anymore and can just use the character. See merge request !521
| * Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.emailsonpush-hellipDouwe Maan2015-04-141-1/+1
| |
* | Follow newline guidelines.Douwe Maan2015-04-141-3/+0
| |
* | Remove duplication between Group and ProjectMember.Douwe Maan2015-04-141-2/+37
| |
* | Let invites be declined.Douwe Maan2015-04-141-0/+17
| |
* | Add invite logic to Member.Douwe Maan2015-04-141-0/+79
|/
* Merge branch 'rs-remove-invalid-key-factories' into 'master'Dmitriy Zaporozhets2015-04-141-4/+9
|\ | | | | | | | | | | | | | | Remove the invalid key factories They're only used once each, and they're easy to build in-place. See merge request !1766
| * Remove the invalid key factoriesRobert Speicher2015-04-111-4/+9
| | | | | | | | They're only used once each, and they're easy to build in-place.
* | Merge branch 'public-deploy-keys' into 'master'Dmitriy Zaporozhets2015-04-131-6/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow admin to create public deploy keys that are accessible to any project. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/1774. Project settings: ![Screen_Shot_2015-03-27_at_14.46.48](https://gitlab.com/gitlab-org/gitlab-ce/uploads/01799ff912671ba6db3f828ea1aca1a6/Screen_Shot_2015-03-27_at_14.46.48.png) The "Public deploy keys" section is only shown when there are any. If there are public deploy keys but no project deploy keys, only public deploy keys are shown. If there are no public deploy keys and no project deploy keys, the current "Deploy keys from projects you have access to will be displayed here" placeholder is shown. The list of projects below the public key has been changed to only show projects the user has access to. "Public deploy key" seems to be repeated on the left, but the first is just the title. The label is always visible for public deploy keys. Admin index: ![Screen_Shot_2015-03-27_at_14.47.06](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ea889d274cfd3f0694d47d602f4f3e94/Screen_Shot_2015-03-27_at_14.47.06.png) Admin detail page: ![Screen_Shot_2015-03-27_at_14.47.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/8c8475e05bf6b497da3b9f1bc102329f/Screen_Shot_2015-03-27_at_14.47.16.png) Projects using the deploy key are listed on the left and can be disabled easily. See merge request !469
| * | Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-031-6/+21
| | |
* | | Rename last uses of Buildbox to BuildkiteRobert Speicher2015-04-111-2/+2
| | |
* | | Move buildbox_service files to buildkite_serviceRobert Speicher2015-04-111-0/+0
| |/ |/|
* | CI forking: testsValery Sizov2015-04-061-0/+21
|/
* Merge branch 'username-period' into 'master'Dmitriy Zaporozhets2015-04-022-12/+10
|\ | | | | | | | | | | | | | | | | | | Don't allow username to end in period. The current behavior doesn't do username referencing and mentioning in sentences like "I discussed with with @douwe." since `douwe.` is matched as a username. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2174. See merge request !438
| * Move files for moved namespaces.Douwe Maan2015-03-311-2/+0
| |
| * Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan2015-03-272-10/+10
| |
* | Merge branch 'email-full-url'Marin Jankovski2015-03-311-8/+9
|\ \
| * | Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-7/+8
| | |
| * | Return full URLs from GitLabIssueTrackerService.Douwe Maan2015-03-271-7/+7
| |/
* | Move asana_service_spec to its correct locationRobert Speicher2015-03-271-0/+0
|/
* Renamed Buildbox to Buildkite.Keith Pitt2015-03-261-6/+6
|
* Merge branch 'improve-contributions-calendar' into 'master'Dmitriy Zaporozhets2015-03-231-38/+7
|\ | | | | | | | | | | | | | | | | | | | | Replace commits calendar with contributions calendar * count opening of issues and merge requests * dont trigger git repository - use events from database * count pushes instead of commits for faster and easier counting * much-much faster since does not affected by repository size See merge request !420
| * Refactor repository specsDmitriy Zaporozhets2015-03-221-38/+7
| |
* | Fix dots in Wiki slug causing errorsStan Hu2015-03-211-0/+41
|/ | | | Closes #1263, #431
* Link to CI with refValery Sizov2015-03-202-3/+3
|
* Fix cross references when usernames, milestones, or project names contain ↵Stan Hu2015-03-191-11/+142
| | | | | | underscores. Remove emphasis from system notes to avoid Markdown conflicts in names.
* Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-181-2/+17
|
* Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets2015-03-181-0/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for external wikis ## What does this MR do? This MR adds the possibility to replace the link to the internal wiki of gitlab with a custom link. Currently this is realised as a service. ## What Use Case does this MR solve? In my Company we already have a wiki System (Confluence). We have a policy to use the existing wiki, so we can't switch to the internal wiki Gitlab provides. This currently only leaves us two choices: 1. Disable the gitlab wiki. That means we completly loose the connection between wiki and code from the gitlab ui. 2. Create a simple wiki page with a link to our external wiki and hope that no one uses the internal one. Both solutions are not really good. So what can be done to improve the situation while making it as easy as possible for new developers to access both, wiki and gitlab? Replacing the wiki link kinda like the JIRA integration replaces the issues link looks like a good first step to me. :) This can probably be extended later to completly prevent access to the internal wiki (currently that's still possible if you know the link) or maybe to check if the link really points to a wiki. ## Screenshot: ![external_wiki_service](https://gitlab.com/uploads/gitlab-org/gitlab-ce/89b27cf068/external_wiki_service.png) See merge request !291
| * Add a service to support external wikisHannes Rosenögger2015-03-121-0/+39
| |