- 30 Mar, 2015 1 commit
-
-
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 5 commits
-
-
Nihad Abbasov 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 20 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
-
Robert Schilling authored
Fix typo 'projecti' to 'project' in ssh doc [ci skip] There was a typo in the SSH doc: projecti was written instead of project. See merge request !461
-
Dmitriy Zaporozhets authored
Big refactoring of issues filters * No magic numbers for issues filtering * Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1035 See merge request !466
-
Dmitriy Zaporozhets authored
-
Phil Hughes authored
-
Dmitriy Zaporozhets authored
* Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-