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
2013-12-10fix profile testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Require rspec expectations into spinachDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04Fix 404 on project page for unauthenticated userJason Hollingsworth
Eliminate a 404 error when user is not logged in and attempts to visit a project page. The 404 page will still show up when user is logged in and the project doesn’t exist or the user doesn’t have access.
2013-12-03Issue 5716 - Allow removal of avatarDrew Blessing
Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
2013-12-02Merge pull request #5725 from Popl7/http_repo_link_on_public_accesDmitriy Zaporozhets
Correct url to pull puplic repos anonymously on project page
2013-12-01Merge pull request #5737 from Popl7/type_fix_for_project_network_graphSytse Sijbrandij
type_fix_for_project_network_graph
2013-11-30type_fix_for_project_network_graphSteven Thonus
2013-11-29showing as default http link for public repo when anonymousSteven Thonus
2013-11-29Merge pull request #5708 from jhollingsworth/feature/multiline-blob-selectDmitriy Zaporozhets
Enable multiline select for blobs.
2013-11-28Merge remote-tracking branch 'origin/side-by-side'Dmitriy Zaporozhets
Conflicts: CHANGELOG Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-28Enable multiline select for blobs.Jason Hollingsworth
Holding shift will allow users to click and select multiple lines. The behavior is similar to GitHub. Complete with tests.
2013-11-27Button name has an upcase in it.Sytse Sijbrandij
2013-11-27Conventional naming for diff modes.Sytse Sijbrandij
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-11-26Merge pull request #5308 from Popl7/parallel-diffs-side-by-sideDmitriy Zaporozhets
diff view on commit with parallel diff view
2013-11-25Fix tests after user password length was changedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-21Integration with AssemblaCarlos Paramio
2013-11-18Improve snippets UXDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-17diff view on commit with parallel diff viewSteven Thonus
TODO: fix comment forms to respect left and right columns
2013-11-12Spinach test for broadcast messagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-12Active tab tests for admin broadcast messagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Fix spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-05Feature test for New file featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-01Preselect the current issue tracker with selected="selected"Johannes Schleifenbaum
The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
2013-10-23Prevent 500 error if cant detect branches for commitDmitriy Zaporozhets
2013-10-21Merge pull request #5359 from dpursehouse/update-some-labelsJacob Vosmaer
Minor grammatical updates in some of the labels.
2013-10-21Fix testDmitriy Zaporozhets
2013-10-21Improve project_merge_requests.rb feature stepsDmitriy Zaporozhets
2013-10-18Remove "is" from labelsDavid Pursehouse
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-10-14Links in Readme in tree view.Marin Jankovski
2013-10-11Skip relative links render in help page.Marin Jankovski
2013-10-11Test if markdown is rendered properly.Marin Jankovski
2013-10-09Fix spinach profile testsDmitriy Zaporozhets
2013-10-09Improve Profile settings UIDmitriy Zaporozhets
2013-10-09avatar upload on profile pageSteven Thonus
2013-09-29Added Flowdock integration support via a service.Boyan Tabakov
Added test for the FlowdockService.
2013-09-27rewrite issues search test to prevent ajax requests running after testDmitriy Zaporozhets
2013-09-26Fix issues search testDmitriy Zaporozhets
2013-09-26Add sleep in tests to prevent random failing when next test starts before ↵Dmitriy Zaporozhets
ajax requests for old one in progress
2013-09-26Remove issues search rspec since we test it with spinach tooDmitriy Zaporozhets
2013-09-26Ignore owner_id for Group in testsDmitriy Zaporozhets
2013-09-25Fix remove snippet testDmitriy Zaporozhets
2013-09-25Merge branch '6-1-stable'Dmitriy Zaporozhets
Conflicts: lib/tasks/gitlab/check.rake
2013-09-25Added spinach Tests for pivotaltracker serviceJohannes Becker
2013-09-25Fix public project testsDmitriy Zaporozhets
2013-09-24Public projects feature - step2Dmitriy Zaporozhets
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
2013-09-24Force user to provide old password in order to change itDmitriy Zaporozhets
2013-09-20Prevent empty public projects from throwing exceptionsIzaak Alpert
GITLAB-1279 (GITLAB-1264) Change-Id: Ifb5b4313bc91fae720f8ef5c36152c45e9d38934
2013-09-18Don't show users password change page if ldap usersIzaak Alpert