summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG with rubocopDmitriy Zaporozhets2015-02-021-1/+1
|
* Update changelog with version 7.7.2Dmitriy Zaporozhets2015-01-291-0/+4
|
* Merge branch 'gitlab_importer' into 'master'Dmitriy Zaporozhets2015-01-291-0/+2
|\ | | | | | | | | | | Ability to clone project using oauth2 token See merge request !1447
| * update changelogValery Sizov2015-01-281-0/+2
| |
* | Add a commit calendar to the user profileHannes Rosenögger2015-01-291-1/+1
|/
* Fix broadcast message to show up properly with new UIVisay Keo2015-01-281-1/+1
| | | | | | | | | | | | | | | With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
* Merge pull request #8652 from bladealslayer/feature/system_hook_for_groupsDmitriy Zaporozhets2015-01-271-0/+1
|\ | | | | Added support for firing system hooks on group create/destroy and adding...
| * Added support for firing system hooks on group create/destroy and ↵Boyan Tabakov2015-01-271-0/+1
| | | | | | | | | | | | adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
* | Update CHANGELOG with new stuffDmitriy Zaporozhets2015-01-271-2/+2
| |
* | Improve font sizes for code and diffDmitriy Zaporozhets2015-01-261-2/+2
| |
* | Add issue/mr participants to reasign eventsDmitriy Zaporozhets2015-01-251-1/+1
| | | | | | | | Also refactor NotificationService a bit
* | Update CHANGELOG with notify participants changeDmitriy Zaporozhets2015-01-251-1/+1
|/
* Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger2015-01-241-1/+1
| | | | feature mergable
* Show success/error message for test services buttonDmitriy Zaporozhets2015-01-231-1/+1
|
* Increase password reset timeout since other people trigger it when they ↵Sytse Sijbrandij2015-01-231-1/+1
| | | | create an account for you.
* Update CHANGELOG with 7.7.1Dmitriy Zaporozhets2015-01-231-0/+5
|
* Merge branch 'feature_api_project_edit' into 'master'Dmitriy Zaporozhets2015-01-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Implement edit via API for projects I've picked up https://github.com/gitlabhq/gitlabhq/pull/8055 fixed the few hound warnings and replaced all double quotes in the spec file where possible. # From the original PR: Implements edit via API for projects. Edit was part of missing features in feature request Full CRUD operations via API for projects. http://feedback.gitlab.com/forums/176466-general/suggestions/3904506-full-crud-operations-via-api-for-projects Feature is implemented using existing UpdateService for projects. Permission to change visibility level and name are checked in addition to check for permission to administer project. Doesn't allow updating project namespace id, because there was existing API-method for transferring project to a group. Documentation added to doc/api/projects.md. Uses API request PUT /projects/:id . Tests included for: 1. Success for changing path 2. Success for changing name 3. Success for changing visibility level 4. Success for changing all other attributes 5. Success for changing name & path to existing name & path but in different namespace 6. Failure if not authenticated 7. Failure if path exists in project's namespace 8. Failure if name exists in project's namespace 9. Failure if not sufficient permission to change name 10. Failure if not sufficient permission to change visibility level 11. Failure if not sufficient permission to change other attributes Allows updating following parameters: * name * path * visibility_level * public * default_branch * issues_enabled * wiki_enabled * snippets_enabled * merge_requests_enabled * description See merge request !310
| * Fix tests and CHANGELOG entry for project edit via APIHannes Rosenögger2015-01-221-1/+1
| |
| * Implement edit via API for projectsMika Mäenpää2015-01-221-0/+1
| |
* | Merge branch 'feature_api_milestone_issues' into 'master'Dmitriy Zaporozhets2015-01-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: List issues for a particular milestone # What does this MR do? This MR adds a new API method for retrieving the issues associated with a particular milestone. The resource is described at ":id/milestones/:milestone_id/issues", returning a simple array of issues. I've picked up gitlab-org/gitlab-ce!113 and fixed the test for it. From the original MR: This feature was motivated by an in-house project for reporting--for large projects, retrieving and filtering the entire issue list by milestone was becoming too slow, particularly when pagination required multiple requests. While this resource also uses pagination, it allows the consumer to limit reporting to the particular milestone they are interested in. @dblessing Please take a look :) See merge request !308
| * | Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger2015-01-221-1/+1
| | |
* | | Merge branch 'stop_popen_zombies'Dmitriy Zaporozhets2015-01-221-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | Stop git zombie creation during force push checkJacob Vosmaer2015-01-221-1/+1
| |/ /
* | | Merge branch 'sidekiq3' into 'master'Dmitriy Zaporozhets2015-01-221-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Upgrade to Sidekiq 3.3 Fixes #1807. Upgrades Sidekiq to the latest stable release. cc @sytse See merge request !1419
| * | Update CHANGELOGDmitriy Zaporozhets2015-01-221-1/+1
| | |
| * | Specify sidekiq patch version in changelogDmitriy Zaporozhets2015-01-221-2/+2
| | |
| * | Upgrade Sidekiq to 3.3Vinnie Okada2015-01-211-1/+1
| | |
* | | Merge branch 'vote-count' of https://github.com/mc1arke/gitlabhq into ↵Dmitriy Zaporozhets2015-01-211-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mc1arke-vote-count Conflicts: CHANGELOG
| * | | Only count the user's last voteMichael Clarke2015-01-191-1/+1
| |/ /
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-01-211-1/+1
|\ \ \
| * \ \ Merge branch 'show_tags_in_commit_view' into 'master'Dmitriy Zaporozhets2015-01-211-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show tags in commit view ### What does this MR do? With this MR you can see the assigned tags for a commit in the commit view. ### Are there points in the code the reviewer needs to double check? I don't think so. But it would be awesome if the reviewer can tell me how to add a tag to the sample_commit in spec/support/repo_helpers.rb. Then I can add a test for the new tag_names_contains method as soon as possible :) ### Why was this MR needed? At the moment if one click on a commit will see details such as: parent commit, amount of additions, deletions, but will not see if this commit has Tag linked to it. Showing branch, tag details will give better overview about the commit ### What are the relevant issue numbers / Feature requests? Feature request: http://feedback.gitlab.com/forums/176466-general/suggestions/3962044-show-tags-in-commit-view ### Screenshots ![gitlab_feature_show_tags](https://gitlab.com/uploads/haynes/gitlab-ce/771c1a36bb/gitlab_feature_show_tags.png) @dblessing Can you take a look at this MR as well please? See merge request !297
| | * | Show tags in commit viewHannes Rosenögger2015-01-171-1/+1
| | | |
* | | | Merge pull request #7762 from jubianchi/commit-closing-issuesDmitriy Zaporozhets2015-01-211-1/+1
|\ \ \ \ | |/ / / |/| | | Allow commit messages to close several issues at once
| * | | Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-1/+1
| | |/ | |/| | | | | | | for his work and help)
* | | Merge pull request #8603 from jubianchi/hook-merge-request-actionDmitriy Zaporozhets2015-01-201-1/+1
|\ \ \ | |/ / |/| | Add action property to merge request hook
| * | Add action property to merge request hookjubianchi2015-01-201-1/+1
| | |
* | | Merge branch 'syntax_highlight_diff_email' into 'master'Dmitriy Zaporozhets2015-01-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add syntax colors to diffs in email-on-push notifications ## What does this MR do? This MR adds syntaxhighlighting to the email-on-push notifications. ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Currently the diff in email-on-push notifications is just a monochrome diff that's hard to read. This MR adds colored syntaxhighlighting to the mails. ## What are the relevant issue numbers / Feature requests? * It closes https://github.com/gitlabhq/gitlabhq/issues/6994 * There is a Discussion in the Feedback Forum: http://feedback.gitlab.com/forums/176466-general/suggestions/5802256-add-color-to-diffs-in-email-on-push-service-to-htm * A pull request for this already existed, but was closed. https://github.com/gitlabhq/gitlabhq/pull/7739 ## Screenshots see prior Pull Request for a screenshot See merge request !295
| * | | Add Diff syntax colors for email-on-push notificationsHannes Rosenögger2015-01-171-1/+1
| | |/ | |/|
* | | Merge branch 'project_search_case_insensitive' into 'master'Dmitriy Zaporozhets2015-01-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make search for projects case insensitive ### What does this MR do? This MR makes the search for projects case insensitive. ### Why was this MR needed? Currently the search for projects is case sensitive. You can test this on gitlab.com with the search string "perforce" for example. * perforce returns 2 projects * Perforce returns 5 projects * PERFORCE returns 0 projects This makes it harder to find the projects you are looking for. With this MR users can find more projects, since they don't need to worry about not seeing some projects just because of an upper letter. @dblessing Can you take a look at this? :) See merge request !296
| * | | Make the project search case insensitiveHannes Rosenögger2015-01-181-1/+1
| | |/ | |/|
* | | Merge pull request #8464 from dserodio/group-api-descriptionDmitriy Zaporozhets2015-01-181-1/+1
|\ \ \ | |/ / |/| | Add description attribute to group API (GET and POST)
| * | Update changelogDaniel Serodio2015-01-161-1/+1
| |/
* | Fix commits paginationDmitriy Zaporozhets2015-01-171-1/+1
|/
* Welcome to 7.8 :)Dmitriy Zaporozhets2015-01-151-0/+58
|
* Remove password strength indicatorJacob Vosmaer2015-01-151-0/+1
| | | | | | | | We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
* Huge set of fixes for comments logicDmitriy Zaporozhets2015-01-141-0/+3
|
* Enable signup by defaultJacob Vosmaer2015-01-141-0/+1
|
* Cleanup CHANGELOGDmitriy Zaporozhets2015-01-131-22/+3
|
* Update changelogDmitriy Zaporozhets2015-01-131-1/+1
|
* Merge branch 'git-http-blacklist' into 'master'Jacob Vosmaer2015-01-131-0/+1
|\ | | | | | | | | | | Git HTTP blacklist See merge request !1328