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 (Expand)Author
2016-03-11Removed arel_table receiver from search methodsYorick Peterse
2016-03-11Use ILIKE/LIKE for searching snippetsYorick Peterse
2016-03-06Remove `Snippet#expires_at`Robert Speicher
2015-12-01Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan
2015-11-30Recognize issue/MR/snippet/commit links as references.Douwe Maan
2015-06-20Make snippet filename optional.Nicolas
2015-05-26Surround Project.reference_pattern in parenthesis inside other patternsRobert Speicher
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Minor model spec cleanupsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-04-24Move participants method to shared Participable concern.Douwe Maan
2015-04-17Clean up code somewhat.Douwe Maan
2015-04-15Fix Snippet#participants.Douwe Maan
2015-04-15Include snippet author in recipients of snippet note notification.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-03Rubocop: Style/AlignHash enabledDmitriy Zaporozhets
2014-12-12Sanitize snippet file name in raw headersDmitriy Zaporozhets
2014-12-12Add strict validation to snippet file namesDmitriy Zaporozhets
2014-10-09annotateValery Sizov
2014-10-09Snippets: public/internal/privateValery Sizov
2014-10-07Snippets: rename public to internalValery Sizov
2014-08-29Adding in snippet search functionalityCharles Bushong
2014-06-26Project hook, milestone, snippet strong paramsDmitriy Zaporozhets
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
2014-06-04Rename snippets scopes to plural names.Marin Jankovski
2014-06-03Replace now forbidden keywords public and private for snippets scopeMarin Jankovski
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2014-03-17Default value for Snippet#privateDmitriy Zaporozhets
2013-08-21ReannotateDmitriy Zaporozhets
2013-06-19AnnotatedDmitriy Zaporozhets
2013-03-25Notes fixedAndrew8xx8
2013-03-25It's better to use STI insteadAndrew8xx8
2013-03-25Additional scopes addedAndrew8xx8
2013-03-25Private added to attr_accessibleAndrew8xx8
2013-03-24Project snippet moved to separate modelAndrew8xx8
2013-02-12All scopes must be in lambdasAndrew8xx8
2013-01-22remove length of snippet contentValeriy Sizov
2012-12-14Rework of milestonesDmitriy Zaporozhets
2012-11-19Annotated. schema updatedDmitriy Zaporozhets
2012-10-09AnnotatedDmitriy Zaporozhets
2012-10-09simple refactoringAndrey Kumanyaev
2012-09-27cosmetical cleanup of modelsNihad Abbasov
2012-09-27annotate modelsNihad Abbasov
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-06-26Reannotatedrandx
2012-04-21Project linguist integrationDmitriy Zaporozhets
2011-12-18Added missing dependent for notes assocDmitriy Zaporozhets