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
2017-07-28Fix diff commenting results just after changing viewSean McGivern
When you change the diff view (inline / side-by-side), we set a cookie based on that new view. When you add a comment, we choose the style to use in the response based on that cookie. However, when you have just changed diff style, the request cookie will contain the old value, so we should use the view param instead.
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-19Merge branch '34930-fix-edited-by' into 'master'Sean McGivern
Fix issue detail if user who last edited an issue was deleted Closes #34930 See merge request !12933
2017-07-19Merge branch 'authentiq-updates' into 'master'Rémy Coutable
Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-07-18Added authentiq provider to tests and updated documentation, gem and config ↵Alexandros Keramidas
file.
2017-07-14Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern
Fixes needed when GitLab sign-in is not enabled See merge request !12491
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
2017-07-11Merge branch 'sh-fix-award-emoji-spec' into 'master'Rémy Coutable
Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id` Closes gitlab-ee#2890 See merge request !12770
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-11Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id`Stan Hu
Closes gitlab-org/gitlab-ee#2890
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-04Use stub_application_setting when testing ApplicationHelper#support_urlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-03Merge branch '34116-milestone-filtering-on-group-issues' into 'master'Sean McGivern
Use correct milestones for filtering on Group Issues Closes #34116 See merge request !12374
2017-06-30New navigation breadcrumbsPhil Hughes
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Cache total issue / MR counts for project by user typeSean McGivern
This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
2017-06-28Strip trailing whitespace in relative submodule URLDouwe Maan
2017-06-27Merge branch 'pat-alert-when-signin-disabled' into 'master'Rémy Coutable
Provide hint to create a personal access token for Git over HTTP See merge request !12105
2017-06-26Provide hint to create a personal access token for Git over HTTPRobin Bobbitt
If internal auth is disabled and user is not an LDAP user, present the user with an alert to create a personal access token if he does not have one already.
2017-06-26Tag a spec as :nested_groups since it fails on MySQLRémy Coutable
This was broken by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-26Add tests for MilestonesHelper#milestones_filter_dropdown_pathTakuya Noguchi
2017-06-22Fix breadcrumb orderMichael Kozono
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Fix avatar images in pipeline emailsSean McGivern
2017-06-19Don't display comment on unchanged line on both sides in parallel diffDouwe Maan
2017-06-15Merge branch '23998-blame-age-map' into 'master'Annabel Dunstone Gray
Add age color mapping to blame view Closes #23998 See merge request !7198
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan
Allow more customization to Help landing page See merge request !11878
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-14Implement diff viewersDouwe Maan
2017-06-14Add blame view age mapJeff Stubler
2017-06-13Update tests and applicationKamil Trzcinski
2017-06-12Merge branch 'operau2f' into 'master'Rémy Coutable
Fix FIDO U2F for Opera browser (based on !10118) See merge request !12082
2017-06-11Add test for u2f helper and changelog entryJonas Kalderstam
2017-06-10Test todos_count_format helper at the correct level to improve speedRobert Speicher
Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper.
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-06-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-06-05Merge branch 'dz-fix-submodule-subgroup' into 'master'Douwe Maan
Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906
2017-06-05Fix submodule link to then project under subgroupDmitriy Zaporozhets
Before this change only last namespace in full path was extracted. It's fine unless you have a link to submodule under subgroups. In that case self_url? method returns false and link is processed as external. I could not find a proper regex to cover all cases and correctly extract full path to repository and instead used current instance host name to get correct path to namespace and project. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-06-02Removed unneeded newline in issuables_helper_spec and removed unneeded ↵Luke "Jared" Bennett
updated_at_by variable in issuable_app_data