gitlab-org--gitlab-foss/app/views/groups
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
..
group_members Move Group -> Members to top-level, fix missing sub-nav for Subgroups 2017-02-28 22:46:01 +05:30
labels Code style improvements 2017-02-23 03:14:16 +00:00
milestones Display slash commands outcome when previewing Markdown 2017-05-04 17:02:25 +02:00
settings/ci_cd Basic BE change 2017-07-07 15:33:17 +09:00
variables Basic BE change 2017-07-07 15:33:17 +09:00
_activities.html.haml Consistently display last push event widget 2017-05-25 15:21:30 -05:00
_create_chat_team.html.haml Minor edits, incorporate review 2017-03-06 08:55:30 +01:00
_group_admin_settings.html.haml Support 2FA requirement per-group 2017-04-06 10:01:13 +02:00
_head.html.haml Consistently display last push event widget 2017-05-25 15:21:30 -05:00
_head_issues.html.haml Code style improvements 2017-02-23 03:14:16 +00:00
_home_panel.html.haml Show group name instead of path on group page 2017-06-23 13:43:32 -05:00
_projects.html.haml
_settings_head.html.haml Basic BE change 2017-07-07 15:33:17 +09:00
_shared_projects.html.haml
_show_nav.html.haml Hide nested group UI/API support for MySQL 2017-05-17 20:53:16 +02:00
activity.html.haml Show public RSS feeds to anonymous users 2017-02-28 12:50:57 -08:00
edit.html.haml Remove group modal like remove project modal. Closes #33130 2017-07-04 15:18:51 +00:00
issues.atom.builder Refactor atom builder by using xml.atom layout 2017-06-12 19:21:13 +02:00
issues.html.haml Groups section capitalization fix 2017-04-06 14:58:57 -05:00
merge_requests.html.haml Remove unnecessary top padding on group MR index 2017-06-22 13:13:26 -05:00
new.html.haml Improve DRYness of views 2017-02-16 09:19:28 +01:00
projects.html.haml Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
show.atom.builder Refactor atom builder by using xml.atom layout 2017-06-12 19:21:13 +02:00
show.html.haml Make section connect with window border without extra padding 2017-05-25 15:34:27 -05:00
subgroups.html.haml Move permission to create subgroup into GroupPolicy 2017-04-11 19:36:56 +03:00