- 11 Mar, 2020 40 commits
-
-
Nick Thomas authored
This is used in just one place, a metrics helper, but that is reaching into both Note and Commit to build the list anyway. By moving the logic into Note, we can clean up Commit significantly and remove the transitive dependency on `repo_type`.
-
Nick Thomas authored
This method reaches through Repository to discover whether the commit belongs to a project or not, which is not a good idea. It only has a single caller, so move the code to there instead.
-
Nick Thomas authored
What to do after an import is tightly coupled to the type of repository you are, so it's better to avoid having the method at all. There's very little in here, so just remove the idea for now. We can revisit it another time.
-
Kushal Pandya authored
Show weight and progress information in Roadmap epic timeline bars See merge request gitlab-org/gitlab!18957
-
Andreas Brandl authored
Add 'instance' column to services table Closes #204801 See merge request gitlab-org/gitlab!25714
-
Jarka Košanová authored
Issue Boards: Sort closed issues in order of when they were closed Closes #19880 See merge request gitlab-org/gitlab!23442
-
Jan Provaznik authored
Add health status data to the graphQL endpoint See merge request gitlab-org/gitlab!25989
-
Martin Wortschack authored
Use Vue Labels Select for Epics sidebar Closes #198431 See merge request gitlab-org/gitlab!26768
-
Adam Hegyi authored
Optimize project counters with repositories enabled counter See merge request gitlab-org/gitlab!26698
-
Doug Stull authored
- need to add conditions to a new index to allow usage ping counter to work, where today it is hitting the failback condition.
-
Jarka Košanová authored
Update cluster-applications image to v0.11 See merge request gitlab-org/gitlab!26842
-
Marcia Ramos authored
Avoid contractions in error messages See merge request gitlab-org/gitlab!26617
-
Mike Jang authored
-
Dmytro Zaporozhets authored
Set feature flag forward_npm_package_registry_requests enabled by default See merge request gitlab-org/gitlab!26932
-
Dmytro Zaporozhets authored
Add feature tests for the new Vue packages list See merge request gitlab-org/gitlab!26656
-
Nick Kipling authored
Added feature tests for group level Also added tests for project level Fixed issue with project link url
-
Arturo Herrero authored
This is needed to support instance-level integrations alongside service templates. We want to make sure that we always have the correct state in the database. This commit is adding the following validations: - Validates presence of project_id if not instance - Validates absence of project_id if instance - Validates only one instance-level service per type - Validates service is instance or template
-
Jarka Košanová authored
Merge branch '206899-move-system-metrics-chart-group-to-the-top-of-the-default-dashbord-in-metrics' into 'master' Move System Metrics chart group to the top of Default dashboard See merge request gitlab-org/gitlab!26355
-
briankabiro authored
On issue boards, issues are sorted based on their relative ordering This changes the ordering of closed issues to use the time when they were closed.
-
Kushal Pandya authored
Show memory on clusters list See merge request gitlab-org/gitlab!26781
-
Kushal Pandya authored
Use pure Vue Labels Select dropdown for Epics sidebar.
-
Kushal Pandya authored
Update table layout for mobile - tablet view-ports See merge request gitlab-org/gitlab!26479
-
David O'Regan authored
-
Adam Hegyi authored
Optimize ci_pipeline counters See merge request gitlab-org/gitlab!26774
-
Jan Provaznik authored
Add GraphQL migration to set epic of an issue Closes #36309 See merge request gitlab-org/gitlab!25628
-
Jarka Košanová authored
- calculate epic health status based on issues
-
Natalia Tepluhina authored
Frontend skeleton for Group-level activity overview See merge request gitlab-org/gitlab!26649
-
Marcel Amirault authored
Improve migration doc around passing artifacts See merge request gitlab-org/gitlab!26878
-
Heinrich Lee Yu authored
Add specs testing ProjectAuthorization for unapproved user See merge request gitlab-org/gitlab!25886
-
Marcel Amirault authored
-
Marcel Amirault authored
Improve migration docs around manual gates See merge request gitlab-org/gitlab!26874
-
Jason Yavorska authored
-
Thong Kuah authored
Update rouge to 3.17 See merge request gitlab-org/gitlab!26957
-
Marcel Amirault authored
Improve migration docs around rules syntax See merge request gitlab-org/gitlab!26875
-
Jason Yavorska authored
-
Marcel Amirault authored
Link to pipeline architectures See merge request gitlab-org/gitlab!26867
-
Jason Yavorska authored
-
Kushal Pandya authored
Merge branch '208262-follow-up-from-add-unscanned-projects-vuex-module-move-helper-into-shared-utils-folder' into 'master' Add "isValidDate" function to date-utils Closes #208262 See merge request gitlab-org/gitlab!26461
-
Marcel Amirault authored
Improve migration docs around parallelization See merge request gitlab-org/gitlab!26876
-
Jason Yavorska authored
-