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-10-17Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López
2018-10-17Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda
Update environments empty state See merge request gitlab-org/gitlab-ce!22297
2018-10-17Update environments empty stateGeorge Tsiolis
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-17Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas
directory"
2018-10-15Merge branch 'sh-remove-koding' into 'master'Douwe Maan
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
2018-10-15Send deployment_status when job starts environmentSteve Azzopardi
The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12Hide job sidebar on mobileFilipa Lacerda
This commit adds back `js-` classes needed to automatically collapse the sidebar on resize.
2018-10-11Fix erased block not being rendered when job was erasedFilipa Lacerda
2018-10-05Fix time dependent jobs specAlessio Caiazza
2018-10-05Fix pipelines specShinya Maeda
2018-10-05Add feature spec for remaining timeShinya Maeda
2018-10-05Add :js tag for a feature specShinya Maeda
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-04Renders empty states in the Vue app in Job pageFilipa Lacerda
2018-10-04Groomed specsShinya Maeda
2018-10-04Merge branch '41922-simplify-runner-registration-token-resetting' into 'master'Kamil Trzciński
Simplify runner registration token resetting Closes #41922 See merge request gitlab-org/gitlab-ce!21658
2018-10-04Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński
Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
2018-10-04Simplify runner registration token resettingTomasz Maczukin
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
2018-10-04Remove `rbac_clusters` feature flagThong Kuah
Now that Auto DevOps can run in a RBAC enabled cluster from https://gitlab.com/gitlab-org/gitlab-ce/issues/51942, we can now remove the FF. As the flag only governed if UI elements would appear or not when creating/adding existing clusters; the effect of removing the FF would be that the checkbox to choose to enable RBAC clusters will now always appear. Remove FF stubs from specs Improve spec context names
2018-10-04Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-03Uses Vue app to render part of job show pageFilipa Lacerda
2018-10-03Moves stages dropdown into the new vue appFilipa Lacerda
2018-10-03Merge branch '52066-blacklist-encrypted_-columns-in-gitlab-project-export' ↵Nick Thomas
into 'master' Resolve "Blacklist `encrypted_*` columns in gitlab project export" Closes #52066 See merge request gitlab-org/gitlab-ce!22072
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-03Fix pipeline specShinya Maeda
2018-10-03Add feature specShinya Maeda
2018-10-03Add encrypted sensitive word to export specJames Lopez
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-10-02Resolve "Selecting an autofill suggestion for project name will not update ↵Martin Wortschack
the project slug"
2018-09-28Fix Error 500 when forking projects with Gravatar disabledStan Hu
When Gravatar is disabled, the "no avatar" is used, which failed to revert to the colorful identity icons for namespaces. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254
2018-09-26Refactor EventFilter and increase its test coverageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-26Preserve order of project tags listDennis Tang
2018-09-25Merge branch 'ide-remove-stage-buttons' into 'master'Filipa Lacerda
Remove stage/unstage buttons from IDE commit list items Closes #51695 See merge request gitlab-org/gitlab-ce!21845
2018-09-25Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda
2018-09-21Updated specs to account for removed buttonsPhil Hughes
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-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-09-18Improve cluster apps installation flowMike Greiling
2018-09-18Merge branch 'rs-have_link-arguments' into 'master'Douwe Maan
Correct usage of the have_link matcher See merge request gitlab-org/gitlab-ce!21755
2018-09-17Resolve "Unable to import repository: undefined method `import_file' for ↵James Lopez
nil:NilClass"
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-14Correct usage of the have_link matcherRobert Speicher
The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`.
2018-09-14Add feature spec when FF is enabledThong Kuah
2018-09-13Resolve "Choosing “Initialize repo with a README” breaks project created ↵Martin Wortschack
from template"
2018-09-12Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez
2018-09-11Fix the group and project activity pagesNick Thomas
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-09Merge branch 'fix-invite-group-spec-ee' into 'master'Robert Speicher
Update invite_group_spec to be consistent with EE See merge request gitlab-org/gitlab-ce!21608