1. 07.08.2019 6 коммитов
  2. 05.08.2019 1 коммит
    • Steve Abrams's avatar
      Add group level container repository endpoints
      · 3dbf3997
      Steve Abrams создал
      API endpoints for requesting container repositories
      and container repositories with their tag information
      are enabled for users that want to specify the group
      containing the repository rather than the specific project.
      3dbf3997
  3. 04.08.2019 1 коммит
  4. 02.08.2019 1 коммит
  5. 01.08.2019 1 коммит
  6. 30.07.2019 1 коммит
  7. 26.07.2019 4 коммита
  8. 25.07.2019 1 коммит
  9. 23.07.2019 2 коммита
  10. 18.07.2019 3 коммита
  11. 17.07.2019 2 коммита
  12. 16.07.2019 4 коммита
  13. 15.07.2019 1 коммит
    • Stan Hu's avatar
      Filter Geo proxied data from api_json.log
      · 0ffac1ab
      Stan Hu создал
      Currently the base64-encoded value of the push-to-secondary data is
      saved in `api_json.log`, and this can easily be hundreds of
      megabytes. We should filter this from the logs.
      0ffac1ab
  14. 12.07.2019 1 коммит
  15. 11.07.2019 2 коммита
    • Dylan Griffith's avatar
      Add API for CRUD group clusters
      · 7fb076f5
      Dylan Griffith создал
      This is basically a copy of the API for project clusters.
      7fb076f5
    • Dylan Griffith's avatar
      Refactor: model errors for multi cluster validation
      · dacd0ee1
      Dylan Griffith создал
      The current approach requires catching exceptions to handle these errors
      and callers are already handling model validations so it seems more
      appropriate.  Also it seemed to convoluted to add this logic directly to
      the model since the model needs to check too many possible associations
      to determine whether or not there are more than one cluster since the
      model doesn't know what it's being created on. Additionally we only
      wanted to validate during create to avoid the risk of existing models
      becoming invalid by many different edge cases.
      dacd0ee1
  16. 10.07.2019 2 коммита
  17. 09.07.2019 3 коммита
    • charlie ablett's avatar
      Remove `:graphql` feature flag
      · 639ab521
      charlie ablett создал
      - Remove `FeatureConstrainer` call wrapping api endpoint
      - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
      - Modify graphql test to be graphql flag agnostic
      - Remove api routing spec
      - Remove frontend feature flag via `gon`
      639ab521
    • Alexandru Croitor's avatar
      Rename ProjectEntity to IssuableEntity
      · dba5f3ae
      Alexandru Croitor создал
      dba5f3ae
    • Tim Zallmann's avatar
      Updates on success of an MR the count on top and in other tabs
      · b9e52612
      Tim Zallmann создал
      New API endpoint for merge request count
      Updates all open tabs at the same time with one call
      Restructured API response
      
      API response changed to 401 if no current_user
      
      Added API + JS specs
      
      Fix for Static Check
      
      Updated Count on Open/Close, Assign/Unassign of MR's
      
      Checking if MR Count is refreshed
      
      Added # frozen_string_literal: true to spec
      
      Added Changelog
      b9e52612
  18. 05.07.2019 1 коммит
  19. 04.07.2019 1 коммит
    • Nick Thomas's avatar
      Allow asynchronous rebase operations to be monitored
      · 381468d0
      Nick Thomas создал
      This MR introduces tracking of the `rebase_jid` for merge requests. As
      with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
      rebase is proceeding in sidekiq.
      
      After one release, we should remove the Gitaly-based lookup of rebases.
      It is much better to track this kind of thing via the database.
      381468d0
  20. 03.07.2019 2 коммита