Ronald van Eede
483f9854e4
Hipchat service implementation
2013-05-24 21:42:21 +02:00
Dmitriy Zaporozhets
6caa5a8406
Fix service tests in spinach
2013-05-22 18:10:51 +03:00
Ben Bodenmiller
de29a424e6
changed Gitlab to GitLab
2013-05-19 02:13:39 -07:00
Sato Hiroyuki
1738055dab
Add test for "Show only selected tag"
2013-05-13 18:46:33 +09:00
Dmitriy Zaporozhets
6e1ee1fea6
made some ui enhancement for search page
2013-05-09 11:47:09 +03:00
Javier Castro and Dmitriy Zaporozhets
7f57fe5034
Implemented code search feature
2013-05-09 11:47:08 +03:00
Dmitriy Zaporozhets
af5d0e9e92
Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes
...
Code cleanup: Replace old hashes and remove trailing spaces
2013-05-07 06:59:03 -07:00
Dmitriy Zaporozhets
b7f1cf9f49
Feature tests for deploy keys
2013-05-06 15:09:41 +03:00
Andrey Kumanyaev
67ccc8b52a
Replace old hashes with new 1.9 ruby hashes (rebase)
2013-05-05 18:01:10 +04:00
Dmitriy Zaporozhets
2fc236177f
Merge pull request #3801 from holdtotherod/feature/internally-public-projects
...
Internally public projects
2013-05-03 00:00:48 -07:00
Dmitriy Zaporozhets
f40d4e6685
Merge pull request #3597 from amacarthur/fork-pull-request
...
updated fork feature to use gitlab-shell for v5 of gitlab
2013-05-02 23:41:07 -07:00
Stephen Lottermoser and Stephen Lottermoser
4c44c5ef9a
Internally public projects
...
Public projects listed in the public section will be linked to the
actual project's page. Public projects now give any user Guest
permissions to the project, allowing them to download the code, read
and create issues, and view anything else in the project's pages.
Ample access tests have been added to the project_access_spec to
verify correct permissions and behavior on public projects.
- Visitors to the site who are not logged in still cannot view the
project's pages.
- Logged-in users visiting a public project where they are not a team
member can create issues, but not snippets. They can view the projects
code, issues, merge requests, etc, just as if they were a Guest member
of the project.
- Since this is a public project, the user is also granted :download_code
permissions, a permission normally reserved for Reporters, since they
can clone the repo anyways and browse commits and branches locally.
2013-05-02 00:06:59 -07:00
Sato Hiroyuki
963ec23407
Add test related to a bug of network graph.
2013-04-25 20:54:00 +00:00
Angus MacArthur
ae33fdf297
updated fork feature to use gitlab-shell for v5 of gitlab
2013-04-15 01:54:52 -04:00
Dmitriy Zaporozhets
67b82e90cf
Fix random failing test
2013-04-12 09:56:10 +03:00
Dmitriy Zaporozhets
6dcbd646dd
disable mailer for Spinach
2013-04-11 11:50:58 +03:00
Dmitriy Zaporozhets
b8ba0b759c
disable capybra 2.1 ingore hidden elements
2013-04-11 11:25:11 +03:00
Dmitriy Zaporozhets
1743cbf1d8
Update capybara to 2.1, poltergeist to master
2013-04-11 10:45:18 +03:00
Dmitriy Zaporozhets
7786fe7ca8
Fixing specs & spinach since Wiki model does not exists any more
2013-04-10 23:48:40 +03:00
Dmitriy Zaporozhets
4fcd89fe7f
Fixed random failing test
2013-04-10 18:26:25 +03:00
Dmitriy Zaporozhets
7f36875374
Fixed mr filter tests
2013-04-07 12:32:24 +03:00
Dmitriy Zaporozhets
b011bb0de8
Update test with new title
2013-04-03 23:33:42 +03:00
Dmitriy Zaporozhets
890b9f3a2d
Fix MR comment tests
2013-04-03 22:04:26 +03:00
Dmitriy Zaporozhets
413a310faa
fixed blame and mr factory
2013-04-03 10:06:31 +03:00
Dmitriy Zaporozhets
d3559e2556
fix tabs features
2013-04-02 11:23:06 +03:00
Dmitriy Zaporozhets
8a6bf09ad0
Pass project into factory for teams tests
2013-04-01 20:35:41 +03:00
Dmitriy Zaporozhets
f5dec306fd
Use project_with_code factory where necessary
2013-04-01 18:16:08 +03:00
Dmitriy Zaporozhets
541d899410
Project.repository should never be nil so you can call repository.exists? or repository.empty?
...
Also specify separate project factory for project with filled repo
2013-04-01 16:56:25 +03:00
Dmitriy Zaporozhets
22817398e6
define TestEnv and keep all global stubs in one place
2013-04-01 14:39:19 +03:00
Sato Hiroyuki
33e236c631
Fix RoutingError when changing username to non ascii char.
2013-03-26 14:47:11 +09:00
Dmitriy Zaporozhets
c610347cc1
Removed not relevant tests for admin.projects
2013-03-25 13:36:08 +02:00
Dan Knox
8300ae366c
Fix the Cancel button on the Edit Wiki page.
...
The Cancel button on the Edit Wiki page was still redirecting back
to the "Index" page which is no longer the default Wiki page.
This commit changes the Cancel button in the following ways:
* Pressing Cancel while editing an existing Wiki page will now
redirect you back to the latest version of that page.
* Pressing Cancel while editing a brand new Wiki home page that
does not yet exist will redirect you to back to the same Edit
Wiki Home page.
2013-03-19 21:36:09 -07:00
Dmitriy Zaporozhets
0cbb235c3e
fix incorrectly moved spinach step
2013-03-19 17:53:21 +02:00
Dmitriy Zaporozhets
063c4a069c
fix wall feature. removed duplicated test
2013-03-19 14:58:58 +02:00
Dmitriy Zaporozhets
b1bd3f1252
fix tests. added jquery.timeago.js
2013-03-19 14:39:32 +02:00
Dmitriy Zaporozhets
fb1c85061e
remove unused spec
2013-03-19 08:40:32 +02:00
Sato Hiroyuki
fc66c18349
Fix travis failed randomly by timeout.
2013-03-19 12:53:12 +09:00
Dmitriy Zaporozhets
112dc875ba
feature: wiki -> new page
2013-03-18 23:08:54 +02:00
Kevin Lyda
415bade302
Result of misspellings run.
...
Most of these are comments but a few are strings for users.
Might be an idea to run this from time to time:
https://github.com/lyda/misspell-check
It runs mostly clean now.
2013-03-17 19:46:54 +00:00
Dmitriy Zaporozhets
71ab011a17
Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into DanKnox-use_gollum_wikis
...
Conflicts:
app/views/layouts/project_resource.html.haml
app/views/wikis/edit.html.haml
app/views/wikis/pages.html.haml
app/views/wikis/show.html.haml
spec/features/gitlab_flavored_markdown_spec.rb
2013-03-15 16:55:07 +02:00
Dmitriy Zaporozhets
86e23a584a
spianch -> profile -> specify within block
2013-03-15 16:05:07 +02:00
Dmitriy Zaporozhets
39bbdc468f
on wall subpage active tab should be wiki too
2013-03-15 09:39:50 +02:00
Dmitriy Zaporozhets
753ecbdcec
Change spinach tab tests to fit new tabs navigation
2013-03-14 21:51:44 +02:00
Dmitriy Zaporozhets
d2b882fae5
Fix spinach tests
2013-03-14 17:13:00 +02:00
Dmitriy Zaporozhets
88d42c2e1c
Replace projects_box with ui-box. Fixed team spinach test
2013-03-14 13:12:11 +02:00
Dmitriy Zaporozhets
ef05423f47
Finish select2-ajax for users. Added Select2Helper for tests
2013-03-14 10:16:27 +02:00
Dmitriy Zaporozhets
963c212b68
UserTeam spinach fixed
2013-03-13 22:30:33 +02:00
Dmitriy Zaporozhets
496b7da7a0
Fix spinach tests
2013-03-13 21:58:32 +02:00
Dmitriy Zaporozhets
fa9a8c3847
Remove team_member show page -> use user_path instead
2013-03-13 19:16:36 +02:00
Dmitriy Zaporozhets
f1c24f40f9
fix spinach after #3196
2013-03-12 14:10:20 +02:00