- 07 Jul, 2017 2 commits
-
-
Luke "Jared" Bennett authored
-
Shinya Maeda authored
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
-
- 06 Jul, 2017 7 commits
-
-
Rémy Coutable authored
-
Jose Ivan Vargas authored
-
Joshua Lambert authored
-
Kamil Trzciński authored
This reverts merge request !12127
-
Timothy Andrew authored
- Disable an ESLint check rather than work around it (by converting `OAuthRememberMe` from a regular class to a static class. - Scope `$` calls inside `OAuthRememberMe`
-
Timothy Andrew authored
-
Timothy Andrew authored
-
- 05 Jul, 2017 4 commits
-
-
Mike Greiling authored
-
Filipa Lacerda authored
-
Sean McGivern authored
This reverts merge request !11963
-
Filipa Lacerda authored
-
- 04 Jul, 2017 1 commit
-
-
Jose Ivan Vargas authored
-
- 03 Jul, 2017 6 commits
-
-
Bryce Johnson authored
-
Timothy Andrew authored
- Disable an ESLint check rather than work around it (by converting `OAuthRememberMe` from a regular class to a static class. - Scope `$` calls inside `OAuthRememberMe`
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Jose Ivan Vargas authored
-
Luke "Jared" Bennett authored
-
- 30 Jun, 2017 5 commits
-
-
Phil Hughes authored
-
Bryce Johnson authored
-
Kushal Pandya authored
-
Bryce Johnson authored
-
Filipa Lacerda authored
-
- 29 Jun, 2017 7 commits
-
-
Bryce Johnson authored
MR: !12468
-
Jose Ivan Vargas authored
-
Bryce Johnson authored
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
-
Tim Zallmann authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Mike Greiling authored
-
- 28 Jun, 2017 8 commits
-
-
Douwe Maan authored
-
Mike Greiling authored
move webpack publicPath setup earlier in the bootstrap processes to avoid ES module execution order issues
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/34407 - Revert https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12399 - Update https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12299 throttle/debounce to happen immediately and cleanup
-
黄涛 authored
-