gitlab-org--gitlab-foss/lib/gitlab
Yorick Peterse e867099091
Added helper methods for database migrations
These helpers can be used to perform migrations without taking down the
entire application.

For example, the method "add_column_with_default" can be used to add a
new column with a default value without locking the entire table.
2016-05-12 12:59:40 +02:00
..
backend Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance 2016-05-04 17:19:13 +02:00
badge Extend build status badge, add html/markdown methods 2016-04-06 19:56:34 +02:00
bitbucket_import fix var error 2016-04-27 09:28:08 +02:00
ci/build/artifacts
database Added helper methods for database migrations 2016-05-12 12:59:40 +02:00
diff Show a notice for diffs that are too large 2016-03-18 12:30:46 +01:00
email Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
fogbugz_import refactored create_or_update_import_data 2016-04-07 15:08:38 +02:00
gfm Remove reduntant move_to_store override 2016-03-30 12:50:19 +02:00
git
github_import Fix the line code when importing PR review comments from GitHub 2016-05-05 10:45:14 -03:00
gitlab_import some refactoring to symbolise keys across importers and left a TODO 2016-04-05 15:41:15 +02:00
gitorious_import
google_code_import refactored create_or_update_import_data 2016-04-07 15:08:38 +02:00
graphs
ldap Unblocks user when active_directory is disabled and it can be found 2016-04-05 16:34:31 -03:00
lfs
markdown
metrics Count the number of SQL queries per transaction 2016-04-18 14:53:13 +02:00
middleware Revert "Revert "Merge branch 'support-go-subpackages' into 'master' "" 2016-03-12 21:05:23 +00:00
o_auth Better control flow. 2016-04-11 18:01:51 -05:00
saml Better control flow and added guard clause. 2016-04-11 17:25:18 -05:00
sanitizers Update SVG sanitizer to conform to SVG 1.1 2016-05-06 23:20:24 -07:00
sherlock
sidekiq_middleware Use SIGTERM during Sidekiq memory shutdown 2016-04-21 14:49:15 +02:00
sql
access.rb
akismet_helper.rb Use ActionDispatch Remote IP for Akismet checking 2016-04-27 22:12:55 -07:00
app_logger.rb
asciidoc.rb
auth.rb
bitbucket_import.rb
blame.rb
build_data_builder.rb
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
contributions_calendar.rb
contributor.rb
current_settings.rb Include GonHelper separately and remove created_at in factory 2016-04-14 07:25:27 -07:00
database.rb
devise_failure.rb
exclusive_lease.rb clean up ExclusiveLease 2016-04-13 13:12:05 +03:00
force_push_check.rb
git.rb
git_access.rb Improve multiple branch push performance by memoizing permission checking 2016-05-09 01:17:14 -07:00
git_access_status.rb
git_access_wiki.rb
git_logger.rb
git_post_receive.rb Back-porting PostReceive refactor made for EE 🍺 2016-03-17 00:24:12 -03:00
git_ref_validator.rb
gitorious_import.rb
gon_helper.rb Merge remote-tracking branch 'origin/master' into issue_14904 2016-04-21 12:47:32 -05:00
highlight.rb Properly handle bigger files 2016-04-28 21:28:39 +02:00
identifier.rb
import_formatter.rb
import_sources.rb
import_url.rb updated migration based on testing findings 2016-04-14 12:03:45 +02:00
incoming_email.rb Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
issues_labels.rb
key_fingerprint.rb
logger.rb
markup_helper.rb
metrics.rb Fix setting of "action" for Grape transactions 2016-04-20 22:42:52 +02:00
note_data_builder.rb Refactor and expose only Gitlab::UrlBuilder.build(record) 2016-04-13 16:07:04 +02:00
other_markup.rb
popen.rb
production_logger.rb
project_search_results.rb Restrict access to confidential issues on search results 2016-03-17 20:55:59 -03:00
push_data_builder.rb API support for the 'since' and 'until' operators on commit requests 2016-04-29 09:26:52 +02:00
recaptcha.rb
redis.rb Redis configuration consistency 2016-04-13 20:57:19 +03:00
reference_extractor.rb Improvements in issue move feaure (refactoring) 2016-03-19 18:46:01 +01:00
regex.rb
repository_check_logger.rb Rename almost all the things 2016-04-06 13:47:05 +02:00
routing.rb Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
search_results.rb Restrict access to confidential issues on search results 2016-03-17 20:55:59 -03:00
seeder.rb
sherlock.rb
sidekiq_logger.rb
snippet_search_results.rb Refactor Gitlab::SnippetSearchResults 2016-03-11 15:25:22 -05:00
themes.rb
upgrader.rb
uploads_transfer.rb
url_builder.rb Use the proper GitLab URL for links in Wiki 2016-05-09 11:50:23 +02:00
user_access.rb Move method to User 2016-03-10 12:37:14 +01:00
utils.rb
version_info.rb
visibility_level.rb Fix specs 2016-03-20 23:26:58 +01:00
workhorse.rb