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
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-02Add download_snippet_path helperDouwe Maan
2017-04-17Show case insensitive matches in snippet search resultsDouwe Maan
2016-12-10rename snippets_path helper due to conflictMike Greiling
2016-12-10implement snippets_scope_menu partial to reduce code duplicationMike Greiling
2016-09-07Reordered dropdown optionsLuke Bennett
Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
2016-03-06Remove `Snippet#expires_at`Robert Speicher
This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
2016-02-05Faster snippet searchValery Sizov
2016-01-22Backport some changes from EEValery Sizov
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.
2013-06-05Restyle snippetsDmitriy Zaporozhets
2011-10-27refactor lifetime_select helperNihad Abbasov
2011-10-27implement snippets lifetimeNihad Abbasov
2011-10-17snippets are readygitlabhq