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-03-20Merge branch '59057-buttons-on-top-from-a-user-profile-page-on-mobile' into ↵Fatih Acet
'master' Improve mobile UI on User Profile page Closes #59057 See merge request gitlab-org/gitlab-ce!26240
2019-03-20Merge branch 'winh-replty-to-comment-tooltip' into 'master'Clement Ho
Move reply to comment tooltip to the top Closes #59198 See merge request gitlab-org/gitlab-ce!26366
2019-03-20Update pipeline list viewNathan Friend
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
2019-03-20Move reply to comment tooltip to the topWinnie Hellmann
2019-03-20Implement multi-line suggestions filteringOswaldo Ferreira
Implements the filtering logic for `suggestion:-x+y` syntax.
2019-03-20Merge branch ↵Fatih Acet
'6774-admin-dashboard-users-statistics-link-should-be-placed-differently' into 'master' Backport of Admin Dashboard "Users Statistics" link should be placed differently See merge request gitlab-org/gitlab-ce!26192
2019-03-20Update job detail sidebar for post-merge pipelinesNathan Friend
This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
2019-03-20Prevent namespace dropdown in new project form from exceeding containerDennis Tang
2019-03-20Merge branch '58883-fix-fetching-comments' into 'master'Fatih Acet
Initialize discussionFilter after notesApp Closes #58883 See merge request gitlab-org/gitlab-ce!26092
2019-03-20Merge branch '10533-blank-css' into 'master'Phil Hughes
Removes EE differences for blank.scss Closes gitlab-ee#10533 See merge request gitlab-org/gitlab-ce!26354
2019-03-20Merge branch '10532-common-css' into 'master'Phil Hughes
Removes EE differences from common.scss Closes gitlab-ee#10532 See merge request gitlab-org/gitlab-ce!26352
2019-03-20Reset top position overridden by global button svg styleDennis Tang
2019-03-20Merge branch '10520-builds-css' into 'master'Phil Hughes
Removes EE differences for builds.css Closes gitlab-ee#10520 See merge request gitlab-org/gitlab-ce!26351
2019-03-20Merge branch '10517-pipelines-css' into 'master'Phil Hughes
Removes EE differences for pipelines.scss Closes gitlab-ee#10517 See merge request gitlab-org/gitlab-ce!26350
2019-03-20CE backport of forcing sending notifications to saml provided emailGosia Ksionek
2019-03-20Removes EE differences for blank.scssFilipa Lacerda
2019-03-20Removes EE differences from common.scssFilipa Lacerda
2019-03-20Removes EE differences for builds.cssFilipa Lacerda
2019-03-20Removes EE differences for pipelines.scssFilipa Lacerda
2019-03-20Merge branch ↵Filipa Lacerda
'58410-change-pixel-size-of-instance-header-footer-message-to-16px' into 'master' Reduce height of instance system message Closes #58410 See merge request gitlab-org/gitlab-ce!25752
2019-03-20Add additional link to 2fa pageGosia Ksionek
2019-03-20Create one Kubernetes namespace for a deploymentTiger
Instead of creating a Kubernetes namespace on every cluster related to a project, only create one on the cluster the project is about to be deployed to.
2019-03-20Add feature flag for build preparing stateTiger
The flag is on by default, but allows us to revert back to the old behaviour if we encounter any problems.
2019-03-20Create framework for build prerequisitesTiger
Introduces the concept of Prerequisites for a CI build. If a build has unmet prerequisites it will go through the :preparing state before being made available to a runner. There are no actual prerequisites yet, so current behaviour is unchanged.
2019-03-20Add :preparing status to HasStatusTiger
Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
2019-03-20Fix hover animation consistency in top navbar itemsDennis Tang
2019-03-20Merge branch 'only-counted-active-milestones-as-started' into 'master'Kamil Trzciński
Only count active milestones as started Closes #58782 See merge request gitlab-org/gitlab-ce!25969
2019-03-19Merge branch 'sh-reject-info-refs-head-requests' into 'master'Douglas Barbosa Alexandre
Reject HEAD requests to info/refs endpoint Closes #54579 See merge request gitlab-org/gitlab-ce!26334
2019-03-19Merge branch 'nfriend-update-pipeline-detail-view' into 'master'Kamil Trzciński
Update pipeline detail view to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25775
2019-03-19Avoid loading pipeline status in project searchMario de la Ossa
2019-03-19Reject HEAD requests to info/refs endpointStan Hu
In production, we see high error rates due to clients attempting to use the dumb Git HTTP protocol with HEAD /foo/bar.git/info/refs endpoint. This isn't supported and causes Error 500s because Workhorse doesn't send along its secret because it's not proxying this request. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54579
2019-03-19Merge branch '6354-clusters-show' into 'master'Phil Hughes
Removes EE differences for clusters/show Closes gitlab-ee#6354 See merge request gitlab-org/gitlab-ce!26324
2019-03-19Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda
Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
2019-03-19Only count active milestones as startedSean McGivern
The Upcoming milestone filter only considers active milestones, but the Started one included closed milestones, too. This was inconsistent.
2019-03-19Merge branch 'sh-fix-ssh-pull-mirorrs-ce' into 'master'Nick Thomas
Backport EE JavaScript changes for SSH pull mirrors Closes #56340 See merge request gitlab-org/gitlab-ce!26308
2019-03-19Merge branch 'fix/registry2.7-delete-auth' into 'master'Dmitriy Zaporozhets
Add support for deleting images in registry 2.7 See merge request gitlab-org/gitlab-ce!25862
2019-03-19Move out link\unlink ability checks to a policyPavel Shutsin
We can extend the policy in EE for additional behavior
2019-03-19Merge branch '53139-hide-tree-single-file' into 'master'Filipa Lacerda
Collapse diff tree is only one file is present Closes #53139 See merge request gitlab-org/gitlab-ce!26280
2019-03-19Collapse diff tree is only one file is presentPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
2019-03-19Removes EE differences for clusters/showFilipa Lacerda
2019-03-19Merge branch 'revert-b24c0c8d' into 'master'Lin Jen-Shin
Revert "New Repository#insights_config method" See merge request gitlab-org/gitlab-ce!26315
2019-03-19Merge branch 'feature/users-search-results' into 'master'Sean McGivern
Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
2019-03-19Merge branch 'remove-diff-tree-filtering-flag' into 'master'Filipa Lacerda
Remove diff tree filtering feature flag See merge request gitlab-org/gitlab-ce!26273
2019-03-19Merge branch 'make-tokens-encryption-optional-for-now' into 'master'Grzegorz Bizon
Make runners token encryption to be optional See merge request gitlab-org/gitlab-ce!26223
2019-03-19Revert "Merge branch..."Rémy Coutable
This reverts merge request !26183
2019-03-19Backport EE JavaScript changes for SSH pull mirrorsStan Hu
This backports the JavaScript code in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10272.
2019-03-19Initialize discussion filter after notes appHeinrich Lee Yu
Also sets default selectedValue for discussion filter when not logged in
2019-03-19Update TokenAuthenticatable so methods can be overriddenLin Jen-Shin
2019-03-19Introduce ApplicationSettingImplementation yayLin Jen-Shin
So the fake can enjoy it, too. We don't use `prepend` because that'll require we change `allow_any_instance_of` to `expect_next_instance_of`, but that's not very easy to do. We can do that later.
2019-03-19Fix undefined variable error on json project viewsAlejandro Rodríguez
This mistake seems to have always been there, but it only resulted in errors on the `/explore*.json` since they were the one that _actually_ relied on the local variables.