- 15 Jul, 2014 1 commit
-
-
Marin Jankovski authored
-
- 14 Jul, 2014 2 commits
-
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
EE - fix jenkins status check When using Jenkins CI via the `JenkinsService` class, GitLab queries Jenkins for build status of a specific git commit shasum. This check however is done in an error prone way and fails for Jenkins jobs with multiple modules. Please note the three bubbles at the bottom of this screenshot: http://i.imgur.com/cptQdOG.png This MR changes the checking code to make use of a HTML parser and selects the element of interest via its xpath. It was manually tested against Jenkins version 1.554 (LTS release as of today) with both maven and freestyle type jobs.
-
- 11 Jul, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Pull 7.1.0.pre from Community Edition See merge request !126
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jul, 2014 19 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/models/group.rb app/models/project.rb features/steps/shared/project.rb
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Upgrade devise from 3.0.4 to 3.2.4 See merge request !960
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Rework counters * Use one style for counters in sidebar * show amount of assigned/authored/all entities in sidebar * fixes UI overflow for small screens See merge request !961
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
Fix gitlab_markdown_helper method header typo. rquest => request.
-
tbpgr authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Jacob Vosmaer authored
Add LDAP key sync to CHANGELOG-EE
-
Dmitriy Zaporozhets authored
Prevent html injection Commits page renders commit description with single_format method which allows html tags. So commit message with html tags brokers Commits page. See screenshot ![Screenshot 2014-07-10 11.16.40](https://dev.gitlab.org/uploads/gitlab/gitlabhq/6606e1bac0/Screenshot_2014-07-10_11.16.40.png) See merge request !959
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Group milestones description Fixes #1403 See merge request !958
-
Marin Jankovski authored
Get Reply button as clicked target in notes.js.coffee See issue #401 This is a small fix to properly find the reply button as the click target when an element inside the button is clicked (e.g. in this case, the ``<i class="icon-comment">`` element in the button, using the jQuery ``.closest(...)`` function. Previously, the clicked element was assumed to be the button itself, which caused the comment form to spawn within the button when it was clicked (see the issue for screenshots & other details).
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 09 Jul, 2014 15 commits
-
-
Ali Tavakoli authored
This is to fix the issue where the icon-comment icon is clicked in the Reply button of a note; the icon is used as the target and incorrectly assumed to be the button itself, which causes the reply form to spawn inside the button.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
LDAP key logging See merge request !125
-
Dmitriy Zaporozhets authored
Browse file Fixes #1335 See merge request !951
-
Dmitriy Zaporozhets authored
Active highlight This will highlight active page regardless of the action we use. See merge request !957
-
Marin Jankovski authored
-
Jacob Vosmaer authored
-
Marin Jankovski authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
For some reason I needed to add a reload statement in the specs.
-
Marin Jankovski authored
-
Jacob Vosmaer authored
This allows us to keep Person#entry private, and it makes Access#update_ssh_keys a little shorter.
-
Jacob Vosmaer authored
Synchronise SSH keys with LDAP + specs Please see MR !7 for reference. Please see http://feedback.gitlab.com/forums/176466-general/suggestions/5704654-synchronise-ssh-keys-with-ldap for reference. I added specs as well as fixed some bugs. This MR is made of two (squashed) commits on purpose, as it is the only fair way to give @jolla credit for his work too.
-
Marin Jankovski authored
-
Marin Jankovski authored
-