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
2018-06-06add deploy strategy radio buttonsMike Greiling
2018-05-22Merge branch 'fj-46411-fix-badge-api-endpoint-route-with-relative-url' into ↵Douwe Maan
'master' Fixed badge api endpoint route when relative_url is set Closes #46411 See merge request gitlab-org/gitlab-ce!19004
2018-05-17Merge branch '6020-extract-ee-specific-controller-lines' into 'master'Robert Speicher
[CE] Resolve "Extract EE specific files/lines for some controllers" See merge request gitlab-org/gitlab-ce!18994
2018-05-17Fixed badge api endpoint route when relative_url is setFrancisco Javier López
2018-05-16Backport changes from EE to minimize the CE/EE diff in ↵Rémy Coutable
Projects::Settings::IntegrationsController Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-16Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith
2018-05-07Adds remote mirror table migrationTiago Botelho
2018-05-07Backports every CE related change from ee-5484 to CETiago Botelho
2018-05-03Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith
2018-04-27Rename `runner.belonging_to_group(project.id) -> ↵Dylan Griffith
runner.belonging_to_parent_group_of_project(project.id)`
2018-04-23restrict projects ci controller to project runnersAlexis Reigel
2018-04-23show group runners on runners pageAlexis Reigel
2018-04-08Projects and groups badges settings UIFrancisco Javier López
2018-04-07Removes deploy tokens presenterMayra Cabrera
2018-04-07Addresses database commentsMayra Cabrera
- Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
2018-04-07Fixes broken schema and minor changesMayra Cabrera
2018-04-07Get rid of Redis when dealing with deploy tokensKamil Trzciński
We use controller actions to pass a newly created token and errors
2018-04-07Include ProjectDeployTokensMayra Cabrera
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
2018-04-07Address UX reviewMayra Cabrera
- Keep 'Deploy Section' open upon save, otherwise the token might get lost - When an error appears, display the error inside the form and also keep the Deploy Section open - Changue copy of revoke modal
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2018-04-04Resolve "Protected branches count is wrong when a wildcard includes several ↵Jan
protected branches"
2018-03-27Build ci/lint pageMayra Cabrera
- Includes new image from gitlab-svgs - Updates dependency for svgs
2018-03-01Make Projects::Settings:CiCdController#reset_cache a json endpointMatija Čupić
2018-01-05Add missing empty line in #reset_cacheMatija Čupić
2018-01-05Move cache reset to ci_cd_settings controllerMatija Čupić
2017-11-24Deduplicate protected ref human_access_levelsJames Edwards-Jones
Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
2017-08-31Form for setting project auto devops settingsZeger-Jan van de Weg
2017-07-21Rename build to pipeline for status badgesZ.J. van de Weg
First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This commit is renaming files and classes from build to pipeline. Also wording is editted to pipeline. Given `pipeline` had more characters than `build`, I've made the field a bit wider. The width now matchers the one for the coverage badge, so they look nice when in a table format, or in a list. As soon as this commit is merged to master, and released, the build.svg is deprecated, meaning that all users which already placed a badge should update it. However, to make sure it keeps working tests are added for this case.
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-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-28Accept default branch param on notifaction servicesZeger-Jan van de Weg
2017-04-06Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-04Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones
2017-04-04Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-04-03Extracted ProtectableDropdown to clean up Project#open_branchesJames Edwards-Jones
Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower
2017-03-31Settings::RepositoryController includes protected tags in JSJames Edwards-Jones
2017-03-21Hide ancestor groups in the share group dropdown listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-09Show members of parent groups on project members pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-07Merge branch 'master' into ↵Phil Hughes
26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
2017-03-06Fixed repository_controller_specJose Ivan Vargas
also added an #open_branches private method
2017-03-06Added delegations to comply with the new rubocop rulesJose Ivan Vargas
Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller
2017-03-06Added tests for the repository_controller and repository_helperJose Ivan Vargas
Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
2017-03-06Added access spec testsJose Ivan Vargas
Also created changelog and removed redundant code
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