- 02 Aug, 2017 15 commits
-
-
Sean McGivern authored
Update milestone docs CE See merge request !13233
-
Victor Wu authored
-
Rémy Coutable authored
Expose target_iid in Events API See merge request !13247
-
Rémy Coutable authored
Extending API for protected branches See merge request !12756
-
Eric authored
-
Sean McGivern authored
Add rugged_is_ancestor method See merge request !13232
-
Sean McGivern authored
Fix Issue board when using Ruby 2.4 Closes #35769 See merge request !13220
-
Rémy Coutable authored
Make the 'issuables list meta-data' shared example less dangerous See merge request !13236
-
Rémy Coutable authored
Ensure all project factories use `:repository` trait or `:empty_project` See merge request !13238
-
Phil Hughes authored
Add filtered search to group issue dashboard Closes #33575 See merge request !13167
-
Clement Ho authored
-
Phil Hughes authored
Remove jQuery cropper plugin from vendors directory See merge request !13239
-
Douwe Maan authored
Add kube_namespace and standardize common variables for additional metrics queries See merge request !13169
-
Dmitriy Zaporozhets authored
Fix encoding error for WebHook logging Closes #35815 See merge request !13230
-
sue445 authored
-
- 01 Aug, 2017 25 commits
-
-
Pawel Chojnacki authored
-
Annabel Dunstone Gray authored
Make Markdown autocomplete dropdowns style consistent See merge request !13127
-
Pawel Chojnacki authored
-
Robert Speicher authored
-
Pawel Chojnacki authored
-
Clement Ho authored
Derive project path from import URL Closes #27341 See merge request !13131
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Docs: update articles list Closes #35800 See merge request !13229
-
Alexander Randa authored
-
Filipa Lacerda authored
Fixes the search losing focus Closes #35515 See merge request !13221
-
Robert Speicher authored
This shared example would take an object's database ID and create a number of objects based on it. If for some reason the ID were a high number, like 20, this would create `20 + 21 + 22` objects. Not only was this dangerous from a performance perspective, it was entirely unnecessary, as the behavior it was testing is already well-tested in the unit test for the underlying object. For a controller test, which is what's including this shared example, all we need to do is verify that the assigned object contains the correct `id => object` Hash, which is what we now test for.
-
Jacob Vosmaer authored
-
Marcia Ramos authored
also, trigger build
-
Douwe Maan authored
Resolve "Remove `events` from `notification_settings`" Closes #33620 See merge request !13152
-
Robert Speicher authored
Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 Closes #34869 See merge request !12741
-
Marcia Ramos authored
-
Mike Greiling authored
-
Rémy Coutable authored
In Ruby 2.4, Hash#compact exists and returns a Hash, while in Ruby 2.3, Hash#compact is implemented by Rails and returns a new `ActionController::Parameters` instance in this case. Also, `ActionController::Parameters#compact` is deprecated in Rails 5.1 so we're using `reject { |_, value| value.nil? }` instead. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add code review guidelines related to Build [CI skip]. See merge request !13223
-
Marin Jankovski authored
-
Rémy Coutable authored
Fix "API specs and linting failing on master" Closes #35825 See merge request !13227
-
Annabel Dunstone Gray authored
Make time span dropdown style on cycle analytics page consistent See merge request !13183
-
Winnie Hellmann authored
-
Marcia Ramos authored
-
Sean McGivern authored
Always fetch branches before finding the merge base, otherwise we could find an outdated merge base See merge request !13226
-