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-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 protected tags to bundle configKushal Pandya
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>
2017-03-13Merge branch 'backport-cache-middleware-fix' into 'master' Rémy Coutable
Backport cache middleware fix See merge request !9867
2017-03-13Don't instrument `app/services/concerns`Bob Van Landuyt
2017-03-13Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt
2017-03-10Execute inflections initializer earlierDouglas Barbosa Alexandre
2017-03-10Try out the monkey patch to fix the middlewareLin Jen-Shin
which isn't properly cleaning up whenever something is thrown, not raised. See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1402#note_25128108
2017-03-10Merge branch 'enable-snippets-by-default' into 'master' Douwe Maan
Enable snippets for new projects by default Closes #28192 See merge request !9857
2017-03-10Document gitaly.socket_path settingJacob Vosmaer
2017-03-10Enable snippets for new projects by defaultSean McGivern
If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
2017-03-09Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda
Update emojis to use harmony modules (import/export) See merge request !9784
2017-03-09Merge branch 'storage-validation-improvement' into 'master' Sean McGivern
Improve storage validation after configuration structure update See merge request !9811
2017-03-09Merge branch 'move-u2f-bundle' into 'master' Alfredo Sumaran
Move u2f javascript library to webpack config See merge request !9755
2017-03-08Improve storage validation after configuration structure updateAlejandro Rodríguez
Besides improving the error message to specify what exactly you need to do to solve the error, we now don't skip all storage validations on the test environment, so that you also get a nice error message if you're running tests. Now if conditions are met to skip valitaions (test env or env variable) we still make sure the settings _look_ sane, we just skip verifying the paths exists and meet the given conditions.
2017-03-08Update emojis to use harmony modules (import/export)Eric Eastwood
2017-03-08The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas
multiple times
2017-03-08Clear AR connections before starting SidekiqYorick Peterse
This should ensure that connections obtained before starting Sidekiq are not leaked, leading to connection timeouts. Fixes gitlab-com/infrastructure#1139
2017-03-07Merge branch '29005-rspec-profiling-errors-to-warnings' into 'master' Robert Speicher
Swallow collection errors in RspecProfiling Closes #29005 See merge request !9765
2017-03-07Merge branch ↵Sean McGivern
'26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master' Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages" Closes #26732 See merge request !8731
2017-03-07Added Prometheus Service and Prometheus graphsKamil Trzciński
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
Update storage settings to allow extra values per shard See merge request !9597
2017-03-07Merge branch 'rfr-20170307-change-default-project-number-limit' into 'master' James Lopez
Change project count limit from 10 to 100000 See merge request !9767