1. 07 Nov, 2019 22 commits
  2. 06 Nov, 2019 18 commits
    • Douglas Barbosa Alexandre's avatar
      Merge branch 'jc-add-internal-socket-dir-to-setup' into 'master' · a640e526
      Douglas Barbosa Alexandre authored
      Add internal_socket_dir to gitaly config in setup helper
      
      See merge request gitlab-org/gitlab!19170
      a640e526
    • Kamil Trzciński's avatar
      Merge branch 'deployment-commit-tracking' into 'master' · 2554bdc0
      Kamil Trzciński authored
      Track deployed merge requests in the database
      
      Closes #32584
      
      See merge request gitlab-org/gitlab!18755
      2554bdc0
    • Brian Richardson's avatar
    • Mark Lapierre's avatar
      Merge branch 'qa-update-group-file-template-spec' into 'master' · c8c711e4
      Mark Lapierre authored
      Disable autodevops in group file template spec
      
      See merge request gitlab-org/gitlab!19708
      c8c711e4
    • John Cai's avatar
      cde4f8d7
    • Douglas Barbosa Alexandre's avatar
      Merge branch 'environments-list-data-d' into 'master' · c7916c8b
      Douglas Barbosa Alexandre authored
      Fill in Pipeline Footer in Environment Dashboard
      
      See merge request gitlab-org/gitlab!17645
      c7916c8b
    • Jason Goodman's avatar
      Return last pipeline for environment dashboard · e6ca39f1
      Jason Goodman authored
      Add last_visible_pipeline method to Environment model
      e6ca39f1
    • Paul Slaughter's avatar
      Merge branch 'mh/vue-issuables-list-ee' into 'master' · 398fef1c
      Paul Slaughter authored
      Refactor issuables list to Vue, part 1
      
      See merge request gitlab-org/gitlab!15091
      398fef1c
    • Martin Hanzel's avatar
      Refactor issuables list to Vue, part 1 · 693f99eb
      Martin Hanzel authored
      ```-----------------
      **WARNING:** This is one of those long commit messages where multiple
      messages are squashed into one
      ```
      
      -----------------
      
      Working: most of the view, bulk edit toggle.
      Not working yet: filtering, bulk edit behaviour.
      
      Enable bulk editing
      
      The bulk edit sidebar is coupled to an issuable's DOM and expects
      the correct information to be there in attributes or dataset.
      
      Add pagination to Vue issuable list
      
      Enable filtering in vue issuables list
      
      Enable label drill-down in vue issuables list
      
      Clicking on a label applies a filter for that label.
      
      Implement sorting and reordering in vue issuable list
      
      Fix edge case in issuable ordering
      
      In the Vue issuables list, the list now takes the sort key from
      the sort dropdown. The server remembers the previous sort state
      even if none is provided in the URL query string, so the
      dropdown is the better source of truth.
      
      Fix a feature flag check
      
      Misc improvements to vue issuable list
      
      - Show only opened issues by default
      - Apply styles for recent and closed issues
      
      Add dates and assignees in vue issue list
      
      - Replace date placeholders with formatted dates
      - Show assignees
      - Add options to issue_assignees.vue for more flexibility
      
      Add empty states to vue issue list
      
      Rename message_queue to pubsub
      
      Update gitlab.pot
      
      Fix a spacing issue
      
      Fix bulk update not working
      
      Update some i18n strings
      
      Add user popovers to vue issuables list
      
      Add tooltips in vue issuables list
      
      Apply review suggestions
      
      Update gitlab pot
      
      Add tests for vue issuables list
      
      - Alter Jest unit test for issue assignees component
      - Add Jest unit tests for issuables list app and issuable
        components
      - Fix rspecs to `wait_for_requests` to allow the Vue app to load
      - Misc fixes to utils and Vue components to fix edge cases
      
      Add eventhub to issueables_list
      
      Add constants to issuebales_list
      
      Add datetime_utility to issueables_list
      
      rm pubsub
      
      Add eventbus to issueable_bulk_update
      
      Add coupling comment to _issue.html.haml
      
      add eventbus and moved constants to new file in issuables list app
      
      bind FF to group
      
      Rm FF guard in JS file when initing issueable list
      
      Replace pubsub with eventbus in spec
      
      get rid of rm .js css class from list
      
      Abstract newDateAsLocal time in issueable
      
      Refactor getting sort from backend
      
      Get sort key from backed and avoid querying the dom more than we need to
      
      Refactor tests to use less snapshots
      
      Add issuable_item and move value to computes
      
      Rm conditional when mounting in issuables_list_app
      
      Replace number with constant to access as prop
      
      Ran prettier on touched files
      
      Fix type in consts
      
      Add group to FF controller
      
      Mv newDateAsLocaleTime to datetime_utility
      
      Mv func to lib/datetime_utility and replace instances in files
      
      Add FF guard to index.js for init component
      
      Rm rspec changes that arent needed
      
      Change storing ids in array to object
      
      Fix bulk edit update all and change how we store ids for a more
      efficient dom interation
      
      Rm issuable_item component
      
      Rm default values undefined
      
      Replace issuable_item component with computed iteration
      
      Refactor issuable spec and snapshot
      
      Get specs passing from addreessing comments
      
      revert style change
      
      run prettier against files
      
      Update issuable_list_app_spec and snapshots
      
      Add shared examples for FF in issue_spec
      
      Move test from issuable_list to issuable
      
      Reset window date after Spec in issuable
      
      Add group to stubbing FF in issues_spec.rb
      
      Run prettier against files
      
      Final patch
      
      Handle refactoring for issuables and issuables list to address bugs
      and spec issues
      693f99eb
    • Desiree Chevalier's avatar
      b1c83d2b
    • Achilleas Pipinellis's avatar
      Merge branch 'update-gitaly-standalone-documentation' into 'master' · 5d94e9d2
      Achilleas Pipinellis authored
      Clarify that a token is just a password
      
      See merge request gitlab-org/gitlab!19592
      5d94e9d2
    • Robert Marshall's avatar
      Clarify that a token is just a password · fd64d12b
      Robert Marshall authored
      - Token is an overloaded term; clarify that it is just a password in the
        Gitaly documentation.
      Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
      fd64d12b
    • Andreas Brandl's avatar
      Merge branch '32229-followup-pa-merged-at-index' into 'master' · 17525190
      Andreas Brandl authored
      Replace temporary productivity analytics index
      
      Closes #32229
      
      See merge request gitlab-org/gitlab!17957
      17525190
    • Lin Jen-Shin's avatar
      Merge branch '34980-remove-obsolete-code' into 'master' · 29cabf06
      Lin Jen-Shin authored
      Remove obsolete code branch
      
      Closes #34980
      
      See merge request gitlab-org/gitlab!19612
      29cabf06
    • Achilleas Pipinellis's avatar
      Merge branch 'kyletsmith-master-patch-21946' into 'master' · f3087173
      Achilleas Pipinellis authored
      Fix typo in generic alerts integration documentation
      
      See merge request gitlab-org/gitlab!19646
      f3087173
    • Phil Hughes's avatar
      Merge branch 'env-dashboard-show-deployments-without-deployable' into 'master' · 254638a5
      Phil Hughes authored
      Env dashboard show deployments without deployable
      
      See merge request gitlab-org/gitlab!19457
      254638a5
    • Rémy Coutable's avatar
      Merge branch 'nfriend-add-releases-filter-for-merge-requests' into 'master' · f4761536
      Rémy Coutable authored
      Add "release" filter to merge request search
      
      See merge request gitlab-org/gitlab!19315
      f4761536
    • Achilleas Pipinellis's avatar
      Merge branch 'docs-pages-followup' into 'master' · d1f38742
      Achilleas Pipinellis authored
      Docs: Pages - Better headings - SEO
      
      See merge request gitlab-org/gitlab!19577
      d1f38742