Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Aug 22, 2019
    • Alessio Caiazza's avatar
      Expose namespace storage statistics with GraphQL · 606a1d2d
      Alessio Caiazza authored and Mayra Cabrera's avatar Mayra Cabrera committed
      Root namespaces have storage statistics.
      This commit allows namespace owners to get those stats via GraphQL
      queries like the following one
      
      {
        namespace(fullPath: "a_namespace_path") {
          rootStorageStatistics {
            storageSize
            repositorySize
            lfsObjectsSize
            buildArtifactsSize
            packagesSize
            wikiSize
          }
        }
      }
      606a1d2d
  3. Aug 15, 2019
  4. Aug 05, 2019
    • Steve Abrams's avatar
      Add group level container repository endpoints · 3dbf3997
      Steve Abrams authored and Mayra Cabrera's avatar Mayra Cabrera committed
      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
  5. Jul 25, 2019
  6. Jul 19, 2019
  7. Jul 11, 2019
    • Dylan Griffith's avatar
      Refactor: model errors for multi cluster validation · dacd0ee1
      Dylan Griffith authored
      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
  8. Jul 05, 2019
  9. Jul 02, 2019
  10. Jul 01, 2019
  11. Jun 27, 2019
  12. Jun 16, 2019
  13. May 06, 2019
  14. Apr 05, 2019
    • mksionek's avatar
      Add part of needed code · 64858317
      mksionek authored
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  15. Mar 13, 2019
  16. Mar 05, 2019
  17. Feb 28, 2019
  18. Feb 25, 2019
  19. Dec 24, 2018
  20. Dec 19, 2018
  21. Dec 18, 2018
  22. Nov 08, 2018
  23. Aug 22, 2018
  24. Aug 06, 2018
  25. Jul 24, 2018
  26. Jul 11, 2018
  27. Jul 06, 2018
  28. Apr 23, 2018
  29. Mar 03, 2018
  30. Jan 04, 2018
Loading