Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | developer can push to protected branches | Valery Sizov | 2015-01-20 | 1 | -0/+62 | |
|/ | ||||||
* | Test git builder over annotated tag | Dmitriy Zaporozhets | 2015-01-15 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'github_importer' | Dmitriy Zaporozhets | 2015-01-13 | 1 | -0/+25 | |
|\ | | | | | | | | | Conflicts: app/helpers/projects_helper.rb | |||||
| * | Github Importer | Valery Sizov | 2015-01-10 | 1 | -0/+25 | |
| | | ||||||
* | | Refactor push data builder. Moved it to separate class | Dmitriy Zaporozhets | 2015-01-11 | 1 | -0/+35 | |
|/ | | | | Also execute GitLab CI on creating tag via UI | |||||
* | Add spec for developers can push to protected branches. | Marin Jankovski | 2014-12-26 | 1 | -0/+24 | |
| | ||||||
* | fix specs | Valery Sizov | 2014-12-04 | 3 | -3/+3 | |
| | ||||||
* | Supporting for multiple omniauth provider for the same user | Valery Sizov | 2014-12-04 | 2 | -7/+8 | |
| | ||||||
* | Fix deploy keys permission check in internal api | Dmitriy Zaporozhets | 2014-12-01 | 1 | -0/+19 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Git hook messages: wiki access fix | Valery Sizov | 2014-11-24 | 1 | -1/+1 | |
| | ||||||
* | Better message for failed pushes because of git hooks | Valery Sizov | 2014-11-18 | 2 | -14/+14 | |
| | | | | | | Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-11-04 | 1 | -3/+4 | |
|\ | ||||||
| * | Fix push not allowed to protected branch if | Ciro Santilli | 2014-11-03 | 1 | -3/+4 | |
| | | | | | | | | commit starts with 7 zeros. | |||||
* | | Session API: Use case-insensitive authentication like in UI | Andrey Krivko | 2014-10-30 | 1 | -1/+9 | |
|/ | ||||||
* | Add a comment in interceptor spec. | Marin Jankovski | 2014-10-27 | 1 | -0/+3 | |
| | ||||||
* | Add interceptor test. | Marin Jankovski | 2014-10-27 | 1 | -0/+23 | |
| | ||||||
* | Fix LDAP config lookup for provider 'ldap' | Jacob Vosmaer | 2014-10-23 | 1 | -1/+15 | |
| | ||||||
* | Fix account existing blocking | Dmitriy Zaporozhets | 2014-10-17 | 1 | -10/+66 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add regressiontest to verify allow_single_sign_on setting | Jan-Willem van der Meer | 2014-10-16 | 1 | -11/+8 | |
| | | | | | | | verification for #1677 Since testing omniauth_callback_controller.rb is very difficult, the logic is moved to the models | |||||
* | Remove LDAP save test | Jan-Willem van der Meer | 2014-10-16 | 1 | -8/+8 | |
| | | | | This is handled within the LDAP class | |||||
* | Add specs for authentication and config | Jan-Willem van der Meer | 2014-10-14 | 2 | -0/+73 | |
| | ||||||
* | Merge tests to support Multiple LDAP groups | Jan-Willem van der Meer | 2014-10-13 | 3 | -24/+7 | |
| | ||||||
* | Refactor lib files for multiple LDAP groups | Jan-Willem van der Meer | 2014-10-13 | 1 | -16/+10 | |
| | ||||||
* | Refactor OAuth refactorings to CE | Jan-Willem van der Meer | 2014-10-10 | 3 | -69/+94 | |
| | ||||||
* | Developers can push to wiki repo. Protected branches does not affect wiki ↵ | Dmitriy Zaporozhets | 2014-10-07 | 1 | -0/+22 | |
| | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Track projects in ReferenceExtractor | Vinnie Okada | 2014-10-03 | 1 | -24/+28 | |
| | | | | | | Store both the project and identifier of extracted references. This prevents `ReferenceExtractor` from returning objects in the wrong project for cross-project references. | |||||
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 | |
| | ||||||
* | Add option to gitlab config to specify if LDAP server is active directory. | Marin Jankovski | 2014-09-30 | 1 | -0/+15 | |
| | ||||||
* | Refactor Gitlab::GitAccess tests | Dmitriy Zaporozhets | 2014-09-24 | 1 | -119/+66 | |
| | ||||||
* | Add GitAccess specs | Dmitriy Zaporozhets | 2014-09-24 | 1 | -0/+180 | |
| | ||||||
* | Merge pull request #7692 from mr-vinn/fix-spec-rm | Jacob Vosmaer | 2014-09-23 | 1 | -1/+1 | |
|\ | | | | | Use FileUtils to delete instead of File | |||||
| * | Fix invalid method in test | Vinnie Okada | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | Use FileUtils::rm_f to delete the satellite lock file. | |||||
* | | Merge remote-tracking branch 'origin/master' into feature-oauth-refactoring | Jan-Willem van der Meer | 2014-09-11 | 3 | -0/+134 | |
|\ \ | |/ | ||||||
| * | Refactoring inside refactoring. We need to go deeper | Dmitriy Zaporozhets | 2014-09-08 | 2 | -8/+2 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Specs for diff parser! Yay! | Dmitriy Zaporozhets | 2014-09-08 | 2 | -0/+120 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -0/+20 | |
| | | | | | | | | Add specs for GitRefValidator | |||||
* | | Test authenticate method for Gitlab::LDAP::User | Jan-Willem van der Meer | 2014-09-08 | 1 | -0/+16 | |
| | | ||||||
* | | Ensure Gitlab::LDAP::authentication is tested | Jan-Willem van der Meer | 2014-09-08 | 1 | -0/+17 | |
| | | ||||||
* | | Refactor gitlab auth tests | Jan-Willem van der Meer | 2014-09-08 | 1 | -11/+13 | |
| | | ||||||
* | | Move auth hash to a seperate class | Jan-Willem van der Meer | 2014-09-04 | 1 | -4/+4 | |
|/ | ||||||
* | Refactor: beter naming for active directory disabled users | Jan-Willem van der Meer | 2014-09-01 | 1 | -4/+4 | |
| | ||||||
* | Get uid from auth instead of info hash | Jan-Willem van der Meer | 2014-09-01 | 1 | -9/+8 | |
| | | | | As found in the omniauth specs: https://github.com/intridea/omniauth/wiki/Auth-Hash-Schema | |||||
* | Add basic find / create specs for LDAP user | Jan-Willem van der Meer | 2014-09-01 | 1 | -30/+22 | |
| | ||||||
* | Ensure oath callbacks without a nickname work (google) | Jan-Willem van der Meer | 2014-09-01 | 1 | -0/+12 | |
| | ||||||
* | Handle user creation if email is not provided | Jan-Willem van der Meer | 2014-09-01 | 1 | -0/+12 | |
| | | | | This fixes #1541 | |||||
* | Use local vars for tests | Jan-Willem van der Meer | 2014-09-01 | 1 | -6/+6 | |
| | ||||||
* | Add tests for finding an oauth authenticated user | Jan-Willem van der Meer | 2014-09-01 | 1 | -11/+26 | |
| | ||||||
* | Merge branch 'feature-ldap-tests' into 'master' | Dmitriy Zaporozhets | 2014-08-30 | 5 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | Feature ldap tests Move specs to proper places. Relates to #154 This is already mergeable, will continue in a new branch for additions & refactorings. See merge request !1053 | |||||
| * | Move and rename ldap / oauth specs | Jan-Willem van der Meer | 2014-08-29 | 3 | -1/+1 | |
| | | ||||||
| * | Rename ldap tests even further | Jan-Willem van der Meer | 2014-08-29 | 1 | -0/+0 | |
| | |