Commit graph

16 commits

Author SHA1 Message Date
Mike Greiling
2888e48b27
update settings panels to place "expanded" class on the correct element 2017-10-31 12:45:42 -05:00
Annabel Dunstone Gray
42dc515fb6 Remove all old sub nav bars 2017-09-25 10:11:42 -07:00
Kamil Trzcinski
95eba3aa8a Improve after code-review 2017-09-19 19:43:23 +02:00
bokebilly
3017697701 Add warning message if domain or cluster are not configured 2017-09-19 15:32:31 +02:00
Filipa Lacerda
38bcf699ab Get the project path through the DOM instead of gon
Open the settings section based on the location hash
2017-09-07 10:26:51 +01:00
Kamil Trzciński
cbd173a85d Add collapsable sections for Pipeline Settings 2017-09-06 15:38:13 +00:00
Phil Hughes
85b272b223
updated a bunch of breadcrumb titles
[ci skip]
2017-08-18 11:07:05 +01:00
Phil Hughes
9fcc28d428 moved declaration of breadcrumb_title into page_title method
`breadcrumb_title` is then overriden when needed
2017-07-12 09:04:22 +01:00
Phil Hughes
8e9ae78007 rename method 2017-07-07 21:50:34 +01:00
Phil Hughes
fee26d777c Merge branch 'master' into new-nav-fix-contextual-breadcrumbs 2017-07-07 15:48:05 +01:00
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
Phil Hughes
c85df8105e improvements to breadcrumb titles, links & nesting 2017-07-06 17:24:03 +01:00
Phil Hughes
c1cc700584 Added limited width container to project settings 2017-06-20 12:32:52 +01:00
Dmitriy Zaporozhets
5352307839
Rename CI/CD Pipelines to Pipelines in the project settings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-11 22:10:11 +03:00
Jose Ivan Vargas
3225fd3688 Removed the settings gear button inside the Project to a tab 2017-03-07 23:26:57 -06:00
Jose Ivan Vargas
8ffe586b77 Changed the controller/route name to 'ci/cd' and renamed the corresponding files
Added tests to verify the access policy to the new controller
2017-02-06 14:51:18 -06:00