An error occurred fetching the project authors.
  1. 29 Nov, 2019 1 commit
  2. 28 Nov, 2019 1 commit
  3. 21 Nov, 2019 1 commit
  4. 19 Nov, 2019 1 commit
  5. 18 Nov, 2019 1 commit
  6. 14 Nov, 2019 2 commits
  7. 13 Nov, 2019 1 commit
  8. 08 Nov, 2019 1 commit
  9. 30 Oct, 2019 1 commit
  10. 28 Oct, 2019 1 commit
  11. 23 Oct, 2019 1 commit
  12. 18 Oct, 2019 1 commit
  13. 17 Oct, 2019 1 commit
  14. 14 Oct, 2019 1 commit
  15. 08 Oct, 2019 1 commit
  16. 07 Oct, 2019 1 commit
  17. 03 Oct, 2019 1 commit
  18. 30 Sep, 2019 1 commit
  19. 27 Sep, 2019 1 commit
  20. 25 Sep, 2019 2 commits
  21. 18 Sep, 2019 1 commit
  22. 16 Sep, 2019 1 commit
  23. 13 Sep, 2019 1 commit
  24. 09 Sep, 2019 1 commit
  25. 05 Sep, 2019 2 commits
  26. 03 Sep, 2019 2 commits
  27. 28 Aug, 2019 1 commit
  28. 15 Aug, 2019 1 commit
    • 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
  29. 07 Aug, 2019 1 commit
  30. 02 Aug, 2019 1 commit
    • Jason Colyer's avatar
      Make issue boards importable · 87235d00
      Jason Colyer authored
      - Added Importable to models/list.rb
      - Did unless: :importable? on board validation
      - Created changelog
      - Modified haml to show issue boards are importable
      - Added needed spec tests
      - Modified project.json to include board information
      - Added relevant models to all_models
      - Added relevant models to import_export
      - Added relevant models to safe_model_attributes
      87235d00
  31. 22 Jul, 2019 1 commit
  32. 26 Jun, 2019 1 commit
  33. 17 Jun, 2019 1 commit
    • Yorick Peterse's avatar
      Backport the EE schema and migrations to CE · 8469f59d
      Yorick Peterse authored
      This backports all EE schema changes to CE, including EE migrations,
      ensuring both use the same schema.
      
      == Updated tests
      
      A spec related to ghost and support bot users had to be modified to make
      it pass. The spec in question assumes that the "support_bot" column
      exists when defining the spec. In the single codebase setup this is not
      the case, as the column is backported in a later migration. Any attempt
      to use a different schema version or use of "around" blocks to
      conditionally disable specs won't help, as reverting the backport
      migration would also drop the "support_bot" column. Removing the
      "support_bot" tests entirely appears to be the only solution.
      
      We also need to update some foreign key tests now that we have
      backported the EE columns. Fortunately, these changes are very minor.
      
      == Backporting migrations
      
      This commit moves EE specific migrations (except those for the Geo
      tracking database) and related files to CE, and also removes any traces
      of the ee/db directory.
      
      Some migrations had to be modified or removed, as they no longer work
      with the schema being backported. These migrations were all quite old,
      so we opted for removing them where modifying them would take too much
      time and effort.
      
      Some old migrations were modified in EE, while also existing in CE. In
      these cases we took the EE code, and in one case removed them entirely.
      It's not worth spending time trying to merge these changes somehow as we
      plan to remove old migrations around the release of 12.0, see
      https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
      8469f59d
  34. 13 Jun, 2019 1 commit
  35. 06 May, 2019 1 commit
  36. 26 Apr, 2019 1 commit