summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linuxSytse Sijbrandij2015-03-152-2/+2
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-141-1/+1
|\
| * Merge pull request #8955 from wasamasa/fix-deploy.sh-typoRobert Schilling2015-03-141-1/+1
| |\ | | | | | | Fix typo
| | * Fix typoVasilij Schneidermann2015-03-141-1/+1
| | |
* | | Merge branch 'fix-mr-notes' into 'master'Dmitriy Zaporozhets2015-03-142-0/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use pre-wrap for diff code in discussion view This prevents merge request comments from being hidden in discussion view. See #2017. ### Before ![diff_comment_before](https://dev.gitlab.org/Okada/gitlabhq/uploads/e6d24987b8d88f4e8a5883645d569b56/diff_comment_before.png) ### After ![diff_comment_after](https://dev.gitlab.org/Okada/gitlabhq/uploads/fc035f9fc44718dc8424d3f8b54f0953/diff_comment_after.png) This change doesn't affect the "Changes" tab: ![diff_view_comment](https://dev.gitlab.org/Okada/gitlabhq/uploads/9975d4c3feac629d6a0d76b5a0ef43d8/diff_view_comment.png) cc @sytse See merge request !1700
| * | Use pre-wrap for diff code in discussion viewVinnie Okada2015-03-142-0/+6
|/ /
* | Merge branch 'more-flatly'Dmitriy Zaporozhets2015-03-143-9/+9
|\ \
| * | Return some merge widget styles and make it more compactDmitriy Zaporozhets2015-03-143-9/+9
| | |
* | | Merge branch 'resetyle-import' into 'master'Dmitriy Zaporozhets2015-03-142-25/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restyle import Render import providers in one line and make it buttons See merge request !1699
| * | | Improve import buttons on new project pageDmitriy Zaporozhets2015-03-142-25/+23
| | | |
* | | | Merge branch 'more-flatly' into 'master'Dmitriy Zaporozhets2015-03-1463-172/+167
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | | | | | | | | | | | | | | | More flatly * use sass variables for repeating colors * use more of Flatly theme variables * refactor buttons See merge request !1698
| * | Improve compare switch buttonDmitriy Zaporozhets2015-03-141-7/+1
| | |
| * | Refactor buttonsDmitriy Zaporozhets2015-03-1448-106/+92
| |/
| * Use sass variabled for backgroung and border colorsDmitriy Zaporozhets2015-03-139-25/+33
| |
| * Improve css for file actionsDmitriy Zaporozhets2015-03-138-36/+43
|/
* Update changelog with change to unicorn workers number recommendation.Marin Jankovski2015-03-131-4/+5
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski2015-03-131-1/+1
|\
| * Merge pull request #8954 from pupaxxo/patch-2Robert Schilling2015-03-131-1/+1
| |\ | | | | | | Fix typo in CHANGELOG.md
| | * Fix typo in CHANGELOG.mdAndrea Ruggiero2015-03-131-1/+1
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-03-130-0/+0
|\ \
| * \ Merge branch 'fix_tests' into 'master'Douwe Maan2015-03-132-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing tests Revert the last merge, as it breaks the master and I didn't see that this line is used in hooks as well when I merged this. See merge request !390
| | * | Revert "Merge branch 'follow-on-mr376' into 'master'"Hannes Rosenögger2015-03-132-1/+3
| |/ / | | | | | | | | | | | | | | | | | | This reverts commit 07f9a3f928d39accf876d052b265844f74130099, reversing changes made to 4803675190833cdf7e83558a32b2f2ea3283dce0. Reverted this because the data is used in hooks as well.
| * | Merge branch 'follow-on-mr376' into 'master'Hannes Rosenögger2015-03-132-3/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Follow on to MR 376 Follow-on to MR 376 from @haynes . Remove unnecessary fetch of commit messages for initial push. This will reduce the memory usage significantly. See merge request !387
| | * Remove unnecessary fetch of commit messages for initial push. This will ↵Elliot2015-03-132-3/+1
| | | | | | | | | | | | reduce the memory usage significantly.
* | | Change default number of unicorn workers to three.Marin Jankovski2015-03-132-2/+2
| | |
* | | Merge branch 'ldap-unblock-user' into 'master'Dmitriy Zaporozhets2015-03-133-1/+12
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Unblock user if they were unblocked in AD. Fixes problem with !1687. See merge request !1694
| * | Unblock user if they were unblocked in AD.Douwe Maan2015-03-133-2/+12
| | |
* | | Merge branch 'bump-gitlab-git' into 'master'Dmitriy Zaporozhets2015-03-132-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab_git to 7.1.1 Verify found object is actually a commit in Commit.find. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/1204 See merge request !1696
| * | | Bump gitlab_git to 7.1.1Dmitriy Zaporozhets2015-03-132-3/+3
| | | | | | | | | | | | | | | | Verify found object is actually a commit in Commit.find
* | | | Merge branch 'fix-encoding' into 'master'Dmitriy Zaporozhets2015-03-134-7/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Minor cleanup around UTF-8 encoding. Minor cleanup to be merged after https://dev.gitlab.org/gitlab/gitlab_git/merge_requests/24 is merged in. See merge request !1642
| * | | Reuse blob object fetched by Gitlab::Git::Blame.Douwe Maan2015-03-131-2/+2
| | | |
| * | | Everything from gitlab_git is already UTF-8.Douwe Maan2015-03-133-5/+5
| |/ /
* | | Merge branch 'tag-branch-hooks' into 'master'Dmitriy Zaporozhets2015-03-1310-45/+87
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Execute hooks and services when branch or tag is created or deleted through web interface. Fixes #2095. Split up into commits to make it easier to see why what was changed :) See merge request !1692
| * | | Add changelog item.Douwe Maan2015-03-131-0/+1
| | | |
| * | | Move tag deletion to service and execute hooks and services.Douwe Maan2015-03-132-6/+47
| | | |
| * | | Ecevute hooks and services when branches are created/deleted through web.Douwe Maan2015-03-132-0/+5
| | | |
| * | | More consistent method naming.Douwe Maan2015-03-132-5/+8
| | | |
| * | | Use PushDataBuilder where applicable.Douwe Maan2015-03-134-27/+22
| | | |
| * | | Set push data object kind in PushDataBuilder.Douwe Maan2015-03-133-7/+4
| |/ /
* | | Merge branch 'ldap-form' into 'master'Dmitriy Zaporozhets2015-03-133-4/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use custom LDAP label in LDAP signin form. Addresses https://dev.gitlab.org/gitlab/gitlab-ee/issues/238 ![Screen_Shot_2015-03-13_at_15.43.19](https://dev.gitlab.org/gitlab/gitlabhq/uploads/e9f0d1ed7238701ecdbaa54d4f538d89/Screen_Shot_2015-03-13_at_15.43.19.png) See merge request !1693
| * | | Use custom LDAP label in LDAP signin form.Douwe Maan2015-03-133-4/+5
| |/ /
* | | Merge branch 'import-options-dup' into 'master'Dmitriy Zaporozhets2015-03-134-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import pages not working after first load. Fixes #2102. `OAuth2::Client` was deleting keys from the options hash in place, which made it incomplete the next time the import page was loaded. We dup it so this no longer happens. See merge request !1691
| * | | Fix import pages not working after first load.Douwe Maan2015-03-134-3/+4
| |/ /
* | | Merge branch 'update-webhooks-docs' into 'master'Robert Schilling2015-03-132-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Webhook documentation for tag and tag push events Just a quick update to include the `object_kind` field in the Webhooks documentation. See merge request !389
| * | | Update documentation for object_kind field in Webhook push and tag push WebhooksStan Hu2015-03-132-0/+3
|/ / /
* | | Merge branch 'enhance_markdown_linebreak_docs' into 'master'Hannes Rosenögger2015-03-131-0/+8
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Enhance Markdown linebreak docs The "Line Breaks" section within the Markdown docs was missing an example of creating a line break within a paragraph by ending a line with two spaces. See merge request !335
| * | Add an example of creating a line break by adding two spaces atEwan Edwards2015-02-111-0/+8
| | | | | | | | | | | | the end of a line.
* | | Merge branch 'irker-service-use-supported-events' into 'master'Drew Blessing2015-03-131-2/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Irker service check supported_events 63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 added the supported_events check for services. Since f84b7eef3f969a65d0930c9d62b6968b2ae70f12 was just added, we should adjust it accordingly. See merge request !367
| * | | Make Irker service use the supported events checkStan Hu2015-03-041-2/+8
| | | |
* | | | Merge branch 'mr-filter-by-title' into 'master'Dmitriy Zaporozhets2015-03-1311-35/+90
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement merge requests search It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues See merge request !1690