Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-19Merge branch 'new-nav-fix-contextual-breadcrumbs' into 'master'Filipa Lacerda
Contextual breadcrumb title fixes Closes #34030 and #34033 See merge request !12602
2017-07-14Use shared protected branches views for CE-partialsBob Van Landuyt
2017-07-12moved declaration of `breadcrumb_title` into `page_title` methodPhil Hughes
`breadcrumb_title` is then overriden when needed
2017-07-07rename methodPhil Hughes
2017-07-07fixed up more breadcrumbsPhil Hughes
2017-07-07Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-07Basic BE changeShinya Maeda
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-06Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-20Added limited width container to project settingsPhil Hughes
2017-06-0831853 Remove duplication for sharing projects with groups in project settingstauriedavis
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-22Merge branch 'dz-rename-pipelines-settings-tab' into 'master'Dmitriy Zaporozhets
Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
This reverts merge request !11287
2017-05-15Rename `build_events` to `job_events` in codeBob Van Landuyt
2017-05-11Rename CI/CD Pipelines to Pipelines in the project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-04Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-05-04Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' Rémy Coutable
Disable navigation to Pages config if Pages is disabled Closes #30529 See merge request !11008
2017-05-04Disable navigation to Pages config if Pages is disabledMark Fletcher
* Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced
2017-05-03Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-04-28Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes
2017-04-28Implement ability to update hooksAlexander Randa
2017-04-25Add sub-nav for Project Integration Services edit pageKushal Pandya
2017-03-21Render protected tags within Project Settings > RepositoryKushal Pandya
2017-03-08Fixed some typos inside the _project.html.haml partialJose Ivan Vargas
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-03-06Introduced the deploy keys presenterGrzegorz Bizon
2017-03-06Created the gear settings entry and created a way to initialize both ↵Jose Ivan Vargas
sections with one controller Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers
2017-03-06Added repository controller and route for the settings namespaceJose Ivan Vargas
2017-02-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
Added tests to verify the access policy to the new controller
2017-02-06Corrected titles on the triggers and pipelines sectionsJose Ivan Vargas
2017-02-06changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas
2017-02-06Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas
2017-01-20Renamed a file to make the transition to EE easierJose Ivan Vargas
2017-01-19Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas
2017-01-03Removed the "Groups" option from the settings gearJose Ivan Vargas
Fixed more tests
2017-01-03Added groups to members section, added a members finderJose Ivan Vargas
2017-01-03Moved the members (project_members)option to a single controller called membersJose Ivan Vargas
This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path