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
2020-05-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-29Prefer usage of helper `expanded_by_default?`Peter Leitzen
Stop using `Rails.env.test?` in views.
2019-01-29Port changes from EE. Remove unused classLin Jen-Shin
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-08ensure all project repository settings panels remain open after form submissionMike Greiling
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-06-13Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-23Fix deploy keys formClement Ho
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-07Make deploy keys table more clearly structuredLukas Eipert
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-11[skip ci] Convert .checkbox to .form-checkClement Ho
2018-04-02Add button type to settings toggleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2017-12-28Just add a new class to locate the expand buttonLin Jen-Shin
2017-10-31update settings panels to place "expanded" class on the correct elementMike Greiling
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-22Resolve "Rename settings panel "close" action to "collapse" to avoid confusion"Mike Greiling
2017-06-07Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable
Implement ability to update deploy keys Closes #3191 See merge request !10383
2017-06-07Resolve "Simplified Repository Settings page"Mike Greiling
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-04-28Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes
2017-04-28Add Vue with async deploy keysJacob Schatz
2017-03-08Fix inconsistent deploy key documentation in UIChris Wilson
Deploy keys were added with write access to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383 - We still state " Deploy keys allow read-only access to your repository." in the UI. This updates the deploy key UI information to reflect the docs https://docs.gitlab.com/ce/ssh/README.html#deploy-keys
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-06Introduced the deploy keys presenterGrzegorz Bizon
2017-03-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
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
2016-12-09Use consistent words, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
2016-11-22Allow admin to set keys with write access, andLin Jen-Shin
show write access information when showing the key. TODO: It's ugly right now, need help!
2016-08-19Rephrase wording for pull/push accessAli Ibrahim
2016-08-17Allow to add deploy keys with write-accessAli Ibrahim
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-05-16Fixed project settings alert colorsPhil Hughes
In another MR, the class name was changed making all the alert messages have no background color
2016-04-25Updated tests for deploy keysPhil Hughes
2016-04-25Project deploy keys updated UIPhil Hughes
Closes #13992
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
2015-12-02Use js-requires-input where appropriateDouwe Maan
2015-12-02Add cancel button to forms that didn't have one alreadyDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-08-26Limit content width for big screens except certain pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-04Show key fingerprint on DeployKeys#indexRobert Speicher
Also style all key fingerprints consistently across the app.
2015-06-04Remove show actions from Admin and Project DeployKeysRobert Speicher
2015-04-30Add a page title to every page.Douwe Maan
2015-04-03Clean up code.Douwe Maan
2015-04-03Allow admin to create public deploy keys that are accessible to any project.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-02-26Dont render project entityDmitriy Zaporozhets