Ben Bodenmiller
de29a424e6
changed Gitlab to GitLab
2013-05-19 02:13:39 -07:00
AlexDenisov
6e8cb84449
Added few tests on Issues::BulkUpdateContext
2013-05-16 10:32:27 +00:00
AlexDenisov
d79592a7f6
Added spec on bulk issues update
2013-05-16 10:32:26 +00:00
Dmitriy Zaporozhets
634cbd7138
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
2013-05-14 15:33:31 +03:00
Dmitriy Zaporozhets
2ddd6d952b
Merge pull request #3880 from hiroponz/fix-check-git-version
...
Add Gitlab::VersionInfo class to fix and simplify version check.
2013-05-08 11:12:42 -07:00
Dmitriy Zaporozhets
8688789353
Merge pull request #3834 from ichord/gfm-autocomp
...
improve gfm autocomplete
2013-05-08 04:18:16 -07:00
Sato Hiroyuki
862e0ff6b8
Add Gitlab::VersionInfo class to fix and simplify version check.
...
It returns "yes" if required version is "1.7.10" and current version is "1.6.10",
because the patch version of current version equals to that of required version.
2013-05-08 17:36:48 +09:00
Dmitriy Zaporozhets
04da04ff64
fix api delete hook test
2013-05-07 19:46:35 +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
Nihad Abbasov
77d0e41df0
fix API route to delete project hook
2013-05-07 00:09:23 +05:00
Dmitriy Zaporozhets
4528fa9817
modify api to work with new deploy keys
2013-05-06 16:24:58 +03:00
Dmitriy Zaporozhets
1882baa1aa
Feature: Deploy keys between projects
2013-05-06 15:10:55 +03:00
Dmitriy Zaporozhets
42b86b79d0
Model specs for DeployKeys
2013-05-06 15:09:26 +03:00
Andrey Kumanyaev
a50d96a841
Repair failed test
2013-05-05 18:02:02 +04:00
Andrey Kumanyaev
b1b354b0f8
remove trailing spaces
2013-05-05 18:02:02 +04:00
Andrey Kumanyaev
67ccc8b52a
Replace old hashes with new 1.9 ruby hashes (rebase)
2013-05-05 18:01:10 +04:00
ichord
439cd3ebd3
autocomplete issues and preload autocomplete data.
...
update jquery-atwho-rails to v0.3.0
add autocomplete_source action to project for gfm autocomplete
move init_autocomplete layout from head_panel to project_resource
2013-05-04 11:26:43 +08: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
Angus MacArthur
de8df1be1a
Fix bug for repeated fork requests
...
When asking to fork a project and a project with the same name
already exists (likely from a previous fork), the recovery from
the fork failure would inadvertantly delete the repo of the
existing destination project.
2013-05-02 16:41:24 -04:00
Stephen Lottermoser
a7ba81ea5d
Fix internally public projects tests
...
Takes into account 98bea4b1ff and 3b88636d3c .
2013-05-02 00:57:10 -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
Dmitriy Zaporozhets
4f5aae1d26
fix test
2013-05-02 08:47:42 +03:00
Dmitriy Zaporozhets
083d66563e
Update all gems!
2013-05-01 13:29:29 +03:00
Dmitriy Zaporozhets
4f2d2c90f7
Move Gitlab::Git out of gitlab core
2013-04-27 23:50:17 +03:00
Dmitriy Zaporozhets
1af2aeffc8
Minor usability improvements
2013-04-18 17:28:09 +03:00
Dmitriy Zaporozhets
211c433cd8
Gitlab::Git::Stats specs
2013-04-16 16:39:48 +03:00
Dmitriy Zaporozhets
be41d0e1bf
Gitlab::Git::Diff specs
2013-04-16 16:30:16 +03:00
Dmitriy Zaporozhets
615e496846
change user_spec to pass postgres
2013-04-15 16:30:26 +03: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
ef2c8593b9
Disable mailer for spinach
2013-04-11 23:54:20 +03:00
Dmitriy Zaporozhets
e996c52636
adopt tests to pass with new poltergeist
2013-04-11 12:54:26 +03:00
Dmitriy Zaporozhets
6dcbd646dd
disable mailer for Spinach
2013-04-11 11:50:58 +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
001f3bc59e
Specs refactoring to reduce test time. Disabled observers by default for specs
2013-04-10 23:28:42 +03:00
Dmitriy Zaporozhets
0ae892007d
Remove Wiki and db table since we use gollum now
2013-04-10 22:20:00 +03:00
Dmitriy Zaporozhets
0415566b37
Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 first
2013-04-10 20:48:21 +03:00
Dmitriy Zaporozhets
86e368a8af
Reduce notes_on_merge_requests_spec time from 3 min to 1min
2013-04-10 20:27:43 +03:00
Dmitriy Zaporozhets
c7a64311b1
Cleanup gfm tests
2013-04-10 20:00:56 +03:00
Dmitriy Zaporozhets
f77918c3af
Merge pull request #3464 from jrmithdobbs/fix_overlapping_testcase_name
...
Fix overlapping test case names.
2013-04-10 09:14:26 -07:00
Dmitriy Zaporozhets
4fcd89fe7f
Fixed random failing test
2013-04-10 18:26:25 +03:00
Dmitriy Zaporozhets
0f2798d498
Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr
...
Conflicts:
db/schema.rb
2013-04-09 20:37:04 +03:00
Douglas Huff
de6db60477
Fix overlapping test case names.
2013-04-07 13:58:25 -07:00
Dmitriy Zaporozhets
5577ee826d
remove outdated routing specs
2013-04-07 21:18:48 +03:00
Dmitriy Zaporozhets
25856a47e5
save each notification setting with ajax on change
2013-04-04 22:11:51 +03:00
Dmitriy Zaporozhets
c3bbbff673
specs for repository tag_names, branch_names
2013-04-03 21:21:24 +03:00
Dmitriy Zaporozhets
f8a4a76048
decorate commits in Gitlab::Git::repository with valid class
2013-04-03 21:17:50 +03:00
Dmitriy Zaporozhets
e91ff84df7
keep same dir structure for specs as in lib/
2013-04-03 21:09:07 +03:00
Dmitriy Zaporozhets
dfeef6c228
Fixed API file raw functionality, Fixed tree controller tests. Added BlobController specs
2013-04-03 15:55:08 +03:00