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/config
AgeCommit message (Collapse)Author
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-04-04use a less memory-intensive sourcemap when running in CIMike Greiling
2017-04-04Refactor test_utils bundleMike Greiling
2017-04-04Merge branch '24187-set-git-terminal-prompt-env-var-in-initializer' into ↵Douwe Maan
'master' Adds git terminal prompt env var to application rb Closes #24187 See merge request !10372
2017-04-04adds git terminal prompt env var to application rbTiago Botelho
2017-04-04Enable the `bullet_logger` setting; enable `raise` in test environmentRobert Speicher
2017-04-03Add support for Gitaly calls over TCP connectionAhmad Sherif
Closes gitaly#166
2017-04-02Relax constraint on Wiki IDs, since subdirectories can contain spacesStan Hu
If a subdirectory contains spaces, GitLab would be unable to generate the route in the sidebar, resulting in an Error 500. Closes #30357
2017-03-30Merge branch '24784-system-notes-meta-data' into 'master' Sean McGivern
Add metadata for system notes See merge request !9964
2017-03-30Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable
Use full path for moving directories when changing namespace path See merge request !2078
2017-03-29Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern
One Gitaly connection per storage shard See merge request !10150
2017-03-29Change socket_path to gitaly_addressJacob Vosmaer
2017-03-29Expand relative paths in storagesJacob Vosmaer
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-28Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz
iPython notebook viewer See merge request !10017
2017-03-28Merge branch 'fix/gb/environments-folders-route' into 'master' Kamil Trzciński
Fix environment folder route when special chars present Closes #29922 See merge request !10250
2017-03-28Add system_note_metadata modelJarka Kadlecova
2017-03-28spread out webpack bundles per-line to reduce conflicts in EEMike Greiling
2017-03-27Merge branch '29787-monitor-ee-rspec-tests-separately' into 'master' Sean McGivern
Resolve "Consider tracking the EE test suite with `rspec_profiling`" Closes #29787 See merge request !10226
2017-03-27Merge branch ↵Kamil Trzciński
'12818-expose-simple-cicd-status-endpoints-with-status-serializer-gitlab-ci-status-for-pipeline-job-and-merge-request' into 'master' Expose CI/CD status API endpoints with Gitlab::Ci::Status facility on pipeline, job and merge request for favicon See merge request !9561
2017-03-27Fix environment folder route when special chars presentGrzegorz Bizon
2017-03-24RSpec profiling: Prepend the branch name with `ce` or `ee`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-24Merge branch 'refactor-templates-js' into 'master' Alfredo Sumaran
Refactor template selector JavaScript See merge request !9792
2017-03-23Started iPython notebook viewerPhil Hughes
Using NotebookLab library [ci skip]
2017-03-23Rename endpoints 'status' to 'pipeline_status' in merge_requestsShinya Maeda
2017-03-23Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda
2017-03-23Add api points for ci cd status. Add favicon.Shinya Maeda
2017-03-23Lightly refactor js files related to file template selectors.Bryce Johnson
2017-03-22Introduce a new middleware for the test environment that can block requestsRémy Coutable
The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-22move common vue script to vue_shared directoryMike Greiling
2017-03-22utilize ES module distribution for Vue in webpackMike Greiling
2017-03-22disable the Vue production warning in development and testingMike Greiling
2017-03-21Add gitaly source installation instructionsJacob Vosmaer
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-20Removed d3.js from the main application.js bundleJose Ivan Vargas Lopez
2017-03-17Added Gitlab::Database.configYorick Peterse
This returns the ActiveRecord configuration for the current environment. While CE doesn't use this very often, EE will use it in a few places for the database load balancing code. I'm adding this to CE so we don't end up with merge conflicts in this file.
2017-03-16Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński
The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
2017-03-16Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda
Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
2017-03-16Merge branch 'fix-legacy-emojis-using-unicode-file-name' into 'master' Sean McGivern
Restore unicode file name images for legacy img emojis See merge request !9986
2017-03-16Merge branch 'remove-es6-extension-configuration' into 'master' Filipa Lacerda
Remove remaining references to .es6 file extension in our config files and documentation See merge request !9980
2017-03-16Futher rename the CI variablesZ.J. van de Weg
2017-03-16Restore unicode-file-name images for legacy img emojisEric Eastwood
2017-03-16Add 'Undo mark all as done' to TodosJacopo
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-03-14Merge branch 'remove-satellites' into 'master' Douwe Maan
Remove unused satellites config See merge request !9919
2017-03-14Merge branch '29389-fix-already-initialized-constants' into 'master' Robert Speicher
Remove explicit `require` calls, and use `require_dependency` when needed Closes #29389 See merge request !9899
2017-03-14Remove unused satellites configStan Hu
Note that the old migrations depend on 1_settings.rb, so we can't quite remove those completely.
2017-03-13Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan
Create a new issue for a single discussion See merge request !8266
2017-03-13Remove explicit `require` calls, and use `require_dependency` when neededRémy Coutable
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>