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
path: root/spec
AgeCommit message (Collapse)Author
2014-06-20Fix permission issue with highest access level for groupDmitriy Zaporozhets
If user was a member of both group and project and group access level was higher it was not respected and user got lowest project access level. Now it is fixed and user get highest access level Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-18Revert "Merge branch 'fix-email-threading' into 'master'"Jacob Vosmaer
This reverts commit 97fd990ecde387290be269ef7daafa5761f94af6, reversing changes made to f451a697e0c018359e6d8ff3aaba4eb0484c4bee. Conflicts: app/mailers/emails/notes.rb app/mailers/emails/projects.rb
2014-06-17Change gravatar tests to identiconDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-15Provide better email subject lines from email on push serviceAlex Elman
If one commit is pushed, display the commit message in the subject line. Otherwise display the number of commits pushed to the repository.
2014-06-14Remove failing test on travis+pgDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-14Merge remote-tracking branch 'origin/issue_closing_widget'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-06-14Merge branch 'ce_issues_sentence' into 'master'Dmitriy Zaporozhets
Issues sentence helper This will make merging CE into EE later easier.
2014-06-13Add /api/users test for admin role. Updated CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Fix api specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Fix helper specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Add a test for issue sentence generationJacob Vosmaer
2014-06-13Detect closing issues in Merge Request descriptionJacob Vosmaer
2014-06-13Dont expose user email via APIDmitriy Zaporozhets
To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Delete wall notes testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-11Merge branch 'email_with_apostrophe' into 'master'Dmitriy Zaporozhets
Email with apostrophe Fixes #1225
2014-06-11Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboardDmitriy Zaporozhets
links to issues on main dashboard
2014-06-11Test for the apostrophe in the emailMarin Jankovski
2014-06-11fixes gitlab.com issue #229Marvin Frick
Changes .js.coffe files to not use a hardcoded path to `no_avatar.png` but instead stick with the asset pipeline. renames coffee.erb back to coffee
2014-06-10Allow more mail clients to group emails by threadPierre de La Morinerie
* send a ‘In-Reply-To’ header along the ‘References’ header * subject of answers to an existing thread begins with ‘Re: ’ This fixes threading with at least Mail.app and Airmail.
2014-06-10Send notification emails to the "project", and put people in CcPierre de La Morinerie
This fixes email threading in Mail.app, that doesn't like when a thread doesn't have stable recipients. For instance, here is a possible sender-recipient combinations before: From: A To: Me New issue From: B To: Me Reply on new issue From: A To: Me Another reply Mail.app doesn't see B as a participant to the original email thread, and decides to break the thread: it will group all messages from A together, and separately all messages from B. This commit makes the thread look like this: From: A To: gitlab/project Cc: Me New issue From: B To: gitlab/project Cc: Me Reply on new issue From: A To: gitlab/project Cc: Me Another reply Mail.app sees a common recipient, and group the thread correctly.
2014-06-10Test for milestone changed commentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-09Merge pull request #7095 from jvanbaarsen/routing-spec-fixDmitriy Zaporozhets
Fix for the broken routing specs
2014-06-09Merge pull request #7094 from jvanbaarsen/project-team-spec-fixDmitriy Zaporozhets
Fixed the project team specs
2014-06-09Fix for the broken routing specsJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-09Fixed the project team specsJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-09Fixed some broken specsJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-07DB cleaner reverted to a known working versionJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-06Disable fixturesJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-06Temp fix for rspec so the specs are run againJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-06Revert "Revert "Fix for failing specs""Dmitriy Zaporozhets
This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4.
2014-06-05Revert "Fix for failing specs"Jeroen van Baarsen
This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock
2014-06-04Improve performance of application for large teamsDmitriy Zaporozhets
This commit fixes a lot of sql queries to db for for groups and projects with big amount of members. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-03Fix the system_hook test.Marin Jankovski
2014-06-03Fix failing submodule test.Marin Jankovski
2014-06-03Merge pull request #6943 from jvanbaarsen/spec-fixDmitriy Zaporozhets
Fix for failing specs
2014-06-02Merge branch 'add_noreferrer_to_all_links' into 'master'Dmitriy Zaporozhets
Add nofollow to all external links Fixes #1224
2014-05-31Fix for failing specsJeroen van Baarsen
2014-05-30Add nofollow to all internal links.Marin Jankovski
2014-05-29Fix group projects fetchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets
Add CreateTagService. Use new service to allow tag creation through API.
2014-05-29Fix routing tests.Marin Jankovski
2014-05-28Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Modify specs for new project transfer codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Fix broken repositories_spec test for creating new tags.Sean Edge
2014-05-28Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-27More fixup for HoundCI. Fix up some small issues in docs.Sean Edge
2014-05-27Merge branch 'compare-api' into 'master'Dmitriy Zaporozhets
Compare api Fixes #1165
2014-05-27Better specs for Compare APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-27Expose timeout and same_ref compare fieldsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26Fixup for HoundCI.Sean Edge