| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'fix/label-filters' into 'master' | Douwe Maan | 2016-04-21 | 1 | -0/+30 |
| |\ | | | | | | | | | | | | | Filter labels by including ALL filter titles Fixed query to use `AND` and not `OR`. Refactored relevant specs See merge request !3815 | ||||
| | * | refactored specs based on feedbackfix/label-filters | James Lopez | 2016-04-21 | 1 | -27/+18 |
| | | | |||||
| | * | refactored specs, adding more scenarios | James Lopez | 2016-04-21 | 1 | -4/+19 |
| | | | |||||
| | * | final line missing | James Lopez | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| | * | fix rubocop warning | James Lopez | 2016-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | udpated a few things based on MR feedback. Also added model spec | James Lopez | 2016-04-20 | 1 | -1/+25 |
| | | | |||||
| * | | Rename CiStatus to Statusable | Kamil Trzcinski | 2016-04-16 | 1 | -0/+103 |
| |/ | |||||
| * | Destroy related todos when an issue is deleted | Douglas Barbosa Alexandre | 2016-03-30 | 1 | -0/+1 |
| | | |||||
| * | Restrict access for confidential issues on milestone view | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -0/+104 |
| | | |||||
| * | Restrict access to references for confidential issues | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -2/+3 |
| | | |||||
| * | Improving the original label-subscribing implementation | Rémy Coutable | 2016-03-15 | 2 | -5/+88 |
| | | | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription | ||||
| * | Original implementation to allow users to subscribe to labels | Timothy Andrew | 2016-03-15 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue. | ||||
| * | Fixed a few spec typos | Yorick Peterse | 2016-03-11 | 1 | -3/+3 |
| | | |||||
| * | Use ILIKE/LIKE for Issuable.search and full_search | Yorick Peterse | 2016-03-11 | 1 | -1/+46 |
| | | |||||
| * | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooks | Kirill Zaitsev | 2016-02-11 | 1 | -11/+12 |
| | | | | | | | | | | | | - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead | ||||
| * | Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-data | Bram Daams | 2016-02-10 | 1 | -0/+10 |
| | | |||||
| * | trick rubocop and temporarily add ruby 2.1 images for any branch | James Lopez | 2016-01-28 | 1 | -6/+6 |
| | | |||||
| * | fix rubocop new 2.2 syntax issues | James Lopez | 2016-01-25 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'upvote_count_to_api' into 'master' | Valery Sizov | 2015-12-29 | 1 | -0/+14 |
| |\ | | | | | | | | | | | | | Revert upvotes and downvotes params back to MR API issue https://gitlab.com/gitlab-org/gitlab-ce/issues/3672 See merge request !2212 | ||||
| | * | Revert upvotes and downvotes params to MR API | Valery Sizov | 2015-12-28 | 1 | -0/+14 |
| | | | |||||
| * | | Merge branch 'mention-all' into 'master' | Robert Speicher | 2015-12-27 | 1 | -0/+4 |
| |\ \ | |/ |/| | | | | | | | | | Only allow group/project members to mention `@all` Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3473 See merge request !2205 | ||||
| | * | Fix specs | Douwe Maan | 2015-12-24 | 1 | -0/+4 |
| | | | |||||
| * | | Satisfy Rubocop | Douwe Maan | 2015-12-25 | 1 | -2/+2 |
| | | | |||||
| * | | Add support for `twitter:label` meta tagsrs-opengraph | Robert Speicher | 2015-12-24 | 1 | -0/+18 |
| |/ | |||||
| * | Add method that persist ensured token in `TokenAuthenticatable` | Grzegorz Bizon | 2015-12-23 | 1 | -6/+13 |
| | | |||||
| * | Fix method that ensures authentication token | Grzegorz Bizon | 2015-12-23 | 1 | -0/+4 |
| | | | | | | | Until now, `ensure_#{token_filed_name}` method didn't persist new token in database. This closes #4235. | ||||
| * | Backport JIRA service | Drew Blessing | 2015-12-18 | 1 | -0/+13 |
| | | |||||
| * | Make sure that token `ensure_*` method always returns a token | Grzegorz Bizon | 2015-12-11 | 1 | -1/+8 |
| | | |||||
| * | Add specs for `TokenAuthenticatable` concern | Grzegorz Bizon | 2015-12-11 | 1 | -0/+50 |
| | | |||||
| * | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | | |||||
| * | Strip attributes for Milestone and Issuable. #3428 | Jose Corcuera | 2015-11-26 | 1 | -0/+20 |
| | | |||||
| * | Only accept open issues and merge requests | Zeger-Jan van de Weg | 2015-10-16 | 1 | -1/+0 |
| | | |||||
| * | Simplify code around (cross)-references | Douwe Maan | 2015-10-12 | 1 | -1/+1 |
| | | |||||
| * | Revamp finding projects by namespaces | Yorick Peterse | 2015-10-08 | 1 | -15/+28 |
| | | | | | | | | By using a JOIN we can remove the need for using 2 separate queries to find a project by its namespace. Combined with an index (only needed for PostgreSQL) this reduces the query time from ~245 ms (~520 ms for the first call) down to roughly 10 ms (~15 ms for the first call). | ||||
| * | Added concern for case-insensitive WHERE queries | Yorick Peterse | 2015-10-07 | 1 | -0/+176 |
| | | | | | | | On PostgreSQL these queries use LOWER(...) to compare columns and values. For MySQL a regular WHERE is performed as MySQL is already case-insensitive. | ||||
| * | add repository field to issue hook data | Jungkook Park | 2015-09-17 | 1 | -0/+16 |
| | | | | | | | add a test for to_hook_data of issue model update CHANGELOG | ||||
| * | Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773 | Robert Speicher | 2015-07-13 | 1 | -5/+5 |
| | | |||||
| * | Refactor Mentionable#notice_added_references | Robert Speicher | 2015-07-13 | 1 | -0/+49 |
| | | | | | | | | It now accounts for models that have changed but have already been persisted, such as when called from an UpdateService. Closes #1773 | ||||
| * | Replace remaining references to `Note.create_cross_reference_note` | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | |||||
| * | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 1 | -1/+4 |
| | | |||||
| * | ensure_length_of -> validate_length_of | Robert Speicher | 2015-06-10 | 1 | -1/+1 |
| | | |||||
| * | Correctly remove already-mentioned commits for cross referencesrs-issue-1778 | Robert Speicher | 2015-06-08 | 1 | -2/+19 |
| | | | | | Fixes #1778 | ||||
| * | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 2 | -25/+25 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Mentioned users are not limited by project scope any more | Dmitriy Zaporozhets | 2014-10-30 | 1 | -0/+14 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove author_id_of_changes from spec | Dmitriy Zaporozhets | 2014-03-25 | 1 | -5/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | fix most of warnings | skv | 2013-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fixing tests after adding iid for issues/mr | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+2 |
| | | |||||
| * | Issuable consern uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -1/+0 |
| | | |||||
| * | Add concerns to autoload | Dmitriy Zaporozhets | 2013-01-03 | 1 | -0/+70 |
