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-02-19Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Fix testsDmitriy Zaporozhets
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Complete api files CRUDDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Fix notification specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-11Merge pull request #6297 from jojosch/user-public-ssh-keys-newlineDmitriy Zaporozhets
Split the user ssh keys by newline, not the characters "\n"
2014-02-11Merge branch 'header-anchors' of github.com:cirosantilli/gitlab-elearn into ↵Dmitriy Zaporozhets
cirosantilli-header-anchors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-02-11Split the user ssh keys by newline, not the characters "\n"Johannes Schleifenbaum
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
2014-02-11Merge pull request #5261 from devaroop/retrieve_ssh_keys_by_sshDmitriy Zaporozhets
ssh keys publically available for sysadmins via http, the github way
2014-02-11remove unwanted spaces, reduce diff, clean before mergeGitLab
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-02-10Fix dashboard atom feedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Add more tests for FilteringServiceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Fix submodule_helper specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-08 Merge branch 'feature/submodule-links' into 'master'Dmitriy Zaporozhets
Better submodule links Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.
2014-02-07Fix bug with cross-reference note on commitDmitriy Zaporozhets
It should not set noteable_id if noteable_type is Commit We have Note#commit_id for this Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-06sync with upstream for ease to mergeGitLab
2014-02-06adding tests for the ssh keys featureGitLab
2014-02-06Better submodule links.Jason Hollingsworth
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.
2014-01-29Fix relative links in markdown. Related to #6182Andrey Kumanyaev
2014-01-28Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets
added group avatars
2014-01-28 Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets
Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
2014-01-28added group avatarsSteven Thonus
2014-01-27Improve highlight for notesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-27Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-27Merge branch 'fix/routing' of /mnt/ebs/repositories/jhworth.developer/gitlab-ceDmitriy Zaporozhets
2014-01-25Fix broken test in spec/models/project_spec.rbJason Hollingsworth
A test was broken if running on a non-standard port. Made checking for (non-)standard port more robust. Changed gitlab_on_non_standard_port to gitlab_on_standard_port (less negative).
2014-01-25Add files to path blacklist.Jason Hollingsworth
Remove empty ErrorsController
2014-01-24Merge branch 'master' into reference_relative_linksMarin Jankovski
Conflicts: spec/models/project_spec.rb
2014-01-24Project name was hardcoded (oops)Carlos Paramio
2014-01-23Use the correct paths.Marin Jankovski
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
2014-01-23Fix project model specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Update last sha of the commit in the test seed repository.Marin Jankovski
2014-01-23Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Fix mr specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Fix satellites specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23fix tests notes_on_merge_requestsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-23Markdown helper spec for reference style relative links.Marin Jankovski
2014-01-22Fix api merge request specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
Remove deprecated finders
2014-01-22Make changes to testsDmitriy Zaporozhets
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-21Merge pull request #5958 from brunoga/go-repository-fetchDmitriy Zaporozhets
Added support for Go's repository retrieval.
2014-01-20Added a simple test to web_url_without_protocol.Bruno Albuquerque
2014-01-19Remove deprecated findersskv
2014-01-19Merge pull request #6072 from jvanbaarsen/fix-3516Dmitriy Zaporozhets
Better check on the validity of emails
2014-01-19Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets
https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG