summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-056-23/+23
|
* Use stub_application_setting when testing ApplicationHelper#support_url34648-use-stub_application_setting-to-test-support_urlRémy Coutable2017-07-041-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '34116-milestone-filtering-on-group-issues' into 'master'Sean McGivern2017-07-031-0/+36
|\ | | | | | | | | | | | | Use correct milestones for filtering on Group Issues Closes #34116 See merge request !12374
| * Add tests for MilestonesHelper#milestones_filter_dropdown_pathTakuya Noguchi2017-06-261-0/+36
| |
* | New navigation breadcrumbsPhil Hughes2017-06-301-1/+1
| |
* | Make finders responsible for counter cache keysSean McGivern2017-06-301-24/+22
| |
* | Cache total issue / MR counts for project by user typeSean McGivern2017-06-301-6/+43
| | | | | | | | | | | | 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.
* | Strip trailing whitespace in relative submodule URLdm-relative-submodule-url-trailing-whitespaceDouwe Maan2017-06-281-0/+5
| |
* | Merge branch 'pat-alert-when-signin-disabled' into 'master'Rémy Coutable2017-06-272-0/+141
|\ \ | | | | | | | | | | | | Provide hint to create a personal access token for Git over HTTP See merge request !12105
| * | Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-262-0/+141
| |/ | | | | | | | | | | 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.
* | Tag a spec as :nested_groups since it fails on MySQLfix-nested-group-spec-on-mysqlRémy Coutable2017-06-261-1/+1
|/ | | | | | | This was broken by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix breadcrumb orderMichael Kozono2017-06-221-0/+13
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2113-92/+92
|
* Fix avatar images in pipeline emailsfix-email-avatarsSean McGivern2017-06-201-31/+60
|
* Don't display comment on unchanged line on both sides in parallel diffDouwe Maan2017-06-191-1/+10
|
* Merge branch '23998-blame-age-map' into 'master'Annabel Dunstone Gray2017-06-151-0/+59
|\ | | | | | | | | | | | | Add age color mapping to blame view Closes #23998 See merge request !7198
| * Add blame view age mapJeff Stubler2017-06-141-0/+59
| |
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-2/+7
| |
* | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-141-0/+17
|\ \ | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878
| * | Help landing page customizationsRobin Bobbitt2017-06-141-0/+17
| |/
* | Implement diff viewersDouwe Maan2017-06-141-1/+38
| |
* | Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-0/+33
|/
* Merge branch 'operau2f' into 'master'Rémy Coutable2017-06-121-0/+49
|\ | | | | | | | | Fix FIDO U2F for Opera browser (based on !10118) See merge request !12082
| * Add test for u2f helper and changelog entryJonas Kalderstam2017-06-111-0/+49
| |
* | Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-specRobert Speicher2017-06-091-0/+13
|/ | | | | Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper.
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-074-9/+10
| | | | | | | | | | | | | 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
* Translate project & repository pagesBob Van Landuyt2017-06-071-0/+6
|
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-0/+10
|
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-0/+36
|
* Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling2017-06-062-3/+3
| | | | automatically"
* Merge branch 'dz-fix-submodule-subgroup' into 'master'Douwe Maan2017-06-051-0/+8
|\ | | | | | | | | | | | | Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906
| * Fix submodule link to then project under subgroupDmitriy Zaporozhets2017-06-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-024-47/+148
|\ \ | |/ | | | | fix-realtime-edited-text-for-issues-9-3
| * Show current user immediately in issuable filtersWinnie Hellmann2017-06-021-0/+101
| |
| * Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern2017-06-011-0/+27
| |\ | | | | | | | | | | | | | | | | | | Fix: A diff comment on a change at last line of a file shows as two comments in discussion Closes #32353 See merge request !11802
| | * Fix rubocop in spec/helpers/diff_helper_spec.rbValery Sizov2017-06-011-6/+7
| | |
| | * Fix: A diff comment on a change at last line of a file shows as two comments ↵Valery Sizov2017-05-311-0/+26
| | | | | | | | | | | | in discussion
| * | Fix Diff#too_large? and specsDouwe Maan2017-05-301-11/+9
| | |
| * | Consistent diff and blob size limit namesDouwe Maan2017-05-292-11/+11
| |/
* | Removed unneeded newline in issuables_helper_spec and removed unneeded ↵Luke "Jared" Bennett2017-06-021-1/+0
| | | | | | | | updated_at_by variable in issuable_app_data
* | Fixed issuables_helper_spec and added a test for issuable_app_dataLuke "Jared" Bennett2017-05-311-0/+26
| |
* | Remove EditableHelper and move method to IssuablesHelperLuke "Jared" Bennett2017-05-312-21/+18
| |
* | Correct editable_helper spec and format issuable_app_data updated_at to iso8061Luke "Jared" Bennett2017-05-311-2/+2
| |
* | Review changes, improve editable helper spec and add hasUpdated computer to ↵Luke "Jared" Bennett2017-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | issue_show app Fix builds by only merge when updated_at_by is presnse Fix issue_show app.vue hasUpdated reference to state Fix missing bracket
* | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-0/+22
|/
* Strip trailing whitespaces in submodule URLssh-fix-submodules-trailing-spacesStan Hu2017-05-291-0/+5
| | | | | | | | Users attempting to access repositories that had `.gitmodules` entries with trailing whitespaces would encounter an Error 500. This was due to a change in bf876ec7 that quietly removed the whitespace stripping. Closes #33018
* atom links with rss token instead of private tokenAlexis Reigel2017-05-241-4/+4
|
* Fix specsdm-outdated-system-noteDouwe Maan2017-05-231-1/+7
|
* Merge branch 'dm-blob-viewer-concerns' into 'master' Robert Speicher2017-05-161-3/+4
|\ | | | | | | | | Move some blob viewer stuff around without changing behavior See merge request !11358
| * Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concernsDouwe Maan2017-05-151-2/+2
| | | | | | | | max_size