summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Make "Two-factor" casing consistent throughout the applicationrs-two-factor-casingRobert Speicher2016-01-311-1/+1
|
* Update CHANGELOGRobert Speicher2016-01-311-2/+6
| | | | [ci skip]
* Merge branch 'rename-inline-diff' into 'master' Robert Speicher2016-01-311-0/+1
|\ | | | | | | | | Mark inline difference between old and new paths when a file is renamed See merge request !2652
| * Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-0/+1
| |
* | Merge remote-tracking branch 'origin/background-delete-process'Dmitriy Zaporozhets2016-01-301-0/+1
|\ \
| * | Update CHANGELOGbackground-delete-processJosh Frye2016-01-291-3/+1
| | |
| * | First pass at deleting projects in the background.Josh Frye2016-01-291-0/+3
| |/
* | Merge branch 'warn-admin-oauth' into 'master' Douwe Maan2016-01-301-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn admin of granting admin rights during OAuth Fixes #3951 Warning style the same as the warning a user sees on a archived project. ![Screenshot_from_2016-01-25_20-06-33](/uploads/42e6a218b963311fd20c0b7c87c8cf4f/Screenshot_from_2016-01-25_20-06-33.png) See merge request !2601
| * | Warn admin of granting admin rights during OAuthZeger-Jan van de Weg2016-01-261-0/+1
| | | | | | | | | | | | | | | | | | Fixes #3951 Warning style the same as the warning a user sees on a archived project.
* | | Increase LFS objects size columnDrew Blessing2016-01-291-0/+3
| |/ |/|
* | Partially revert "Add IP check against DNSBLs at account sign-up"rs-remove-ip-blockingRobert Speicher2016-01-281-0/+1
| | | | | | | | | | This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
* | Merge branch 'mr-merge-base' into 'master' Robert Speicher2016-01-281-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Correctly determine MR diff base when MR has merge conflicts Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12779 See merge request !2632
| * \ Merge branch 'master' into mr-merge-basemr-merge-baseDouwe Maan2016-01-281-1/+6
| |\ \
| * | | Correctly determine MR diff base when MR has merge conflictsDouwe Maan2016-01-271-2/+1
| | | |
* | | | Merge branch 'highlight-blame' into 'master' Robert Speicher2016-01-281-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix highlighting in blame view. See merge request !2630
| * | | | Fix changeloghighlight-blameDouwe Maan2016-01-281-3/+1
| | | | |
| * | | | Merge branch 'master' into highlight-blameDouwe Maan2016-01-281-1/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix highlighting in blame view.Douwe Maan2016-01-271-0/+1
| | |/ / | |/| |
* | | | Merge branch 'fix-preventing-migration-from-crashing-in-specific-cases' into ↵Dmitriy Zaporozhets2016-01-281-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix preventing migration from crashing in very specific cases Closes #12606. Closes #12501. /cc @yorickpeterse @dbalexandre See merge request !2600
| * | | | Ensure rake tasks that don't need a DB connection can be run without oneRémy Coutable2016-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using ActiveRecord::Base.connection.active? without a DB connection, we get a "PG::ConnectionBad: could not connect to server" error because ActiveRecord::Base.connection doesn't exist. By using ActiveRecord::Base.connected? we ensure we don't get this error if the connection is missing, which is the all point of the Gitlab::CurrentSettings#connect_to_db? method!
* | | | | Improve consistency and duplication for Merge Request APIimprove-mr-apiDmitriy Zaporozhets2016-01-281-0/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | * Follow REST for merge request API route * Remove repeating comments API for MR Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Update CHANGELOGRobert Speicher2016-01-271-4/+2
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'rs-skip-2fa-on-signout' into 'master' Robert Speicher2016-01-271-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Skip the 2FA requirement during logout See merge request !2581
| * | | | Update CHANGELOGRobert Speicher2016-01-271-0/+2
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'diff-colors' into 'master' Robert Speicher2016-01-271-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase contrast between highlighted code comments and inline diff marker. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12737. It was especially bad in Monokai, better now. See merge request !2629
| * | | | | Increase contrast between highlighted code comments and inline diff marker.diff-colorsDouwe Maan2016-01-271-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-ci-runners-version-update' into 'master' Robert Speicher2016-01-271-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CI runner version not being properly updated when asked for a build Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again. See merge request !2618
| * | | | | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-271-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again.
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-01-271-0/+15
|\ \ \ \ \ | |/ / / / | | | | | | | | | | fix/unexistent-group-500
| * | | | Merge branch 'fix/commit-status-artifacts' into 'master' Kamil Trzciński2016-01-271-0/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use generic method to checks if artifacts are available Closes #12626 See merge request !2576
| | * | | | Add Changelog entry for undefined method fix in commit buildsGrzegorz Bizon2016-01-261-0/+3
| | | | | |
| * | | | | Update CHANGELOGRobert Speicher2016-01-261-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Update ExternalIssue regex for JIRA integrationBlake Hitchcock2016-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
| * | | | | Add Changelog entry for missing artifacts in browser fixfix/bump-workhorse-versionGrzegorz Bizon2016-01-261-0/+3
| | |_|_|/ | |/| | | | | | | | | | | | | This has been fixed in Workhorse [ci skip]
| * | | | Fix visibility level texts on application settingsZeger-Jan van de Weg2016-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | Introduced by me through !2005
| * | | | Merge branch 'track-project-import-failure' into 'master' Douwe Maan2016-01-261-0/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track project import failure Fixes #12512 This also help us on identify why the import process is returning the wrong status when the project was successfully imported. Like mentioned in the issue #12450 See merge request !2538
| | * | | Update CHANGELOGtrack-project-import-failureDouglas Barbosa Alexandre2016-01-261-0/+1
| | | |/ | | |/|
* | | | moved and refactored feature based on feedback. Also updated CHANGELOGJames Lopez2016-01-271-0/+1
|/ / /
* | | Update CHANGELOGRobert Speicher2016-01-251-0/+6
|/ / | | | | | | [ci skip]
* | Merge branch 'rs-no-minified-js'Robert Speicher2016-01-231-0/+1
|\ \ | |/ |/| | | | | | | | | | | Don't vendor minified JS Fixes #4031 See merge request !2494
| * [ci skip] Update CHANGELOGrs-no-minified-jsDouglas Barbosa Alexandre2016-01-201-0/+2
| |
* | Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+1
| | | | | | | | Closes #12517
* | Merge branch 'ignore-binary-files-in-git-grep' into 'master' Dmitriy Zaporozhets2016-01-231-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore binary files in code search to prevent Error 500 Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches", which would cause the project search results to crash with the following error: ``` ActionView::Template::Error (wrong argument type nil (expected Regexp)): 1: - blob = @project.repository.parse_search_result(blob) 2: .blob-result 3: .file-holder 4: .file-title app/models/repository.rb:742:in `sub' app/models/repository.rb:742:in `block in parse_search_result_from_grep' app/models/repository.rb:741:in `each_line' app/models/repository.rb:741:in `parse_search_result_from_grep' app/models/repository.rb:682:in `parse_search_result' app/views/search/results/_blob.html.haml:1:in `_app_views_search_results__blob_html_haml__1959871337755590783_162450160' app/views/search/_results.html.haml:20:in `_app_views_search__results_html_haml__2198486911700532411_58329920' app/views/search/show.html.haml:7:in `_app_views_search_show_html_haml___1698304427272645201_62235300' ``` See merge request !2565
| * | Ignore binary files in code search to prevent Error 500Stan Hu2016-01-221-0/+1
| | | | | | | | | | | | | | | Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches"
* | | Fix changelogDmitriy Zaporozhets2016-01-221-2/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'fix-comment-on-diff-ajax-loading'Dmitriy Zaporozhets2016-01-221-0/+2
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-201-4/+10
| |\ \ | | | | | | | | | | | | fix-comment-on-diff-ajax-loading
| * | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2
* | | | Remove 8.4 unreleased note from changelogAchilleas Pipinellis2016-01-221-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'ci/cache-key' into 'master' Douwe Maan2016-01-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added cache:key to .gitlab-ci.yml allowing to fine tune the caching The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need: 1. Cache per-build for all branches: ``` cache: key: "$CI_BUILD_NAME" untracked: true ``` 2. Cache per-branch for all jobs: ``` cache: key: "$CI_BUILD_REF" untracked: true ``` /cc @DouweM @grzesiek @axil See merge request !2436