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
2018-10-04Merge branch 'new-docs-linting-image' into 'master'Achilleas Pipinellis
Change image for docs linting See merge request gitlab-org/gitlab-ce!22100
2018-10-04Merge branch '50552-unable-to-close-performance-bar' into 'master'Annabel Dunstone Gray
Resolve "Unable to close performance bar" Closes #50552 See merge request gitlab-org/gitlab-ce!21577
2018-10-04Merge branch '52178-markdown-table-borders' into 'master'Phil Hughes
Fix markdown table border and background color Closes #52178 See merge request gitlab-org/gitlab-ce!22090
2018-10-04Fix markdown table border and background colorAnnabel Dunstone Gray
2018-10-04Use proper Configure label instead of Configuration in issue_workflow.mdZsolt Kovari
2018-10-04Merge branch 'add-pipeline-in-mr-docs' into 'master'Achilleas Pipinellis
Improve the MR documentation See merge request gitlab-org/gitlab-ce!22086
2018-10-04Merge branch '48222-fix-todos-status-button' into 'master'Phil Hughes
Resolve "Error while updating todo status: the button is stuck in the loading state" Closes #48222 See merge request gitlab-org/gitlab-ce!20994
2018-10-04Resolve "Error while updating todo status: the button is stuck in the ↵Marcos Barrera
loading state"
2018-10-04Merge branch 'dz-labels-subscribe-filter' into 'master'Dmitriy Zaporozhets
Add subscribe filter to labels page See merge request gitlab-org/gitlab-ce!21965
2018-10-04Add changelog entrySean McGivern
2018-10-04Fix N+1 for notification recipients on private projectsSean McGivern
If we don't call #to_a, we're relying on the members already being loaded from elsewhere. Otherwise we'll do a separate query for each user: [1] pry(main)> Project.first.team.members.include?(User.first) Project Load (0.7ms) SELECT "projects".* FROM "projects" ORDER BY "projects"."id" ASC LIMIT 1 ↳ (pry):3 User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 ↳ (pry):3 User Exists (0.6ms) SELECT 1 AS one FROM "users" INNER JOIN "project_authorizations" ON "users"."id" = "project_authorizations"."user_id" WHERE "project_authorizations"."project_id" = $1 AND "users"."id" = $2 LIMIT 1 [["project_id", 1], ["id", 1]] ↳ (pry):3 => true [2] pry(main)> Project.first.team.members.to_a.include?(User.first) Project Load (12.8ms) SELECT "projects".* FROM "projects" ORDER BY "projects"."id" ASC LIMIT 1 ↳ (pry):1 User Load (9.6ms) SELECT "users".* FROM "users" INNER JOIN "project_authorizations" ON "users"."id" = "project_authorizations"."user_id" WHERE "project_authorizations"."project_id" = $1 [["project_id", 1]] ↳ (pry):1 User Load (0.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 ↳ (pry):1 => true
2018-10-04Fix N+1 for notification recipients in subscribersSean McGivern
2018-10-04Merge branch 'backport-ee-merge-spec-changes' into 'master'Sean McGivern
Backport EE merge spec changes See merge request gitlab-org/gitlab-ce!22108
2018-10-04Merge branch '50904-empty-states' into 'master'Phil Hughes
Renders empty states in the Vue app in Job page See merge request gitlab-org/gitlab-ce!22087
2018-10-04Renders empty states in the Vue app in Job pageFilipa Lacerda
2018-10-04Merge branch 'clone-nurtch-demo-repo' into 'master'Dmitriy Zaporozhets
Clone nurtch demo notebooks at Jupyter startup See merge request gitlab-org/gitlab-ce!21698
2018-10-04Clone nurtch demo notebooks at Jupyter startupAmit Rathi
2018-10-04Merge branch 'ce-7287-epic-references' into 'master'Nick Thomas
Support short reference to epics from project entities See merge request gitlab-org/gitlab-ce!22048
2018-10-04Merge branch ↵Stan Hu
'52195-backport-removal-of-additionalproperties-false-runners-schema' into 'master' Remove addtionalProperties in runners schema Closes #52195 See merge request gitlab-org/gitlab-ce!22105
2018-10-04Improve the MR documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-04Merge branch '49329-mr-show-commit-details' into 'master'Fatih Acet
Add signature badge and pipeline status to commit details in MR diff Closes #49329 See merge request gitlab-org/gitlab-ce!22079
2018-10-04Merge branch 'docs/fix-links-to-subgit' into 'master'Achilleas Pipinellis
Fix links to external site and minor Markdown improvements See merge request gitlab-org/gitlab-ce!22098
2018-10-04Merge branch 'ce-7723-epic-commands-autocomplete' into 'master'Rémy Coutable
Port: Add checks to InterpretService conditions See merge request gitlab-org/gitlab-ce!22047
2018-10-04Merge branch '44597-auto-devops-rbac-qa-spec' into 'master'Rémy Coutable
Add a QA spec for RBAC cluster and auto devops See merge request gitlab-org/gitlab-ce!22025
2018-10-04Merge branch '52065-fix-environment-name-overlap' into 'master'Filipa Lacerda
Fix environment name overlapping Closes #52065 See merge request gitlab-org/gitlab-ce!22104
2018-10-04Make perfbar z-index above modal backgroundSimon Knox
2018-10-04Merge branch '52192-fix-faulty-yarn-lock' into 'master'Phil Hughes
Fix faulty resolution of babel-messages in yarn.lock Closes #52192 See merge request gitlab-org/gitlab-ce!22111
2018-10-04Merge branch '40636-instance-configuration-shows-incorrect-ssh-fingerprints' ↵Nick Thomas
into 'master' Instance Configuration page now displays correct SSH fingerprints Closes #40636 See merge request gitlab-org/gitlab-ce!22081
2018-10-04Merge branch ↵Rémy Coutable
'#51457-Show-percentage-of-language-detection-on-the-language-bar' into 'master' Show percentage of language detection on the language bar Closes #51457 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22056
2018-10-04add changelog entryjerasmus
2018-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
2018-10-04Dedupe yarn dependenciesLukas Eipert
2018-10-04Fix `babel-messages` dependencyLukas Eipert
I don't know if the issue [0] was caused by a faulty merge, or why, but it seems like babel-messages had the wrong URL in there and resolved to babel-plugin-transform-object-rest-spread, which is wrong. So the integrity check did actually work and catch that! [0]: https://gitlab.com/gitlab-org/gitlab-ce/issues/52192
2018-10-04Merge branch '41922-simplify-runner-registration-token-resetting' into 'master'Kamil Trzciński
Simplify runner registration token resetting Closes #41922 See merge request gitlab-org/gitlab-ce!21658
2018-10-04Merge branch '52191-add-mr-reference' into 'master'Phil Hughes
Adds MR reference in job sidebar Closes #52191 See merge request gitlab-org/gitlab-ce!22103
2018-10-04Copy-edit documentation for only/except changes featureGrzegorz Bizon
2018-10-04Allow Gitaly N+1s in MR finder specSean McGivern
These can be triggered by project creation in the setup phase if a spec uses the RequestStore, but we really don't care about that - it's not an N+1, it's just several projects being created!
2018-10-04Remove vestigial method from MergeRequestsFinderSean McGivern
This isn't called from anywhere.
2018-10-04Add a QA spec for RBAC cluster and auto devopsDylan Griffith
This fails now because we have not yet implemented support for this
2018-10-04Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński
Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
2018-10-04Merge branch '6717_add_security_reports_logic-ce' into 'master'Kamil Trzciński
Add pipeline.default_branch? mehod See merge request gitlab-org/gitlab-ce!22102
2018-10-04Remove addtionalProperties in runners schemaSteve Azzopardi
This resulted into failure on EE pipeline, for more information follow from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7600#note_105310648 onwards.
2018-10-04fix environment name overlapping + tooltip positioningjerasmus
2018-10-04Adds MR reference in job sidebarFilipa Lacerda
In the refactor the `!` reference was missed This commit adds it back and adds coverage for it.
2018-10-04Refactor labels_filter_path and labels navDmitriy Zaporozhets
Refactor labels_filter_path method to be consistent with other similar methods like search_filter_path, milestones_filter_path etc. Also move repeating code in labels index page nav into shared partial Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-04Removes icon key from job endpointFilipa Lacerda
This was added because we thought we'd need to render the environment status but we already have this information in the build status
2018-10-04Support short reference to group entities from project entitiesJarka Košanová
- add a direct project parent (group) to Banzai context - if an epic is referenced from a direct descendant -> change epic to_reference to use short reference
2018-10-04Merge branch '49075-add-status-message-from-within-user-menu' into 'master'Phil Hughes
Resolve "Add status message from within user menu" Closes #51393 and #49075 See merge request gitlab-org/gitlab-ce!21643
2018-10-04Resolve "Add status message from within user menu"Dennis Tang