- 10 Apr, 2014 3 commits
-
-
Marin Jankovski authored
-
Pierre de La Morinerie authored
Currently, an email is sent every time a mentionable is referenced by an issue, a commit or a merge request: if I comment "This MR is related to #5", watchers get one email for the comment, and another one stating "Issue #5 was mentioned by issue #13". This is annoying — but the biggest issue is when pushing an existing branch. Every issue referenced by commit messages in this branch will get a new mention (which is fine), and dozens of emails will be sent for all these new mentions (which is not). This commit fixes the spam by avoiding to send an email when a new mention is created. In most cases the email notification for the mentioner is enough.
-
Marin Jankovski authored
This reverts commit e6707f6f, reversing changes made to f88d30fa.
-
- 08 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Fix avatars in the network graph for relative-url setups.
-
- 07 Apr, 2014 1 commit
-
-
Thomas Moschny authored
-
- 03 Apr, 2014 4 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
6.7.3 patch release
-
Marin Jankovski authored
Conflicts: app/assets/javascripts/main.js.coffee
-
Marin Jankovski authored
-
- 02 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Apr, 2014 4 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
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
-
Jacob Vosmaer authored
-
Pierre de La Morinerie authored
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
-
- 21 Mar, 2014 17 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Update Install Doc Branch /cc @marin
-
dosire authored
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
What Is A Bug
-
dosire authored
-
dosire authored
-
Dmitriy Zaporozhets authored
Fix http clone for public project
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Update Upgrade Document for 6.7 Use the latest version of gitlab-shell which is 1.9.0
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
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
-
- 20 Mar, 2014 9 commits
-
-
Dmitriy Zaporozhets authored
Replace gemoji with open source PhantomOpenEmoji
-
Dmitry Medvinsky authored
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`.
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Cloud Update /cc @jacobvosmaer @marin @job
-
Dmitriy Zaporozhets authored
Oauth Require Public Email Does not fix #976 yet, but will reduce the amount of users getting 422 immensly.
-
Dmitriy Zaporozhets authored
Deploy Key Doc /cc @marin @job @jacobvosmaer
-