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
2015-07-14Rename `notice_added_references` to `create_new_cross_references!`Robert Speicher
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-05Update noteable after a new note is addedJeroen van Baarsen
2015-05-26More SystemNoteService cleanupRobert Speicher
2015-05-11Check if `system` is truthy in `Note.cross_reference?`Robert Speicher
2015-05-11Add a SystemNoteService classRobert Speicher
2015-05-11Simplify `Note#upvote?` and `Note#downvote?`Robert Speicher
2015-04-24Fix small issues.Douwe Maan
2015-04-24Fix errors.Douwe Maan
2015-04-24Move participants method to shared Participable concern.Douwe Maan
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-23Merge branch 'rs-mentionable-examples-refactor' into 'master'Dmitriy Zaporozhets
2015-04-20Merge branch 'better-commit-mentions' into 'master'Dmitriy Zaporozhets
2015-04-16Note#cross_reference_exists? should be checking the noteable_type alsoRobert Speicher
2015-04-15Fix merge request comments on files with multiple commitsDominik Sander
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-02Support configurable attachment size via Application SettingsStan Hu
2015-03-23Don't include system notes in issue/MR comment count.Douwe Maan
2015-03-19Fix cross references when usernames, milestones, or project names contain und...Stan Hu
2015-03-18Revert "Note: add default_scope { order(created_at: :asc, id: :asc) }"Dmitriy Zaporozhets
2015-03-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-03-18Note: add default_scope { order(created_at: :asc, id: :asc) }Samuel Bernard
2015-03-18Fix condensed range in MR push comment.Douwe Maan
2015-03-07Merge branch 'condensed-mr-commits' into 'master'Dmitriy Zaporozhets
2015-03-07Use 2 periods instead of 3 to signify inclusive range.Douwe Maan
2015-03-06Condense commits already in target branch when updating merge request source ...Douwe Maan
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
2015-02-20Fix commit comments on first line of diff not rendering in Merge Request Disc...Douwe Maan
2015-02-08Add labels notesNikita Verkhovin
2015-02-06Add index on order columnsDmitriy Zaporozhets
2015-01-22Code improvements according to styleguideDmitriy Zaporozhets
2015-01-22Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets
2015-01-20Only count the user's last voteMichael Clarke
2015-01-18Fix various typosSteven Burgart
2015-01-11If noteable is nil - make discussion outdatedDmitriy Zaporozhets
2014-12-15Fix random Argument error when update noteDmitriy Zaporozhets
2014-11-12Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into j...Dmitriy Zaporozhets
2014-11-12Merge pull request #7617 from pkill/issue-280-commit-note-notificationsDmitriy Zaporozhets
2014-11-05Issue-280 Send notifications when a note is added to a commit and author is a...Alex Elman
2014-11-05Do not allow cross reference note in a mr if a mr contains mentioned commit.Marin Jankovski
2014-10-20DRY mentioned in magic note constantCiro Santilli
2014-10-06Prevent PG::Error exception when check commit reference on commitDmitriy Zaporozhets
2014-10-03Make Mentionables work for cross-project refsVinnie Okada
2014-09-26Adds comments to commits in the APIJeroen Jacobs
2014-09-08Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets
2014-09-08Use new diff parsing logicDmitriy Zaporozhets
2014-09-05Pluralize commit text for note when push to existing MRDmitriy Zaporozhets
2014-09-05Add comment to merge request when new push happensDmitriy Zaporozhets
2014-08-29Dont allow edit or remove of system notesDmitriy Zaporozhets