Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-15Look for .gitlab-ci.yml only if checkout_sha is presentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-05Fix external issue tracker hook/test for HTTPS URLsDaniel Gerhardt
If HTTPS was used for 'project_url', an error was raised because a HTTP connection was established to the default HTTPS port. The code has been corrected and simplified by using HTTParty. Additionally, the request now is made directly to the 'project_url' instead of the extracted root path.
2015-06-02GitLab CI service sends gitlab-ci.yml fileValery Sizov
2015-05-27Allow HipChat API version to be blank and default to v2Stan Hu
Closes #772
2015-05-05fix gitlab CI linksValery Sizov
2015-05-03Re-annotate modelsStan Hu
2015-04-28Merge branch 'rs-issue-2269' into 'master'Dmitriy Zaporozhets
Remove duplicate settings for default_url_options Closes #2269 See merge request !1797
2015-04-27Add api version property on hipchat serviceChulki Lee
2015-04-26Add notify and color options to HipchatServiceDominik Sander
When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
2015-04-26Remove duplicate settings for default_url_optionsRobert Speicher
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2269
2015-04-23Merge pull request #9042 from skburgart/fix/jira-linkMarin Jankovski
Fix broken link in jira service
2015-04-22do not send empty message to hipchatChulki Lee
2015-04-12Merge branch 'arbitrary-local-repo-import' into 'master'Dmitriy Zaporozhets
Prevent arbitary local repos from being imported. Fixes gitlab/gitlab-ee#263. See merge request !1763
2015-04-12Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets
Fix persistent XSS vulnerability around profile website URLs. Fixes gitlab/gitlab-ee#268 See merge request !1761
2015-04-11Rename last uses of Buildbox to BuildkiteRobert Speicher
2015-04-11Move buildbox_service files to buildkite_serviceRobert Speicher
2015-04-11Don't use URI.regexp to validate since it doens't have start/end anchors.Douwe Maan
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-04-06CI forking: testsValery Sizov
2015-04-06CI project forkingValery Sizov
2015-03-27Fix broken link in jira serviceSteven Burgart
2015-03-27Use relative URL for Markdown references, except in mails.Douwe Maan
2015-03-27Return full URLs from GitLabIssueTrackerService.Douwe Maan
2015-03-26Renamed Buildbox to Buildkite.Keith Pitt
2015-03-25Enable more rubocop style checksDmitriy Zaporozhets
2015-03-23Merge branch 'emailsonpush-create-delete' into 'master'Dmitriy Zaporozhets
Send EmailsOnPush email when branch or tag is created or deleted. Addresses #1951, #1957 and #1925. ![Screen_Shot_2015-03-17_at_13.58.15](https://dev.gitlab.org/gitlab/gitlabhq/uploads/16ff25adb4b4a7e1923612e0652442b4/Screen_Shot_2015-03-17_at_13.58.15.png) ![Screen_Shot_2015-03-17_at_13.58.22](https://dev.gitlab.org/gitlab/gitlabhq/uploads/e346c1d84aba3a093b722d0a4167e289/Screen_Shot_2015-03-17_at_13.58.22.png) ![Screen_Shot_2015-03-17_at_13.58.28](https://dev.gitlab.org/gitlab/gitlabhq/uploads/720437ecc13f317c6d20eff82ac60bd7/Screen_Shot_2015-03-17_at_13.58.28.png) ![Screen_Shot_2015-03-17_at_13.58.34](https://dev.gitlab.org/gitlab/gitlabhq/uploads/2b302bb6cdbe27c96a8dff1375236602/Screen_Shot_2015-03-17_at_13.58.34.png) See merge request !1709
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-20Link to CI with refValery Sizov
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-18Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets
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
2015-03-13Merge branch 'irker-service-use-supported-events' into 'master'Drew Blessing
Make Irker service check supported_events 63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 added the supported_events check for services. Since f84b7eef3f969a65d0930c9d62b6968b2ae70f12 was just added, we should adjust it accordingly. See merge request !367
2015-03-12Add a service to support external wikisHannes Rosenögger
2015-03-11Remove placeholder methods to prevent calling methods rather than attributes.Marin Jankovski
2015-03-10Merge branch 'issues-tracker-id' into 'master'Marin Jankovski
Properly move over `issues_tracker_id` from old custom issue tracker URLs. Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/1124. cc @marin Regression in 7.8.0. See merge request !1670
2015-03-10Properly move over `issues_tracker_id` from old custom issue tracker URLs.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-03-09Merge branch 'emails-on-push'Dmitriy Zaporozhets
Conflicts: app/controllers/projects/services_controller.rb app/models/project_services/emails_on_push_service.rb
2015-03-06Add tag_push event notification to HipChat and Slack services.Stan Hu
Normalize output to use: - User name instead of username - Include first line of title in message description - Link to "Issue #X" instead of "#X"
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
2015-03-05Add merge and issue event notification for HipChatStan Hu
2015-03-05Make Irker service use the supported events checkStan Hu
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-03-03Set supported events per project service.Douwe Maan
2015-03-03Execute GitlabCiService for both push and tag_push events.Douwe Maan
2015-03-03Only execute GitlabCiService for push events.Douwe Maan
2015-03-03Fix specs.Douwe Maan
2015-03-03Code style, directory structure.Douwe Maan
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
2015-03-03Merge pull request #8812 from opichals/teamcity_branchName_not_to_be_whole_refDmitriy Zaporozhets
Fix for TeamCity buildQueue REST API build/@branchName.
2015-03-03Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into ↵Dmitriy Zaporozhets
Aorimn-add-irker-service Conflicts: app/controllers/projects/services_controller.rb