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-09-17Correct grammar in helm deletion custom warning textfeature/delete-gitlab-managed-apps-namespaceMike Greiling
2019-09-17Wrap gitlab-managed-app namespace in a code blockMike Greiling
2019-09-12Add comment to explain why we're catching the errorJoão Cunha
2019-09-09Remove gitlab-managed-app namespace after helm is uninstalledJoão Cunha
2019-09-09Merge branch 'events-delete-all' into 'master'Lin Jen-Shin
Use delete_all for deleting events See merge request gitlab-org/gitlab-ce!32751
2019-09-09Application Statistics APIManoj MJ
This change implements Application Statistics API
2019-09-08Merge branch 'remove-unnecessary-freeze-in-app-helpers' into 'master'Stan Hu
Avoid calling freeze on already frozen strings in app/helpers See merge request gitlab-org/gitlab-ce!32789
2019-09-07Add method to authorize reading from prometheus proxyRyan Cobb
2019-09-07Use delete_all for deleting eventsJan Provaznik
Because we don't have any destroy callbacks (or other logic triggered on event destroy), there is no reason for deleting events inefficiently one by one, instead we can use :delete_all.
2019-09-07Allow to load ECDSA certificates for pages domainsVladimir Shushlin
Just replace RSA.new with PKey.read
2019-09-06Update keyboard shortcuts modal and docMarcel Amirault
Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
2019-09-06Merge branch 'qa/e2e-tests-for-multiple-boards-on-group-level' into 'master'Walmyr Lima e Silva Filho
Update view for testability See merge request gitlab-org/gitlab-ce!32644
2019-09-06Back porting changes to trigger user create event on Trial sign upAishwarya Subramanian
2019-09-06Fix sharing localStorage with all MRsIgor
Expose id field in the serializer in order to store comments content in the localStorage under the correct key
2019-09-06Quote branch names in how to merge instructionsLee Tickett
2019-09-06Merge branch 'sh-add-sidekiq-logging-for-bad-ci' into 'master'Grzegorz Bizon
Log errors for failed pipeline creation in PostReceive See merge request gitlab-org/gitlab-ce!32633
2019-09-06Merge branch '67032-add-projects-param-to-issuable-finder' into 'master'Kamil Trzciński
Add projects parameter to IssuableFinder Closes #67032 and gitlab-ee#10904 See merge request gitlab-org/gitlab-ce!32694
2019-09-06Merge branch 'instance-group-level-knative' into 'master'Grzegorz Bizon
Enable Knative installation on group and instance level clusters Closes #62667 and #62666 See merge request gitlab-org/gitlab-ce!32128
2019-09-06Show weight on new board issue (CE-backport)Winnie Hellmann
2019-09-06Merge branch 'sh-add-margin-member-list' into 'master'Annabel Dunstone Gray
Add padding to left of "Sort by" in members dropdown See merge request gitlab-org/gitlab-ce!32602
2019-09-06Merge branch 'ce-detect-github-pull-requests' into 'master'Kamil Trzciński
Port CreateGithubPullRequestEvents migration from EE See merge request gitlab-org/gitlab-ce!31802
2019-09-06Merge branch 'fix-style-lint-errors-pipeline-ce' into 'master'Filipa Lacerda
Adds backport change for pipeline.scss See merge request gitlab-org/gitlab-ce!32670
2019-09-06Add projects parameter to IssuableFinderLin Jen-Shin
2019-09-06Log errors for failed pipeline creation in PostReceiveStan Hu
When a pipeline fails to create in `PostReceive`, the error is silently discarded, making it difficult to understand why a pipeline was not created. We now add a Sidekiq warning message for this. Adding a Sentry exception when this happens would generate a lot of noise for invalid CI files. Relates to https://gitlab.com/gitlab-org/gitlab-ee/issues/14720
2019-09-06Enable Knative installation on group and instance level clustersAlishan Ladhani
- Show Knative install button on group/instance cluster pages - Allow Knative to be installed on group/instance clusters - Add feature specs for installing applications on group/instance clusters - Add changelog entry - Update docs to reflect that Knative can now be installed on group-level and instance-level clusters
2019-09-06Merge branch 'add-label-push-opts' into 'master'Ash McKenzie
Support adding and removing labels w/ push opts Closes #5942 See merge request gitlab-org/gitlab-ce!31831
2019-09-06Fixes pot failureMayra Cabrera
Also fixes duplicated entry
2019-09-06If user can't activate error tracking display a learn more button pointingManeschi Romain
to doc
2019-09-06Update text on project import and mirroring formsAdam Hegyi
2019-09-05Merge branch 'group_level_jupyterhub' into 'master'Robert Speicher
Group level JupyterHub See merge request gitlab-org/gitlab-ce!32512
2019-09-05Add padding to left of "Sort by" in members dropdownStan Hu
2019-09-05Extend License Compliance entity for Pipelines and MR viewCan Eldem
2019-09-05Update views for testabilityWalmyr Lima
2019-09-05CE port for pipelines for external pull requestsFabio Pitino
Detect if pipeline runs for a GitHub pull request When using a mirror for CI/CD only we register a pull_request webhook. When a pull_request webhook is received, if the source branch SHA matches the actual head of the branch in the repository we create immediately a new pipeline for the external pull request. Otherwise we store the pull request info for when the push webhook is received. When using "only/except: external_pull_requests" we can detect if the pipeline has a open pull request on GitHub and create or not the job based on that.
2019-09-05New interruptible attribute supported in YAML parsing.Cédric Tabin
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
2019-09-05Add structure to support EE feature of COARKerri Miller
These are the structural changes for supporting the EE feature of moving "code_owner_approval_required" state from existing on a project to being on the protected branches individually, allowing for CODEOWNER validation on push events.
2019-09-05Add helpers to wait for axios requestsMartin Hanzel
Add two methods to the axios_utils Jest mock: - `waitFor(url)`, which returns a Promise that resolves when the next request to `url` finishes. - `waitForAll()`, which returns a Promise that resolves when all pending requests finish.
2019-09-05Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'Dmitriy Zaporozhets
Makes custom Pages domain open as external link in new tab Closes #66067 See merge request gitlab-org/gitlab-ce!32130
2019-09-05Merge branch 'bjk/routable_counter' into 'master'Andreas Brandl
Adjust routable metric See merge request gitlab-org/gitlab-ce!32591
2019-09-05Avoid checking dns rebind protection in validationFrancisco Javier López
2019-09-05Adjust routable metricBen Kochie
* Define the counter once. * Make metric name follow Prometheus naming conventions. * Add label for call method.
2019-09-05Bring method back that was mistakenly removedJoão Cunha
- We're also improving specs to avoid this could happen again
2019-09-05Allow group install of JupyterHubJames Fargher
Removes limitations on cluster types that can install JupyterHub
2019-09-05Allow JupyterHub in group level UIJames Fargher
2019-09-04Update Pipelines Minutes expire banner (CE)Ammar Alakkad
- remove hiding the alert functionality - use `danger` class instead of `warning` https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-09-04Adds backport change for pipeline.scsspburdette
Adds the necessary backport changes for pipeline.scss. This commit is neccessary from the changes made in MR 16135 Revert schema.rb which was automatically added will investigate
2019-09-04Remove unnecessary freeze in appDinesh Panda
2019-09-04Upgrade GraphQL gem to 1.8.17Brett Walker
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
2019-09-04Merge branch 'remove-unnecessary-freeze-in-app-finders' into 'master'Stan Hu
Avoid calling freeze on already frozen strings in app/finders See merge request gitlab-org/gitlab-ce!32634
2019-09-04Add ability see deployments using a group clusterJacques Erasmus
Added the ability to see project deployments using a group cluster