summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-storePaul Slaughter2019-08-112-3/+3
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Export mr_notes module as function - Update specs refs of mr_notes/stores to factory EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15097
* | | | | | | | Add kbd shortcuts for discussion navigationSam Bigelow2019-08-124-10/+71
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* | | | | | | Update karma for new expansion cell markupAndré Luís2019-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
* | | | | | | Replace ... with new expansion optionsSamantha Ming2019-08-1013-102/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* | | | | | | Split MR widget into cached and non-cached serializersIgor2019-08-093-48/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
* | | | | | | Remove gfm_embed_metrics flag from BETristan Read2019-08-091-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
* | | | | | | Adds button to download metrics data as csvLaura Montemayor2019-08-096-4/+41
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
* | | | | | Add repo-refs control for search pageminghuan lei2019-08-093-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | - only in blobs result
* | | | | | Merge branch 'fix-job-log-formatting' into 'master'Filipa Lacerda2019-08-091-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix job log where spans were displayed in block Closes #65686 See merge request gitlab-org/gitlab-ce!31674
| * | | | | | Fix job log where spans were displayed in blockfix-job-log-formattingFabio Pitino2019-08-091-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary, not ideal, solution but it fixes the main issue that the customer are complaining about, which is that color changes are broken down in several lines which makes the log not readable.
* | | | | | | Improve layout of dropdowns in metrics pageMiguel Rincon2019-08-092-102/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure layout works on xs and sm screens Add check in case buttons are not present Apply Prettier to file Remove unused class and div, reduce margins
* | | | | | | Resolve "Add tooltip to improve clarity of "detached" label/state in the ↵Nick Kipling2019-08-091-1/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | merge request pipeline"
* | | | | | Merge branch 'visual-review-tools-constant-storage-keys' into 'master'Paul Slaughter2019-08-098-16/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual review app gitlab storage keys See merge request gitlab-org/gitlab-ce!31427
| * | | | | | Visual review app gitlab storage keysvisual-review-tools-constant-storage-keysshampton2019-08-028-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move away from using generic LocalStorage and SessionStorage keys which could be used by the customer for their own application.
* | | | | | | Shrink size of please register or sign in boxMarcel van Remmerden2019-08-091-1/+1
| | | | | | |
* | | | | | | Revert "Merge branch ↵Winnie Hellmann2019-08-091-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '4221-board-milestone-should-persist-any-none-properly-ce' into 'master'" This reverts merge request !30613
* | | | | | | Remove duplicate button to add new metricsMiguel Rincon2019-08-091-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove "new metrics" duplicated button and replace with a message - Replace css with utility classes in the prometheus metrics view - Remove unused css
* | | | | | | Merge branch 'no-oxygen' into 'master'Annabel Dunstone Gray2019-08-081-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Replace Oxygen-Sans with Noto Sans font on visual_review_toolbar See merge request gitlab-org/gitlab-ce!31561
| * | | | | | Prefer Noto Sans fontAlexander Oleynikov2019-08-071-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '63181-collapsible-line' into 'master'Kushal Pandya2019-08-081-14/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
| * | | | | | Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-071-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* | | | | | | FE for group level Cycle AnalyticsBrandon Labuschagne2019-08-082-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
* | | | | | | Merge branch '62609-test-summary-loading-spinner-is-too-large' into 'master'Mike Greiling2019-08-082-2/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust size and align MR-widget loading icon Closes #62609 See merge request gitlab-org/gitlab-ce!31503
| * | | | | | | Adjust size and align MR-widget loading icon62609-test-summary-loading-spinner-is-too-largeDave Pisek2019-08-072-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change within gitlab-ui introduced a new size (24x24) and changed also some of the existing sizes. This commit uses the loading-icon's new size (24x24) to bring it to the same dimensions as the status-icon and applies some styling to vertically align them.
* | | | | | | | Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-0845-14/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* | | | | | | | Merge branch '20137-starrers' into 'master'Stan Hu2019-08-084-37/+111
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690
| * | | | | | | | Fix star count link after clicking star/unstar buttonCamil Staps2019-08-071-1/+1
| | | | | | | | |
| * | | | | | | | Add "Starred projects" tab to user overviewCamil Staps2019-08-071-1/+1
| | | | | | | | |
| * | | | | | | | Add starring date to overview of starrersCamil Staps2019-08-071-3/+7
| | | | | | | | |
| * | | | | | | | 4-column table layout for starrers viewCamil Staps2019-08-071-0/+5
| | | | | | | | |
| * | | | | | | | Add /starrers view for projectsCamil Staps2019-08-072-35/+100
| | | | | | | | |
* | | | | | | | | Simplify getTimeDiff functionSimon Knox2019-08-086-58/+67
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Pass keyname instead of translated string
* | | | | | | | Do not persist notes filter when auto-switchingHeinrich Lee Yu2019-08-073-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
* | | | | | | | Merge branch '65705-two-buttons' into 'master'Kushal Pandya2019-08-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes duplicate button from job log page Closes #65705 See merge request gitlab-org/gitlab-ce!31544
| * | | | | | | | Removes duplicate button65705-two-buttonsFilipa Lacerda2019-08-061-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents manual action button from being rendered twice in the job log empty state
* | | | | | | | 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
| |/ / / / |/| | | |