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-10-30add accept_confirm around attempts to revoke personal access tokensMike Greiling
2017-10-30Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
2017-10-24add accept_confirm around "destroy/revoke" buttonsMike Greiling
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-07Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-10-05Add more specs to cover subkeys scenariosRubén Dávila
2017-09-23fix to make gpg_keys_spec start passingBrett Walker
2017-09-23allow a verified secondary email to be use as the primary withoutBrett Walker
a reconfirmation
2017-09-23tweaks for rubocopBrett Walker
2017-09-23add verified/unverified labels to profile emails.Brett Walker
added "Resend confirmation email" for unverified emails
2017-09-23refactored the Spinach feature `features/profile/emails.feature` intoBrett Walker
an rspec feature
2017-09-18Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
2017-09-16Improve 'spec/features/profiles/*' specsVitaliy @blackst0ne Klachkov
2017-09-13Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-13Replace the 'profile/active_tab.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-10Replace the profile/emails.feature spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-05Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-09-05use new #verification_statusAlexis Reigel
2017-09-01Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into ↵Robert Speicher
'master' Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
2017-09-01Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan
Rollback changes made to signing_enabled. Closes #37202 See merge request !13956
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-30Rework the permissions model for SSH key restrictionsNick Thomas
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
2017-08-30Add settings for minimum key strength and allowed key typeNick Thomas
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
2017-08-29fixed up a bunch of specsPhil Hughes
some caused by webkit prefixes
2017-08-12Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-10Change trigger('focus') -> clickStan Hu
2017-08-10Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-08Fix Profile > Preferences feature specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-03Change trigger('click') -> click for ChromeStan Hu
Done via: ``` git grep --name-only trigger\(\'click\'\) | xargs sed -i -e "s/trigger('click')/click/g" ```
2017-08-03Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-28Merge branch 'rs-empty_project-features' into 'master'Rémy Coutable
Use `:empty_project` where possible in feature specs See merge request !13118
2017-07-27Use `empty_project` where possible in spec/features/profilesRobert Speicher
2017-07-27Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets
GPG signed commits Closes #20268 See merge request !9546
2017-07-27user may now revoke a gpg keyAlexis Reigel
other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
2017-07-27remove the :gpg rspec tagAlexis Reigel
since everything (except the CurrentKeyChain method) operates on a tempoary keychain anyway we don't need this anymore.
2017-07-27gpg email verificationAlexis Reigel
2017-07-27test with a gpg key with multiple emailsAlexis Reigel
2017-07-27use example gpg key instead of my ownAlexis Reigel
2017-07-27add profile gpg key page to manage gpg keysAlexis Reigel
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-14Merge branch '19629-remove-inactive-tokens-list' into 'master'Filipa Lacerda
Remove Inactive Personal Access Tokens list from Access Tokens page Closes #19629 See merge request !12866
2017-07-14Update tests to cover removal of inactive tokens tablekushalpandya
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-26Merge branch 'feature/add-new-services' into 'master'Sean McGivern
Add additional user and email services See merge request !12125
2017-06-23ported EE user service to CEJames Lopez