summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/gitaly-feature-flag' into 'master' Robert Speicher2017-01-191-1/+8
|\ | | | | | | | | Gitaly feature flag See merge request !8440
| * Pass Gitaly resource path to gitlab-workhorse if Gitaly is enabledfeature/gitaly-feature-flagAhmad Sherif2017-01-181-1/+8
| |
* | Merge branch '23563-document-presenters' into 'master' Dmitriy Zaporozhets2017-01-194-0/+88
|\ \ | | | | | | | | | | | | | | | | | | Document presenters Closes #23563 See merge request !8480
| * | More improvements to presenters23563-document-presentersRémy Coutable2017-01-182-6/+10
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Improve presenter factoryRémy Coutable2017-01-182-39/+22
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Improve presenter architectureRémy Coutable2017-01-184-32/+62
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Document presentersRémy Coutable2017-01-182-0/+71
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'fix/external-status-badge-links' into 'master' Kamil Trzciński2017-01-193-0/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Link external commit status badges to target URLs Closes #25662 See merge request !8611
| * | | Respond with validation errors in commit status APIfix/external-status-badge-linksGrzegorz Bizon2017-01-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | If validation errors are present, include validation errors in the commit status API payload, instead of depending on state machine errors caused by invalid record.
| * | | Link external commit status badge to a target URLGrzegorz Bizon2017-01-171-2/+2
| | | | | | | | | | | | | | | | Using new detailed statuses factory for external commit statuses.
| * | | Add detailed statuses for external commit statusesGrzegorz Bizon2017-01-172-0/+35
| | | |
* | | | Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' Douwe Maan2017-01-1831-210/+439
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor cycle analytics stages (1st iteration) See merge request !7647
| * | | | fix specfix/refactor-cycle-analytics-stagesJames Lopez2017-01-171-2/+2
| | | | |
| * | | | refactored a bunch of stuff based on feedbackJames Lopez2017-01-1710-43/+49
| | | | |
| * | | | fix bug retrieving mediansJames Lopez2017-01-171-1/+1
| | | | |
| * | | | fix specsJames Lopez2017-01-172-5/+5
| | | | |
| * | | | refactored metrics fetcher - merged into stage and eventsJames Lopez2017-01-1715-119/+116
| | | | |
| * | | | fix refactor of production event fetcherJames Lopez2017-01-172-17/+17
| | | | |
| * | | | a few more fixesJames Lopez2017-01-172-18/+1
| | | | |
| * | | | fix missing refactor in metrics fetcherJames Lopez2017-01-171-2/+2
| | | | |
| * | | | fix plan stage issue and some spec failuresJames Lopez2017-01-173-3/+9
| | | | |
| * | | | fix specs, refactor missing bits from events stuffJames Lopez2017-01-174-11/+12
| | | | |
| * | | | big refactor based on MR feedbackJames Lopez2017-01-1721-117/+123
| | | | |
| * | | | few fixes after mergeJames Lopez2017-01-172-3/+10
| | | | |
| * | | | refactor fetcher and fixed specsJames Lopez2017-01-174-34/+22
| | | | |
| * | | | refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-1713-61/+89
| | | | |
| * | | | Fix other spec failuresJames Lopez2017-01-175-44/+5
| | | | |
| * | | | more refactoring and fixing old specsJames Lopez2017-01-171-15/+3
| | | | |
| * | | | added new summary serializers and refactor all of the summary stuff into ↵James Lopez2017-01-175-0/+118
| | | | | | | | | | | | | | | | | | | | separate logical classes
| * | | | fixed stage entity and added missing stage specsJames Lopez2017-01-171-1/+5
| | | | |
| * | | | added analytics stage serializer and moved some info to the stage classes ↵James Lopez2017-01-178-0/+44
| | | | | | | | | | | | | | | | | | | | from the controller
| * | | | WIP - started refactoring cycle analytics median stuff into stagesJames Lopez2017-01-1718-19/+111
| |/ / /
* | | | Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-186-11/+144
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time tracking API Closes #25861 See merge request !8483
| * | | | Add some API endpoints for time tracking.Ruben Davila2017-01-186-11/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
* | | | | Merge branch 'rs-data_attribute-cleanup' into 'master' Douwe Maan2017-01-181-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Correct documentation for `data_attribute` method See merge request !8603
| * | | | | Correct documentation for `data_attribute` methodrs-data_attribute-cleanupRobert Speicher2017-01-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Also break up a long line, just 'cause.
* | | | | | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-182-0/+32
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | | Backport timetracking to CE See merge request !8195
| * | | | Backport backend work for time tracking.Ruben Davila2017-01-152-0/+32
| | | | |
* | | | | Remove some useless require_relative statements26756-fix-already-intialized-constant-warningsRémy Coutable2017-01-173-7/+0
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Remove rerun since it's not used anymore19633-remove-rerunRémy Coutable2017-01-161-5/+0
| |/ / |/| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher2017-01-161-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Ensure updating project settings shows a flash message on success See merge request !8579
| * | | Add a spec and actually display the flash noticeRémy Coutable2017-01-161-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'fix-deprecation-warning' into 'master' Rémy Coutable2017-01-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a API deprecation warning See merge request !8587
| * | | | Fix a API deprecation warningfix-deprecation-warningRobert Schilling2017-01-161-1/+1
| | | | |
* | | | | Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Add a constraint on the query parameter to allow querying for projects with dots in their name. See merge request !8210
| * | | | Add a constraint on the query parameter to allow querying for projects with ↵Bruno Melli2017-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | dots in their name.
* | | | | Allow to use + symbol in filenamesblackst0ne2017-01-151-2/+2
| |_|/ / |/| | |
* | | | Merge branch ↵Douwe Maan2017-01-141-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist' into 'master' Resolve "`Gitlab::Checks::ChangeAccess` looks for user permissions that don't exist" Closes #25018 See merge request !8551
| * | | Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-existRémy Coutable2017-01-121-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' Yorick Peterse2017-01-141-4/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Metrics middleware: endpoint is nil" Closes #26587 See merge request !8544