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/vendor
AgeCommit message (Collapse)Author
2019-08-09Update rails project templateDaniel Gruesso
2019-08-01Jupyter fix hostname editing and remove extra load balancerAmit Rathi
2019-07-30Remove line profiler from performance barSean McGivern
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
2019-07-26Replace peek-pg with our own implementationSean McGivern
This uses an ActiveRecord subscriber to get queries and calculate the total query time from that. This means that the total will always be consistent with the queries in the table. It does however mean that we could potentially miss some queries that don't go through ActiveRecord. Making this change also allows us to unify the response JSON a little bit, making the frontend slightly simpler as a result.
2019-06-25Use oauth2 in .git-credentialsAmit Rathi
2019-06-14Breakup first passSarah Groff Hennigh-Palermo
It has a lot of files because that's the point
2019-06-12Moves sp.js to CE repoFilipa Lacerda
Removes ce to ee differences for snowplow file
2019-06-05Setup Git client for JupyterAmit Rathi
2019-05-29Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo
It takes a lot of lines to move a script
2019-05-22JupyterHub Repo IntegrationAmit Rathi
2019-05-10Move to pdf.js distributed with npmLukas Eipert
pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
2019-04-10Revert "Remove HipChat integration from GitLab"Sean McGivern
This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
2019-04-02Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot
Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
2019-03-21Resolve "Android template is missing .gitlab-ci.yml"Jason Lenny
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-12Updated PDF.js to 2.0.943Natalia Tepluhina
2019-03-07Add Android templateJason Lenny
2019-03-07Resolve "Project template for iOS"Jason Lenny
2019-03-06Revert previous commit since it isn't neededJason Lenny
This reverts commit 669d84356771682961ac6c416c3cbdb983ec0cd2
2019-02-27Add Project template for go-microJason Lenny
2019-02-25Merge branch '57794-project-template-for-net' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-08Remove HipChat integration from GitLabNick Thomas
2019-02-07Add Pages templatesJason Lenny
Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
2019-01-04Add Knative metrics to PrometheusChris Baumbauer
2018-12-11Merge branch '11-6-update-gitignore' into 'master'Robert Speicher
Update the .gitignore See merge request gitlab-org/gitlab-ce!23706
2018-12-11Update License info for 11.6 feature freezeAlex Hanselka
2018-12-11Update the .gitignoreAlex Hanselka
2018-12-03HTTPS for JupyterHub installationAmit Rathi
2018-11-19Merge branch 'master' into certmanager-tempAmit Rathi
2018-11-16Remove unneeded licenses for gitlab-org npm namsepaceMike Greiling
2018-11-15Move ingress shim config from --set to values.yamlAmit Rathi
2018-11-13Use email on the accountAmit Rathi
2018-11-13Jupyter config changes for tls to come in a separate PRAmit Rathi
2018-11-13CleanupAmit Rathi
2018-11-13Cert manager migration, cluster_issuer etc.Amit Rathi
2018-11-13Updated loggingAmit Rathi
2018-11-08Merge branch 'update-dependencies-list-11-5' into 'master'Sean McGivern
Update license list See merge request gitlab-org/gitlab-ce!22904
2018-11-08Update license listSteve Azzopardi
As of part 5 on feature freeze day, we update the license list https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-5-update-the-dependencies-license-list-on-gitlab-ce
2018-11-08Run rake gitlab:update_templatesSteve Azzopardi
As part of step 4 on feature freeze day, we need to update the templates. https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-4-update-the-gitignore-and-dockerfile-templates-on-gitlab-ce
2018-10-31Rename @gitlab-org/gitlab-svgs to @gitlab/svgsLukas Eipert
2018-10-29Fix #53298: JupyterHub to restarts should work without errorsAmit Rathi
2018-10-25Upgrade Prometheus and alertmanagerPeter Leitzen
Upgrade Prometheus to 2.4.3 and Alertmanager to 0.15.2
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-08Merge branch 'update-templates-11-4' into 'master'Kamil Trzciński
Update templates for 11.4 See merge request gitlab-org/gitlab-ce!22188
2018-10-08Updated licenses for 11.4Jan Provaznik
2018-10-08Update templates for 11.4Jan Provaznik
2018-10-04Clone nurtch demo notebooks at Jupyter startupAmit Rathi
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-09-28Merge branch 'master' into 'remove-dropzonejs-rails'Mike Greiling
# Conflicts: # Gemfile.lock