Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-05Improve diff navigation headerSam Bigelow
- Compare versions header is full width except in the unified diff mode with no tree sidebar - Bar is always full width, but the content within stays centered when unified and no tree sidebar - File header is the same height as the "Compare versions header" - aligns with the design system grid guidelines => 56px - Diff file headers use a button group, switch icon order to open file externally being the last option, all buttons will become icon buttons (icon delivery by @dimitrieh) - If a file header becomes sticky no rounded corner/double border problem is visible anymore
2019-03-29Scroll to diff file when clicking on file nameSam Bigelow
- Add an ID to the diff content - handle clicking on file name in diffFileHeader when it is not a link to another page but rather a link to an element on the page
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-02-21Remove convertPermissionToBoolean() from common_utils.jsWinnie Hellmann
2019-02-13CE Port of fix for roadmap forward timeline scrollConstance Okoghenun
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9530
2019-02-04Handle window and container resize eventsAdriel Santiago
Resizes metrics graph on window and sidebard width changes
2019-01-31Support for ignore rules in 'convertObjectPropsToCamelCase' helperKushal Pandya
Does following enhancements to `convertObjectPropsToCamelCase` helper; - Adds support for `dropKeys` within options param to discard properties. - Adds support for `allowKeys` within options param to skip converting property names.
2019-01-15Make parseBoolean idempotentWinnie Hellmann
2019-01-15Generate searchable JSDoc documentationWinnie Hellmann
2019-01-08Add support for `offset` values in `isInViewport`Kushal Pandya
2018-12-08Resolve "Navigating unresolved discussions on Merge Request page"André Luís
2018-11-27Add parseBoolean helper functionWinnie Hellmann
2018-11-20Resolve "The reply shortcut can add any text of the page to the "comment" ↵Thomas Pathier
text area"
2018-10-03Added file tree to merge request diffsPhil Hughes
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-10-02circumvent browser cache on browser back navigationJohann Hubert Sonntagbauer
2018-09-20Resolve "Link to file in Changes tab of MR no longer works for all files ↵André Luís
after incremental rendering improvement"
2018-09-07Merge branch 'boards-querystring-backport' into 'master'Tim Zallmann
don't add trailing = when in urlParamsToArray function See merge request gitlab-org/gitlab-ce!21179
2018-09-03Adds Vuex store for the job log page🌴🌴 Filipa Lacerda - OOO back on September 17th 🌴🌴
2018-08-28don't add trailing = when in urlParamsToArray functionSimon Knox
2018-07-24Add `roundOffFloat` helper methodKushal Pandya
2018-06-27Resolve "Copying ordered list to new comment becomes unordered"Jan Beckmann
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-06-05create favicon overlay on the clientAlexis Reigel
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-05fix resetFavicon so that it actually resetsAlexis Reigel
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-04-03Refactor discussions/notes codeJan Provaznik
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-02Add support for query params for labels endpointKushal Pandya
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2018-02-07Add `convertObjectPropsToCamelCase` helper methodKushal Pandya
2018-02-01remove useless ajaxPost methodPhil Hughes
2018-01-31fixed eslint :see_no_evil:Phil Hughes
2018-01-31Merge branch 'master' into ph-axios-2Phil Hughes
2018-01-31Use axios instead of jquery ajax for setCiStatusFaviconClement Ho
2018-01-31Converted common_utils to axiosPhil Hughes
2018-01-03Switch issue_show to AxiosEric Eastwood
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-11-28Fix issue comment submit button disabled on GFM pasteEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373 When copying some text from another note and paste, it goes through `copy_as_gfm` `paste` handler that calls `e.preventDefault()` which stops things. But then when inserting the text, we manually trigger an `input` event with jQuery which doesn't seem to be picked up by Vue `v-model`. Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
2017-11-23Improve environments performanceFilipa Lacerda
2017-11-14Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-10-12Add ability to pass class name to spriteIcon helperClement Ho
2017-10-11Cleanup data-page attribute after each Karma testEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
2017-09-29Fixed anchored content not being scrolled into viewPhil Hughes
Correctly scrolls anchored content into view when the user loads the page. This is most obvious when the user loads a link note in a merge request & the page does not scroll down to the note. Closes #38326
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-09-18Exports all the methods in the same placeFilipa Lacerda