- 15 Sep, 2015 24 commits
-
-
Robert Schilling authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Use fixed version of fogbugz gem
-
Jared Szechy authored
This allows us to properly handle authentication errors.
-
Robert Speicher authored
-
Robert Speicher authored
Reorder the `--without` arugments so the database comes first Hopefully this will make it a bit clearer that we're excluding a certain database type. [ci skip] See merge request !1301
-
Robert Speicher authored
Hopefully this will make it a bit clearer that we're excluding a certain database type. [ci skip]
-
Robert Speicher authored
Minor editing of the 7.14-to-8.0 update guide [ci skip] See merge request !1300
-
Robert Speicher authored
-
Robert Schilling authored
change coverage image to svg [ci skip]
-
fscherwi authored
-
Dmitriy Zaporozhets authored
Fix empty project UI In an empty project, the 'project is empty' light well was mashed up against the project panel. The light well have 16px margin so there was some white space along the edges that looked funny. This MR makes the 'project is empty' text block a `gray-content-area` which fits nicely with the rest of the UI. **Current:** ![Screen_Shot_2015-09-14_at_11.20.47_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/07b39641f602e01440dd5558a0d80237/Screen_Shot_2015-09-14_at_11.20.47_AM.png) **As proposed:** ![Screen_Shot_2015-09-14_at_11.20.29_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/1c3b1d73584c68a88cd1b0fcf3d6ea5b/Screen_Shot_2015-09-14_at_11.20.29_AM.png) See merge request !1291
-
Dmitriy Zaporozhets authored
Don't display "git clone --bare <URL>" if no URL is available Make it clear that forking is different than importing. Forked repositories don't use `import_url`, so only display if is available. Introduced in !1231 Before: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/d8456334a2a9187b56a885f8849f229e/image.png) After: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9823e8a2baf02859c4c3f05f3a5c35bf/image.png) See merge request !1295
-
Marin Jankovski authored
Update gitlab_emoji to 0.1.1 See merge request !1290
-
Stan Hu authored
-
Stan Hu authored
Introduced in !1231
-
Dmitriy Zaporozhets authored
Improve UI for last push widget and web editor See merge request !1296
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Improve project settings button on profile Rename `Edit profile settings` to `profile settings` button Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1932
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
add "replace" and "upload" functionality
-
liyakun authored
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
-
- 14 Sep, 2015 16 commits
-
-
Dmitriy Zaporozhets authored
Add page titles to header for group and project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2586 See merge request !1293
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Drew Blessing authored
-
Robert Schilling authored
-
Dmitriy Zaporozhets authored
Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
-
Dmitriy Zaporozhets authored
Import forked repositories asynchronously to prevent large repositories from timing out Preserve synchronous mode of adding a repository since some tasks (e.g. restore/check) require the former. One side bug fix is that the `ProjectCacheWorker` is also run, updating the repository size and commit numbers properly. Previously all the values were set to 0 when a project were forked. * Closes #2388 * Closes #2400 See merge request !1231
-
Dmitriy Zaporozhets authored
Fix tooltip display in list views After the recent UI changes the tooltips in a list view rendered behind the next object. This resets the tooltip's container to the body, rather than the individual `issue-info` div. In particular, this change will be applied to *all* tooltips in GitLab. This should take care of any other unidentified issues like this and should not have any negative effects that I can think of. This fixes the bug I noted in !1255. **Current:** ![Screen_Shot_2015-09-14_at_8.45.34_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/5fc6343f2e440dd10d01dfa595835e6a/Screen_Shot_2015-09-14_at_8.45.34_AM.png) **As proposed:** ![Screen_Shot_2015-09-14_at_8.44.35_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/7ffce7ce7523514bf7bb43d6380eb1d1/Screen_Shot_2015-09-14_at_8.44.35_AM.png) See merge request !1288
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Keep add-diff-note button the same size on hover. Fixes #2497 Removes the overridden `font-size` and `width` so the button inherits size on hover. See #2497 for screenshots of prior behavior. See merge request !1285
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Hannes Rosenögger authored
Add LATEST_TAG variable to automatically fetch the latest tag Add LATEST_TAG variable to automatically fetch the latest tag Replaces !1241 See merge request !1287
-
Dmitriy Zaporozhets authored
-