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
2014-06-19Fix testMarin Jankovski
2014-06-19Set return url as param.Marin Jankovski
2014-06-19Test the redirect after sign in.Marin Jankovski
2014-06-14Refactor snippets viewsDmitriy Zaporozhets
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-12Fix blob highlight testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26Add feature spec.Marin Jankovski
2014-05-24Fix branches testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-08Dont allow mr compare with empty branchesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-07Unstub after the test is done.Marin Jankovski
2014-05-06Merge branch 'files_in_wiki' into 'master'Dmitriy Zaporozhets
Add support to show files from wiki repository on wiki pages
2014-05-05Add tests for wiki files showing.Marin Jankovski
2014-04-15Editing previewskv-headless
2014-04-08Add issue to an empty repo, test.Marin Jankovski
2014-03-18Added Slack service integration.Federico Ravasio
2014-03-14Fix project creation testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-14Merge branch 'toggle_diff_comments' of ↵Dmitriy Zaporozhets
https://github.com/jacob-carlborg/gitlabhq into jacob-carlborg-toggle_diff_comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/assets/stylesheets/sections/commits.scss app/assets/stylesheets/sections/notes.scss app/views/projects/commits/_diffs.html.haml features/steps/project/merge_requests.rb
2014-03-14Merge branch 'rm-dir-prefix' of ↵Dmitriy Zaporozhets
https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix
2014-03-03Add tests to reopen MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-26Merge pull request #5719 from jacob-carlborg/mr_targetDmitriy Zaporozhets
By default, target original repository if it's a fork when creating new MR.
2014-02-25Merge pull request #6375 from cirosantilli/link-with-idDmitriy Zaporozhets
Blob and tree gfm links to anchors work.
2014-02-25By default, target original repository if fork when creating new MR.Jacob Carlborg
2014-02-24Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets
Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-23Remove dir prefix and suffix from tests inside dir.Ciro Santillli
2014-02-23Blob and tree gfm links to anchors work.Ciro Santillli
Fixes #6046
2014-02-23Add button for toggling inline comments in diff view.Jacob Carlborg
This is useful when there are many comments and they're becoming a distraction when trying to read the diff.
2014-02-18Merge pull request #6350 from tudorpavel/filter-by-multiple-labelsDmitriy Zaporozhets
Add feature to filter issues by multiple labels
2014-02-18Fix random failing testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Filter issues by multiple labels with Spinach feature specTudor Pavel
2014-02-14Add email aliases for usersJason Hollingsworth
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-01-24Merge branch 'master' into reference_relative_linksMarin Jankovski
Conflicts: spec/models/project_spec.rb
2014-01-23Fix MR spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Test if the views behave correctly with reference style relative links.Marin Jankovski
2014-01-14Tests for accept MR with custom messageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-23Fix 500 error when rename repositoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Add spinach tests for email on push serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-16Archiving old projects; archived projects aren't shown on dashboardSteven Thonus
features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
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-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-29Merge pull request #5708 from jhollingsworth/feature/multiline-blob-selectDmitriy Zaporozhets
Enable multiline select for blobs.
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-27Conventional naming for diff modes.Sytse Sijbrandij
2013-11-26Merge pull request #5308 from Popl7/parallel-diffs-side-by-sideDmitriy Zaporozhets
diff view on commit with parallel diff view
2013-11-21Integration with AssemblaCarlos Paramio
2013-11-17diff view on commit with parallel diff viewSteven Thonus
TODO: fix comment forms to respect left and right columns
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-14Links in Readme in tree view.Marin Jankovski