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-05Add Component to Confirm Environment RollbackAndrew Fontaine
Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
2019-03-05Merge branch '56851-error-tracking-page-seems-broken' into 'master'Filipa Lacerda
Resolve "Error tracking page seems broken" Closes #56851 See merge request gitlab-org/gitlab-ce!24806
2019-03-05Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun
This removes extraneous newlines when copying comments with an ordered list.
2019-03-05Merge branch '56809-graphql-version-api' into 'master'Douwe Maan
Add metadata about the GitLab server to GraphQL See merge request gitlab-org/gitlab-ce!24636
2019-03-05Display the correct number of MRs a user has access toIgor Drozdov
2019-03-05Add metadata about the GitLab server to GraphQLNick Thomas
2019-03-05Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-03-05Fix large table horizontal scroll and prevent side-by-side tablesDany Jupille
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746
2019-03-05Resolve conflicts in group policyMałgorzata Ksionek
2019-03-05Merge branch '49663-branch-to-mr-connection' into 'master'Phil Hughes
Link to the MR from current branch in Web IDE Closes #49663 See merge request gitlab-org/gitlab-ce!25689
2019-03-05Merge branch ↵Grzegorz Bizon
'45305-ci-status-icon-mismatch-on-merge-requests-page-and-the-mr-itself' into 'master' Resolve "CI status icon mismatch on Merge Requests page and the MR itself" Closes #45305 See merge request gitlab-org/gitlab-ce!25407
2019-03-05Display only informaton visible to current userJarka Košanová
Display only labels and assignees of issues visible by the currently logged user Display only issues visible to user in the burndown chart
2019-03-05Resolve conflicts in app/policies/group_policy.rbStan Hu
2019-03-05Rename ambiguous association names in Ci::PipelineShinya Maeda
fix it ok Fix head pipeline
2019-03-05Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato
Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
2019-03-04Fix commit page info well from overflowing container in side-by-side modeGokhan Apaydin
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-2773-milestones-fix' into 'master'Yorick Peterse
[master] Check issue milestone availability See merge request gitlab/gitlabhq!2788
2019-03-04Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse
Don't allow non-members to see private related MRs Closes #2787 See merge request gitlab/gitlabhq!2866
2019-03-04Merge branch 'security-protect-private-repo-information' into 'master'Yorick Peterse
Fix leaking private repository information in API See merge request gitlab/gitlabhq!2881
2019-03-04Merge branch 'security-2798-fix-boards-policy' into 'master'Yorick Peterse
Disable issue board policies when issues are disabled Closes #2798 See merge request gitlab/gitlabhq!2894
2019-03-04Merge branch 'security-2797-milestone-mrs' into 'master'Yorick Peterse
Show only MRs visible to user on milestone detail See merge request gitlab/gitlabhq!2895
2019-03-04Merge branch 'security-shared-project-private-group' into 'master'Yorick Peterse
Sharing a public project with a private group makes the group page publicly accessible See merge request gitlab/gitlabhq!2896
2019-03-04Merge branch ↵Yorick Peterse
'2802-security-add-public-internal-groups-as-members-to-your-project-idor' into 'master' Add public/internal groups as members to your Project(IDOR) See merge request gitlab/gitlabhq!2898
2019-03-04Merge branch 'security-kubernetes-local-ssrf' into 'master'Yorick Peterse
Block local URLs for Kubernetes integration See merge request gitlab/gitlabhq!2901
2019-03-04Merge branch 'security-kubernetes-google-login-csrf' into 'master'Yorick Peterse
Validate session key when authorizing with GCP to create a cluster Closes #2805 See merge request gitlab/gitlabhq!2902
2019-03-04Merge branch 'security-56348' into 'master'Yorick Peterse
Check snippet attached file to be moved is within designated directory Closes #2806 See merge request gitlab/gitlabhq!2903
2019-03-04Check validity of prometheus_service before queryReuben Pereira
Check validity before querying so that if the dns entry for the api_url has been changed to something invalid after the model was saved and checked for validity, it will not query. This is to solve a toctou (time of check to time of use) issue.
2019-03-04Merge branch 'security-2799-emails' into 'master'Yorick Peterse
[master] Remove link after issue move when no permissions See merge request gitlab/gitlabhq!2921
2019-03-04Merge branch 'security-osw-stop-linking-to-packages' into 'master'Yorick Peterse
Stop linking to unrecognized package sources See merge request gitlab/gitlabhq!2933
2019-03-04Arbitrary file read via MergeRequestDiffFrancisco Javier López
2019-03-04Merge branch 'security-mermaid' into 'master'Yorick Peterse
Limit number of characters allowed in mermaidjs See merge request gitlab/gitlabhq!2964
2019-03-04Merge branch 'security-issue_54789_2' into 'master'Yorick Peterse
[master] Prevent disclosing project milestone titles Closes #2794 See merge request gitlab/gitlabhq!2965
2019-03-04Merge branch 'security-2818_filter_impersonated_sessions' into 'master'Yorick Peterse
Filter impersonated sessions from active sessions and remove ability to revoke session See merge request gitlab/gitlabhq!2968
2019-03-04 Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov
New `Api.projectMergeRequests` allows: - to query for all MRs on a project without specifying `mergeRequestId` - to filter the returned MRs using parameters from https://bit.ly/2H7We4V The new API request is used for fetching information about MRs associated with a particular branch in Web IDE to have IdeSidebar behave consistently in both scenarios: - getting to a branch from and MR (where we already have info about relevant MR), or - getting to a branch somehow differently directly For cases where there are several merge requests that the current branch is associated with, mark the most recent one as 'current' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
2019-03-04Removes EE differences from ci_icon.vueFilipa Lacerda
2019-03-04Fixed mutation for rootNatalia Tepluhina
- fixed test spec - added warning only if file is deleted
2019-03-04Merge branch 'issuable-ee-differences-ce' into 'master'Filipa Lacerda
CE backport of issuable-ee-differences See merge request gitlab-org/gitlab-ce!25730
2019-03-04Fix username escaping when clicking 'assign to me'Ezekiel Kigbo
Add spec for assigning user with apostrophe in name
2019-03-04CE backport of batch-comments-ee-store-modulePhil Hughes
2019-03-04Merge branch 'winh-import_projects_table_spec' into 'master'Fatih Acet
Use factory method for import_projects store Closes gitlab-ee#10062 See merge request gitlab-org/gitlab-ce!25646
2019-03-04Merge branch '10021-mr-widget-ee' into 'master'Phil Hughes
Moves EE diferences to CE for mr_widget_pipeline Closes gitlab-ee#10021 See merge request gitlab-org/gitlab-ce!25688
2019-03-04Update index.jsPhil Hughes
2019-03-04Show commands applied message when promoting issuesFelipe Artur
Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
2019-03-04Merge branch 'ce-billings-gold-trial-callout' into 'master'Sean McGivern
CE BE Prep backend for /billings gold trial callouts See merge request gitlab-org/gitlab-ce!25482
2019-03-04CE backport of issuable-ee-differencesPhil Hughes
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-03-04Merge branch '57829-issuable-meta-line-ui-broken-on-mobile' into 'master'Clement Ho
Fix UI for issuable meta info Closes #57829 See merge request gitlab-org/gitlab-ce!25332
2019-03-02Show pre-receive error message in merge request widgetStan Hu
When a merge fails due to a locked file, no feedback was given to the user as to why it failed if the user used the Merge button. However, if the push attempt happened directly in the Web UI, the pre-receive message would be displayed. To be consistent and to make it clear why a merge failed, we now include the pre-receive error message in the merge request widget. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10165