gitlab-org--gitlab-foss/spec
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
..
bin
config
controllers Basic BE change 2017-07-07 15:33:17 +09:00
db/production Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by defaulting to false 2017-06-06 13:16:55 +02:00
factories Basic BE change 2017-07-07 15:33:17 +09:00
features Basic BE change 2017-07-07 15:33:17 +09:00
finders Hide archived project labels from group issue tracker 2017-06-30 16:22:00 -03:00
fixtures Encode certificate-authority-data in base64 2017-07-06 19:38:41 +08:00
helpers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
initializers Instrument Unicorn with Ruby exporter 2017-07-04 15:28:34 +00:00
javascripts Merge branch '34655-label-field-for-setting-a-chart-s-legend-text-is-not-working' into 'master' 2017-07-06 16:38:10 +00:00
lib Add table for merge request commits 2017-07-06 17:36:10 +01:00
mailers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
migrations Rename the migration test to match the migration path 2017-06-27 18:29:23 +08:00
models Basic BE change 2017-07-07 15:33:17 +09:00
policies Implement review comments for !12445 from @jneen. 2017-07-03 05:14:00 +00:00
presenters Basic BE change 2017-07-07 15:33:17 +09:00
requests Fix some N+1 queries in the GET /projects API 2017-07-07 02:38:18 +02:00
routing Split up MergeRequestsController 2017-06-28 18:17:44 -05:00
rubocop/cop Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
serializers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
services Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
sidekiq/cron
support Merge branch '18000-remember-me-for-oauth-login' into 'master' 2017-07-06 12:59:21 +00:00
tasks Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
unicorn Increase unicorn test boot timeout to 5 minutes 2017-06-08 18:35:55 +02:00
uploaders Fix filename method of GitlabUploader to return always real filename 2017-06-13 00:37:12 +02:00
validators Rebuild the dynamic path before validating it 2017-06-21 16:09:35 +02:00
views Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
workers Add many foreign keys to the projects table 2017-07-06 12:01:36 +02:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00