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-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Merge branch '61841-fix-encoding-error-in-mr-diffs' into 'master'Nick Thomas
Fix encoding error in MR diffs Closes #61841 See merge request gitlab-org/gitlab-ce!32862
2019-09-12Removed padding from project filter fieldDenys Mishunov
Resolves a regression caused by https://bit.ly/2k1GozA
2019-09-12Fix create MR from issue using a tag as ref🙈 jacopo beschi 🙉
Creating a MR from an issue using a tag as ref correctly creates the source branch starting from the tag.
2019-09-12Creates job log componentFilipa Lacerda
Creates vue and vuex support for new job log Creates the new log.vue component to handle the new format Updates the store to use the new parser Creates an utility function to handle the incremental log
2019-09-12Merge branch 'sh-revert-graphiql-version' into 'master'Kamil Trzciński
Make /-/graphql-explorer work again See merge request gitlab-org/gitlab-ce!32952
2019-09-12Merge branch 'fix-interruptible-scope-name' into 'master'Kamil Trzciński
Fixes non interruptible scope name See merge request gitlab-org/gitlab-ce!32940
2019-09-12Merge branch 'create-amazon-eks-cluster-form-skeleton' into 'master'Kushal Pandya
Create EKS cluster Vue app skeleton See merge request gitlab-org/gitlab-ce!32479
2019-09-12Hide resolve thread button from guestSamantha Ming
- Show if user can_resolve all of the notes
2019-09-12Merge branch 'fix-missing-listissue' into 'master'Kushal Pandya
Add missing ListIssue import See merge request gitlab-org/gitlab-ce!32850
2019-09-12Add CSP nonce to graphiql-rails JavaScriptStan Hu
2019-09-12Revert "Update to graphiql-rails v1.7.10"Stan Hu
This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
2019-09-12Fixes non interruptible scope nameCédric Tabin
2019-09-12Refactor DiffFileHeader testsIllya Klymov
* Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
2019-09-12Merge branch 'qa-wiki-ssh-spec' into 'master'Mark Lapierre
CE backport of E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ce!32885
2019-09-12Merge branch 'sh-fix-removed-support-bot-column' into 'master'Mayra Cabrera
Ignore support_bot column in users table Closes #67295 See merge request gitlab-org/gitlab-ce!32933
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-12Merge branch 'ce-indicator-for-pipeline-for-merge-train' into 'master'Thong Kuah
CE backport for gitlab-org/gitlab-ee!14664: Show indicator to Pipelines for merge train See merge request gitlab-org/gitlab-ce!32025
2019-09-11Add bottom margin to snippet titleMarcel van Remmerden
2019-09-11Ignore support_bot column in users tableStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32554 removed the support_bot column, but nodes were not told to ignore this column. As a result, after the post-deploy migration ran, nodes attempted to use this column, causing 500 errors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67295
2019-09-11Add missing `render_gfm` import to filesIllya Klymov
2019-09-11Replacing vue-resource with axios in Markdown fieldWinnie Hellmann
2019-09-11Include AWS SDK as packge dependencyEnrique Alcantara
- Load EKS create cluster form as dynamic import dependency. - Include aws-sdk dependency in package.json
2019-09-11Backport changes for 16252 in EE add current_user to report comparison servicesCan Eldem
2019-09-11Remove service credentials objectEnrique Alcantara
2019-09-11Create EKS cluster Vue app skeletonEnrique Alcantara
- Add AWS SDK Dependency - Create placeholders for Vue components - Create store with state structure
2019-09-11Disable "transfer group" button when no parent group is selectedJan Beckmann
Refactor project_edit.js to be reusable for this purpose Closes #64799
2019-09-11Merge branch '61927-pages-custom-domain-virtual-domain' into 'master'Kamil Trzciński
Add support for custom domains to the Pages internal API See merge request gitlab-org/gitlab-ce!32735
2019-09-11Add 30 and 60 minute bucketsElliot Rushton
2019-09-11Make MR pipeline widget text more descriptive (CE)Nathan Friend
This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
2019-09-11Merge branch 'dz-fix-add-cluster-doc-links' into 'master'Kushal Pandya
Fix doc links for adding a cluster to a project See merge request gitlab-org/gitlab-ce!32890
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-11Merge branch 'sh-fix-oauth-application-page' into 'master'Rémy Coutable
Optimize /admin/applications so that it does not timeout Closes #67228 See merge request gitlab-org/gitlab-ce!32852
2019-09-11Merge branch '65988-optimize-snippet-listings' into 'master'Thong Kuah
Optimize queries for snippet listings See merge request gitlab-org/gitlab-ce!32576
2019-09-11Fix CSP failure patching graphiql viewAlessio Caiazza
Backporting https://github.com/rmosolgo/graphiql-rails/pull/71
2019-09-11Merge branch '66023-public-private-fork-counts' into 'master'Stan Hu
Resolve "Forks count do not match after searching" Closes #66023 See merge request gitlab-org/gitlab-ce!31930
2019-09-11Prevent archived projects from showing up in global searchDavid Palubin
2019-09-11Fix N+1s queriesDouglas Barbosa Alexandre
2019-09-11Add global toast moduleFernando Arias
**Why?** https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15015#note_210891978
2019-09-10Merge remote-tracking branch 'origin/master' into ↵Douglas Barbosa Alexandre
camilstaps/gitlab-ce-new-66023-public-private-fork-counts
2019-09-10Remove vue resource from sidebar serviceWinnie Hellmann
Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32400
2019-09-10Merge branch '34338-details-element' into 'master'Annabel Dunstone Gray
Add padding to details element in markdown Closes #34338 See merge request gitlab-org/gitlab-ce!32716
2019-09-10Merge branch 'remove-old-ignore-column' into 'master'Peter Leitzen
Remove some old `ignore_column` in AR models [CE] See merge request gitlab-org/gitlab-ce!31001
2019-09-10Merge branch '64251-redis-set-cache-mark-2' into 'master'Stan Hu
Re-introduce the Redis set cache for branch and tag names - but don't enable it yet See merge request gitlab-org/gitlab-ce!32412
2019-09-10Update qa resources and pages for Geo wiki specJennie Louie
Add qa selectors to wiki show and ssh keys page Add method to wiki push resource to find ssh_uri
2019-09-10Remove ignore_column occurence in CE codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-09-10Async import custom stage form componentsEzekiel Kigbo
Imports the files needed for the custom stage form and adds the EE specific css. Added stub addStageMixin
2019-09-10Fix doc links for adding a cluster to a projectdocs/dz-fix-cluster-doc-linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-09-10Merge branch 'fj-62807-not-prefill-target-branch' into 'master'Lin Jen-Shin
Avoid filling target branch when unknown and source is default branch Closes #62807 See merge request gitlab-org/gitlab-ce!32701
2019-09-10Don't use the redis set cache yetNick Thomas
For zero-downtime deployed in a mixed code environment between 12.2 and 12.3, the branch and tag name cache is incorrectly invalidated - a push to an old machine will not clear the redis set version of the cache on the new machine. This commit ensures that, in 12.3, both set and non-set versions of the cache are invalidated, but does not write or consult the set version of the cache. . In 12.4, it will be safe to switch branch and tag names to the redis set cache both it and the legacy cache will be invalidated appropriately in such a mixed code environment. This delays the full implementation of the feature by one release, but in the absence of a credible feature-flagging strategy, and amidst an abundance of caution about the effects of too-eager cache expiration, I believe this is the best approach available to us.