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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-30Simplify spec: `2.times.each` -> `2.times`Stan Hu
2018-05-30Add a regression test for clearing local storage upon issue creationStan Hu
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-18Only render signout screen when user is signed outFilipa Lacerda
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
2017-11-03prevent race condition when attempting to cancel a file uploadMike Greiling
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
2017-11-01Fix cancel button not working when uploading a file on the new issue pageJose Ivan Vargas
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-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
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-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-03Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-10-03Merge branch '36670-remove-edit-form' into 'master'Sean McGivern
Remove edit action for issues Closes #36670 See merge request gitlab-org/gitlab-ce!14523
2017-10-03Remove edit action for issuesJarka Kadlecova
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-09-29Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-27Fixed breadcrumb title not linkingPhil Hughes
This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059
2017-09-26Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-25Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova
# Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-14Merge FELuke "Jared" Bennett
2017-09-13Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-06spec fixesPhil Hughes
2017-09-05Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-29more spec fixesPhil Hughes
2017-08-29spec updatesPhil Hughes
2017-08-17Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-12Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-12fix confidential border issue as well as confidential styles leaking on new MRRegis Boudinot
2017-08-10Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-0833874 confidential issue redesignRegis Boudinot
2017-08-03Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-21Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-06-20Remove implicit dependency on `gitlab_sign_in` assigning `@user`Robert Speicher
We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
2017-06-20Change `logout` uses to `gitlab_sign_out`Robert Speicher
Change `logout_direct` uses to `gitlab_sign_out_direct`
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-17Convert variants of trigger('click') -> clickStan Hu