Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests and unassigned filter for issues. Updated CHANGELOG | Dmitriy Zaporozhets | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | No magic numbers for issues filtering | Dmitriy Zaporozhets | 2015-03-26 | 1 | -3/+5 |
| | |||||
* | Merge pull request #8092 from cirosantilli/factor-finder-perms | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
|\ | | | | | Factor permission check in issuable finder | ||||
| * | Factor permission check in issuable finder | Ciro Santilli | 2015-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix trending projects ordering | Dmitriy Zaporozhets | 2015-02-18 | 1 | -1/+1 |
| | | |||||
* | | Add index on order columns | Dmitriy Zaporozhets | 2015-02-06 | 1 | -6/+5 |
| | | |||||
* | | Apply default scope to labels and remove one for notes | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+2 |
| | | |||||
* | | Rubocop: indentation fixes Yay!!! | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
| | | |||||
* | | Rubocop: Style/CaseIndentation enabled | Dmitriy Zaporozhets | 2015-02-02 | 1 | -12/+13 |
|/ | |||||
* | Add author filter for issues & merge requests pages | Dmitriy Zaporozhets | 2014-12-05 | 1 | -0/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'dashboard_issues_and_mr' into 'master' | Dmitriy Zaporozhets | 2014-10-28 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | Dashboard issues and merge request filters Fixes #1597 See merge request !1219 | ||||
| * | Do not filter out issues and merge requests related to user right away. | Marin Jankovski | 2014-10-27 | 1 | -1/+5 |
| | | |||||
* | | internal snippets: fix exposing of title | Valery Sizov | 2014-10-24 | 1 | -0/+2 |
|/ | |||||
* | Admin: user sorting | Valery Sizov | 2014-10-13 | 1 | -11/+11 |
| | |||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 1 | -0/+61 |
| | |||||
* | Improve formatting of app/finders/README.md | Ciro Santilli | 2014-10-07 | 1 | -4/+4 |
| | |||||
* | Fix finder and tests for new membership models | Dmitriy Zaporozhets | 2014-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -4/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor finders. Prevent circular dependency error | Dmitriy Zaporozhets | 2014-09-02 | 3 | -4/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Prevent duplicates in issue finder when filter by label | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix issues label finder | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Migrate issue/mr labels from act_as_taggable to own labels | Dmitriy Zaporozhets | 2014-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Explore area | Dmitriy Zaporozhets | 2014-07-23 | 1 | -0/+19 |
| | | | | | | | Create one place for exploring GitLab instance projects and groups for both signed in and anonymous users Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix project snippet comments loading | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor some search scopes to prevent wierd behaviour and PG::Error issues | Dmitriy Zaporozhets | 2014-06-05 | 2 | -5/+33 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add GroupFinder for collection all groups user has access to | Dmitriy Zaporozhets | 2014-06-05 | 1 | -0/+38 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Default last_fetched_at to 0 for old clients | Jacob Vosmaer | 2014-04-28 | 1 | -1/+2 |
| | | | | | | | Users who have not refreshed their browser tab will poll GitLab using outdated JS. This change makes the server fall back to the old behavior (send all comments) for old clients, instead of throwing an exception for old clients. | ||||
* | Serialize last_fetched_at as a string with seconds | Jacob Vosmaer | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Filter out old notes in NotesFinder | Jacob Vosmaer | 2014-04-28 | 1 | -1/+7 |
| | |||||
* | Fail faster on an invalid target_type | Jacob Vosmaer | 2014-04-28 | 1 | -0/+2 |
| | |||||
* | Fix deprecation warning output | Robert Speicher | 2014-03-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removes the following from test output: DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: merge_requests, projects) that are referenced in a string SQL snippet. For example: Post.includes(:comments).where("comments.title = 'foo'") Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query, rather than loading comments in a separate query. However, doing this without writing a full-blown SQL parser is inherently flawed. Since we don't want to write an SQL parser, we are removing this functionality. From now on, you must explicitly tell Active Record when you are referencing a table from a string: Post.includes(:comments).where("comments.title = 'foo'").references(:comments) If you don't rely on implicit join references you can disable the feature entirely by setting `config.active_record.disable_implicit_join_references = true`. | ||||
* | Update tests and fix Finders readme | Dmitriy Zaporozhets | 2014-02-25 | 1 | -5/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move services for collecting items to Finders | Dmitriy Zaporozhets | 2014-02-25 | 6 | -0/+285 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |