- 15 Jun, 2015 5 commits
-
-
Marin Jankovski authored
-
Douwe Maan authored
Remove visibility icon from projects list on dashboard and group page ## Why? Because * visibility level show on project page anyway * it does not have much value. Main purpose of project list on dashboard is navigation. Avatar + project name helps this goal. Visibility icon have no effect here * it makes UI worse because it brings separation between project avatar and name * without visibility icon we have more space for project name. Especially important for laptops ## Screenshot ![Screenshot_2015-06-12_18.17.20](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0e572388e9a337c5a535813911d08c89/Screenshot_2015-06-12_18.17.20.png) P.S. Merge when 7-12-stable is created See merge request !806
-
Douwe Maan authored
Remove button to all projects on Trending Projects page. Fixes #2001. See merge request !1860
-
Douwe Maan authored
Fix post-receive errors on a push when an external issue tracker is configured ### What does this MR do? This MR improves upon !766, fixing errors upon a git push that occur only when an external issue tracker (not JIRA) is used. This MR takes into account that external issue trackers, such as JIRA, may close issues. Disabling the processing of post-receive commits when an external issue tracker is configured seems like the wrong behavior. ### Why was this MR needed? When a user adds an issue reference, the refactoring in 8f8a8ab3 and a6defd15 caused `project.get_issue` to be called, causing `ExternalIssue` to be returned when an external issue tracker was configured. This object does not have a `close` method, as needed in `CloseService`. Nor does it make sense to associate a `SystemNote` with this object. GitLab EE uses a [special case for JIRA](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/services/git_push_service.rb#L87). I would recommend moving this logic into `CloseService` too. ### What are the relevant issue numbers? * Closes #1700 * Closes #1720 See merge request !804
-
Robert Schilling authored
Update Irker home page [ci skip] Closes #1713 See merge request !812
-
- 14 Jun, 2015 6 commits
-
-
Stan Hu authored
[ci skip] Closes #1713
-
Nicolas authored
Fixes #2001.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Update noteable after a new note is added
-
Dmitriy Zaporozhets authored
Update Redcarpet to 3.3.0 Fixes #1432 See merge request !809
-
Dmitriy Zaporozhets authored
Prepare specs for RSpec 3 See merge request !811
-
- 13 Jun, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Fixes #1432
-
Dmitriy Zaporozhets authored
Ensure `session_expire_delay` field exists before accessing it Closes #1798 See merge request !808
-
Robert Speicher authored
Closes #1798
-
- 12 Jun, 2015 23 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
Add info about regex anchors to shell command docs. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-ee/issues/263. See merge request !805
-
Douwe Maan authored
-
Stan Hu authored
Closes #1700 Closes #1720
-
Douwe Maan authored
Add session expiration delay configuration through UI application Setting is accessible by the administrator through the UI and defaults to 1 week (the current setting) Answers the following suggestions: * http://feedback.gitlab.com/forums/176466-general/suggestions/6210719-make-session-length-configurable * http://feedback.gitlab.com/forums/176466-general/suggestions/6730512-automatic-logout-after-a-time-being-idle See merge request !774
-
Jacob Vosmaer authored
Add 7.12 update guides See merge request !1858
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
Fix typo on account page. @douwe Thanks for reviewing this small fix. See merge request !1854
-
Marin Jankovski authored
Update install docs for 7.12 See merge request !1857
-
Jacob Vosmaer authored
Even though the 7-12-stable branch does not exist yet.
-
Jacob Vosmaer authored
Git 2.1.2 does not protect against pushes trying the '.Git/config' attack (CVE-2014-9390). Going to 2.4.3 is perhaps a big jump but why not use the latest? (Famous last words.)
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Remove text since rss is now to prominent. See merge request !1855
-
Job van der Voort authored
Fix link to howto_rc1.md The relative link that was there before breaks when you copy-paste the issue template into an actual issue. See merge request !1856
-
Jacob Vosmaer authored
The relative link that was there before breaks when you copy-paste the issue template into an actual issue.
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Prepare feature steps for RSpec 3 See merge request !803
-
Robert Speicher authored
There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Add a note that changing example configuration files requires changing omnibus-gitlab. Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab. Added a note so everyone is aware of this. Similar is added to gitlab-shell and gitlab-ci. Discussed in gitlab-org/omnibus-gitlab#605 See merge request !800
-
Dmitriy Zaporozhets authored
Refactor accept merge request widget * make each case a simple view * separate merge request JS from merge request accept widget JS Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !799
-