- 30 Mar, 2015 9 commits
-
-
Achilleas Pipinellis authored
-
Douwe Maan authored
API: Events paginate Updated the api method for /project/:id/events, to use the paginate method instead of limiting and offsetting the recent events in the method itself. This will also change the first page to be 1 instead of 0, but using 0 will still work and will give back the first page. This also add's the link headers (next/first/last). See merge request !267
-
Achilleas Pipinellis authored
Bump Docker build to GitLab v7.9.1 Upgrade GitLab from v7.9.0 to v7.9.1. See merge request !476
-
Stan Hu authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
-
Dmitriy Zaporozhets authored
-
- 29 Mar, 2015 14 commits
-
-
Dmitriy Zaporozhets authored
Repo buttons Fixes #796 Moved the star & fork button to inline with the other buttons. See merge request !473
-
Phil Hughes authored
-
Phil Hughes authored
Star and fork buttons moved up
-
Dmitriy Zaporozhets authored
Prevent note form from being cleared when submitting failed. When you try to submit a comment while you're not connected to the internet or while your connection is having trouble, the AJAX request would fail and the note would be deleted
😢 See merge request !468 -
Dmitriy Zaporozhets authored
Add ActiveRecord::Migration.maintain_test_schema! to spec_helper
-
Dmitriy Zaporozhets authored
Define GIT_TEMPLATE_DIR environment variable in TestEnv
-
Dmitriy Zaporozhets authored
Refactor sidebar JS logic
-
Dmitriy Zaporozhets authored
Move asana_service_spec to its correct location
-
Dmitriy Zaporozhets authored
properly paginate project events in API
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Remove the email patches link for merge commits Rugged's `to_mbox` method doesn't work for merge commits, so don't display the option to download them as email patches. This is part of the fix for #1878, and gitlab/gitlab_git!27 allows a plain diff to be generated for a merge commit. Together these changes should prevent the 500 errors described in the issue. cc @sytse See merge request !1737
-
Dmitriy Zaporozhets authored
We've moved external trackers to service, remove from gitlab.yml. Fixes #1937 See merge request !1743
-
Nihad Abbasov authored
-
Nihad Abbasov authored
update acts-as-taggable-on
-
- 28 Mar, 2015 6 commits
-
-
Nihad Abbasov authored
-
Sullivan SENECHAL authored
-
Vinnie Okada authored
-
Robert Schilling authored
Change merging notification to sound more natural
-
Robert Speicher authored
-
Robert Speicher authored
See http://schacon.github.io/git/git-init.html#_template_directory Without this variable, any global git hooks a developer might have in ~/.git_template would be linked in the `.git/hooks` folder for every test repository that gets checked out by TestEnv, and would cause certain specs to fail due to pre-existing hook files.
-
- 27 Mar, 2015 11 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve UI for issues filters ![filters-ui](https://gitlab.com/gitlab-org/gitlab-ce/uploads/31109bb069a5f42a9b83c2fb44af288b/filters-ui.png) See merge request !472
-
Steven Burgart authored
-
Robert Speicher authored
New in Rails 4.1, this eliminates spec failures due to forgetting to run `db:test:prepare`.
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Prevent holding Control-Enter or Command-Enter from posting comment multiple times. See private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2184 See merge request !467
-
Marin Jankovski authored
-
Douwe Maan authored
-
Douwe Maan authored
-