- 15 Oct, 2015 5 commits
-
-
Dmitriy Zaporozhets authored
Fix error preventing displaying of commit data for a directory with a leading dot Directories with leading dots erroneously get rejected by the route controller if git ref regex is used in constraints. This prevents commit data from being loaded. The regex verification is now done in controller. Closes https://github.com/gitlabhq/gitlabhq/issues/8763 See merge request !1574
-
Dmitriy Zaporozhets authored
Remove guard-rspec and its supporting gems See merge request !1551
-
Dmitriy Zaporozhets authored
Update uglifier to ~> 2.7.2 Fixes a security vulnerability: - https://github.com/lautis/uglifier/pull/86 - https://github.com/mishoo/UglifyJS2/issues/751 - https://zyan.scripts.mit.edu/blog/backdooring-js/ See merge request !1590
-
Douwe Maan authored
Simplify the `issues_sentence` helper See merge request !1598
-
Douwe Maan authored
Prevent a JS error in MergeRequestTabs When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it. This is the proper fix for !1553. See merge request !1597
-
- 14 Oct, 2015 29 commits
-
-
Robert Speicher authored
Make Reply by email easier to configure Builds on !1566. Omnibus companion MR: gitlab-org/omnibus-gitlab!510 (cc @marin) See merge request !1580
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Robert Speicher authored
Simplify code around (cross)-references See merge request !1568
-
Robert Speicher authored
When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it.
-
Kamil Trzciński authored
Show warning when build is pending and there are not runners This change is based on: !1530. This resolves #2967. See merge request !1573
-
Kamil Trzciński authored
Add a few predefined variables to CI builds This adds CI_BUILD_TAG, CI_BUILD_STAGE, CI_BUILD_NAME and CI_BUILD_TRIGGERED to build environment. This change is based on: !1530 See merge request !1572
-
Valery Sizov authored
Fix: Images cannot show when projects' path was changed Fixes #1443 See merge request !1521
-
Valery Sizov authored
Revert "Improve invalidation of stored service password if the endpoint URL is changed" This reverts commit b4639754. See merge request !1595
-
Valery Sizov authored
This reverts commit b4639754.
-
Valery Sizov authored
Improve invalidation of stored service password if the endpoint URL is changed A number of issues were found in !1490 and !1558 (triggered by support request 7395) * It is not possible to set a new URL and a password at the same time (new password is ignored) * An error occurs on the Service Templates admin pages (prop_updated? was referencing the service's project, which is not defined for templates) * Passwords are reset on every save in Service Templates admin pages This should fix these 3 issues by respectively: * Differentiating a property that has been assigned a new value (regardless of the new value) and a property that has been assigned a new value that is different from the old one * Providing an alternate implementation to detected updated properties, not relying on the service's project * Filtering an empty password parameter passed to the Service Templates admin page like on the project service page See merge request !1583
-
Valery Sizov authored
-
Valery Sizov authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Valery Sizov authored
-
Kamil Trzciński authored
Fix retry and cancel for build This fixes some regressions introduced by Commit Status API See merge request !1586
-
Alex Lossent authored
It now allows to specify a password at the same time as the new URL, and works on the service template admin pages.
-
Douwe Maan authored
+ and Titleize New Project button on dashboard Hello there. Its my first merge request in open source world. So please be tolerant to me if i do something wrong. I try to fix https://gitlab.com/gitlab-org/gitlab-ce/issues/2906 See merge request !1564
-
Valery Sizov authored
-
Kamil Trzcinski authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 13 Oct, 2015 6 commits
-
-
Robert Speicher authored
Enable arbitration in MailRoom Fixes #2870. See merge request !1566
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
Tweak api doc
-
Stan Hu authored
merge_request: add work_in_progress to MR hooks See merge request !1443
-