Commit Graph
10629 Commits
Author SHA1 Message Date
Marin Jankovski f4889f50fc Add entry to changelog. 2014-05-27 08:58:26 +02:00
Dmitriy Zaporozhets e918ae240e Merge branch 'no_link_inside_code_block' into 'master'
No link inside code block
2014-05-27 06:26:22 +00:00
Dmitriy Zaporozhets 7c5d96cf52 Merge branch 'improve-gitlab-test' into 'master'
Improve rake test

Check for `system` call return value instead of `$?.exitstatus`
2014-05-27 06:00:38 +00:00
Dmitriy Zaporozhets aef2122f81 Merge branch 'css-truncation' into 'master'
CSS truncation

Use css truncation for event titles on dashboard. Fix vertical align of timestamps
2014-05-27 05:13:06 +00:00
Dmitriy Zaporozhets 1e7fa8d99b Fix syntax error
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-27 08:12:03 +03:00
Dmitriy Zaporozhets c9020ae586 Fix test.rake 2014-05-26 20:30:45 +00:00
Dmitriy Zaporozhets c456231690 Use css truncation on dashboard 2014-05-26 23:26:41 +03:00
Dmitriy Zaporozhets e426d43924 Check return system value for gitlab test rake tasks
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26 21:54:57 +03:00
Marin Jankovski 281643a1bf Add feature spec. 2014-05-26 20:43:58 +02:00
Marin Jankovski 603e04bc21 Make sure slashes are handled properly. 2014-05-26 20:43:58 +02:00
Marin Jankovski 52c3179be9 Do not replace links inside code blocks, less code for the same amount of work. 2014-05-26 20:43:58 +02:00
Dmitriy Zaporozhets 7ad5fb53ac Merge branch 'push-release-doc' into 'master'
Push release doc
2014-05-26 18:43:51 +00:00
Dmitriy Zaporozhets f48658813c Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-05-26 21:38:41 +03:00
Dmitriy Zaporozhets 21649cabdd Merge branch 'fix/drag_and_drop_image_tests' into 'master'
Fix drag and drop image tests
2014-05-26 18:38:05 +00:00
Dmitriy Zaporozhets e03a2fa2d1 Merge branch 'email-hint' into 'master'
Email hint

After this is merged decline http://feedback.gitlab.com/forums/176466-general/suggestions/5767472-move-actionmailer-sending-method-and-smpt-settings
2014-05-26 18:35:49 +00:00
Dmitriy Zaporozhets c267d183ba Merge branch 'test-ee' into 'master'
Test ee
2014-05-26 18:35:13 +00:00
Sean Edge 435740b8a2 Fixup for HoundCI. 2014-05-26 12:32:01 -04:00
Sean Edge 446e920a1b Add tests for creating tag with API. 2014-05-26 12:30:58 -04:00
dosire b2ec09e5d6 Specify what version to test manually. 2014-05-26 17:09:31 +02:00
Dmitriy Zaporozhets 242291850d Add some tests to compare api
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26 18:05:55 +03:00
dosire 040b3be5b1 Give a hint where to find the email settings. 2014-05-26 16:15:12 +02:00
Marin Jankovski 9b2a13497d Need txt file in test. 2014-05-26 15:58:03 +02:00
Marin Jankovski 43e7b8fa07 Remove empty space 2014-05-26 15:55:41 +02:00
dosire fe10f37199 Add default arguments, name gitlab repo gl, suggest dotfile repo. 2014-05-26 15:54:06 +02:00
Marin Jankovski f8a6d3405e Add image_service spec. 2014-05-26 15:47:54 +02:00
dosire c7a5530930 Small layout improvements. 2014-05-26 15:40:44 +02:00
dosire 75e90cb456 Push to all remotes doc. 2014-05-26 15:38:18 +02:00
skvandGitLab 9c046fea67 links to issues on main dashboard 2014-05-26 13:24:21 +00:00
Dmitriy Zaporozhets f441436e53 Add compare branches endpoint to API
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26 16:08:22 +03:00
Marin Jankovski 3b2b3cff04 Move logic to image_service. 2014-05-26 14:54:03 +02:00
Sytse Sijbrandij 13233d6d1e Merge branch 'regression-issue' into 'master'
Regression issue

We want to aid communication between the issue tracker team and the release manager with this.

A first example of this issue is https://gitlab.com/gitlab-org/gitlab-ce/issues/294
2014-05-26 12:18:37 +00:00
Marin Jankovski 8bec6b0bcb Make existing tests test something, return correct errors. 2014-05-26 14:17:46 +02:00
Sytse Sijbrandij d4b61a67f5 Merge branch 'add_pkgrio_to_readme' into 'master'
Add pkgrio to readme

Now that we have instructions on [pkgr.io](https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/install/pkgr/README.md) let's add it to the Readme.
2014-05-26 08:42:17 +00:00
Pierre de La Morinerie a220fc5455 Limit the width of images in emails
This fixes an issue in Mail.app, where large images would expand outside
of the viewport.
2014-05-26 10:14:58 +02:00
dosire 1748073315 Correct typo. 2014-05-26 09:14:44 +02:00
dosire f39d8a8a60 Add any known bugs. 2014-05-26 09:12:57 +02:00
dosire 9f6709d8c4 Have the issue for the entire monthly time. 2014-05-26 09:11:09 +02:00
dosire 23bcb9cb0d A regressions issue to improve communication. 2014-05-26 09:09:27 +02:00
Marin Jankovski 2a8aa7429b Merge branch 'monthly_doc_update' into 'master'
Monthly release doc update
2014-05-26 07:00:23 +00:00
Achilleas Pipinellis cc1dd32464 Add pkgr.io to readme one-click installation methods 2014-05-24 20:05:02 +03:00
Dmitriy Zaporozhets ef933ae69b Even more tests fixed :)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 14:41:13 +03:00
Dmitriy Zaporozhets bbc4b2be8d Fix help tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 14:26:15 +03:00
Dmitriy Zaporozhets 5a1429ae21 Fix branches tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 14:20:12 +03:00
Dmitriy Zaporozhets 1bb9aeb565 Fix specs. Fix note form reset after submit
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 14:10:36 +03:00
Dmitriy Zaporozhets 7c6a58a756 Merge branch 'ui-improvements' into 'master'
Comment UI improvements

* use tabs for preview/write comment form because its better UX
* fix paddings for comment form and unnecessary borders
* remove unused css/js
* cleanup messy comment form html
2014-05-24 10:41:48 +00:00
Dmitriy Zaporozhets 50f3280e01 Remove unused css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 13:15:23 +03:00
Dmitriy Zaporozhets 5cfaf945cd Improve notes form UI/UX
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 13:06:44 +03:00
Dmitriy Zaporozhets 0853eebd1c Improve comments css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 11:11:45 +03:00
Dmitriy Zaporozhets cc28b21adc Add drag-n-drop to CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24 10:30:58 +03:00
Sean Edge 2490cfbcca Update documentaiton for create_tag method. 2014-05-23 18:58:49 -04:00