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-06-28Merge branch 'feature/custom-highlighting' into 'master' Rémy Coutable
2016-06-28move the path alias to a more appropriate locationhttp://jneen.net/
2016-06-28add an alias for Snippet#pathhttp://jneen.net/
2016-06-23Fix visibility of private project snippets for members when searchingDouglas Barbosa Alexandre
2016-06-22Fix internal snippets can be searched by anyoneDouglas Barbosa Alexandre
2016-06-08Remove `projects` inclusion in `notes_with_associations` to skip some unneces...Alejandro Rodríguez
2016-06-01Refactor ParticipableYorick Peterse
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-28Properly handle bigger filesZeger-Jan van de Weg
2016-04-01Memoize reference_pattern/link_reference_patternYorick Peterse
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