An error occurred fetching the project authors.
  1. 27 Aug, 2019 3 commits
  2. 26 Aug, 2019 1 commit
  3. 23 Aug, 2019 1 commit
  4. 21 Aug, 2019 1 commit
    • George Koltsov's avatar
      Add SortingPreference concern · 8bcc47ac
      George Koltsov authored
      Sorting preference functionality has been extracted
      from `IssuableCollections` to a new `SortingPreference`
      concern in order to reuse this functionality in projects
      (and groups in the future).
      8bcc47ac
  5. 16 Aug, 2019 2 commits
    • Gosia Ksionek's avatar
      Add new table to store email domain · 3b32ac56
      Gosia Ksionek authored
      In order to save user preferences regarding
      user emails allowed to be invited to group
      
      Add foreign_key and down method
      
      Change adding foreign key
      
      Add partial call to view
      
      Add changelog entry
      
      Fix schema
      3b32ac56
    • Markus Koller's avatar
      Optimize DB indexes for ES indexing of notes · a3e71610
      Markus Koller authored
      To index notes, we exclude system notes and use `find_in_batches` to
      load them in batches for submission to the ES bulk import API.
      These queries often result in DB timeouts because the usage of
      `ORDER BY id` results in the `notes_pkey` index being used.
      
      This adds an optimized partial index, and removes the unused index
      `index_notes_on_noteable_type` which is already covered for our
      usage by the existing `index_notes_on_noteable_id_and_noteable_type`.
      
      Newer versions of PostgreSQL (at least 11) are smarter about this and
      use `index_notes_on_project_id_and_noteable_type` instead, so we might
      be able to remove the partial index again in the future.
      a3e71610
  6. 15 Aug, 2019 2 commits
    • Adam Hegyi's avatar
      Migrations for Cycle Analytics backend · ca6cfde5
      Adam Hegyi authored
      This change lays the foundation for customizable cycle analytics stages.
      The main reason for the change is to extract the event definitions to
      separate objects (start_event, end_event) so that it could be easily
      customized later on.
      ca6cfde5
    • Brett Walker's avatar
      Allow disabling group/project email notifications · 3489dc3d
      Brett Walker authored
      - Adds UI to configure in group and project settings
      - Removes notification configuration for users when
      disabled at group or project level
      3489dc3d
  7. 14 Aug, 2019 1 commit
  8. 13 Aug, 2019 1 commit
  9. 09 Aug, 2019 1 commit
  10. 08 Aug, 2019 1 commit
  11. 07 Aug, 2019 4 commits
  12. 06 Aug, 2019 1 commit
  13. 05 Aug, 2019 2 commits
  14. 02 Aug, 2019 3 commits
  15. 01 Aug, 2019 3 commits
  16. 30 Jul, 2019 1 commit
  17. 29 Jul, 2019 3 commits
  18. 25 Jul, 2019 1 commit
  19. 24 Jul, 2019 4 commits
  20. 23 Jul, 2019 3 commits
  21. 22 Jul, 2019 1 commit