- 13 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Also, improve specs for BambooService Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/3515Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 12 Apr, 2016 28 commits
-
-
Jacob Schatz authored
Prefills commit message in edit file See #14488 ![Screen_Shot_2016-04-06_at_10.18.06](/uploads/2ace2a21a6ead8d83c79ef9ce5dd34cc/Screen_Shot_2016-04-06_at_10.18.06.png) See merge request !3564
-
Jacob Schatz authored
Build notification null check Cancels build notification interval on page change See merge request !3540
-
Robert Speicher authored
Add proper nil and error handling to SAML login process While writing the feature that would allow certain Omniauth providers to be marked as external I noticed that there is a scenario where the `gl_user` method can return `nil` and if this is not properly checked, it will lead to exceptions that will cause 500 errors. It is quite easy to land in this scenario, so I added `nil` checks. I also noticed that the `saml` method in the `omniauth_callbacks_controller.rb` file lacked a `rescue` for `Gitlab::OAuth::SignupDisabledError`, which can happen if the default configuration from `1_settings.rb` is applied. So I also added this check. See merge request !3609
-
Rémy Coutable authored
Fix #14753: Check if head is born before trying to detect main language This MR makes sure that head exists before trying to detect the main language. This prevents errors on repo's without a master branch. Closes #14753 See merge request !3654
-
Jeroen Bobbeldijk authored
-
Rémy Coutable authored
Instrument all service classes This will help us see where (mostly) Sidekiq code is spending time. See merge request !3675
-
Rémy Coutable authored
Hide help block when user is creating a new project inside a group closes #14092 ![fix](/uploads/13721117c410c8fe6937d44a3b0a90a8/fix.gif) See merge request !3427
-
Rémy Coutable authored
Delete notes via API Supports deleting issues, snippets, and merge requests via the API. * Closes #14944 * Closes #14845 * Closes #6060 @zj I did not see that you assigned yourself in #6060. Hopefully, you did not start yet. @rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7. See merge request !3557
-
Yorick Peterse authored
[ci skip]
-
Rémy Coutable authored
API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
-
Rémy Coutable authored
Allow a project member to leave the projected through the API Closes #7687 See merge request !3613
-
Robert Schilling authored
-
Arinde Eniola authored
-
Robert Schilling authored
-
Rémy Coutable authored
Un-instrument Banzai::ReferenceExtractor No changelog entry since this isn't really something new compared to 8.6, instead it adjusts something that was added for 8.7. See merge request !3676
-
Zeger-Jan van de Weg authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Yorick Peterse authored
Instrumenting this class together with Gitlab::ReferenceExtractor causes a StackError for some reason. Since Gitlab::ReferenceExtractor has most of the interesting code we'll only instrument that class.
-
Rémy Coutable authored
API: Add iid filter to milestones This was documented in the API docs but it was never working because the iid filter was never applied to the milestones. The tests were working by accident because the were checking the first element, which was by accident the request element. * Closes https://github.com/gitlabhq/gitlabhq/issues/10122 See merge request !3588
-
Rémy Coutable authored
API: Expose updated_at for notes * Closes #7954 See merge request !3560
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Yorick Peterse authored
Fixes gitlab-org/gitlab-ce#15162
-
Rémy Coutable authored
API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238 See merge request !3569
-
- 11 Apr, 2016 11 commits
-
-
Robert Speicher authored
Fix milestone removal problem when editing issues fixes #1752 See merge request !3571
-
Patricio Cano authored
-
Phil Hughes authored
-
Phil Hughes authored
See #14488
-
Phil Hughes authored
-
Robert Speicher authored
Instrument Banzai code See merge request !3659
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-