1. 17.06.2020 25 коммитов
  2. 16.06.2020 15 коммитов
    • Suzanne Selhorn's avatar
      Merge branch...
      · bf4c17b9
      Suzanne Selhorn создал
      Merge branch '191455-docs-add-a-button-to-quickly-assign-users-who-have-commented-on-an-issue' into 'master'
      
      Docs: Resolve "Add a button to quickly assign users who have commented on an issue"
      
      See merge request gitlab-org/gitlab!34597
      bf4c17b9
    • Jake Burden's avatar
    • Amy Troschinetz's avatar
      Adds aws tip to cicd add variable modal
      · 2c5c5ff8
      Amy Troschinetz создал
      **app/assets/images/aws_logo.svg**
      Logo for use in AWS guidance tip.
      
      **app/assets/javascripts/ci_variable_list/constants.js**
      Adds a constant to conain the list of AWS constants.
      
      **javascripts/ci_variable_list/components/ci_variable_modal.vue**
      Adds a tip alert when user is adding a new AWS variable.
      
      **app/views/ci/variables/_index.html.haml**
      Creates variable for the AWS logo src path.
      
      **app/assets/javascripts/ci_variable_list/index.js**
      Passes haml variable for AWS logo to vue.
      2c5c5ff8
    • Andrew Fontaine's avatar
      Merge branch...
      · ad24d47e
      Andrew Fontaine создал
      Merge branch '191455-add-a-button-to-quickly-assign-users-who-have-commented-on-an-issue-or-merge-request' into 'master'
      
      Resolve "Add a button to quickly assign users who have commented on an issue or merge request"
      
      Closes #191455
      
      See merge request gitlab-org/gitlab!23883
      ad24d47e
    • Mayra Cabrera's avatar
      Merge branch...
      · 1ef53665
      Mayra Cabrera создал
      Merge branch '215194-add-section-to-index_approval_rule_name_for_code_owners_rule_type' into 'master'
      
      Add section to approval rule name index
      
      See merge request gitlab-org/gitlab!33121
      1ef53665
    • Kerri Miller's avatar
      Add section to approval rule name index
      · ac25f8b0
      Kerri Miller создал
      ac25f8b0
    • Bob Van Landuyt's avatar
      Merge branch '221174-graphql-pagination-bug' into 'master'
      · f225a5cc
      Bob Van Landuyt создал
      Graphql - fix pagination bug due to ms precision
      
      See merge request gitlab-org/gitlab!34352
      f225a5cc
    • Mario de la Ossa's avatar
      Graphql - fix pagination bug due to ms precision
      · cd8b9992
      Mario de la Ossa создал
      When we use keyset pagination inside GraphQL our cursors are missing
      millisecond data for timestamps, which causes pagination to not work
      properly when objects have the same timestamp up to the second, as the
      database sees for example '23:14:56' as '23:14:56.0000' which is
      different from any other timestamps with millisecond values that are not
      '0000'
      cd8b9992
    • Martin Wortschack's avatar
      Merge branch '213824-update-red-variables-in-gitlab-scss-to-match-gitlab-ui' into 'master'
      · 7c2e7301
      Martin Wortschack создал
      Update $red- variables to match GitLab UI
      
      Closes #213824
      
      See merge request gitlab-org/gitlab!34544
      7c2e7301
    • Jeremy Elder's avatar
      Update $red- variables to match GitLab UI
      · 1d80ebb1
      Jeremy Elder создал
      1d80ebb1
    • Jan Provaznik's avatar
      Merge branch '214731-serve-composer-packages' into 'master'
      · e37b4452
      Jan Provaznik создал
      PHP Composer: Serve package files for package installation
      
      Closes #214731
      
      See merge request gitlab-org/gitlab!32390
      e37b4452
    • Jan Provaznik's avatar
      Merge branch '220988-fix-problem-with-duplicated-feedback-links' into 'master'
      · c307d504
      Jan Provaznik создал
      Return individual links to issue for each finding in Pipeline Security
      
      See merge request gitlab-org/gitlab!34612
      c307d504
    • jakeburden's avatar
      Allows assign and unassign from comment
      · a8cb90d6
      jakeburden создал
      Add locale for assignment button
      
      Test that the “assign” button renders for users
      
      Fix assign/unassign copy
      
      Add “from” in unassign copy
      
      Move assign button below delete button
      
      Use issue api directly to save assignee
      
      Add mutation to update state of assignees
      
      Create assignees getter/setter
      
      Update Note component assignee state
      
      Add api method to update merge requests
      
      Move result handler to callback function for reuse
      
      Create handler for assigning from merge requests
      
      Update locale translations
      
      Move display text to computed prop
      
      Use data-testid as suggested by our guidelines
      
      Use event hub instead of window.emitSidebarEvent
      
      Move assigne update handler to own method
      
      Make targetType a computed prop
      
      Use Array.some rather than Array.map and .includes
      
      Use destructuring to get values
      
      Remove unnecessary assignment
      
      Get assignees from vuex
      
      Remove duplicate event emitter
      
      Get targetType from this context
      
      Use this context where needed
      
      Use updated api endpoint methods
      
      Static analysis fix
      
      Reorded sidebar actions
      
      Add flash message on error
      
      Check that this.assignees exists
      
      Remove unused currentUser prop
      
      Remove unused mixin
      
      Add locale file changes for assignee updates
      
      Remove check for status code in assignee update handler
      
      Fix method call to update assigneess
      
      Remove unused computed assignees
      
      Use parentheses rather than underscores
      
      Add spec for UPDATE_ASSIGNEES mutation
      
      Add spec for updateAssignees action
      
      Fix path for updating merge requests
      
      Add axios mock to test updateAssignees is called
      
      Remove duplicate API path
      
      Only display button on issues
      
      Adjust tests for only displaying on issues
      
      Revert "Add project id to merge request notable data"
      
      This reverts commit bf7c6d7836fb165a1982ac9c094843e6fa705e75.
      
      Run prettier on note_actions.vue
      
      Add a changelog
      
      Remove duplicate method
      a8cb90d6
    • Enrique Alcántara's avatar
      Merge branch 'jivanvl-remove-prepend-top-32' into 'master'
      · 5b19eb8c
      Enrique Alcántara создал
      Remove prepend-top-32 CSS class
      
      See merge request gitlab-org/gitlab!34647
      5b19eb8c
    • Nicolò Maria Mezzopera's avatar
      Merge branch '33743-graph-code-coverage-changes-over-time-for-a-project' into 'master'
      · 647dd183
      Nicolò Maria Mezzopera создал
      Resolve "Graph code coverage changes over time for a project"
      
      See merge request gitlab-org/gitlab!26174
      647dd183