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-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-05Extend License Compliance entity for Pipelines and MR viewCan Eldem
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-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
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-09-04Add service to transfer group milestonesEugenia Grieff
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
2019-09-04Merge branch 'osw-record-repo-push-events' into 'master'James Lopez
Backport EE "Track repository pushes as audit events" See merge request gitlab-org/gitlab-ce!32304
2019-09-04Merge branch 'remove-unnecessary-freeze-in-app-services' into 'master'Rémy Coutable
Avoid calling freeze on already frozen strings in app/services See merge request gitlab-org/gitlab-ce!32635
2019-09-04Creates base components for new job logFilipa Lacerda
Creates a link component, a line component and a clickable line component to handle the new job log format
2019-09-04Backport "Track repository pushes as audit events"Oswaldo Ferreira
2019-09-04Backport EE changes for productivity analyticsPavel Shutsin
Improve diff lines count efficiency
2019-09-04Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-04Avoid calling freeze on already frozen strings in app/servicesdineshpanda
2019-09-04Avoid calling freeze on already frozen strings in app/findersdineshpanda
2019-09-04Remove vue resource from group serviceLee Tickett
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
2019-09-04Merge branch 'revert-2f01437f' into 'master'Paul Slaughter
Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'" See merge request gitlab-org/gitlab-ce!32620
2019-09-04Add cluster domain warningJacques Erasmus
Added a cluster domain wanring if no domain is defined
2019-09-04Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'"Mike Greiling
This reverts merge request !32400
2019-09-04Allow for the passing of options to external_linkjakeburden
2019-09-04Create an event on epic actionsJan Provaznik
Creates new event when an epic is created, closed, reopened or commented.
2019-09-03Create and use external_link helperjakeburden
Creates a helper method that takes body text and a url. The output is a external link with icon. It contains the noopenner noreferrer attributes for security. Usage: external_link(domain.title, domain.url) Add rspec test for ExternalLinkHelper Add changelog for MR 32130
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03Merge branch '62591-fix-milestone-due-date-today-wording' into 'master'Nick Thomas
Fix wording on milestone due date today Closes #62591 See merge request gitlab-org/gitlab-ce!32096
2019-09-03Merge branch 'ab-routable-nplus1' into 'master'Stan Hu
Preload routes information in Routable See merge request gitlab-org/gitlab-ce!32352
2019-09-03Merge branch '66454-utils-parser' into 'master'Kushal Pandya
Creates utility parser for the job log See merge request gitlab-org/gitlab-ce!32555
2019-09-03Fix wording on milestone due date todayAlexandru Croitor
Fix wording on milestone due date, to show today instead of hours ago or remaining, when milestone is due today.
2019-09-03Merge branch 'clusterable_cluster_environments_path' into 'master'Jan Provaznik
Add #environments_cluster_path which will always return nil in CE See merge request gitlab-org/gitlab-ce!32527
2019-09-03Preload routes informationAndreas Brandl
This fixes a high frequency N+1 issue: `RoutableActions#find_routable!` is used across many controllers to retrieve e.g. the Project or Namespace by path. The `#find_routable!` method calls `#ensure_canonical_path` which in turn retrieves `#full_path` from the given Routable. This in turn triggers a lookup on `routes`, leading to a high frequency of these queries: ```sql SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT $3 ``` This is unnecessary as we already join `routes` in `Routable#find_by_full_path` anyways.
2019-09-03Added relationships between Release and MilestoneEtienne Baqué
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
2019-09-03Merge branch 'add-pipeline-type-key-in-pipeline-entity' into 'master'Kamil Trzciński
Expose `name` and `merge_request_event_type` in serialized json and predefined variables See merge request gitlab-org/gitlab-ce!32323
2019-09-03Make flash notifications stickyFatih Acet
This commit also unifies layout structure and remove no_container flag
2019-09-03Creates utils for the job logFilipa Lacerda
With the new job log json format we need a parser on the frontend
2019-09-03Merge branch 'change-role-system-hook' into 'master'Rémy Coutable
Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
2019-09-03Merge branch 'ce-12996-cancel-redundant-pipelines' into 'master'Lin Jen-Shin
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525