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
path: root/app
AgeCommit message (Collapse)Author
2019-08-24Merge branch 'mc/bug/nplusone-pipelines-show' into 'master'Stan Hu
Preload tags when loading Ci::Pipeline Closes #60925 See merge request gitlab-org/gitlab-ce!32149
2019-08-24Merge branch '64764-fix-serverless-layout' into 'master'Fatih Acet
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
2019-08-24Merge branch ↵Tim Zallmann
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
2019-08-24Add a link to docs in project descriptionReuben Pereira
Add to the service and migration both.
2019-08-24Merge branch 'fe-fix-issuable-sidebar-icon-of-notification-disabled' into ↵Mike Greiling
'master' Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
2019-08-24Change misleading pipeline status tooltipScott Hampton
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
2019-08-24Merge branch '66402-use-visual-review-tools-npm-package' into 'master'Mike Greiling
Resolve "Use Visual Review Tools NPM package" See merge request gitlab-org/gitlab-ce!32159
2019-08-23Merge branch '66037-deployment-user' into 'master'Tim Zallmann
Return correct user for manual deployments See merge request gitlab-org/gitlab-ce!32004
2019-08-23Implement validation logic to ProjectStageAdam Hegyi
- Introducting StageEvents to define the available events - Define the event pairing rules, since some events are not compatible - Express default Cycle Analytics stages with the event structure
2019-08-23Move visual review toolbar to NPMshampton
Remove the visual review toolbar code in favor of using the NPM package.
2019-08-23Fix issuable sidebar icon of notification disabledPaul Slaughter
by adding the proper notification icon
2019-08-23Merge branch 'ce-jej/fix-sso-enforced-docker-registry-auth' into 'master'Kamil Trzciński
[CE backport] Enforced SSO shouldn't break container registry authentication See merge request gitlab-org/gitlab-ce!32110
2019-08-23Merge branch '57402-upate-issues-list-sort-options-ce' into 'master'Jan Provaznik
CE: Update sort options for issues list See merge request gitlab-org/gitlab-ce!31849
2019-08-23Preload tags when loading Ci::PipelineMatija Čupić
2019-08-23Merge branch 'master' into 'master'Stan Hu
Reduce dedup calls to gc only See merge request gitlab-org/gitlab-ce!32083
2019-08-23Hide duplicate board list while draggingWinnie Hellmann
2019-08-23Fix broken git clone box on wiki git access pageHimanshu Kapoor
Some CSS fixes to fix the position of the git clone box on the wiki git access page. This fix also includes fixes for various responsive states.
2019-08-23fix charts scroll handle iconLaura Montemayor
2019-08-23Merge branch 'optimise-build-queue-service' into 'master'Grzegorz Bizon
Optimise UpdateBuildQueueService Closes #66438 See merge request gitlab-org/gitlab-ce!32095
2019-08-23Update sort options for issues listAlexandru Croitor
Increase sort options for issues list from updated_at and create_at, to include more options close to what is required in actual issue list UI. This helps us to use REST API for issues list with sorting capabilities https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
2019-08-23Add logic for respecting browser DNT settingJeremy Jackson
2019-08-23Always pre-select "Start a new merge request"Denys Mishunov
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
2019-08-23Update GitHub CI/CD import page to use PAT onlyScott Hampton
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
2019-08-23Expose namespace storage statistics with GraphQLAlessio Caiazza
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
2019-08-22Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into ↵Lin Jen-Shin
'master' CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
2019-08-22Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
2019-08-22JwtController avoids activating session checksJames Edwards-Jones
This used without a session and issues a sessionless token, so we should avoid causing access checks based on the session.
2019-08-22Merge branch 'qa/issue-boards-e2e-tests' into 'master'Rémy Coutable
Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
2019-08-22Merge branch 'add_links_to_latest_pipelines' into 'master'Rémy Coutable
Issue #39099: Add links for latest pipelines Closes #50499 See merge request gitlab-org/gitlab-ce!20865
2019-08-22Merge branch 'avoid-race-condition-of-archive-trace-cron-worker' into 'master'Kamil Trzciński
Avoid conflicts between ArchiveTracesCronWorker and ArchiveTraceWorker See merge request gitlab-org/gitlab-ce!31376
2019-08-22Remove mergeTrain from FE since it's used only in EEIgor
2019-08-22Issue #39099: Add links for latest pipelinesAlex Ives
2019-08-22Extract logic who created deployment into Deployment#deployed_byKrasimir Angelov
Prefer the deployable user over the deployment user. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/66037.
2019-08-22Add `searchBy` helper & `SidebarItemEpicsSelect`Kushal Pandya
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
2019-08-22Optimise build queue serviceKamil Trzciński
This makes BuildQueueService to force refresh runners that are considered to have recent queue. Such runners are the ones that connected within online interval + time to expire runner cache.
2019-08-22Merge branch '66368-remove-unnecessary-check-in-mr-hook' into 'master'Jan Provaznik
Remove unneeded check for merge_request.project Closes #66368 See merge request gitlab-org/gitlab-ce!32086
2019-08-22Updated latest pipeline tag tooltip to be more descriptiveDimitrie Hoekstra
2019-08-22Merge branch ↵Kushal Pandya
'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
2019-08-22Remove unneeded check for merge_request.projectHeinrich Lee Yu
2019-08-22Reduce dedup calls to gc onlyBoris Krylov
2019-08-22Avoid conflicts between ArchiveTraceWorkersShinya Maeda
This commits avoiding conflicts between ArchiveTraceWorker and ArchiveTracesCronWorker by changing the target of the latter worker.
2019-08-22Add CSP nonce when handling JS viewsHeinrich Lee Yu
Prevents errors when we have CSP enabled
2019-08-21Merge branch 'refactor/notes-getters' into 'master'Paul Slaughter
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters Closes #65817 See merge request gitlab-org/gitlab-ce!31754
2019-08-21Handle namespaced modelsAlex Kalderimis
We encountered issues with setting module headers for namespaced models. These changes address this. We retain the namespacing, but transform the classnames to make them into safe email headers.
2019-08-21Backport: Issue sidebar trackingDonald Cook
Added snowplow event tracking to Edit buttons
2019-08-21Fixed tech debt of using custom componentNick Kipling
Changed the container registry to use the empty state component Removed the custom svg-component
2019-08-21Resolve "HTML code shown in merge request"Ezekiel Kigbo
- Fixes double escaped text in `mr_widget_rebase.vue`
2019-08-21Replace the area with time series where usedMiguel Rincon
- Replace in panel_type.vue - Replace in embed.vue - Port changes to support embed in 2 cols in large screens - Update specs
2019-08-21This commit adds a new time series componentMiguel Rincon
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
2019-08-21Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable
Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545