- 01 Apr, 2015 1 commit
-
-
Marin Jankovski authored
-
- 31 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 30 Mar, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
Added badge to commits tab Fixes #1261 See merge request !465
-
Phil Hughes authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix merge errors on CHANGELOG
-
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
-
Marco Vito Moscaritolo authored
During merges (d554070a and 497fd75d) changelog was "damaged", I restored the tagged 7.9.1 and added the required changes about 7.10.0 (unreleased). I think we need to ensure all PR are rebased on master before merge.
-
Stan Hu authored
-
Robert Schilling authored
LICENSE year update
-
Andrew 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.
-