- 14 Apr, 2016 36 commits
-
-
Rémy Coutable authored
Fix revoking of authorized OAuth applications Users were not able to revoke access to authorized OAuth applications. Clicking the "Revoke" button would result in a 404 page, and the application would still be authorized. Added a spec and also found that the `gon` variables were not being set for this view. Closes #14370 See merge request !3690
-
Rémy Coutable authored
Setup visibility level for project when transfering for a group fixes #15155 See merge request !3707
-
Robert Speicher authored
Use rake db:reset instead of db:setup See merge request !3721
-
Felipe Artur authored
-
Stan Hu authored
-
Stan Hu authored
Closes #14370 Move gon function into its own helper
-
connorshea authored
This fixes the authorized applications not being revoked properly at `/profile/applications`. Fixes #14370.
-
Yorick Peterse authored
Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE".
-
Rémy Coutable authored
Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
-
Achilleas Pipinellis authored
Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713
-
Zeger-Jan van de Weg authored
-
Achilleas Pipinellis authored
Add TOC to yaml README and an intro section See merge request !3719
-
Achilleas Pipinellis authored
[ci skip]
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Added highlight colours to diff rows Closes #13852
-
Rémy Coutable authored
Refactor and expose only Gitlab::UrlBuilder.build(record) ``` $ git grep Gitlab::UrlBuilder app/models/commit.rb: url: Gitlab::UrlBuilder.build(self), app/services/issues/base_service.rb: issue_url = Gitlab::UrlBuilder.build(issue) app/services/merge_requests/base_service.rb: hook_data[:object_attributes][:url] = Gitlab::UrlBuilder.build(merge_request) app/views/search/results/_note.html.haml:- note_url = Gitlab::UrlBuilder.build(note) lib/gitlab/note_data_builder.rb: base_data[:object_attributes][:url] = Gitlab::UrlBuilder.build(note) spec/lib/gitlab/note_data_builder_spec.rb: expect(data[:object_attributes][:url]).to eq(Gitlab::UrlBuilder.build(note)) spec/lib/gitlab/url_builder_spec.rb:describe Gitlab::UrlBuilder, lib: true do ``` Fixes #15202. See merge request !3696
-
Jacob Schatz authored
Note form A lot of the forms have the same actions associated with them so I have created a standard class that encapsulate these actions. There is also another class that allows toolbar action buttons to be added that will insert different characters based on the HTML `data-prefix` attribute value - this will give us the opportunity to add more actions to the form and maybe create a markdown toolbar in the future. See merge request !3534
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Updated JS spec to include gl_form
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Updated the JS to have a standard class with standard actions for each form Created ability to have toolbar buttons that insert different prefixes dependant upon the data-prefix attribute
-
Rémy Coutable authored
Do not require recipients when pusher will be recipient Closes #10946 See merge request !3603
-
Frank Groeneveld authored
Closes #13574
-
Rémy Coutable authored
API issue update and note create back dating Closes #14947 See merge request !3551
-
Tom Downes authored
-
- 13 Apr, 2016 4 commits
-
-
Jacob Schatz authored
Add test for search page Closes #15222 See merge request !3711
-
Alfredo Sumaran authored
-
Valery Sizov authored
Redis configuration consistency Related https://gitlab.com/gitlab-org/gitlab-ce/commit/cf669551f69edd66913d22c96cf1de1302e7990e See merge request !3697
-
Felipe Artur authored
-