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 '63231-wiki-nav' into 'master'Phil Hughes
Fix header alignment on wiki and kubernetes pages Closes #63231 See merge request gitlab-org/gitlab-ce!29698
2019-06-18Merge branch 'bootstrap-to-glui' into 'master'Filipa Lacerda
Import bootstrap styles from gitlab-ui See merge request gitlab-org/gitlab-ce!26165
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-18Make KubernetesService readonlyJames Fargher
We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
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-17Import bootstrap styles from gitlab-uiSimon Knox
Use gitlab_ui.scss instead of all the bootstrap imports Allow the ../node_modules path from gitlab_ui.scss to resolve
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-17Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'Kushal Pandya
Make changes suggested by Pedro for UX See merge request gitlab-org/gitlab-ce!29324
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-14Fix header alignment on wiki and kubernetes pagesAnnabel Dunstone Gray
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-14Merge branch 'gt-fix-styling-for-pages-detail-page' into 'master'Filipa Lacerda
Fix styling for `app/assets/stylesheets/pages/detail_page.scss` Closes #59900 See merge request gitlab-org/gitlab-ce!26870
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-14Merge branch 'fix-sticky-tabs-position' into 'master'Phil Hughes
Update height of $mr-tabs-height See merge request gitlab-org/gitlab-ce!29619
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-13Remove unused selectorGeorge Tsiolis
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-13Update height of -tabs-heightAnnabel Dunstone Gray
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-12Apply improved styling based on UX feedbackSam Bigelow
- Only apply extra margins and borders between checkbox components - Change cursor to `not-allowed` when checkbox is disabled - Adjust handling of inline checkbox styling vs block