summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Export code as ES6 modules38869-milestoneFilipa Lacerda2017-11-209-207/+175
|
* Merge branch '39497-inline-edit-issue-on-mobile' into 'master'Annabel Dunstone Gray2017-11-203-63/+86
|\ | | | | | | | | | | | | Add inline editing to issues on mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438
| * Add inline editing to issues on mobileEric Eastwood2017-11-183-63/+86
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
* | Align retry button with job title with new grid sizeFilipa Lacerda2017-11-201-0/+1
| |
* | Merge branch '39167-async-boards-sidebar' into 'master'Sean McGivern2017-11-2011-77/+107
|\ \ | | | | | | | | | | | | | | | | | | Make Issue Boards sidebar subscriptions async Closes #39167 and #40094 See merge request gitlab-org/gitlab-ce!15364
| * | Async notification subscriptions in issue boardsEric Eastwood2017-11-2011-77/+107
| | |
* | | Remove pretty time from main.jsFilipa Lacerda2017-11-201-1/+0
| | |
* | | Merge branch '38451-fe-sprite-icons-vue-component' into 'master'Annabel Dunstone Gray2017-11-201-4/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Update Icons Documentation about Icon Vue Component Closes #38451 See merge request gitlab-org/gitlab-ce!15171
| * | Added + Updated Document for Vue ComponentTim Zallmann2017-11-161-4/+3
| | |
* | | Use axios instead of vue resource - step 1Filipa Lacerda2017-11-205-19/+30
| | |
* | | Hide log size in mobileFilipa Lacerda2017-11-201-6/+7
| | |
* | | moved magic number into variablesimproved-changes-dropdownPhil Hughes2017-11-171-1/+2
| | |
* | | changed text color of pathPhil Hughes2017-11-171-0/+1
| | |
* | | updated dropdown widthPhil Hughes2017-11-171-1/+1
| | |
* | | updated to use new sprite iconsPhil Hughes2017-11-171-0/+2
| | |
* | | Improved the design of the changed files dropdownPhil Hughes2017-11-172-5/+29
| | | | | | | | | | | | Closes #36687
* | | Exports a couple of project related code as es6 modulesFilipa Lacerda2017-11-178-311/+272
| | |
* | | Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett2017-11-166-54/+90
|/ /
* | Backport delete epic changesbackport-delete-epicClement Ho2017-11-155-6/+40
|/
* Merge branch 'update-emoji-digests-with-latest-from-gemojione' into 'master'Filipa Lacerda2017-11-158-1031/+1058
|\ | | | | | | | | | | | | Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390
| * Move :gay_pride_flag: to flags categoryupdate-emoji-digests-with-latest-from-gemojioneEric Eastwood2017-11-152-2/+0
| |
| * Add rainbow_flag to emoji support mapEric Eastwood2017-11-152-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
| * Regenerate emoji digests with latest gemojioneEric Eastwood2017-11-148-1025/+1029
| |
* | Truncate tree to max 1,000 items and display notice to usersDrew Blessing2017-11-151-1/+6
| | | | | | | | | | | | | | | | Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
* | Merge branch 'ce-backport-39009-fix-approvals-showing-up-in-empty-mr-widget' ↵Phil Hughes2017-11-151-1/+1
|\ \ | | | | | | | | | | | | | | | | | | into 'master' Remove approvals when in empty MR widget state -- CE backport See merge request gitlab-org/gitlab-ce!15362
| * | Backport spec changes from EE remove approvals in empty statece-backport-39009-fix-approvals-showing-up-in-empty-mr-widgetEric Eastwood2017-11-131-1/+1
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3376
* | | 40161 Remove extra margin from wordmark in header40161-extra-margin-on-svg-logo-in-headertauriedavis2017-11-141-1/+1
| |/ |/|
* | Merge branch 'fix-typo' into 'master'Annabel Dunstone Gray2017-11-141-1/+1
|\ \ | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!15358
| * | Fix typofix-typoClement Ho2017-11-131-1/+1
| | |
* | | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-144-114/+180
| | |
* | | Merge branch 'enable-scss-lint-unnecessary-mantissa' into 'master'Clement Ho2017-11-144-9/+9
|\ \ \ | | | | | | | | | | | | | | | | Enable UnnecessaryMantissa in scss-lint See merge request gitlab-org/gitlab-ce!15255
| * | | Enable UnnecessaryMantissa in scss-lintTakuya Noguchi2017-11-094-9/+9
| | | |
* | | | Merge branch '40092-fix-cluster-size' into 'master'Tim Zallmann2017-11-142-1/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Formats bytes to human readable number in registry table See merge request gitlab-org/gitlab-ce!15359
| * | | | Formats bytes to human reabale number in registry table40092-fix-cluster-sizeFilipa Lacerda2017-11-132-1/+34
| | |/ / | |/| |
* | | | Merge branch 'slack_landing_page-ce-backport' into 'master'Jacob Schatz2017-11-145-0/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | slack landing page ce backport See merge request gitlab-org/gitlab-ce!15354
| * | | | backport popup varsslack_landing_page-ce-backportLuke "Jared" Bennett2017-11-131-0/+7
| | | | |
| * | | | url_utility and style backportLuke "Jared" Bennett2017-11-134-0/+48
| |/ / /
* | | | Merge branch '38869-project' into 'master'Phil Hughes2017-11-145-164/+142
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Export project, projectAvatar and projectImport as ES6 modules See merge request gitlab-org/gitlab-ce!15355
| * | | | Export project, projectAvatar and projectImport as ES6 modules38869-projectFilipa Lacerda2017-11-135-164/+142
| |/ / /
* | | | Merge branch 'bvl-refresh-member-listing-on-removal' into 'master'Tim Zallmann2017-11-131-12/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Don't perform a JS request when deleting a membership. Closes #39933 and #31720 See merge request gitlab-org/gitlab-ce!15344
| * | | Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removalBob Van Landuyt2017-11-131-12/+0
| | | |
* | | | Merge branch '3615-improve-welcome-screen' into 'master'Tim Zallmann2017-11-131-16/+58
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Reorganize landing page for new users See merge request gitlab-org/gitlab-ce!15191
| * | | Use flexbox instead of bootstrap columns3615-improve-welcome-screenAnnabel Dunstone Gray2017-11-081-1/+21
| | | |
| * | | Add mobile stylesAnnabel Dunstone Gray2017-11-081-4/+15
| | | |
| * | | Reorganize landing page for new usersAnnabel Dunstone Gray2017-11-081-18/+29
| | |/ | |/|
* | | fix to allow integer label refernceshaseeb2017-11-131-1/+2
| | |
* | | Merge branch 'multi-editor-store-specs' into 'master'Filipa Lacerda2017-11-132-6/+6
|\ \ \ | | | | | | | | | | | | | | | | Added tests to multi-file Vuex store See merge request gitlab-org/gitlab-ce!15147
| * | | added missing specsmulti-editor-store-specsPhil Hughes2017-11-101-1/+1
| | | |
| * | | test updatesPhil Hughes2017-11-101-1/+1
| | | |
| * | | Added tests to multi-file Vuex storePhil Hughes2017-11-101-4/+4
| | |/ | |/|