summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Limiting search-field styling to search only47814-search-view-labelsDenys Mishunov2019-08-071-23/+38
| | | | | | - Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
* Increasing width of filter dropdownsMarcel van Remmerden2019-08-071-6/+11
|
* Updated Search JS handler to not use defaultLabelDenys Mishunov2019-08-071-6/+0
| | | | - Changelog entry
* Properly labelling fields on Search pageDenys Mishunov2019-08-071-0/+1
| | | | | Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
* Merge branch 'sh-support-csp-nonce' into 'master'Ash McKenzie2019-08-071-1/+6
|\ | | | | | | | | | | | | Add support for Content-Security-Policy Closes #65330 See merge request gitlab-org/gitlab-ce!31402
| * Add support for Content-Security-PolicyStan Hu2019-08-071-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A nonce-based Content-Security-Policy thwarts XSS attacks by allowing inline JavaScript to execute if the script nonce matches the header value. Rails 5.2 supports nonce-based Content-Security-Policy headers, so provide configuration to enable this and make it work. To support this, we need to change all `:javascript` HAML filters to the following form: ``` = javascript_tag nonce: true do :plain ... ``` We use `%script` throughout our HAML to store JSON and other text, but since this doesn't execute, browsers don't appear to block this content from being used and require the nonce value to be present.
* | Merge branch 'remove-peek-gc' into 'master'Stan Hu2019-08-061-6/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove GC metrics from performance bar Closes gitlab-org/quality/nightly#122 See merge request gitlab-org/gitlab-ce!31550
| * | Remove GC metrics from performance barSean McGivern2019-08-061-6/+0
| | | | | | | | | | | | | | | | | | These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
* | | Merge branch '64608-double-tooltips' into 'master'Annabel Dunstone Gray2019-08-062-13/+11
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Prevents showing 2 tooltips in pipelines Closes #64608 See merge request gitlab-org/gitlab-ce!31521
| * | Prevents showing 2 tooltips in pipelines64608-double-tooltipsFilipa Lacerda2019-08-062-13/+11
| |/ | | | | | | | | In pipeline's table two tooltips were being rendered With this change only one tooltip is trigerred on hover
* | Revert "Fixed comparing value to undefined"Natalia Tepluhina2019-08-062-3/+4
| | | | | | | | This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
* | Merge branch '65263-manual-action' into 'master'Kushal Pandya2019-08-062-3/+24
|\ \ | | | | | | | | | | | | | | | | | | Hides loading spinner after request Closes #65263 See merge request gitlab-org/gitlab-ce!31478
| * | Hides loading spinner after request65263-manual-actionFilipa Lacerda2019-08-062-3/+24
| | | | | | | | | | | | | | | | | | In the pipeline's actions, moves the request to the component to allow to manage the inner state properly
* | | Add actions dropdown to metrics chartsSimon Knox2019-08-062-19/+73
| | | | | | | | | | | | Added as EE backport
* | | Add note about refactoring to board_service.jsWinnie Hellmann2019-08-061-0/+5
| |/ |/|
* | Revert "Make status icon in merge widget borderless"Marcel van Remmerden2019-08-053-19/+10
| | | | | | | | This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
* | Removed external dashboard legend borderOlena Horal-Koretska2019-08-051-0/+2
| |
* | Merge branch ↵Clement Ho2019-08-052-5/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master' Fixed bug from extra parenthesis Closes #63474 See merge request gitlab-org/gitlab-ce!31479
| * | Fixed bug from extra parenthesis63474-applying-a-quick-action-does-not-show-the-correct-messageDonald Cook2019-08-052-5/+7
| | |
* | | Merge branch ↵Douwe Maan2019-08-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master' Remove visual review app feature flag See merge request gitlab-org/gitlab-ce!31429
| * | | Remove visual review app feature flag11467-remove-feature-flag-for-visual-review-app-button-ce-backportshampton2019-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the CE backport for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958 Now that we are confident with the visual review app link being there, we are removing the feature flag entirely.
* | | | Refactor passing props to jobs/index.jsAmmar Alakkad2019-08-051-9/+21
| |/ / |/| |
* | | Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ↵Thong Kuah2019-08-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
| * | | Allow Cert-Manager to be uninstalled60664-kubernetes-applications-uninstall-cert-managerTiger2019-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
* | | | Enhance style of the shared runners limitAmmar Alakkad2019-08-052-0/+6
| |_|/ |/| | | | | | | | It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
* | | Add support for deferred links in persistent user calloutsDennis Tang2019-08-052-2/+31
|/ / | | | | | | | | | | | | | | | | Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
* | Hide cluster details until cluster is createdMike Greiling2019-08-022-21/+47
| | | | | | | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* | Upgrade gitlab-ui to 5.12Enrique Alcántara2019-08-021-1/+0
| | | | | | | | - Also, include pikaday styles through gitlab-ui
* | Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-021-1/+4
|/ | | | | | | | | | | | | Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
* Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-0/+1
| | | | | | | Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
* Merge branch 'sh-fix-performance-bar-warnings' into 'master'Sean McGivern2019-08-021-1/+1
|\ | | | | | | | | | | | | Fix performance bar warnings when Rugged is disabled Closes #65491 See merge request gitlab-org/gitlab-ce!31395
| * Fix performance bar warnings when Rugged is disabledsh-fix-performance-bar-warningsStan Hu2019-08-011-1/+1
| | | | | | | | | | | | | | | | `detailed_metric.vue` was attempting to read the `duration` field even when the metric did not exist in the JSON payload. We now check for the existence of the metrics before attempting to display the value. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65491
* | Only render job sidebar block if it has contentMiranda Fluharty2019-08-021-5/+4
|/ | | | | | Change sidebar's renderBlock() to return true only if any of the block's <detail-row>s will be rendered Change block to render only if renderBlock() returns true
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-017-472/+19
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Jupyter fix hostname editing and remove extra load balancerAmit Rathi2019-08-011-0/+1
|
* Merge branch '62178-remove-manual-sorting-feature-flag' into 'master'Sean McGivern2019-08-011-1/+1
|\ | | | | | | | | Remove the manual sorting feature flag See merge request gitlab-org/gitlab-ce!30131
| * Remove manual_sorting flag from FE62178-remove-manual-sorting-feature-flagRajat Jain2019-07-311-1/+1
| |
* | Adds new tracking interface for snowplowJeremy Jackson2019-08-011-0/+67
|/ | | | | This will ultimately replace the stats.js that exists in EE.
* Add percentage rollout support to feature flag UI (CE)Nathan Friend2019-07-311-0/+1
| | | | | This commit updates the feature flags pages to includes support for the percentage rollout strategy.
* Port CE changes from EEcharlie ablett2019-07-311-3/+5
| | | | | - DB migration of board milestone values - issue finder & spec updates
* Allow knative do be uninstalled:João Cunha2019-07-311-1/+3
| | | | | | | | | | | | | | - After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
* Merge branch 'mg-update-icons-svg-import' into 'master'Kushal Pandya2019-07-312-1/+6
|\ | | | | | | | | Use file-loader for sprite icons within icon.vue See merge request gitlab-org/gitlab-ce!31257
| * Override icons.svg asset path with sprockets assetmg-update-icons-svg-importMike Greiling2019-07-291-0/+3
| |
| * Use file-loader to import icon spritesMike Greiling2019-07-291-1/+3
| |
* | Remove pdf.js deprecation warningssh-remove-pdfjs-deprecationsStan Hu2019-07-302-3/+3
| | | | | | | | | | | | | | | | 1. `page.getViewpoint()` now takes in JSON instead of an integer. 2. Promises are returned from loading and rendering tasks. See https://mozilla.github.io/pdf.js/examples/index.html for more details.
* | Remove line profiler from performance barSean McGivern2019-07-302-34/+0
| | | | | | | | | | | | | | | | | | 1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
* | Alerts dropdown to modal - CE1Simon Knox2019-07-292-1/+9
| |
* | Change qa-* class references to js-* for suggestionsTanya Pazitny2019-07-293-4/+4
| |
* | Change qa-* class references to js-* for squash-checkboxTanya Pazitny2019-07-291-1/+1
| |
* | Merge branch 'sh-add-cmaps-for-pdfjs' into 'master'Mike Greiling2019-07-291-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Make pdf.js render CJK characters Closes #62152 See merge request gitlab-org/gitlab-ce!31220