- 03 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 20 Apr, 2017 1 commit
-
-
Ruben Davila authored
-
- 17 Jan, 2017 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 29 Nov, 2016 1 commit
-
-
Douwe Maan authored
Fix missing access checks on issue lookup using IssuableFinder Split from !2024 to partially solve https://gitlab.com/gitlab-org/gitlab-ce/issues/23867
- Potentially untested - No test coverage - Test coverage of some sort exists (a test failed when error raised) - Test coverage of return value (a test failed when nil used) - Permissions check tested - [x] app/controllers/projects/branches_controller.rb:39 - `before_action :authorize_push_code!` helpes limit/prevent exploitation. Always checks for reporter access so fine with confidential issues, issues only visible to team, etc. - [x] app/models/cycle_analytics/summary.rb:9 [`.count`] - [x] app/controllers/projects/todos_controller.rb:19 - [x] Potential double render in app/controllers/projects/todos_controller.rb - https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#cedccb227af9bfdf88802767cb58d43c2b977439_24_24 See merge request !2030
-
- 21 Nov, 2016 7 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 17 Nov, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 21 Sep, 2016 1 commit
-
-
Timothy Andrew authored
- Pluralize summary titles - Remove the `run_query` method - always return sql strings from the `date_time_sql` methods
-
- 20 Sep, 2016 1 commit
-
-
Timothy Andrew authored
Helper methods are meant for views
-
- 17 Sep, 2016 1 commit
-
-
Timothy Andrew authored
1. Use a new format, with each stage having a `title`, `description`, and `value.
-
- 08 Sep, 2016 1 commit
-
-
Timothy Andrew authored
-
- 26 Aug, 2016 5 commits
-
-
Timothy Andrew authored
All users with "Reporter" access (and above) to a project can see the Cycle Analytics page.
-
Timothy Andrew authored
1. Supported date ranges are 30 / 90 days ago. The default is 90 days ago. 2. All issues created before "x days ago" are filtered out, even if they have other related data (test runs, merge requests) within the filter range.
-
Timothy Andrew authored
-
Timothy Andrew authored
1. Move from raw SQL to ActiveRecord. 2. Add a non-persisted `CycleAnalytics` model to store all the queries.
-
Timothy Andrew authored
1. Code is messy and untested, but it is a start.
-