An error occurred fetching the project authors.
  1. 02 Oct, 2020 1 commit
    • Sarah Yasonik's avatar
      Add table for project alert http integrations · b969134c
      Sarah Yasonik authored
      Adds a new table and model to represent expected
      url/token combos for alerting. This table will
      house integrations which have generic alert
      payload formatting and custom mappings, once custom
      mappings are available.
      b969134c
  2. 01 Oct, 2020 1 commit
  3. 30 Sep, 2020 1 commit
  4. 27 Sep, 2020 1 commit
  5. 17 Sep, 2020 2 commits
  6. 13 Sep, 2020 1 commit
  7. 10 Sep, 2020 1 commit
  8. 09 Sep, 2020 1 commit
  9. 08 Sep, 2020 1 commit
  10. 07 Sep, 2020 1 commit
    • Fabio Pitino's avatar
      Merge `pipeline_for` and `latest_pipeline_for_ref` methods · 490cf7b5
      Fabio Pitino authored
      Both `pipeline_for` and `latest_pipeline_for_ref` methods in Project
      have equivalent and duplicate logic. We also use both interchangebly.
      This change merges them into a new method `latest_pipeline` which
      accepts both ref and sha for fine search. Also the name provides
      more clarity than `pipeline_for`
      490cf7b5
  11. 01 Sep, 2020 1 commit
  12. 31 Aug, 2020 2 commits
  13. 14 Aug, 2020 2 commits
    • Alex Kalderimis's avatar
      Ensure HasWiki constructs wikis with users as owners · 4577f7af
      Alex Kalderimis authored
      This adds a concept of `default_actor` that `HasWiki` instances must
      implement. This is implemented differently for projects and groups.
      The contract is that `default_actor` must return a User with ownership
      privileges over the object.
      
      Wiki Owner differs from Owner of these models as wiki_owner must have
      the type `User`, but `Project#owner` can be a `Group` for instance.
      Groups can have many owners, so we select the first one, before
      ascending the chain of parent groups.
      
      This is vital since otherwise `HasWiki#wiki` will return wikis that
      cannot save their own pages.
      4577f7af
    • Vijay Hawoldar's avatar
      Adding support for user parent resource in GFM · 1e15e99b
      Vijay Hawoldar authored
      PersonalSnippets do not belong to a group or project
      so this commit adds support for a user as the parent instead
      1e15e99b
  14. 12 Aug, 2020 1 commit
  15. 10 Aug, 2020 1 commit
  16. 07 Aug, 2020 1 commit
  17. 06 Aug, 2020 1 commit
  18. 03 Aug, 2020 1 commit
  19. 27 Jul, 2020 2 commits
  20. 24 Jul, 2020 1 commit
  21. 20 Jul, 2020 1 commit
    • Giorgenes Gelatti's avatar
      Move package frontend to core · 224f6cb1
      Giorgenes Gelatti authored
      - Move controllers, views and specs to core.
      - Enables packages in core for everyone.
      - Remove Gitlab.ee? checks for package.
      - Move packages_enabled in project entity to core
      - Move project#has_package? specs to core
      - Move project#has_package? to core
      - Fix package js paths
      224f6cb1
  22. 19 Jul, 2020 1 commit
    • Thong Kuah's avatar
      Add models and tables · 2f61a0b5
      Thong Kuah authored
      - cluster_agent
      - cluster_agent_tokens
      
      Adds encrypted token using TokenAuthenticatable module
      
      Add has_many :cluster_agents
      
      Add to spec all_models.yml checklist. cluster_agents should not be
      exported as part of project export, so not putting in import_export.yml.
      2f61a0b5
  23. 18 Jul, 2020 1 commit
  24. 15 Jul, 2020 1 commit
  25. 14 Jul, 2020 1 commit
  26. 09 Jul, 2020 3 commits
  27. 08 Jul, 2020 2 commits
  28. 07 Jul, 2020 1 commit
  29. 29 Jun, 2020 1 commit
  30. 26 Jun, 2020 1 commit
  31. 25 Jun, 2020 2 commits
  32. 23 Jun, 2020 1 commit