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
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-02Update deployment chat message notificationJason Goodman
Include link to user and commit title. Rearrange text
2019-04-27Add deployment events to chat notification servicesJason Goodman
This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-06-13Sidebar Milestone - Fix wrong URL when selecting a parent group milestoneMario de la Ossa
2017-07-11Don't reload ActiveRecord objects when building note URLsSean McGivern
When we build a note URL, and we have the note loaded already, there are two cases: 1. The `noteable` is already loaded. In that case, this is faster as it doesn't build a new AR object from the query. 2. The `noteable` is not already loaded. In that case, this change is no worse than the previous code.
2017-07-07Include new URL helpers retroactively into includers of Gitlab::RoutingDouwe Maan
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2016-12-01API: Endpoint to expose personal snippets as /snippetsGuyzmo
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net>
2016-08-24url_builder: handle project snippetsBen Boeckel
2016-05-13Use the relative url prefix for links in WikiArtem Sidorenko
2016-05-10Revert "Merge branch 'wiki-fix' into 'master' "Rémy Coutable
This reverts commit 4cc85a58e8ca00f5a4ecbd2bca40a0cad867b817, reversing changes made to 90ae445ba930068d04adc5a009dbdeabe4cb3e34. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-09Use the proper GitLab URL for links in WikiArtem Sidorenko
2016-04-20add wiki_page helper to url_builderSebastian Klier
2016-04-13Refactor and expose only Gitlab::UrlBuilder.build(record)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-01Merge branch 'routing' into 'master' Robert Speicher
Added & use Gitlab::Routing for URL helpers Extracted from !3389 See merge request !3486
2016-04-01Added & use Gitlab::Routing for URL helpersYorick Peterse
Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
2016-03-31Fix view of notes in search results when noteable is a snippetRémy Coutable
Also, streamline the view. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-31Rename Note#for_project_snippet? to #for_snippet?Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2015-09-09Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets
2015-09-09Move helpers back to original directoryDmitriy Zaporozhets
2015-09-05Fix URL construction for merge requests, issues, notes, and commits for ↵Stan Hu
relative URL config Closes https://github.com/gitlabhq/gitlabhq/issues/9605
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
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-04Fix URL builder to use GitlabRoutingHelperStan Hu
2015-02-24Fix merge request URL passed to Webhooks.Stan Hu
Previously the symbol "url" in the object_attributes hash would always be nil.
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-16Use Gitlab.config instead of Settings everywhereCiro Santilli
2014-06-13Added an UrlBuilder for building rails named routesJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>