Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18add testsabstract_sidebar_logicArinde Eniola
2016-04-17some refactoringArinde Eniola
2016-04-15add the setting and getting sidebar state stored in cookieArinde Eniola
2016-04-15refactor merge_request_tabs to use sidebar logicArinde Eniola
2016-04-15create object to abstract sidebar logicArinde Eniola
2016-04-15Merge branch 'rugged-delete-tag' into 'master' Rémy Coutable
Delete tags via rugged Improve the performance by directly using rugged instead of shelling out to a git operation. See merge request !3748
2016-04-15Delete tags via ruggedRobert Schilling
2016-04-15Merge branch 'remove-backend-code' into 'master' Rémy Coutable
Remove unused backend methods Those backend methods are not used anymore since the functionality of them is replaced with rugged. See merge request !3746
2016-04-15Remove unused backend methodsRobert Schilling
2016-04-15Merge branch 'master' of https://github.com/gitlabhq/gitlabhqJacob Vosmaer
2016-04-15Fix required gitlab-shell version.Rémy Coutable
Fix required gitlab-shell version in the 8.5 to 8.6 update doc.
2016-04-15Merge branch 'fix-redirect-profile-keys-new-to-profile-keys' into 'master' Rémy Coutable
Make /profile/keys/new redirects to /profile/keys for back-compat This addresses https://github.com/gitlabhq/gitlabhq/issues/10138. See merge request !3717
2016-04-15Merge branch 'i_14431_award_emoji_count_not_in_comment_count' into 'master' Rémy Coutable
Do not include award emojis in issue view comment_count ## What does this MR do? Fixes Issue #14431, changing comment_count on issues index view to not include award emoji comments. While including them is technically correct, it feel nonintuitive in the way comments are presented. ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Improves UX of issues view ## What are the relevant issue numbers? #14431 ## Screenshots ### Before - ![Issues before](https://monosnap.com/file/cs7lcEkcChXXvAV22y2gh7gBFWCWjj.png) - ![MR before](https://monosnap.com/file/qzOawShznyXMKK3Z5cij4SKrHO4jNy.png) ### After - ![Issues after](https://monosnap.com/file/IWMedIiGnDnCly7zI5BwNTYQuCS8fH.png) - ![MR after](https://monosnap.com/file/mXJu1C2OVo5DGK0XdD67vPZGNPAw4L.png) See merge request !3610
2016-04-15Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable
Report: https://github.com/gitlabhq/gitlabhq/issues/10138 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-15Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan
Escape the query argument provided to `git grep` by `search_files` Closes #14963. See merge request !3633
2016-04-15fix required gitlab-shell version.lurdan
Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
2016-04-15Merge branch 'fix-migrate_new_notification_setting' into 'master' Robert Speicher
Fix datetime format when migrating new notification settings on MySQL Closes #15264 See merge request !3733
2016-04-15Fix datetime format when migrating new notification settings on MySQLDouglas Barbosa Alexandre
2016-04-15Merge branch 'patch-1' into 'master' Robert Speicher
change "very demand" to "specific demand" in CI runner docs [ci skip] See merge request !3726
2016-04-15Merge branch '14176-diff-paste-data' into 'master' Jacob Schatz
Copying and pasting doesn't grab line numbers or +/- Fixes #14176 See merge request !3687
2016-04-14Merge branch 'rs-sentry-contexts' into 'master' Stan Hu
Add Sentry program context even without a current user See merge request !3729
2016-04-14Merge branch 'remove-ci-nginx-config' into 'master' Robert Speicher
Remove deprecated NGINX CI config [ci skip] See merge request !3728
2016-04-14Merge branch 'emoji_category_fix' into 'master' Robert Speicher
Emoji categories fix Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14020 See merge request !3727
2016-04-14Do not include award emojis in issue view comment_counttheoretick
Fixes Issue #14431
2016-04-14Merge branch 'subscribe-button-fix' into 'master' Jacob Schatz
Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
2016-04-14Add Sentry program context even without a current userRobert Speicher
2016-04-14Emoji categories fixValery Sizov
2016-04-14Syntax & style updatesAnnabel Dunstone
2016-04-14Remove deprecated NGINX CI configAchilleas Pipinellis
2016-04-14Merge branch 'auto-fsck' into 'master' Robert Speicher
Auto git fsck Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 See merge request !3232
2016-04-14Merge branch 'fix-group-projects-sort' into 'master' Robert Speicher
Projects on group page should be sorted by last activity instead of id/created_at Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #15237 See merge request !3716
2016-04-14Update CHANGELOG for "Auto git fsck"Robert Speicher
2016-04-14Shut up, RubocopRobert Speicher
2016-04-14change: "very demand" changed to "specific demand" Jamie Neubert Pedersen
This must be an error as the sentence doesn't make sense otherwise
2016-04-14Merge branch 'connorshea/gitlab-ce-revoke-authorized-application' into 'master' Rémy Coutable
Fix revoking of authorized OAuth applications Users were not able to revoke access to authorized OAuth applications. Clicking the "Revoke" button would result in a 404 page, and the application would still be authorized. Added a spec and also found that the `gon` variables were not being set for this view. Closes #14370 See merge request !3690
2016-04-14Merge branch 'issue_15155' into 'master' Rémy Coutable
Setup visibility level for project when transfering for a group fixes #15155 See merge request !3707
2016-04-14Merge branch 'rake-db-reset' into 'master' Robert Speicher
Use rake db:reset instead of db:setup See merge request !3721
2016-04-14More create_listJacob Vosmaer
2016-04-14Documentation / help improvementsJacob Vosmaer
2016-04-14Change transfer service to use existing methodsFelipe Artur
2016-04-14Include GonHelper separately and remove created_at in factoryStan Hu
2016-04-14Add spec for deletion of authorized OAuth2 applicationStan Hu
Closes #14370 Move gon function into its own helper
2016-04-14Fix the improper delete form being rendered for an oauth_authorized_applicationconnorshea
This fixes the authorized applications not being revoked properly at `/profile/applications`. Fixes #14370.
2016-04-14Update click_diff_lineAnnabel Dunstone
2016-04-14Add line type conditional to diff line helperAnnabel Dunstone
2016-04-14Add content attributes to discussion diffs; change styling of add-note icon ↵Annabel Dunstone
to prevent white spaces in paste
2016-04-14Copying and pasting doesn't grab line numbers or +/-Annabel Dunstone
2016-04-14Use rake db:reset instead of db:setupYorick Peterse
Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE".
2016-04-14Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable
Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
2016-04-14Merge branch 'master' into 'master' Achilleas Pipinellis
Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713