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
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-20Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon
Conflicts: db/schema.rb
2018-12-14Display reply field if resolved discussion has no repliesWinnie Hellmann
2018-12-04callout when ci variables are protected by defaultAlexis Reigel
2018-12-04Fix collapsing discussion repliesWinnie Hellmann
2018-11-29option to make variables protected by defaultAlexis Reigel
2018-11-08Discussions redesignFatih Acet
2018-11-07Copy changes for abuse clarityJeremy Watson
2018-10-30Renaming Secret Variables in the codebaseMarcel Amirault
2018-10-15Fixes close/reopen quick actions preview for issues and merge_requestsJacopo
Close/reopen quick actions preview wasn't shown properly, now the preview is shown as expected.
2018-09-06Prefer `sign_in` over `gitlab_sign_in` as its fasterMehdi Lahmam
Devise helpers acts on Warden which is faster than our own helpers. Note that `gitlab_sign_out` is still necessary due to the same issue mentioned at 60814985e033e4941ff3eb5d33ca55e3fc81593e
2018-09-06Use un-namespaced project issuables path helper in specsMehdi Lahmam
2018-09-06Rename `slash_commands` ~> `quick_actions` in specs filesMehdi Lahmam
Leftover from ea090291.
2018-09-06Add /lock and /unlock quick actionsMehdi Lahmam
Closes #39173
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-08Set tooltips to have default boundary viewportClement Ho
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-04-03Refactor discussions/notes codeJan Provaznik
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-03-02Fix quick actions for users who cannot update issues and MRsSean McGivern
There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
2018-02-23Skip variables duplicates validator if variable is already a duplicateMatija Čupić
2018-02-15Improve validation message and add changelogKamil Trzciński
2018-02-14Add more information in variable_duplicates validator error messageMatija Čupić
2018-02-09Default CI variables to unprotectedEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
2018-02-05Fix duplicate CI variable feature spec failureMatija Čupić
2018-02-05Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood
variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-07Fix merge_request_specAnnabel Dunstone Gray
2017-11-01fix flaky fill_in use in which return key would occasionally be intercepted ↵Mike Greiling
by autocomplete
2017-10-23Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
2017-10-20Force non diff resolved discussion to display when collapse toggledClement Ho
2017-10-13fix shared discussion_comments examples (for realz this time!)Mike Greiling
2017-10-10fixed shared discussion_comments exampleJose Ivan Vargas
2017-10-10fix click trigger methodMike Greiling
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-07Commenting on image diffsFelipe Artur
2017-09-13Changed helper methods to use the click methodJose Ivan Vargas
2017-09-05Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-09-01Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-30Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/models/issue.rb
2017-08-29IssueNotesRefactor: Fix broken specs.Fatih Acet
2017-08-28fix transient test failures caused by wrong dropdown triggerSimon Knox
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-16Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-14fix static_analysis (rubocop)Jarka Kadlecova
2017-08-13Update dropdown tests to match bootstrap one on issue page and droplab on ↵Filipa Lacerda
other pages