8857 Commits
Author SHA1 Message Date
Marin Jankovski f88d30fac8 Bump version to 6.7.3, update changelog. v6.7.3 2014-04-03 09:56:44 +02:00
Marin Jankovski b2de30c51e Merge branch 'patch/6-7-2' into '6-7-stable'
6.7.3 patch release
2014-04-03 07:54:57 +00:00
Marin Jankovski fcbebcb6aa Do not require modernizr.
Conflicts:
	app/assets/javascripts/main.js.coffee
2014-04-03 09:51:03 +02:00
Marin Jankovski 51bc2c0d7f Remove modernizr gem. 2014-04-03 09:47:29 +02:00
Dmitriy ZaporozhetsandJacob Vosmaer 60fc9348e7 Use current_user for Notification#merge_mr
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02 16:20:32 +02:00
Jacob Vosmaer 05047b5ec1 Update CHANGELOG for 6.7.2 2014-04-01 17:51:20 +02:00
Jacob Vosmaer 9652be8d07 Drop all tables before restoring a PostgreSQL DB
Invoking 'db:schema:load' turned out to be a bad idea: when downgrading
an existing GitLab installation, the schema of the newer version would
be preserved when trying to import the old version.

Conflicts:
	CHANGELOG
2014-04-01 17:50:37 +02:00
Jacob Vosmaer 0fa16b6886 Add a rake task that drops all tables 2014-04-01 17:49:20 +02:00
Pierre de La MorinerieandJacob Vosmaer 582540889a Fix the merge notification email not being sent
The 'author_id_of_changes' attribute is not persisted in the database.
As we retrieve the merge request from the DB just before sending the
email, this attribute was always nil.

Also there was no tests for the merge notification code - tests have
been added.

Fix #6605
2014-04-01 17:48:49 +02:00
Dmitriy Zaporozhets dbbf4ea24c Version 6.7.2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
v6.7.2
2014-03-21 23:11:01 +02:00
Dmitriy Zaporozhets a261c5fc94 Fix upgrader
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21 23:09:33 +02:00
Dmitriy Zaporozhets ba0d8842f5 Version 6.7.1
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
v6.7.1
2014-03-21 23:06:30 +02:00
Dmitriy Zaporozhets b8d83d2538 Fix gitlab-ci integration
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21 23:05:28 +02:00
Dmitriy Zaporozhets 919bc9792a Merge branch 'update-install-doc-branch' into '6-7-stable'
Update Install Doc Branch

/cc @marin
2014-03-21 18:00:49 +00:00
dosire a9863ed0ee Should be 6-7. 2014-03-21 18:34:59 +01:00
Marin Jankovski 80236d6c6c Version 6.7.0 v6.7.0 2014-03-21 17:22:12 +01:00
Sytse Sijbrandij a13190bca5 Merge branch 'what-is-a-bug' into 'master'
What Is A Bug
2014-03-21 14:57:51 +00:00
dosire d03612412a Ensure I can link to this line. 2014-03-21 15:51:30 +01:00
dosire af3aaaddbd Features people are missing are not bugs. 2014-03-21 15:50:33 +01:00
Dmitriy Zaporozhets 1c42cc35a1 Merge branch 'fix-grack-auth' into 'master'
Fix http clone for public project
2014-03-21 12:55:27 +00:00
Dmitriy Zaporozhets 7dd18a3ec8 Fix http clone for public project
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21 14:52:30 +02:00
Dmitriy Zaporozhets 8ae593304b Merge branch 'update_upgrade_document' into 'master'
Update Upgrade Document for 6.7

Use the latest version of gitlab-shell which is 1.9.0
2014-03-21 11:44:24 +00:00
Marin Jankovski 895c913247 Use the latest tag, 1.9.1 for gitlab-shell. 2014-03-21 12:42:59 +01:00
Marin Jankovski 6d9dccbec8 Checkout gitlab-shell v 1.9.0 2014-03-21 12:26:34 +01:00
Dmitriy Zaporozhets fb919a631c Merge branch 'dmedvinsky-username-keys-content-type' 2014-03-21 09:37:18 +02:00
Dmitriy Zaporozhets ac35ee3707 Merge branch 'username-keys-content-type' of https://github.com/dmedvinsky/gitlabhq into dmedvinsky-username-keys-content-type
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	CHANGELOG
2014-03-21 09:37:03 +02:00
Dmitriy Zaporozhets 60c3e841ce Merge branch 'gitlab_emoji_gem' into 'master'
Replace gemoji with open source PhantomOpenEmoji
2014-03-20 18:30:01 +00:00
Dmitry Medvinsky fefab47456 Fix /:username.keys response content type
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
2014-03-20 19:09:14 +04:00
Marin Jankovski 9afd04842f Update Changelog 2014-03-20 13:46:31 +01:00
Marin Jankovski 4dc09e5c1d New bindings to vote on notes. 2014-03-20 13:33:16 +01:00
Marin Jankovski 5f595be4b8 Use new gems methods. 2014-03-20 13:33:16 +01:00
Marin Jankovski 817f5ff6a3 Use gitlab_emoji gem instead of gemoji. 2014-03-20 13:33:16 +01:00
Dmitriy Zaporozhets c0090a3ff5 Merge branch 'cloud-update' into 'master'
Cloud Update

/cc @jacobvosmaer @marin @job
2014-03-20 11:56:18 +00:00
Dmitriy Zaporozhets 4f167ea00e Merge branch 'oauth-require-public-email' into 'master'
Oauth Require Public Email

Does not fix #976 yet, but will reduce the amount of users getting 422 immensly.
2014-03-20 11:55:55 +00:00
Dmitriy Zaporozhets 303d131102 Merge branch 'deploy-key-doc' into 'master'
Deploy Key Doc

/cc @marin @job @jacobvosmaer
2014-03-20 11:54:34 +00:00
Dmitriy Zaporozhets e013be10d7 GitLab requires gitlab-shell v1.9.0
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 13:37:35 +02:00
Sytse Sijbrandij a74194a550 Merge branch 'changelog_oreilly' into 'master'
Changelog O'Reilly

added "Better API for access_levels" sponsorship from O'Reilly to CHANGELOG
2014-03-20 09:41:45 +00:00
Marc Radulescu 3a294daf53 added OReilly sponsorship to CHANGELOG 2014-03-20 10:04:41 +01:00
Dmitriy Zaporozhets 83e83b6617 Improve grack auth
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 10:53:03 +02:00
Dmitriy Zaporozhets 612a909eac Merge branch 'git-refactoring' into 'master'
Git Refactoring
2014-03-20 08:28:58 +00:00
Dmitriy Zaporozhets 41e981740f Use 2 workers in development
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 10:16:17 +02:00
Dmitriy Zaporozhets 729b358ff2 push via http now served via /allowed API
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 10:16:17 +02:00
Dmitriy Zaporozhets f18a714f35 Use GitAccess in internal api
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 10:16:17 +02:00
Dmitriy Zaporozhets 19c28822ef Add Gitlab::GitAccess class to resolve auth issues during pull/push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 10:16:17 +02:00
Dmitriy Zaporozhets 189f88de5b rc1
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
v6.7.0.rc1
2014-03-20 10:03:02 +02:00
Dmitriy Zaporozhets fbc8b2c2d6 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-03-20 10:01:09 +02:00
Sytse Sijbrandij ef0876a8f7 Merge pull request #6568 from skv-headless/patch-1
typo fix
2014-03-19 20:46:31 +01:00
Dmitriy Zaporozhets 5f76a7499f Merge branch 'someone-asked-us-to-update-the-changelog' into 'master'
Someone Asked Us To Update The Changelog
2014-03-19 19:10:41 +00:00
Evgeniy Sokovikov 4f68e15d9e typo fix 2014-03-19 20:08:26 +03:00
dosire 2e33a82072 Spinner in changelog. 2014-03-19 17:10:22 +01:00