gitlab-org--gitlab-foss/spec/factories
Shinya Maeda 5b0954759c Basic BE change
Fix static-snalysis

Move the precedence of group secure variable before project secure variable. Allow project_id to be null.

Separate Ci::VariableProject and Ci::VariableGroup

Add the forgotton files

Add migration file to update type of ci_variables

Fix form_for fpr VariableProject

Fix test

Change the table structure according to the yorik advice

Add necessary migration files. Remove unnecessary migration spec.

Revert safe_model_attributes.yml

Fix models

Fix spec

Avoid self.variable. Use becomes for correct routing.

Use unique index on group_id and key

Add null: false for t.timestamps

Fix schema version

Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable

Rename the rest of them

Add the rest of files

Basic BE change

Fix static-snalysis

Move the precedence of group secure variable before project secure variable. Allow project_id to be null.

Separate Ci::VariableProject and Ci::VariableGroup

Add the forgotton files

Add migration file to update type of ci_variables

Fix form_for fpr VariableProject

Fix test

Change the table structure according to the yorik advice

Add necessary migration files. Remove unnecessary migration spec.

Revert safe_model_attributes.yml

Fix models

Fix spec

Avoid self.variable. Use becomes for correct routing.

Use unique index on group_id and key

Add null: false for t.timestamps

Fix schema version

Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable

Rename the rest of them

Add the rest of files

Implement CURD

Rename codes related to VariableGroup and VariableProject FE part

Remove unneccesary changes

Make Fe code up-to-date

Add protected flag to migration file

Protected group variables essential package

Update schema

Improve doc

Fix logic and spec for models

Fix logic and spec for controllers

 Fix logic and spec for views(pre feature)

Add feature spec

Fixed bugs. placeholder. reveal button. doc.

Add changelog

Remove unnecessary comment

godfat nice catches

Improve secret_variables_for arctecture

Fix spec

Fix StaticAnlysys & path_regex spec

Revert "Improve secret_variables_for arctecture"

This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1.

Use ayufan suggestion for secret_variables_for

Use find instead of find_by

Fix spec message for variable is invalid

Fix spec remove variable.group_id = group.id

godffat spec nitpicks

Use include Gitlab::Routing.url_helpers for presenter spec
2017-07-07 15:33:17 +09:00
..
ci Basic BE change 2017-07-07 15:33:17 +09:00
abuse_reports.rb
appearances.rb
application_settings.rb If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults 2017-06-19 09:54:48 -07:00
award_emoji.rb
boards.rb
broadcast_messages.rb
chat_names.rb
chat_teams.rb
commit_statuses.rb
commits.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
container_repositories.rb
conversational_development_index_metrics.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00
deploy_keys_projects.rb
deployments.rb
emails.rb
environments.rb
events.rb
file_uploaders.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
forked_project_links.rb backports changed import logic from pull mirroring feature into CE 2017-06-05 23:09:10 +01:00
group_members.rb Fix: Deleting an invited member causes 500 error 2017-05-18 16:26:39 +03:00
groups.rb Backport avatar-related spec changes from gitlab-org/gitlab-ee@4b464eaaee 2017-05-04 17:04:36 +02:00
identities.rb
issues.rb
keys.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
label_links.rb
label_priorities.rb
labels.rb
lfs_objects.rb
lfs_objects_projects.rb
lists.rb spec updates 2017-05-31 15:34:02 +01:00
merge_requests.rb
merge_requests_closing_issues.rb
milestones.rb
namespaces.rb
notes.rb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
notification_settings.rb
oauth_access_grants.rb
oauth_access_tokens.rb
oauth_applications.rb
pages_domains.rb
personal_access_tokens.rb
project_group_links.rb
project_hooks.rb Merge branch 'bvl-rename-build-events-to-job-events' into 'master' 2017-05-16 14:12:19 +02:00
project_members.rb Fix: Deleting an invited member causes 500 error 2017-05-18 16:26:39 +03:00
project_statistics.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
project_wikis.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
projects.rb Improve support for external issue references 2017-06-30 14:47:53 +02:00
protected_branches.rb
protected_tags.rb
releases.rb
sent_notifications.rb
sequences.rb
service_hooks.rb
services.rb Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-review-branch 2017-06-07 10:27:52 +02:00
snippets.rb Replace 'snippets/snippets.feature' spinach with rspec 2017-07-05 15:29:01 +03:00
spam_logs.rb
subscriptions.rb
system_hooks.rb
system_note_metadata.rb
timelogs.rb
todos.rb
trending_project.rb
u2f_registrations.rb
uploads.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
user_agent_details.rb
users.rb create User#rss_token in user factory explicitely 2017-05-24 22:29:59 +02:00
web_hook_log.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
wiki_directories.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
wiki_pages.rb