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
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Optimize queries for snippet listingsMarkus Koller
2019-06-28GraphQL mutations for add, remove and toggle emojiLuke Duncalfe
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-12-20Block private snippets from being embeddableMark Chao
2018-12-20Move embeddable? to model to be used outside viewMark Chao
2018-11-05Rewrite SnippetsFinder to improve performanceYorick Peterse
2018-10-23Redact unsubscribe links in issuable textsJan Provaznik
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-07-30Show the status of a user in interactionsBob Van Landuyt
2018-07-27Enable frozen string in app/models/*.rbgfyoung
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