gitlab-org--gitlab-foss/spec
Alejandro Rodríguez e61325ff43 Expand components version specification format to allow branches
Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly
using version strings, to which we prepend 'v' and assume are tags.
These changes allow branches or tags with other name formats to be
specified by prepending '=' to the version string (á la govendor).

We also simplify the process to reset to the given version (now a
branch or tag): Right now there's a check to supposedly try to avoid
fetching from the remote the version if it already exist locally. But
the previous logic already clones if the directory doesn't exist or
fetches if it does, so this check is pointless. We can safely assume the
version exists once we get to the reset stage.
2017-04-13 17:32:00 -03:00
..
bin
config
controllers Merge branch 'master' into new-resolvable-discussion 2017-04-07 21:00:40 +01:00
db/production
factories Add specs 2017-04-10 15:17:52 -05:00
features Separate examples for each other 2017-04-12 12:30:28 +01:00
finders Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion 2017-04-06 13:47:52 +01:00
fixtures Added mock deployment and monitoring service with environments fixtures 2017-04-05 11:04:34 +00:00
helpers Change project view default for existing users and anonymous visitors to files+readme 2017-04-10 21:28:41 +03:00
initializers Enable Style/Proc cop for rubocop 2017-04-02 12:48:43 +03:00
javascripts Reset New branch button when issue state changes 2017-04-12 19:40:35 +00:00
lib Merge branch '29056-backport-ee-cleanup-database-file' into 'master' 2017-04-12 14:13:46 +00:00
mailers Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion 2017-04-06 13:47:52 +01:00
migrations Change project view default for existing users and anonymous visitors to files+readme 2017-04-10 21:28:41 +03:00
models Merge branch 'fix_spaces_in_label_title' into 'master' 2017-04-12 15:40:12 +00:00
policies Merge branch 'siemens/gitlab-ce-fix/subgroup-hide-button' into 'master' 2017-04-12 09:26:16 +00:00
presenters Remove TriggerSchedulePresenter. This will go in another MR. 2017-04-06 23:46:59 +09:00
requests Fix API not accepting job_events for webhooks 2017-04-12 10:06:57 +02:00
routing
rubocop/cop Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
serializers Merge remote-tracking branch 'origin/master' into optimise-pipelines 2017-04-06 22:05:22 +02:00
services Fix email not being sent after project export 2017-04-09 22:16:47 +03:00
support Merge branch 'improve-discussions-feature-attempt-1' into 'master' 2017-04-12 14:03:37 +00:00
tasks Expand components version specification format to allow branches 2017-04-13 17:32:00 -03:00
uploaders
views Add container registry repositories view specs 2017-04-10 13:29:30 +02:00
workers Fix spec failure 2017-04-07 18:52:24 +02:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Setup and run a Gitaly server for testing if GitalyClient is enabled 2017-04-11 16:00:44 -03:00