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-05-05Move quote-shortcut logic to MarkdownFielddm-markdown-field-textareaDouwe Maan
2019-05-05Remove GLForm from MarkdownFieldDouwe Maan
2019-05-05Move dropzone setup to MarkdownFieldDouwe Maan
2019-05-05Move autocomplete setup to MarkdownFieldDouwe Maan
2019-05-05Move Autosize logic to MarkdownFieldDouwe Maan
2019-05-05Move Autosave setup to MarkdownFieldDouwe Maan
2019-05-05Move toolbar button logic to MarkdownFieldDouwe Maan
2019-05-05Add MarkdownField focus and blur methodsDouwe Maan
2019-05-05Refactor MarkdownField preview renderingDouwe Maan
2019-05-05Replace MarkdownArea previewMarkdown boolean with modeDouwe Maan
2019-05-05Move textarea to MarkdownField componentDouwe Maan
2019-05-04Merge branch '59365-include-time-window-parameters-in-the-url-query-string' ↵Fatih Acet
into 'master' Resolve "Include time window parameters in the URL query string" Closes #59365 See merge request gitlab-org/gitlab-ce!27230
2019-05-03Merge branch '10763-track-uninstall-button-clicks-ce' into 'master'Filipa Lacerda
CE Backport of tracking uninstall button click See merge request gitlab-org/gitlab-ce!28012
2019-05-03Allow guests users to access project releasesKrasimir Angelov
This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e8412d. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
2019-05-03Internationalisation of reports directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-03Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
2019-05-03Internationalisation of javascript/s* directoriesBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-03Merge branch ↵Phil Hughes
'9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ce' into 'master' EE Backport to CE of EE!11151 See merge request gitlab-org/gitlab-ce!27824
2019-05-03Impove the performance of expanding full diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
2019-05-02CE-backport track uninstall button clicksEnrique Alcantara
2019-05-02Adds a way to start multiple manual jobs in stageMayra Cabrera
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-05-02Internationalisation of diff_note directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-02Internationalisation of pages directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-02Merge branch 'fix-ide-relative-url-bug' into 'master'Phil Hughes
Fix IDE get file data with '/' as relative root See merge request gitlab-org/gitlab-ce!27911
2019-05-02EE Backport to CE of Note Form EE DiffsSam Bigelow
This moves all EE Specific lines into the ee directory CE Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11151/commits?view=parallel
2019-05-02Internationalisation of merge_conflicts directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-02Internationalisation of javascript/t* directoriesBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-02Merge branch ↵Filipa Lacerda
'59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`" Closes #59898 See merge request gitlab-org/gitlab-ce!27647
2019-05-01Make time window parameters available in the query stringJose Vargas
This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
2019-05-01Internationalisation of notes directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Internationalisation of behaviors directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Internationalisation of board directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Internationalisation of filtered_search directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Resolve "Move EE differences for ↵Natalia Tepluhina
`app/assets/javascripts/notes/components/note_actions.vue`"
2019-05-01Extract discussion notes into new componentPaul Gascou-Vaillancourt
- Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
2019-05-01Merge branch 'fix-webpack-assets-relative-url-bug' into 'master'Phil Hughes
Fix webpack asset patch with '/' as relative root See merge request gitlab-org/gitlab-ce!27909
2019-05-01Internationalisation of raven directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Merge branch '10011-boards' into 'master'Kushal Pandya
Add isEE check in milestone See merge request gitlab-org/gitlab-ce!27814
2019-05-01Internationalisation of integrations directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-01Internationalisation of protected_tags directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30Internationalisation of u2f directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30Merge branch 'feat/sentry-environment' into 'master'Douglas Barbosa Alexandre
feat: add option to define the Sentry Environment See merge request gitlab-org/gitlab-ce!27091
2019-04-30Fix IDE get file data with '/' as relative rootPaul Slaughter
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
2019-04-30Internationalisation of projects directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya
refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
2019-04-30Merge branch 'js-i18n-ide' into 'master'Kushal Pandya
Internationalisation of ide directory See merge request gitlab-org/gitlab-ce!27680
2019-04-30Fix webpack asset patch with '/' as relative rootPaul Slaughter
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
2019-04-30Internationalisation of blob directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-30feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier