Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Simplify Note model specs | Robert Speicher | 2015-05-11 | 1 | -213/+34 | |
| | | ||||||
| * | Add a SystemNoteService class | Robert Speicher | 2015-05-11 | 1 | -256/+0 | |
| | | | | | | | | | | There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class. | |||||
| * | Note's voting specs don't need to persist to the database | Robert Speicher | 2015-05-10 | 1 | -18/+16 | |
| | | ||||||
* | | Re-annotate User model | Robert Speicher | 2015-05-09 | 1 | -0/+5 | |
|/ | ||||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 3 | -15/+74 | |
| | ||||||
* | fix gitlab CI linksfix_ci_services | Valery Sizov | 2015-05-05 | 1 | -0/+2 | |
| | ||||||
* | Re-annotate models | Stan Hu | 2015-05-03 | 21 | -4/+72 | |
| | ||||||
* | Add application setting to restrict user signups to e-mail domains | Stan Hu | 2015-05-02 | 2 | -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-filters | Robert Speicher | 2015-05-01 | 1 | -19/+42 | |
| | ||||||
* | Don't allow a merge request to be merged when its title starts with "WIP". | Douwe Maan | 2015-04-30 | 1 | -0/+26 | |
| | ||||||
* | Revert "Added X-GitLab-Event header for web hooks" | Valery Sizov | 2015-04-27 | 1 | -9/+5 | |
| | | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00. | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-04-27 | 1 | -0/+120 | |
|\ | ||||||
| * | Rename `CommitRange#inclusive?` to `#exclude_start?` | Robert Speicher | 2015-04-25 | 1 | -3/+3 | |
| | | ||||||
| * | Remove CommitRange#to_a | Robert Speicher | 2015-04-25 | 1 | -27/+0 | |
| | | ||||||
| * | Include caret in CommitRange#reference_title | Robert Speicher | 2015-04-25 | 1 | -1/+5 | |
| | | ||||||
| * | Remove param from CommitRange#to_s | Robert Speicher | 2015-04-25 | 1 | -16/+4 | |
| | | ||||||
| * | CommitRange improvements | Robert Speicher | 2015-04-25 | 1 | -2/+2 | |
| | | ||||||
| * | Add CommitRange class | Robert Speicher | 2015-04-25 | 1 | -0/+155 | |
| | | ||||||
* | | Merge pull request #8644 from Bugagazavr/hook-events | Dmitriy Zaporozhets | 2015-04-27 | 1 | -5/+9 | |
|\ \ | | | | | | | Add X-GitLab-Event header for web hooks | |||||
| * | | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-04-25 | 1 | -5/+9 | |
| |/ | ||||||
* | | Add notify and color options to HipchatService | Dominik Sander | 2015-04-26 | 1 | -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 Maan | 2015-04-24 | 1 | -11/+11 | |
| | ||||||
* | No longer needed to pass project argument to commit methods. | Douwe Maan | 2015-04-24 | 1 | -2/+2 | |
| | ||||||
* | Use project.commit convenience method. | Douwe Maan | 2015-04-24 | 2 | -4/+4 | |
| | ||||||
* | Update mentionable shared examples to be (a bit) more understandable | Robert Speicher | 2015-04-16 | 1 | -1/+1 | |
| | ||||||
* | Correct usage of `subject` in specs | Robert Speicher | 2015-04-16 | 4 | -5/+9 | |
| | ||||||
* | Merge branch 'emailsonpush-hellip' into 'master' | Dmitriy Zaporozhets | 2015-04-15 | 1 | -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-hellip | Douwe Maan | 2015-04-14 | 1 | -1/+1 | |
| | | ||||||
* | | Follow newline guidelines. | Douwe Maan | 2015-04-14 | 1 | -3/+0 | |
| | | ||||||
* | | Remove duplication between Group and ProjectMember. | Douwe Maan | 2015-04-14 | 1 | -2/+37 | |
| | | ||||||
* | | Let invites be declined. | Douwe Maan | 2015-04-14 | 1 | -0/+17 | |
| | | ||||||
* | | Add invite logic to Member. | Douwe Maan | 2015-04-14 | 1 | -0/+79 | |
|/ | ||||||
* | Merge branch 'rs-remove-invalid-key-factories' into 'master' | Dmitriy Zaporozhets | 2015-04-14 | 1 | -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 factories | Robert Speicher | 2015-04-11 | 1 | -4/+9 | |
| | | | | | | | | They're only used once each, and they're easy to build in-place. | |||||
* | | Merge branch 'public-deploy-keys' into 'master' | Dmitriy Zaporozhets | 2015-04-13 | 1 | -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:  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:  Admin detail page:  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 Maan | 2015-04-03 | 1 | -6/+21 | |
| | | | ||||||
* | | | Rename last uses of Buildbox to Buildkite | Robert Speicher | 2015-04-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | Move buildbox_service files to buildkite_service | Robert Speicher | 2015-04-11 | 1 | -0/+0 | |
| |/ |/| | ||||||
* | | CI forking: tests | Valery Sizov | 2015-04-06 | 1 | -0/+21 | |
|/ | ||||||
* | Merge branch 'username-period' into 'master' | Dmitriy Zaporozhets | 2015-04-02 | 2 | -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 Maan | 2015-03-31 | 1 | -2/+0 | |
| | | ||||||
| * | Move User.cleanup_username to Namespace.cleanup_path. | Douwe Maan | 2015-03-27 | 2 | -10/+10 | |
| | | ||||||
* | | Merge branch 'email-full-url' | Marin Jankovski | 2015-03-31 | 1 | -8/+9 | |
|\ \ | ||||||
| * | | Use relative URL for Markdown references, except in mails.email-full-url | Douwe Maan | 2015-03-27 | 1 | -7/+8 | |
| | | | ||||||
| * | | Return full URLs from GitLabIssueTrackerService. | Douwe Maan | 2015-03-27 | 1 | -7/+7 | |
| |/ | ||||||
* | | Move asana_service_spec to its correct location | Robert Speicher | 2015-03-27 | 1 | -0/+0 | |
|/ | ||||||
* | Renamed Buildbox to Buildkite. | Keith Pitt | 2015-03-26 | 1 | -6/+6 | |
| | ||||||
* | Merge branch 'improve-contributions-calendar' into 'master' | Dmitriy Zaporozhets | 2015-03-23 | 1 | -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 specs | Dmitriy Zaporozhets | 2015-03-22 | 1 | -38/+7 | |
| | | ||||||
* | | Fix dots in Wiki slug causing errors | Stan Hu | 2015-03-21 | 1 | -0/+41 | |
|/ | | | | Closes #1263, #431 |