- 14 Jul, 2015 3 commits
-
-
Valery Sizov authored
update guides for 712 and 713 See merge request !441
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
Reset approvers on push See merge request !440
-
- 10 Jul, 2015 1 commit
-
-
Valery Sizov authored
-
- 03 Jul, 2015 6 commits
-
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
CE to EE See merge request !436
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix git hook validation on initial push to master branch. Addresses #305. See merge request !434
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Jul, 2015 28 commits
-
-
Robert Speicher authored
The old way tainted subsequent tests.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Fix reference extractor when there is no project. This usually doesn't happen, but it can when the source project of an MR is deleted. This is the cause of the 500 error on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/488. cc @jacobvosmaer Does this sound like something that can go in the next patch release? I don't know if it's a regression per se, but it's a bug and a tiny fix. See merge request !435
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: VERSION app/assets/javascripts/project_new.js.coffee app/helpers/appearances_helper.rb app/helpers/application_helper.rb app/helpers/groups_helper.rb app/helpers/oauth_helper.rb app/models/user.rb app/views/admin/application_settings/_form.html.haml app/views/layouts/nav/_group.html.haml app/views/layouts/nav/_project_settings.html.haml app/views/profiles/accounts/show.html.haml doc/integration/README.md features/steps/project/merge_requests.rb features/support/env.rb spec/controllers/import/github_controller_spec.rb spec/helpers/oauth_helper_spec.rb spec/lib/gitlab/ldap/access_spec.rb spec/lib/gitlab/upgrader_spec.rb spec/models/project_team_spec.rb spec/routing/admin_routing_spec.rb spec/services/git_push_service_spec.rb spec/services/test_hook_service_spec.rb
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add support for unlocking users in admin settings ### What does this MR do? This MR gives the ability to unlock a user from the Admin panel. ### Why was this MR needed? If a user fails to login a certain number of times, Devise locks the user out for a certain amount of time (e.g. 10 minutes). There is no way for an admin to unlock a user if this happens (aside from editing the `locked_at` field entirely). ### Screenshots #### Admin index page ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/14c661d1d1f026770997b19af714c514/image.png) #### Admin edit user page ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0c6f795757e5f03eeb923d818b7d6a96/image.png) ### What are the relevant issue numbers? This replaces !288. Closes https://github.com/gitlabhq/gitlabhq/issues/9381 See merge request !922
-
Hannes Rosenögger authored
'created_at DESC' is performed twice If you are already sorting in descending order in the created_at, it is run twice when you run the .recent. It has passed in the string 'created_at DESC'. Ruby on Rails is directly given to the SQL. It is a slow query in MySQL. See merge request !825
-
catatsuy authored
-
catatsuy authored
If you are already sorting in descending order in the created_at, it is run twice when you run the .recent. It has passed in the string 'created_at DESC'. Ruby on Rails is directly given to the SQL. It is a slow query in MySQL.
-
Douwe Maan authored
-
Douwe Maan authored
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9381
-
Dmitriy Zaporozhets authored
Correctly show anonymous authorized applications under Profile > Applications. Fixes #1907. Access tokens that were created using the ["Resource Owner Password Credentials" flow](http://doc.gitlab.com/ce/api/oauth2.html#resource-owner-password-credentials) by the user entering their username and password don't have a connected application, so the Profile > Applications page used to crash. These tokens are now rendered as "Anonymous" and can be revoked. ![Screen_Shot_2015-07-02_at_11.53.55](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0fb044ce1fbf5d5e2825c3abee7763ee/Screen_Shot_2015-07-02_at_11.53.55.png) See merge request !924
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Add Troubleshooting section to SAML doc. In response to #1898. We'll properly fix it in another MR. See merge request !917
-
Dmitriy Zaporozhets authored
Remove link leading to a 404 error in Deploy Keys page ### What does this MR do? This MR removes a link that would lead an admin to believe he/she could edit a deploy key, but clicking on this link would lead to a 404. ### Screenshot ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/b36cd76287d6389a09f9e0e49c1b6751/image.png) ### What are the relevant issue numbers? Closes #1866 See merge request !923
-
Job van der Voort authored
New document about creating a project Added new document to GitLab Basics about creating a project See merge request !1885
-
Dmitriy Zaporozhets authored
Gem updates for security issues - sprockets (rails dependency, but we need to specify a version to pull in fixes) - sass-rails (no security issues, but required an update to meet new sprockets version requirement) - rest-client (coveralls dependency) See merge request !915
-
Stan Hu authored
Closes #1866
-
Stan Hu authored
Fix changelog for !767 and !794 These changes did not make it into the 7.12.0 release. The entry for !794 is already correctly listed for 7.12.1 so it has been removed. See merge request !920
-
karen Carias authored
-
karen Carias authored
-
- 01 Jul, 2015 2 commits
-
-
Robert Speicher authored
commit hashes are monospaced Use a monospaced font for GFM commit and commit range references See merge request !914
-
Daniel Gerhardt authored
These changes did not make it into the 7.12.0 release. The entry for !794 is already correctly listed for 7.12.1 so it has been removed.
-