Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-03Bump version to 6.7.3, update changelog.v6.7.3Marin Jankovski
2014-04-03 Merge branch 'patch/6-7-2' into '6-7-stable'Marin Jankovski
6.7.3 patch release
2014-04-03Do not require modernizr.Marin Jankovski
Conflicts: app/assets/javascripts/main.js.coffee
2014-04-03Remove modernizr gem.Marin Jankovski
2014-04-02Use current_user for Notification#merge_mrDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-01Update CHANGELOG for 6.7.2Jacob Vosmaer
2014-04-01Drop all tables before restoring a PostgreSQL DBJacob Vosmaer
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-01Add a rake task that drops all tablesJacob Vosmaer
2014-04-01Fix the merge notification email not being sentPierre de La Morinerie
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-03-22Version 6.7.2v6.7.2Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-22Fix upgraderDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-22Version 6.7.1v6.7.1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-22Fix gitlab-ci integrationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21 Merge branch 'update-install-doc-branch' into '6-7-stable'Dmitriy Zaporozhets
Update Install Doc Branch /cc @marin
2014-03-21Should be 6-7.dosire
2014-03-21Version 6.7.0v6.7.0Marin Jankovski
2014-03-21 Merge branch 'what-is-a-bug' into 'master'Sytse Sijbrandij
What Is A Bug
2014-03-21Ensure I can link to this line.dosire
2014-03-21Features people are missing are not bugs.dosire
2014-03-21 Merge branch 'fix-grack-auth' into 'master'Dmitriy Zaporozhets
Fix http clone for public project
2014-03-21Fix http clone for public projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21 Merge branch 'update_upgrade_document' into 'master'Dmitriy Zaporozhets
Update Upgrade Document for 6.7 Use the latest version of gitlab-shell which is 1.9.0
2014-03-21Use the latest tag, 1.9.1 for gitlab-shell.Marin Jankovski
2014-03-21Checkout gitlab-shell v 1.9.0Marin Jankovski
2014-03-21Merge branch 'dmedvinsky-username-keys-content-type'Dmitriy Zaporozhets
2014-03-21Merge branch 'username-keys-content-type' of ↵Dmitriy Zaporozhets
https://github.com/dmedvinsky/gitlabhq into dmedvinsky-username-keys-content-type Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-03-20 Merge branch 'gitlab_emoji_gem' into 'master'Dmitriy Zaporozhets
Replace gemoji with open source PhantomOpenEmoji
2014-03-20Fix `/:username.keys` response content typeDmitry Medvinsky
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-20Update ChangelogMarin Jankovski
2014-03-20New bindings to vote on notes.Marin Jankovski
2014-03-20Use new gems methods.Marin Jankovski
2014-03-20Use gitlab_emoji gem instead of gemoji.Marin Jankovski
2014-03-20 Merge branch 'cloud-update' into 'master'Dmitriy Zaporozhets
Cloud Update /cc @jacobvosmaer @marin @job
2014-03-20 Merge branch 'oauth-require-public-email' into 'master'Dmitriy Zaporozhets
Oauth Require Public Email Does not fix #976 yet, but will reduce the amount of users getting 422 immensly.
2014-03-20 Merge branch 'deploy-key-doc' into 'master'Dmitriy Zaporozhets
Deploy Key Doc /cc @marin @job @jacobvosmaer
2014-03-20GitLab requires gitlab-shell v1.9.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 Merge branch 'changelog_oreilly' into 'master'Sytse Sijbrandij
Changelog O'Reilly added "Better API for access_levels" sponsorship from O'Reilly to CHANGELOG
2014-03-20added OReilly sponsorship to CHANGELOGMarc Radulescu
2014-03-20Improve grack authDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20 Merge branch 'git-refactoring' into 'master'Dmitriy Zaporozhets
Git Refactoring
2014-03-20Use 2 workers in developmentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20push via http now served via /allowed APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Use GitAccess in internal apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Add Gitlab::GitAccess class to resolve auth issues during pull/pushDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20rc1v6.7.0.rc1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2014-03-19Merge pull request #6568 from skv-headless/patch-1Sytse Sijbrandij
typo fix
2014-03-19 Merge branch 'someone-asked-us-to-update-the-changelog' into 'master'Dmitriy Zaporozhets
Someone Asked Us To Update The Changelog
2014-03-19typo fixEvgeniy Sokovikov
2014-03-19Spinner in changelog.dosire