summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Changelog entry for User.find_by_any_emailYorick Peterse2015-10-301-0/+1
|
* Merge branch 'binford2k/gitlab-ce-feature/create_new_directories'Douwe Maan2015-10-291-0/+3
|\
| * Update changelog itemDouwe Maan2015-10-291-3/+3
| |
| * Add ability to create directories in the editorBen Ford2015-10-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Simply type a name with a `/` directory separator and new directories will be created. This does not do the fancy UI work that github.com does, but it will get the job done. I could not find tests for file creation, so I didn't add a test for this slight behaviour modification. I did test directory traversals though, using both absolute paths like `/tmp/foo.txt` and relative paths like `../../foo.txt`. Neither case escaped the repository, though attempting to traverse with a relative path resulted in a 500 error that did not affect application stability upon reload.
* | Force update refs/merge-requests/X/head upon a push to the source branch of ↵Stan Hu2015-10-291-0/+1
|/ | | | | | a merge request Closes #3138
* Merge branch 'edit-new-cross-references'Dmitriy Zaporozhets2015-10-281-0/+1
|\
| * Use issue editor as cross reference comment author when issue is edited with ↵edit-new-cross-referencesDouwe Maan2015-10-281-0/+1
| | | | | | | | a new mention.
* | Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-281-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #9771 from kazubu/fix_error_destroy_without_refererStan Hu2015-10-261-0/+1
|\ | | | | Fix: 500 error returned if destroy request without HTTP referer
| * Fix: 500 error returned if destroy request without HTTP refererkazubu2015-10-261-0/+1
| |
* | Update CHANGELOG for 8.1.1Robert Speicher2015-10-261-7/+10
| | | | | | | | [ci skip]
* | Merge branch 'fix-ci-badge' into 'master' Robert Speicher2015-10-261-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix CI badge The previous code relied on having on ref stored in commit, however the ref was moved to the build. Fixes #3104 See merge request !1690
| * | Fix CI badgefix-ci-badgeKamil Trzcinski2015-10-261-0/+1
| |/ | | | | | | The previous code relied on having on ref stored in commit, however the ref was moved to the build.
* | Fix specific runner visibilityKamil Trzcinski2015-10-261-0/+1
|/
* Render CI status on merge requests index pageDmitriy Zaporozhets2015-10-231-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'git-follow' into 'master' Dmitriy Zaporozhets2015-10-231-0/+1
|\ | | | | | | | | | | | | | | | | Use git follow flag for commits page when retrieve history for file or directory This can be really helpful when you want commit history for file that was moved recently Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1680
| * Use git follow flag for commits page when retrieve history for file or directoryDmitriy Zaporozhets2015-10-231-0/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'fix-ci-regressions' into 'master' Robert Speicher2015-10-231-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CI regressions This MR fixes a couple of small CI regressions - Allow developer to manage builds - On CI Admin page show only projects that are present in GitLab - On Runner CI Admin page show only projects that are present in GitLab - Refresh build log only when status changes - Show the oldest builds on top when viewing Builds - it most cases it shows running builds on top - Fix Lint rendering - Fix number of other builds in build widget Fixes #3164 Fixes #3161 Fixes gitlab-org/gitlab-ci#343 See merge request !1679
| * | Fix small CI UI regressionsKamil Trzcinski2015-10-231-0/+2
| | |
* | | Merge branch 'fix-wiki-clone-over-http' into 'master' Robert Speicher2015-10-231-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Fix cloning Wiki repositories via HTTP Cloning a project Wiki over HTTP would end up cloning the main repository since the .wiki extension was being stripped. Closes #3106 See merge request !1676
| * | Fix cloning Wiki repositories via HTTPStan Hu2015-10-221-0/+1
| |/ | | | | | | | | | | | | Cloning a project Wiki over HTTP would end up cloning the main repository since the .wiki extension was being stripped. Closes #3106
* | Merge branch 'comments_fix' into 'master' Dmitriy Zaporozhets2015-10-231-0/+1
|\ \ | |/ |/| | | | | | | | | Fix: Inability to reply to code comments in the MR view, if the MR comes from a fork https://dev.gitlab.org/gitlab/gitlabhq/issues/2535 See merge request !1675
| * Fix: Inability to reply to code comments in the MR view, if the MR comes ↵comments_fixValery Sizov2015-10-221-0/+1
| | | | | | | | from a fork
* | Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master' Dmitriy Zaporozhets2015-10-221-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | Update style of snippets pages ![Screen_Shot_2015-10-18_at_13.04.13](/uploads/95d58b64fa81aa4e75568d2d7b4a6b08/Screen_Shot_2015-10-18_at_13.04.13.png) ![Screen_Shot_2015-10-21_at_11.11.10](/uploads/106371d718a07a9ccdad9148812211fd/Screen_Shot_2015-10-21_at_11.11.10.png) Replaces !1567. Fixes #1767 and #2538. See merge request !1637
| * Merge branch 'master' into hanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-211-0/+19
| |\
| * | Update style of snippets pagesDouwe Maan2015-10-181-1/+1
| | |
| * | Update style of snippet detail pageDouwe Maan2015-10-181-1/+1
| | |
| * | Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-171-0/+17
| |\ \
| * \ \ Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-141-0/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Also removed fixes to btn-sm as they have appears to be already merged into master
| * | | | Adds modified date to snippets#show #1767Han Loong Liauw2015-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
* | | | | Merge branch 'fix-ci-services-editing' into 'master' Robert Speicher2015-10-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 when editing CI services Fixes #3090 See merge request !1663
| * | | | | Fix 500 when editing CI servicesKamil Trzcinski2015-10-221-0/+1
| | | | | |
* | | | | | Merge branch 'fail-on-empty-job-name' into 'master' Robert Speicher2015-10-221-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Require jobs to be named This properly presents error for .gitlab-ci.yml having empty job name. See merge request !1662
| * | | | | | Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-221-0/+1
| | | | | | |
* | | | | | | Fix CSS class for runner statusKamil Trzcinski2015-10-221-0/+1
| |/ / / / / |/| | | | |
* | | | | | Update CHANGELOGRobert Speicher2015-10-221-5/+5
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'bozaro-empty-repo'Douwe Maan2015-10-221-0/+1
|\ \ \ \ \
| * | | | | Fix changelogDouwe Maan2015-10-221-1/+1
| | | | | |
| * | | | | Show empty repository page if repository don't have branchesArtem V. Navrotskiy2015-10-211-0/+1
| | | | | |
* | | | | | Merge branch 'fix-build-trace-updating' into 'master' Robert Speicher2015-10-221-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build trace updating Fixes #2910 See merge request !1657
| * | | | | | Fix build trace updatingfix-build-trace-updatingKamil Trzcinski2015-10-211-0/+1
| |/ / / / /
* | | | | | Merge branch 'fix-issue-3094' into 'master' Valery Sizov2015-10-221-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show "Add README" link in an empty repository if user doesn't have access to push Reporter users would see this before even though they didn't have access to push: ![image](/uploads/1dd328ab7e58cd00c5b696f079816e16/image.png) It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After: ![image](/uploads/3d214e140916d2f174d0b5fec0ac472d/image.png) Closes #3094 See merge request !1626
| * | | | | | Don't show "Add README" link in an empty repository if user doesn't have ↵Stan Hu2015-10-211-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | access to push Closes #3094
* | | | | | Merge branch 'remove-ci-migration' into 'master' Robert Speicher2015-10-211-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Remove CI migration See merge request !1656
| * | | | | Remove CI migration taskremove-ci-migrationKamil Trzcinski2015-10-211-0/+1
| | | | | |
* | | | | | Merge branch 'animated-logo' into 'master' Dmitriy Zaporozhets2015-10-211-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animate the logo on hover The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition. Identical to how it looks on about.gitlab.com cc @skyruler See merge request !1557
| * | | | | Animate the logo on hoverJob van der Voort2015-10-211-1/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition.
* | | | | Merge branch 'fix-mysql-ci-limits-migration' into 'master' Robert Speicher2015-10-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure MySQL CI limits DB migrations occur after the fields have been created Closes https://github.com/gitlabhq/gitlabhq/issues/9753 See merge request !1653
| * | | | | Ensure MySQL CI limits DB migrations occur after the fields have been createdStan Hu2015-10-211-0/+1
| |/ / / / | | | | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9753
* | | | | Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan2015-10-211-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Clear archive cache asynchronously See merge request !1651