- 07 Jul, 2017 4 commits
-
-
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
-
Robert Speicher authored
Fix some N+1 queries in the GET /projects API Closes #33748 See merge request !12679
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 06 Jul, 2017 36 commits
-
-
Douwe Maan authored
Fix shorter route helpers in production environment Closes #34741 See merge request !12675
-
Robert Speicher authored
Upgrade GitLab Workhorse to v2.3.0 See merge request !12676
-
Jacob Schatz authored
Remove orphaned haml files Closes #34779 See merge request !12690
-
Clement Ho authored
Improve & fix the performance bar UI and behavior Closes #33910, #33914, and #33909 See merge request !12361
-
Rémy Coutable authored
-
Clement Ho authored
-
Jacob Schatz authored
Fix markdown preview tooltip cut off issue Closes #31748 See merge request !12367
-
Douwe Maan authored
Add table for merge request commits Closes #30224 See merge request !12527
-
Douwe Maan authored
Just draw :legacy_builds Closes #34702 See merge request !12681
-
Clement Ho authored
34727 Remove two columned layout from project member settings Closes #34727 See merge request !12663
-
James Edwards-Jones authored
-
Tim Zallmann authored
Resolve "`label` field for setting a chart's legend text is not working" Closes #34655 See merge request !12628
-
Sean McGivern authored
This is an ID-less table with just three columns: an association to the merge request diff the commit belongs to, the relative order of the commit within the merge request diff, and the commit SHA itself. Previously we stored much more information about the commits, so that we could display them even when they were deleted from the repo. Since 8.0, we ensure that those commits are kept around for as long as the target repo itself is, so we don't need to duplicate that data in the database.
-
tauriedavis authored
-
Filipa Lacerda authored
Limit the file tree view container width Closes #34670 See merge request !12643
-
Marin Jankovski authored
Add GitLab Runner Helm Chart documenation for custom certificates See merge request !12594
-
Kamil Trzciński authored
Re-enable polling for environments See merge request !12678
-
Lin Jen-Shin authored
-
Sean McGivern authored
Backport Service changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2259 See merge request !12653
-
Tim Zallmann authored
Cleanup minor UX issues in the performance dashboard Closes #34653 See merge request !12635
-
Filipa Lacerda authored
-
Phil Hughes authored
Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'" See merge request !12674
-
Douwe Maan authored
Backports for ee-2112 Closes #34716 See merge request !12671
-
Douwe Maan authored
Add Traditional Chinese in Taiwan translations of Commits Page See merge request !12407
-
Kamil Trzciński authored
Generate KUBECONFIG in KubernetesService#predefined_variables Closes #33360 See merge request !12223
-
Douwe Maan authored
Fix `migration:path` build for "Honor the 'Remember me' parameter for OAuth-based login" Closes #34713 See merge request !12668
-
Jose Ivan Vargas authored
-
Sean McGivern authored
Add foreign keys to various tables that point to the "projects" table See merge request !9388
-
Nick Thomas authored
-
Jose Ivan Vargas authored
-
Joshua Lambert authored
-
Sean McGivern authored
I don't know exactly when Rails picks each module to use, but this seems to be used by `app` in the console (for instance, `app.project_path` would fail before, but works now).
-
Lin Jen-Shin authored
-
Tim Zallmann authored
Update Prometheus Metrics Library See merge request !12621
-
Rémy Coutable authored
Fix stubbing attributes alongside cache_markdown_field Closes #34698 See merge request !12661
-
Kamil Trzciński authored
This reverts merge request !12127
-