An error occurred fetching the project authors.
- 17 May, 2018 1 commit
-
-
Jacopo authored
-
- 09 May, 2018 1 commit
-
-
Jacopo authored
-
- 19 Dec, 2017 2 commits
-
-
Robert Speicher authored
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
-
Robert Speicher authored
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
-
- 30 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
* no-ivar-in-modules: Cache allowed_ids Fix a few layout error Make it clear that this is an acceptable use Reword Instance variables in views Move ModuleWithInstanceVariables to Gitlab namespace Explain how to disable it in the doc Just define allowed_ids and override it with empty value Updates based on feedback Remove codes from bad merge Allow initialize method and single ivar Use StrongMemoize and enable/disable cops properly WIP Fix grammar: judge -> judgement Allow simple ivar ||= form. Update accordingly Add cop to make sure we don't use ivar in a module
-
- 22 Nov, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
-
- 17 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 13 Oct, 2017 1 commit
-
-
Vlad authored
-
- 12 Oct, 2017 1 commit
-
-
Vlad authored
-
- 18 Sep, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 06 Jul, 2017 2 commits
-
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
- 07 Feb, 2017 1 commit
-
-
Ruben Davila authored
We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations.
-
- 19 Jan, 2017 1 commit
-
-
Ruben Davila authored
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"
-
- 18 Jan, 2017 1 commit
-
-
Ruben Davila authored
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"
-
- 15 Jan, 2017 1 commit
-
-
Ruben Davila authored
-
- 19 Dec, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
This reverts commit 25b842d1.
-
Douglas Barbosa Alexandre authored
-
- 17 Nov, 2016 1 commit
-
-
Ruben Davila authored
-
- 16 Nov, 2016 3 commits
-
-
Ruben Davila authored
* Added new serializers for Issue and MergeRequest.
-
Ruben Davila authored
Also added new attributes related to time tracking to the JSON payload.
-
Ruben Davila authored
Also added new attributes related to time tracking to the JSON payload.
-
- 15 Nov, 2016 2 commits
-
-
Ruben Davila authored
-
Ruben Davila authored
-
- 14 Nov, 2016 1 commit
-
-
Ruben Davila authored
-
- 12 Nov, 2016 1 commit
-
-
Ruben Davila authored
-
- 11 Nov, 2016 1 commit
-
-
Ruben Davila authored
-
- 10 Nov, 2016 2 commits
-
-
Ruben Davila authored
-
Ruben Davila authored
I've also applied other minor refactorings and fixed a broken spec.
-