Commit Graph

155 Commits

Author SHA1 Message Date
Mike Greiling f666026d71
Prettify all spec files 2018-10-17 11:18:17 -05:00
Johann Hubert Sonntagbauer 6f5723a169 enable jasmine/new-line-before-expect 2018-10-17 06:57:29 +02:00
Johann Hubert Sonntagbauer 0fd203ba24 enable jasmine/no-promise-without-done-fail 2018-10-16 21:31:16 +02:00
Mike Greiling da4f77957c Merge branch '51712-prefer-jasmine-matcher' into 'master'
4. enable jasmine/prefer-jasmine-matcher

See merge request gitlab-org/gitlab-ce!22236
2018-10-11 21:55:03 +00:00
Johann Hubert Sonntagbauer db4c1f665f enable jasmine/prefer-jasmine-matcher 2018-10-09 20:30:03 +02:00
Johann Hubert Sonntagbauer 2a76e04091 enable jasmine/new-line-between-declarations 2018-10-09 19:01:49 +02:00
Jan Beckmann ceafbbd317 Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to add references" 2018-10-02 13:59:42 +00:00
Mike Greiling 1f177a385d
Upgrade eslint-plugin-jasmine and resolve violations 2018-09-20 02:40:18 -05:00
Mike Greiling 08c3920ce1
Move findAndFollowLink to lib/utils 2018-09-18 14:43:46 -05:00
Martin Wortschack 03ab130e4b Resolve "Create new project: Re-add project name field" 2018-09-08 06:03:00 +00:00
Mike Greiling d66d548ce2 Merge branch '50527-forward-to-chrome-69' into 'master'
Forward build image to use Chrome 69

Closes #50527

See merge request gitlab-org/gitlab-ce!21586
2018-09-07 20:38:52 +00:00
Tim Zallmann 44cb8a7407 Merge branch 'boards-querystring-backport' into 'master'
don't add trailing = when in urlParamsToArray function

See merge request gitlab-org/gitlab-ce!21179
2018-09-07 10:20:27 +00:00
Lukas Eipert b743c35df9
adjust test fixture for favicon with overlay
It seems like Chrome > 67 has changed the way how canvas works
and therefore the resulting data URL from combining two images
changed subtly, even thpugh the visuals are almost the same.
2018-09-07 10:55:10 +02:00
🌴🌴 Filipa Lacerda - OOO back on September 17th 🌴🌴 55582b4359 Adds Vuex store for the job log page 2018-09-03 07:49:52 +00:00
Simon Knox 8a5121eb8e don't add trailing = when in urlParamsToArray function 2018-08-29 06:28:06 +10:00
Paul Slaughter fbfe04401d Add vanilla JS avatar_helper and update existing avatar helpers 2018-08-01 19:43:50 +00:00
Filipa Lacerda 49948c1ff6
Changes poll.js to keep polling on any 2xx http status code 2018-07-30 15:44:01 +01:00
Kushal Pandya b487881494 Add `roundOffFloat` helper method 2018-07-24 12:58:08 +05:30
Felipe Artur 3e66795ef1 Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
gfyoung bce890820f Enable no-restricted-globals in JS files 2018-06-15 15:58:27 +00:00
Douwe Maan 290ca339ad Merge branch 'feature/customizable-favicon' into 'master'
Customizable favicon

Closes #15661

See merge request gitlab-org/gitlab-ce!14497
2018-06-07 16:54:41 +00:00
Phil Hughes 132db99a5b
fixed karma 2018-06-07 15:11:10 +01:00
Phil Hughes 02a2ca6ae4
Fixes IDE button on merge requests not working with relative URL config
Closes #46438
2018-06-07 14:47:09 +01:00
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
Alexis Reigel 5202c3f0c8
fix resetFavicon so that it actually resets 2018-06-05 16:20:21 +02:00
Clement Ho 30bc82f68b Revert "Merge branch '46833-sticky-polyfill' into 'master'"
This reverts merge request !19304
2018-06-01 16:41:50 +00:00
Paul Slaughter 399e1e83c0 Update position sticky polyfill 2018-06-01 16:24:56 +00:00
Olivier Gonzalez b12d6546af Add pass through to stripHtml for undefined and null inputs 2018-05-03 08:25:22 +00:00
Mike Greiling 8fa0aeb880
fix illegal references to "this" in module context 2018-04-23 00:54:20 -05:00
Mike Greiling 704e866134
fix more instances of "import *" with spyOnDependency 2018-04-23 00:54:20 -05:00
Jose Ivan Vargas 146954d0bb UX Adjustments for the prometheus dashboard 2018-04-06 14:37:46 -05:00
Simon Knox 44fce0b0fd Resolve "Loss of input text on comments after preview" 2018-03-20 17:02:41 +00:00
Kushal Pandya e4ec50b70b Add support for query params for labels endpoint 2018-03-02 23:29:39 +05:30
Kushal Pandya 3976368808 Add `convertObjectPropsToCamelCase` helper method 2018-02-07 21:32:38 +05:30
Kushal Pandya 99a5c4b932 Add `convertToCamelCase` helper method 2018-02-07 19:00:11 +05:30
Phil Hughes 4377b4795f
remove useless ajaxPost method 2018-02-01 09:14:53 +00:00
Phil Hughes a3356bce09
fixed eslint 🙈 2018-01-31 15:48:12 +00:00
Phil Hughes 5d88e736ac
Merge branch 'master' into ph-axios-2 2018-01-31 15:45:02 +00:00
Clement Ho 2f1a55fa4e Use axios instead of jquery ajax for setCiStatusFavicon 2018-01-31 15:24:54 +00:00
Phil Hughes 7bd66940d9
fixed eslint 2018-01-31 15:12:10 +00:00
Phil Hughes 641f1d2c4b
Converted common_utils to axios 2018-01-31 10:14:55 +00:00
Phil Hughes ae401d03d3
Converted ajax_cache to axios 2018-01-31 09:58:14 +00:00
Phil Hughes e0b4d919cd
spec fixes after API axios change 2018-01-30 09:12:56 +00:00
Tim Zallmann e79db43d2c WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
Filipa Lacerda f6e339141d
Backport of methods and components added in EBackport of methods and components added in EEE 2018-01-03 21:03:39 +00:00
Winnie Hellmann 1109a5cea4 Move dateTickFormat to separate module 2017-12-18 11:13:41 +01:00
Clement Ho c4c06a33f9 Fix transient error in pikadayToString 2017-12-05 22:40:42 +00:00
Fatih Acet f8de23e626 Merge branch 'backport-add-epic-sidebar' into 'master'
Backport of add-epic-sidebar

See merge request gitlab-org/gitlab-ce!15335
2017-11-27 20:21:53 +00:00
Filipa Lacerda 4563156256 Improve environments performance 2017-11-23 12:04:03 +00:00
Clement Ho cd0ae8541c Merge branch 'master' into 'backport-add-epic-sidebar'
# Conflicts:
#   app/assets/javascripts/lib/utils/text_utility.js
2017-11-15 22:23:10 +00:00