summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Sort tag names using VersionSorterRobert Speicher2014-03-091-0/+38
|
* Fix group_icon specDmitriy Zaporozhets2014-03-061-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Blob and tree gfm links to anchors work.Ciro Santillli2014-02-231-1/+1
| | | | Fixes #6046
* Fix notification specsDmitriy Zaporozhets2014-02-181-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-2/+15
|
* Fix submodule_helper specsDmitriy Zaporozhets2014-02-101-34/+43
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better submodule links.Jason Hollingsworth2014-02-051-0/+109
| | | | | Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.
* Fix relative links in markdown. Related to #6182Andrey Kumanyaev2014-01-291-0/+1
|
* Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets2014-01-281-0/+17
|\ | | | | added group avatars
| * added group avatarsSteven Thonus2014-01-281-0/+17
| |
* | Improve highlight for notesDmitriy Zaporozhets2014-01-271-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix testsDmitriy Zaporozhets2014-01-271-3/+3
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into reference_relative_linksMarin Jankovski2014-01-242-2/+2
|\ | | | | | | | | Conflicts: spec/models/project_spec.rb
| * Make changes to testsDmitriy Zaporozhets2014-01-222-2/+2
| | | | | | | | | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Markdown helper spec for reference style relative links.Marin Jankovski2014-01-231-0/+18
|/
* Fix search autocompleteDmitriy Zaporozhets2014-01-181-19/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Customization and previewing of broadcast messagesAndrew Tomaka2013-12-181-0/+21
|
* Fix testsDmitriy Zaporozhets2013-12-171-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix most of warningsskv2013-12-155-18/+20
|
* Fix markdown helper specDmitriy Zaporozhets2013-12-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove some deprecations and fir project helper specsDmitriy Zaporozhets2013-12-101-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix markdown testsDmitriy Zaporozhets2013-11-251-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Preselect the current issue tracker with selected="selected"Johannes Schleifenbaum2013-11-011-0/+12
| | | | | | The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
* Add specs for NotificationsHelperRobert Speicher2013-10-201-11/+31
|
* Refactor and cover search_autocomplete_sourceRobert Speicher2013-10-201-0/+64
|
* Cover the simple_sanitize helperRobert Speicher2013-10-191-0/+17
|
* Fallback to internal issue tracker if config is invalid.Marin Jankovski2013-10-171-0/+33
|
* Merge branch 'master' into relative_links_in_documentationMarin Jankovski2013-10-102-0/+29
|\
| * Merge pull request #5291 from astratto/title_issue_trackersDmitriy Zaporozhets2013-10-091-0/+11
| |\ | | | | | | Use proper titles for issues trackers
| | * Use proper titles for issues trackersStefano Tortarolo2013-10-091-0/+11
| | |
| * | avatar upload on profile pageSteven Thonus2013-10-091-0/+18
| |/
* | Rename method to avoid clashes.Marin Jankovski2013-10-091-0/+24
|/
* Add test and docs for markdown tablesDmitriy Zaporozhets2013-08-261-0/+9
|
* Fixing tests after adding iid for issues/mrDmitriy Zaporozhets2013-08-202-22/+22
|
* Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into ↵Dmitriy Zaporozhets2013-07-301-1/+1
|\ | | | | | | | | | | | | | | | | karlhungus-mr-on-fork Conflicts: app/views/projects/commit/show.html.haml app/views/projects/compare/show.html.haml app/views/projects/merge_requests/branch_from.js.haml
| * Merge Request on forked projectsIzaak Alpert2013-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* | Fix typosJohannes Schleifenbaum2013-07-291-1/+1
|/
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-041-2/+37
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * Tests fixedAndrew8xx82013-03-251-2/+37
| |
* | user_color_scheme_class with current_userChristian Höltje2013-06-031-0/+22
| | | | | | | | | | | | | | | | | | This refactors the `user_color_scheme_class` to use a hash with a default. This prevents problems with workers that don't have access to the current_user. Fixes issue #2758
* | changed Gitlab to GitLabBen Bodenmiller2013-05-191-1/+1
| |
* | fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-011-1/+1
| |
* | Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
| |
* | Project.repository should never be nil so you can call repository.exists? or ↵Dmitriy Zaporozhets2013-04-011-1/+1
| | | | | | | | | | | | repository.empty? Also specify separate project factory for project with filled repo
* | Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-1/+1
| |
* | Merge pull request #3396 from Andrew8xx8/issue-button-fixDmitriy Zaporozhets2013-03-301-0/+27
|\ \ | | | | | | New issue button was not follows to external tracker if it is selected. ...
| * | New issue button was not follows to external tracker if it is selected. ↵Andrew8xx82013-03-261-0/+27
| |/ | | | | | | fixed #3386
* | notification scaffoldDmitriy Zaporozhets2013-03-271-0/+15
|/
* fix gfm helper testDmitriy Zaporozhets2013-03-201-1/+1
|
* Use Gitlab Markdown for Markdown files and Gollum to render the rest.Dan Knox2013-03-131-0/+24
| | | | | | | This commit enables the usage of the Gitlab Markdown post processing on all Markdown formatted files. For file types that do not contain Markdown, it defaults to the Gollum native renderer to process the content.