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-06-19Merge branch 'api-js-forked-projects' into 'master'Filipa Lacerda
Added forked projects API call function See merge request gitlab-org/gitlab-ce!29841
2019-06-19Resolve "Username availability checker breaks inline validation"Jiaan
2019-06-19Added forked projects API call functionPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
2019-06-18Merge branch 'chore/rename-variable-ce' into 'master'Mike Greiling
Rename TOKEN_TYPES to USER_TOKEN_TYPES See merge request gitlab-org/gitlab-ce!29785
2019-06-18Merge branch '59023-fix-web-ide-creating-branches-off-new-commits' into 'master'Phil Hughes
Fix IDE commit to use start_ref See merge request gitlab-org/gitlab-ce!29769
2019-06-18Merge branch ↵Phil Hughes
'63261-the-graphql-query-for-the-mr-popover-failes-on-the-frontend' into 'master' Resolve "The GraphQL query for the MR popover failes on the frontend" Closes #63261 See merge request gitlab-org/gitlab-ce!29712
2019-06-18Rename TOKEN_TYPES to USER_TOKEN_TYPESArun Kumar Mohan
2019-06-18Merge branch 'review-toolbar-data-addition-ce-backport' into 'master'Filipa Lacerda
Toolbar backport changes for CE See merge request gitlab-org/gitlab-ce!29758
2019-06-17Backport fix MR search by approversJustin Boyson
2019-06-17Merge branch 'visual-review-apps-fix-dropdown' into 'master'Mike Greiling
Move Dropdown to Stick to MR View App Button Closes gitlab-ee#12184 See merge request gitlab-org/gitlab-ce!29767
2019-06-17Fix IDE commit to use start_refPaul Slaughter
**Why?** The branch HEAD could be changed since the IDE was opened. This leads to user's unintentionally creating commits that overwrite other changes. https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
2019-06-17Move Dropdown to Stick to MR View App ButtonAndrew Fontaine
The dropdown of changed pages in the review app should be attached to the view app button. This moves it to the correct place. The Review App button is to the right of both of those.
2019-06-17Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern
Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
2019-06-17Merge branch 'ce-11981-show-merge-train-position' into 'master'Filipa Lacerda
CE backport for gitlab-org/gitlab-ee!14064: Add merge train position indicator See merge request gitlab-org/gitlab-ce!29561
2019-06-17Add merge train position message (CE)Nathan Friend
This commit adds an informational message under the pipeline block in the merge request widget that displays the current position of the merge request on the merge train.
2019-06-17Add backport linessarahghp
2019-06-17Fix plan stage queryGosia Ksionek
Fix plan stage query and the way it is displayed
2019-06-17Resolve "Docker registry date not accurate"Nick Kipling
2019-06-17Merge branch 'revert-3a50fc5d' into 'master'Filipa Lacerda
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'" See merge request gitlab-org/gitlab-ce!29684
2019-06-15Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' ↵Fatih Acet
into 'master' Resolve "Merge request tabs do not handle ctrl+click correctly" Closes #57813 See merge request gitlab-org/gitlab-ce!29506
2019-06-14Make IID string instead of ID in mr popover querySam Bigelow
2019-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
62966-embed-zoom-call-in-issue-mvc
2019-06-14Merge branch 'diff-suggestions-popover' into 'master'Filipa Lacerda
Added diff suggestion popover Closes #56523 See merge request gitlab-org/gitlab-ce!29473
2019-06-14Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt
- Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
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-14Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"Kamil Trzciński
This reverts merge request !26853
2019-06-14Added diff suggestion popoverPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-14Update class namesFilipa Lacerda
2019-06-14Fix missing deployment rockets in monitor dashboardDhiraj Bodicherla
Fixed inconsistencies in variable names for deployment endpoints for monitoring dashboard which causes deployment rocket icons to disappear
2019-06-14Merge branch 'fix-flyout-navs' into 'master'Phil Hughes
Fix sidebar flyout navigation See merge request gitlab-org/gitlab-ce!29571
2019-06-14Exclude preexisting lint issues for i18nThong Kuah
This was done in an MR pre https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26789
2019-06-14Breakup first passSarah Groff Hennigh-Palermo
It has a lot of files because that's the point
2019-06-14Use scoped routes for labels and milestonesDmitriy Zaporozhets
Update frontend code to use /-/ scope for milestones and labels routes Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
2019-06-13Adds specs and changelog - squashFilipa Lacerda
2019-06-13Click file row in repository Vue app to view filePhil Hughes
2019-06-13Fix sidebar flyout navigationLuke Bennett
Show flyout nav for active item when collapsed.
2019-06-12Allow command and control click to work on MR tabsSam Bigelow
2019-06-12Remove the grafana_dashboard_link feature flagReuben Pereira
2019-06-12Merge branch 'sh-fix-resolve-button-not-available' into 'master'Fatih Acet
Fix "Resolve conflicts" button not appearing for some users Closes #47954 See merge request gitlab-org/gitlab-ce!29535
2019-06-12Merge branch 'prom-api-3' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-3 Closes #58516 See merge request gitlab-org/gitlab-ce!29280
2019-06-12Merge branch 'prom-api-2' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-2 See merge request gitlab-org/gitlab-ce!29226
2019-06-12Extract ide_status_list from ide_status_barPaul Slaughter
**Why?** The ide_status_list will be used and extended in EE.
2019-06-12Adds margins to the section linesFilipa Lacerda
2019-06-12Merge branch '59651-remove-unnecessary-decimal-places-on-chart-axes' into ↵Phil Hughes
'master' Resolve "Remove unnecessary decimal places on chart axes" Closes #59651 See merge request gitlab-org/gitlab-ce!29468
2019-06-12Moves JS into the vue componentFilipa Lacerda
2019-06-12Merge branch '62788-clean-up-pagination' into 'master'Phil Hughes
Moves table pagination component Closes #62788 See merge request gitlab-org/gitlab-ce!29543
2019-06-12Strip trailing decimal zeros from Metrics axisSimon Knox
2019-06-12Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074
2019-06-12Merge branch '9186-implement-atmtwps-state-to-mr-widget' into 'master'Filipa Lacerda
CE backport for gitlab-org/gitlab-ee!12156: Update the merge request widget's "Merge" button to support merge trains See merge request gitlab-org/gitlab-ce!27594