gitlab-org--gitlab-foss/spec
Lin Jen-Shin 5ecd0c81af Commit outside the hooks if possible:
So we still commit outside the hooks, and only
update ref inside the hooks. There are only two
exceptions:

* Whenever it's adding a tag. We can't add a tag
  without committing, unfortunately. See !7700
* Whenever source project is in another repository.
  We'll need to fetch ref otherwise commits can't be made.

See the whole discussion starting from:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7237#note_19210942
2016-12-07 22:37:43 +08:00
..
bin DRY up the specs for bin/changelog 2016-11-03 17:35:06 +00:00
config Make mail_room idle_timeout option configurable. 2016-11-16 12:46:37 +01:00
controllers Fix URL rewritting in the Help section 2016-12-01 16:40:48 +01:00
factories Merge branch 'fix/create-pipeline-with-builds-in-transaction' into 'master' 2016-11-30 11:16:53 +00:00
features Speed up project snippet security request specs 2016-12-02 18:18:02 +08:00
finders Rename a label to fix an intermittently-failing spec 2016-12-01 00:03:39 +00:00
fixtures add parsing support for incoming html email 2016-11-17 11:59:44 +09:00
helpers Refactor issuable_filters_present to reduce duplications 2016-11-28 14:48:03 +05:00
initializers
javascripts Merge branch '25264-ref-commit' into 'master' 2016-12-02 18:35:33 +00:00
lib Fixes ActionView::Template::Error: undefined method `text?` for nil:NilClass 2016-12-02 14:03:30 +02:00
mailers Merge branch '24880-configurable-plaintext-emails' into 'master' 2016-11-29 12:05:23 +00:00
migrations Pass commit data to ProcessCommitWorker 2016-12-01 13:36:06 +01:00
models Commit outside the hooks if possible: 2016-12-07 22:37:43 +08:00
policies Improve ProjectPolicy spec to check permissions when wiki is disabled 2016-11-30 16:02:25 -02:00
requests Merge branch 'update-api-spec-files' into 'master' 2016-12-02 09:38:11 +00:00
routing Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
serializers Merge branch 'fix/ca-no-date' into 'master' 2016-11-30 10:01:56 +00:00
services Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creating-file 2016-12-03 11:39:42 +08:00
support Merge branch '22781-user-generated-permalinks' into 'master' 2016-12-01 20:58:08 +00:00
tasks/gitlab Don't allow to specify a repo or version when installing Workhorse 2016-12-01 19:22:46 +01:00
uploaders
views Prevent error when submitting a merge request and pipeline is not defined 2016-11-28 12:03:59 +01:00
workers Fix update_ref! call in the test 2016-12-06 15:20:50 +08:00
factories_spec.rb
rails_helper.rb
rake_helper.rb Move task helpers to a module 2016-11-30 12:20:21 +01:00
simplecov_env.rb
spec_helper.rb Pass commit data to ProcessCommitWorker 2016-12-01 13:36:06 +01:00
teaspoon_env.rb