summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-131-1/+2
| |
* | Merge branch 'omega-submodules' into 'master'Robert Speicher2017-05-151-0/+13
|\ \ | |/ |/| | | | | Omega submodules See merge request !10797
| * submodule_links: Handle in-repository submodule urlsDavid Turner2017-05-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org>
* | Merge branch 'dz-project-list-cache-key' into 'master' Douwe Maan2017-05-121-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Improve project list cache key Closes #31863 See merge request !11325
| * | Change project list cache key to use route.cache_key instead of namespacedz-project-list-cache-keyDmitriy Zaporozhets2017-05-121-8/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add parent full path to project list cache keyDmitriy Zaporozhets2017-05-121-0/+6
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-121-2/+2
|\ \ | |/ |/| | | | | Autolink package names in Gemfile See merge request !11224
| * Fix specsDouwe Maan2017-05-101-2/+2
| |
* | Merge branch 'rs-sanitize-submodule-urls' into 'security'Douwe Maan2017-05-101-0/+12
| | | | | | | | | | | | Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
* | Use relative paths for group/project/user avatarsblackst0ne2017-05-102-7/+20
|/
* Merge request widget redesignFatih Acet2017-05-091-192/+0
|