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
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-29Make it harder to delete issuables accidentallyStan Hu
Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
2019-08-21Backport: Issue sidebar trackingDonald Cook
Added snowplow event tracking to Edit buttons
2019-08-12Fix conflict warning being incorrectly displayedHeinrich Lee Yu
Hide warning when update request is in progress
2019-08-08Disable vue-i18n for non-autofix filesEzekiel Kigbo
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.
2019-07-17Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam
remove frontend spec unnecessary tests
2019-07-16Fix broken vue i18n stringsAndré Luís
2019-06-25Vue-i18n: app/assets/javascripts/issue_show directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/issue_show directory
2019-06-14Add Join meeting button to Issues with Zoom linksSimon Knox
Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-03Backport EE MRWalmyr Lima
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13913
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-04-05Rewrite related MRs widget with VueFatih Acet
This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
2019-03-26Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
2019-02-07Add fast tasklist support to MR tasklistFatih Acet
Also adds specs and fixes existing specs
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-02-02lockVersion should be required false and default 0Fatih Acet
2019-01-31Stop closing issue edit form in error stateFatih Acet
2019-01-31Address review comments and fix commented specFatih Acet
2019-01-31Some cleanup and improvements on frontent logicFatih Acet
2019-01-31Add missing specs.Fatih Acet
2019-01-31Add new spec for updateStoreState methodFatih Acet
2019-01-31Fix failing specs and lint errors.Fatih Acet
2019-01-31Handle tasklist update failed in app componentFatih Acet
2019-01-31Fix data coming down to error handler of tasklistFatih Acet
2019-01-31Pass tasklist lock versionBrett Walker
receive data on when there is a conflict
2019-01-31Show error message from backendFatih Acet
2019-01-31Accept lockVersion as a prop and add to storeFatih Acet
2019-01-28Prevent unload when Recaptcha is openRajat Jain
2018-11-20Prettify all the thingsMike Greiling
2018-10-10Prettify issue_show and jobs modulesMike Greiling
2018-10-05Adding qa-selectors for e2e testsRamya Authappan
2018-10-01Merge branch 'security-acet-issue-details' into 'master'Bob Van Landuyt
[master] Fix XSS on Issue details page. See merge request gitlab/gitlabhq!2468
2018-09-25Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre
CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
2018-09-24Bacport FE changes from Closing EpicsJarka Košanová
Backport of js and vue files from closing epics
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>