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
2018-03-07Add discussion APIJan Provaznik
2018-02-09Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-11-27Use fuzzy search with minimum length of 3 characters where appropriateDouwe Maan
2017-11-24Use Gitlab::SQL::Pattern where appropriateDouwe Maan
2017-11-23Fix link text from group contextJarka Kadlecova
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
2017-05-31Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
2017-05-04Fix feature testsblackst0ne
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-03-21Spam check only when spammable attributes have changedOswaldo Ferreira
2017-03-02Use string based `visibility` getter & setterToon Claes
2017-02-02Check public snippets for spamSean McGivern
2017-02-02Keep snippet visibility on errorSean McGivern
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
2016-12-07Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-11-21Allow JIRA references for project snippetsFelipe Artur
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-09-19Snippets get award emoji! :thumbsup:Z.J. van de Weg
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