- 19 Jan, 2017 8 commits
-
-
Oswaldo Ferreira authored
Also, we've fixed a bug on Project#fork_merge_requests, where it was also including MR's sent to itself. Beside that, we might be improving the performance when fetching the origin and fork merge requests by submitting just two queries (including the `source_project` preload).
-
Fatih Acet authored
Port of simple-eslint-fixes to EE See merge request !1049
-
Sean McGivern authored
Time tracking api EE See merge request !1073
-
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"
-
Bryce Johnson authored
-
Regis Freyd authored
-
Achilleas Pipinellis authored
Small formatting/syntax fixes See merge request !1070
-
Mike Greiling authored
-
- 18 Jan, 2017 6 commits
-
-
Jacob Schatz authored
MR Approvals Frontend-Backend Integration Closes #1262, #894, and #1287 See merge request !954
-
Douwe Maan authored
Refactored 1st iteration of cycle analytics and stages in general (EE version) See merge request !1064
-
Rémy Coutable authored
[EE] Add a `:repository` trait to the `:empty_project` factory See merge request !1068
-
Chris Wilson authored
Fix double spacing for code blocks Format exception
-
Rémy Coutable authored
CE upstream See merge request !1065
-
Sean McGivern authored
Copy commit SHA to clipboard See merge request !1066
-
- 17 Jan, 2017 21 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Right now this is a no-op. We're going to add it as a trait argument to all existing usages of the `:project` factory, so that later we can flip `:empty_project` to just be `:project`, forcing developers to opt-in to the slower option when their tests truly require it.
-
victorwu authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Robert Speicher authored
Switch to sassc-rails Closes #18432 See merge request !8556
-
Rémy Coutable authored
Ce to ee See merge request !1061
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Richard Macklin authored
Closes #18432 This uses sassc to compile the application's SASS so it compiles faster. Without attempting to be very scientific here are some numbers I got: Using sassc-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 1.430000 0.380000 1.810000 ( 1.830753) ``` Using sass-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 12.320000 0.530000 12.850000 ( 12.909684) ``` The result is faster page loads when changing CSS in development and faster precompilation.
-
Robert Speicher authored
Remove rerun since it's not used anymore Closes #19633 See merge request !8598
-
Robert Speicher authored
Synchronize all project authorization refreshing work using a lease Closes #25987 See merge request !8599
-
Rémy Coutable authored
Fixed random issue boards sidebar failure Closes #26751 See merge request !8602
-
- 16 Jan, 2017 5 commits
-
-
Phil Hughes authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Robert Speicher authored
Update ffaker to ~>2.4 to avoid generating names with suffixes Closes #26492 See merge request !8596
-
Bryce Johnson authored
-