summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-validators' into 'master' Douwe Maan2015-12-0820-58/+188
|\
| * Inline Gitlab::Blacklist in NamespaceValidatorrs-validatorsRobert Speicher2015-12-071-4/+32
| * Add custom NamespaceNameValidatorRobert Speicher2015-12-072-3/+13
| * Add custom NamespaceValidatorRobert Speicher2015-12-073-9/+27
| * Add custom LineCodeValidatorRobert Speicher2015-12-073-2/+14
| * Minor EmailValidator refactorRobert Speicher2015-12-071-7/+4
| * Add custom ColorValidatorRobert Speicher2015-12-073-7/+25
| * Move EmailValidator to app/validatorsRobert Speicher2015-12-071-0/+21
| * Add custom UrlValidatorRobert Speicher2015-12-079-37/+63
* | Merge branch 'master' into fix-merge-request-that-removes-submodulefix-merge-request-that-removes-submoduleDouglas Barbosa Alexandre2015-12-076-28/+26
|\ \
| * | Fix random failing test - delete attachmentfix-random-testDmitriy Zaporozhets2015-12-071-2/+2
| |/
| * Merge branch 'pberndt:master' into 'master' Robert Speicher2015-12-071-1/+1
| |\
| | * time_ago_with_tooltip javascript snippet: Don't reinitialize older elementsPhillip Berndt2015-12-031-1/+1
| * | Merge branch 'fix-parallel-merge' into 'master' Dmitriy Zaporozhets2015-12-071-2/+2
| |\ \
| | * | Dont use cached collection for Repository find_branch and find_tag methodsDmitriy Zaporozhets2015-12-071-2/+2
| * | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ceDmitriy Zaporozhets2015-12-072-20/+21
| |\ \ \
| | * | | Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-042-20/+21
| * | | | Merge branch 'feature/sidekiq-cron' into 'master' Dmitriy Zaporozhets2015-12-071-3/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Migrate from Sidetiq to Sidekiq-cronfeature/sidekiq-cronGabriel Mazetto2015-12-041-3/+0
* | | | | Merge branch 'master' into fix-merge-request-that-removes-submoduleDouglas Barbosa Alexandre2015-12-0739-135/+396
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-072-3/+27
| |\ \ \ \
| | * | | | fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-071-16/+9
| | * | | | fox specsValery Sizov2015-12-072-15/+24
| | * | | | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-1/+23
| * | | | | Merge branch 'gsmethells/gitlab-ce-sort-by-due-date'Douwe Maan2015-12-077-10/+47
| |\ \ \ \ \
| | * | | | | Satisfy RubocopDouwe Maan2015-12-071-1/+1
| | * | | | | Merge branch 'master' into gsmethells/gitlab-ce-sort-by-due-dategsmethells/gitlab-ce-sort-by-due-dateDouwe Maan2015-12-07143-827/+1062
| | |\ \ \ \ \
| | * | | | | | sort milestones by due_dateGreg Smethells2015-12-037-11/+48
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'fix/award-emoji-conflict-in-notes' into 'master' Grzegorz Bizon2015-12-077-30/+82
| |\ \ \ \ \ \
| | * | | | | | Simplify `contains_emoji_only?` method in `Note`fix/award-emoji-conflict-in-notesGrzegorz Bizon2015-12-071-2/+1
| | * | | | | | Remove space before exclamation mark in award alertGrzegorz Bizon2015-12-051-1/+1
| | * | | | | | Refactor note awards to reuse `emoji_pattern` and improve validatorGrzegorz Bizon2015-12-051-18/+14
| | * | | | | | Make method `supports_award?` public in `Note`Grzegorz Bizon2015-12-031-2/+2
| | * | | | | | Combine new javascript Flash methods into oneGrzegorz Bizon2015-12-032-7/+3
| | * | | | | | Support emoji awards also in merge requestsGrzegorz Bizon2015-12-031-3/+4
| | * | | | | | Pin flash message to top if award note is invalidGrzegorz Bizon2015-12-031-1/+3
| | * | | | | | Add new features to javascript flash messageGrzegorz Bizon2015-12-032-6/+23
| | * | | | | | Show flash message instead of alert when note is invalidGrzegorz Bizon2015-12-031-1/+2
| | * | | | | | Notify user when award-emoji comment is invalidGrzegorz Bizon2015-12-032-1/+10
| | * | | | | | Render json message with errors if note didn't pass validationGrzegorz Bizon2015-12-031-10/+14
| | * | | | | | Scroll to awards after adding emoji-award commentGrzegorz Bizon2015-12-032-1/+7
| | * | | | | | Move note emoji-award implementation to note model (feature envy)Grzegorz Bizon2015-12-032-24/+33
| | * | | | | | Support award-emoji notes only when it a comment for an issueGrzegorz Bizon2015-12-031-6/+17
| | * | | | | | Add validator for award-emoji noteGrzegorz Bizon2015-12-031-0/+1
| * | | | | | | Merge branch 'fix-global-milestones-error-500' into 'master' Douwe Maan2015-12-072-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix Error 500 when creating global milestones with Unicode charactersStan Hu2015-12-052-2/+2
| * | | | | | | | Merge branch 'style-warning-about-mentioning-many-people-in-a-comment' into '...Douwe Maan2015-12-072-13/+11
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into style-warning-about-mentioning-many-people-in-a-co...style-warning-about-mentioning-many-people-in-a-commentDouglas Barbosa Alexandre2015-12-04114-604/+667
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix specsDouglas Barbosa Alexandre2015-12-032-3/+2
| | * | | | | | | | | Merge branch 'master' into style-warning-about-mentioning-many-people-in-a-co...Douglas Barbosa Alexandre2015-12-0386-474/+524
| | |\ \ \ \ \ \ \ \ \