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-28fixed up specsPhil Hughes
2017-07-28trying to fix teststauriedavis
2017-07-28fix merge conflictstauriedavis
2017-07-28css fixestauriedavis
2017-07-2834060 Simply general project settings to use expanded panelstauriedavis
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-19[#27697] Make the arrow icons consistent in dropdownTM Lee
2017-06-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-05-22Renamed some messages and refactored the project_edit class to a functionJose Ivan Vargas
2017-05-22Prevent project transfer if a new group is not selectedJose Ivan Vargas
2017-05-18Update edit.html.hamlFabio Busatto
Closes #32555
2017-05-12Fix accessibility issues for Input fields across GitLabKushal Pandya
2017-04-04Don't autofill kubernetes namespaceZ.J. van de Weg
2017-03-30Add download attribute to download linksClement Ho
2017-03-23Fix project tag order because we assume so in testLin Jen-Shin
See https://gitlab.com/gitlab-org/gitlab-ce/builds/12778220 found in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10156
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-15Merge branch 'create-new-project-ui-fix' into 'master' Dmitriy Zaporozhets
Layout alignment fix in new project and edit project screen See merge request !9201
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-13Layout alignment fix in new project and edit project screenPratik Borsadiya
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03Adds changelog entryFilipa Lacerda
Replace "builds" in project settings Replace "builds" in admin area
2017-02-02Only render hr when user can't archive project.Bryce Johnson
2017-02-01Implement proper verification of certificate's public_key against the ↵Kamil Trzcinski
private_key
2017-02-01Fix URL to GitLab pages documentationRémy Coutable
2017-02-01Clean up the text in pages viewAchilleas Pipinellis
2017-02-01Add GitLab PagesKamil Trzcinski
- The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
2017-01-30Ignore encrypted attributes in Import/ExportJames Lopez
* Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
2017-01-27Fix project name label's for reference in project settingsClement Ho
2017-01-26Display project ID in project settings (!8572)winniehell
2016-12-10Fixed testsLuke "Jared" Bennett
Grab permissions description from backend Review changes Added unit tests
2016-12-10Align permissions optionsAnnabel Dunstone Gray
2016-12-10Created shared/visibility_select and merged with feature permissions uiLuke "Jared" Bennett
Fixed up nested padding and added dynamic text js Added padding and tests
2016-12-10Merge branch '25324-change-housekeeping-btn-to-default' into 'master' Alfredo Sumaran
Use default btn styling for Housekeeping button on projects settings page Changes the Housekeeping button styling on the project settings page from ```btn-save``` to ```btn-default``` **BEFORE:** ![Screen_Shot_2016-12-06_at_12_51_42_PM](/uploads/1b1c8a26eead025062e2c98d9d0f4286/Screen_Shot_2016-12-06_at_12_51_42_PM.png) **AFTER:** ![Screen_Shot_2016-12-06_at_12_51_57_PM](/uploads/9e7937af4a058fa1aa8b45653dbad3ee/Screen_Shot_2016-12-06_at_12_51_57_PM.png) Closes #25324 cc: @awhildy See merge request !7959
2016-12-07Remove wrong '.builds-feature' class from the MR settings fieldsetRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-06Use default btn styling for Housekeeping button on projects settings pageRyan Harris
2016-11-23Fix `LFS enabled` select box.Patricio Cano
It was not displaying the proper value and had an out of place look to it.
2016-11-05Merge branch 'remove-wiki-image-border-radius' into 'master' Fatih Acet
Update avatar container name so it doesnt conflict with other image containers Bug from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7206 renders all wiki images circular Before: ![Screen_Shot_2016-11-03_at_9.27.45_AM](/uploads/f49baa4481cec6d6c043087aa1a83d09/Screen_Shot_2016-11-03_at_9.27.45_AM.png) After: ![Screen_Shot_2016-11-03_at_9.27.37_AM](/uploads/5b21d1752b5fa5adcabd44b8973fb55d/Screen_Shot_2016-11-03_at_9.27.37_AM.png) cc @tauriedavis @dzaporozhets See merge request !7268
2016-11-04Merge branch 'project-container-repo-disable' into 'master' Fatih Acet
Hides registry if project repository is disabled ## What does this MR do? When disabling the projects repository it now hides the container registry as well. ## Screenshots (if relevant) ![Screen_Shot_2016-10-21_at_11.23.29](/uploads/e07d74e0666348748690689ab993f9d8/Screen_Shot_2016-10-21_at_11.23.29.png) ![Screen_Shot_2016-10-21_at_11.23.32](/uploads/e2f0757397a4524eca5aa069c1fabad3/Screen_Shot_2016-10-21_at_11.23.32.png) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/19734#note_17224181 See merge request !7036
2016-11-03Update avatar container name so it doesnt conflict with other image containersAnnabel Dunstone Gray
2016-11-02Merge branch 'patch-6' into 'master' Achilleas Pipinellis
add container registry images to not exported list See the general Documentation guidelines http://docs.gitlab.com/ce/development/doc_styleguide.html ## What does this MR do? Clarify that images are not exported See merge request !7187
2016-11-0123545 Fix distorted project and group avatarstauriedavis
2016-11-01Hides registry if project is disabledPhil Hughes
2016-10-29add container registry images to not exported listBen Bodenmiller
2016-10-24Fix typo in project settings that prevents users from enabling container ↵Adam Niedzielski
registry. Fixes #23575.
2016-10-21fix font weight of project feature settingstauriedavis
2016-10-17Add visibility level to project repositoryFelipe Artur
2016-10-11FIx JS bug with select2 because of missing `data-field` attribute in select box.Patricio Cano
2016-10-06Link to Registry docs from project settingsAchilleas Pipinellis