summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Make pdf.js render CJK characterssh-add-cmaps-for-pdfjsStan Hu2019-07-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
* | | Merge branch 'sh-fix-pdfjs-page-ordering' into 'master'Mike Greiling2019-07-292-9/+11
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Fix pdf.js rendering pages in the wrong order Closes #64467 See merge request gitlab-org/gitlab-ce!31222
| * | Simplify pdf.js logicsh-fix-pdfjs-page-orderingLukas Eipert2019-07-292-15/+11
| | | | | | | | | | | | | | | Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.
| * | Fix pdf.js rendering pages in the wrong orderStan Hu2019-07-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | There was an implicit assumption that the pages returned from the Promise of `pdf.getPage(num)` would return in order, but no such guarantee exists. To handle this, we explicitly set which array index based on the page number and then trigger a Vue update via `splice`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64467
* | | Merge branch 'remove-peek-pg' into 'master'Stan Hu2019-07-292-10/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Replace peek-pg with our own implementation Closes #44441 See merge request gitlab-org/gitlab-ce!31187
| * | | Replace peek-pg with our own implementationremove-peek-pgSean McGivern2019-07-262-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses an ActiveRecord subscriber to get queries and calculate the total query time from that. This means that the total will always be consistent with the queries in the table. It does however mean that we could potentially miss some queries that don't go through ActiveRecord. Making this change also allows us to unify the response JSON a little bit, making the frontend slightly simpler as a result.
* | | | Add MR form to runtime Visual Review configurationSarah Groff Hennigh-Palermo2019-07-2919-271/+586
| |/ / |/| | | | | | | | | | | | | | | | | | | | * adds the ability to enter a merge request ID directly into the toolbar, * adds the option to save the ID to `localStorage` (as with the token), * adds a link to change the ID once entered * adds some more explanatory errors for 401 & 404 * saves the comment to session storage if the user navigates away without posting it
* | | Add Job specific variablesMatija Čupić2019-07-295-5/+236
| | | | | | | | | | | | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* | | Merge branch ↵Kushal Pandya2019-07-292-7/+67
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blue' into 'master' Resolve "Add color selector for broadcast messages" Closes #61787 See merge request gitlab-org/gitlab-ce!30988
| * | Add default colors for broadcast messages61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blueAmmar Alakkad2019-07-261-7/+42
| | |
| * | Add color utils with relevant testsAmmar Alakkad2019-07-261-0/+25
| |/
* | Adding changes to CE from EETomislav Nikic2019-07-274-4/+8
| | | | | | | | | | All the changes done to files that are also inside CE and need to be ported.
* | (CE Port) Add MR table component for Productivity AnalyticsMartin Wortschack2019-07-262-0/+17
|/
* Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-267-19/+472
| | | | It will be hooked up to the markdown editor later
* Update namespace label text for managed clustersJacques Erasmus2019-07-253-0/+39
| | | | Added the ability to update the namespace label text for gitlab-managed