summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use method that creates runners registration tokenfix/ci-runners-token-persistenceGrzegorz Bizon2015-12-235-4/+7
| | | | `runners_registration_token` now creates a new token if it is blank.
* Add method that persist ensured token in `TokenAuthenticatable`Grzegorz Bizon2015-12-232-8/+26
|
* Fix method that ensures authentication tokenGrzegorz Bizon2015-12-232-6/+6
| | | | | | Until now, `ensure_#{token_filed_name}` method didn't persist new token in database. This closes #4235.
* Merge branch 'fix_leave_project_display' into 'master' Stan Hu2015-12-224-9/+33
|\ | | | | | | | | | | | | | | | | | | | | Fix and test leave project display The 'Leave this project' display on project page was broken. It was calling the method incorrectly, which returned `nil` and displayed nothing. This fixes the display and also adds 2 different tests for it. cc/ @jvanbaarsen @stanhu Please review and merge if you think it looks good. Thank you! See merge request !2166
| * Fix and test leave project displayDrew Blessing2015-12-214-9/+33
| |
* | Merge branch 'new-group-page' into 'master' Dmitriy Zaporozhets2015-12-224-37/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New group page Implementing from https://gitlab.com/gitlab-org/gitlab-ce/issues/3480#note_2722988 cc @skyruler For https://gitlab.com/gitlab-org/gitlab-ce/issues/3480 See merge request !2174
| * | New UI for group pagenew-group-pageDmitriy Zaporozhets2015-12-223-36/+47
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Bump versionDmitriy Zaporozhets2015-12-221-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'hotfix/sidekiq-cron-config' into 'master' Douwe Maan2015-12-222-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hotfix for sidekiq-cron being loaded from Settingslogic with defaults This fixes a regression with "Stack level too deep" from master. See merge request !2173
| * | | Hotfix for sidekiq-cron being loaded from Settingslogic with defaultsGabriel Mazetto2015-12-222-2/+6
|/ / /
* | | Merge branch 'new-colors' into 'master' Dmitriy Zaporozhets2015-12-224-19/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New colour scheme old ![Screenshot_2015-12-17_14.14.53](/uploads/5d6ac28b6d99186485d727a72cc8a662/Screenshot_2015-12-17_14.14.53.png) new ![Screenshot_2015-12-17_14.15.07](/uploads/06e07fa3716aa8664b1507b390270285/Screenshot_2015-12-17_14.15.07.png) * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2577 See merge request !2151
| * | | New color for cover block backgroundDmitriy Zaporozhets2015-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | new colorsnew-colorsAndriy Dyadyura2015-12-211-1/+1
| | | |
| * | | new-colorsAndriy Dyadyura2015-12-183-19/+21
| | | |
* | | | Merge branch 'feature/sidekiq-cron-config' into 'master' Dmitriy Zaporozhets2015-12-224-15/+20
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sidekiq-cron configuration moved to gitlab.yml When `sidekiq-cron` was introduced, jobs configuration where placed in `schedule.yml` file. As discussed in #3928, this is not desirable. We moved it to `gitlab.yml`, exposing only the "cron" part of the configuration. See merge request !2087
| * | | Sidekiq-cron configuration moved to gitlab.ymlfeature/sidekiq-cron-configGabriel Mazetto2015-12-144-15/+20
| | | |
* | | | Merge branch 'fix-mr-500' into 'master' Robert Speicher2015-12-224-2/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR 500 when viewing the MR page Fixes #2712 See merge request !2167
| * | | | Move `ci_build_details_path` helper spec to correct locationRobert Speicher2015-12-212-22/+20
| | | | | | | | | | | | | | | | | | | | Also, make it not fail.
| * | | | Update CHANGELOGfix-mr-500Kamil Trzcinski2015-12-221-0/+2
| | | | |
| * | | | Deprecate GitLabCiService making it to always be inactiveKamil Trzcinski2015-12-221-1/+6
| | | | |
| * | | | ci_build_details_path should return nil if builds_page result is nilKamil Trzcinski2015-12-221-0/+2
| | | | | | | | | | | | | | | | | | | | This is required since we parse URI later and remove the credentials
| * | | | removes api credentials from link to build_pageMarvin Frick2015-12-222-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | Also adds a spec for MergeRequestHelper to avoid having a regression later on.
* | | | | Merge branch 'rs-bump-nokogiri' into 'master' Robert Speicher2015-12-222-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly require Nokogiri 1.6.7.1 due to security issue ``` Name: nokogiri Version: 1.6.7 Advisory: CVE-2015-5312 Criticality: High URL: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s Title: Nokogiri gem contains several vulnerabilities in libxml2 Solution: upgrade to >= 1.6.7.1 ``` See merge request !2154
| * | | | Explicitly require Nokogiri 1.6.7.1 due to security issuers-bump-nokogiriRobert Speicher2015-12-182-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Name: nokogiri Version: 1.6.7 Advisory: CVE-2015-5312 Criticality: High URL: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s Title: Nokogiri gem contains several vulnerabilities in libxml2 Solution: upgrade to >= 1.6.7.1
* | | | | Add 8.4.0 to CHANGELOGRobert Speicher2015-12-211-2/+3
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'contributing-grabs-fix' into 'master' Robert Speicher2015-12-211-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed wrong URL to "up for grabs" issue filter [ci skip] See merge request !2162
| * | | | Fixed wrong URL to "up for grabs" issue filterLaurens Stötzel2015-12-211-1/+1
| | | | |
* | | | | Merge branch 'admin_add_identity' into 'master' Robert Speicher2015-12-214-2/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow admin to create new user identities Fixes #2442 See merge request !2077
| * | | | | Allow admin to create new user identitiesDrew Blessing2015-12-154-2/+22
| | | | | |
* | | | | | Merge branch 'fix-issue-related-mrs' into 'master' Robert Speicher2015-12-212-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue related cross-project MRs Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4188 See merge request !2163
| * | | | | | Fix issue related cross-project MRsfix-issue-related-mrsDouwe Maan2015-12-212-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'add_email_unlock' into 'master' Robert Speicher2015-12-2110-21/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow account unlock via email We see a lot of users get confused about what it means when your account gets locked. Many try to reset their password and are still faced with a lockout. With this change, users receive an email that allows them to unlock their account immediately. The previous behavior where the account is auto-unlocked after a time also still works. See merge request !2049
| * | | | | | Allow account unlock via emailDrew Blessing2015-12-1410-21/+35
| | | | | | |
* | | | | | | Merge branch 'issue_3452'Douwe Maan2015-12-214-0/+79
|\ \ \ \ \ \ \
| * | | | | | | Add changelog itemDouwe Maan2015-12-211-0/+1
| | | | | | | |
| * | | | | | | Fix Rubocop complain.issue_3452Rubén Dávila2015-12-161-1/+1
| | | | | | | |
| * | | | | | | Fix broken spec. #3452Rubén Dávila2015-12-161-1/+1
| | | | | | | |
| * | | | | | | Add link to MR from Build detail page. #3452Rubén Dávila2015-12-163-0/+78
| | | | | | | |
* | | | | | | | Move changelog itemDouwe Maan2015-12-211-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan2015-12-2111-1/+144
|\ \ \ \ \ \ \ \
| * | | | | | | | Add link to CAS docDouwe Maan2015-12-212-3/+4
| | | | | | | | |
| * | | | | | | | add CAS authentication supporttduehr2015-12-1410-1/+143
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'git-version' into 'master' Douwe Maan2015-12-213-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show git version on admin page Before ![git-version-beore](/uploads/57444ad42220c9dfe8f187b8e399227f/git-version-beore.png) After ![git-version-after](/uploads/cc1b52ae1a251c2c46d9626c040726ab/git-version-after.png) gitlab-org/gitlab-ce#4077 See merge request !2101
| * | | | | | | | Show git version on admin pageTrey Davis2015-12-153-0/+10
| |/ / / / / / /
* | | | | | | | Merge branch 'coverage-regex' into 'master' Douwe Maan2015-12-212-1/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build coverage regex matching to allow captures. Fixes #2644 /cc @DouweM See merge request !2138
| * | | | | | | | Fix build coverage regex.Jared Szechy2015-12-202-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a spec for regex captures as well. Fixes #2644
| * | | | | | | | Fix build coverage regex matching to allow captures.Jared Szechy2015-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2644
* | | | | | | | | Merge branch 'backport_jira' into 'master' Dmitriy Zaporozhets2015-12-2131-20/+875
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport JIRA service Fixes #3839 Move EE JIRA functionality back to CE. - [x] Make it function in manual testing - [x] Migrate JIRA-specific tests - [x] Tests pass - [x] Migrate documentation - [x] Rollback to previous CE JIRA integration locally, activate on a project then try to migrate db and see if integration still works. - [x] Final EE search for JIRA references See merge request !2146
| * | | | | | | | Backport JIRA serviceDrew Blessing2015-12-1831-20/+875
| | | | | | | | |
* | | | | | | | | Merge branch 'removeNonDefinedVariableFromCIDoc' into 'master' Achilleas Pipinellis2015-12-191-2/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CI_BUILD_BEFORE_SHA from CI documentation As pointed in #3210, the environment variable isn't usable any more. See merge request !2118