Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Upcoming Releases sectiondocs-update-release-api | Jason Goodman | 2019-07-12 | 2 | -1/+7 |
| | | | | Fix noted sort order of releases | ||||
* | Update Release API docs | Jason Goodman | 2019-07-10 | 2 | -1/+9 |
| | | | | Include released_at parameter | ||||
* | Merge branch 'docs-code-block-style-3' into 'master' | Achilleas Pipinellis | 2019-07-10 | 15 | -429/+434 |
|\ | | | | | | | | | Fix whitespace in many administration docs (part 2) See merge request gitlab-org/gitlab-ce!30555 | ||||
| * | Fix whitespace in many administration docs | Marcel Amirault | 2019-07-10 | 15 | -429/+434 |
|/ | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs (part 2) | ||||
* | Merge branch 'docs/edit-graphql' into 'master' | Achilleas Pipinellis | 2019-07-10 | 2 | -6/+7 |
|\ | | | | | | | | | Edit GraphQL general availability text See merge request gitlab-org/gitlab-ce!30541 | ||||
| * | Edit GraphQL general availability text | Evan Read | 2019-07-10 | 2 | -6/+7 |
|/ | |||||
* | Merge branch 'docs-move-pgbouncer-ha-docs-out-of-db-docs' into 'master' | Achilleas Pipinellis | 2019-07-10 | 2 | -83/+83 |
|\ | | | | | | | | | | | | | Moving Pgbouncer HA documentation out of database documentation Closes #63540 See merge request gitlab-org/gitlab-ce!30471 | ||||
| * | Moving Pgbouncer HA documentation out of database documentationdocs-move-pgbouncer-ha-docs-out-of-db-docs | abuerer | 2019-07-09 | 2 | -83/+83 |
| | | |||||
* | | Merge branch ↵ | Stan Hu | 2019-07-10 | 4 | -12/+67 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'backstage/gb/improve-performance-environment-statuses-endpoint' into 'master' Improve performance of fetching environments statuses Closes #62589 See merge request gitlab-org/gitlab-ce!30560 | ||||
| * | | Add changelog for ci/cd environments Gitaly N+1 fixbackstage/gb/improve-performance-environment-statuses-endpoint | Grzegorz Bizon | 2019-07-10 | 1 | -0/+5 |
| | | | |||||
| * | | Resolve Gitaly N+1 for CI/CD environments statuses | Grzegorz Bizon | 2019-07-10 | 2 | -4/+3 |
| | | | |||||
| * | | Add additional test case for Gitaly N+1 for diff files | Grzegorz Bizon | 2019-07-10 | 2 | -37/+70 |
| | | | |||||
| * | | Add a test for `ci_environments_status` Gitaly N+1 | Grzegorz Bizon | 2019-07-10 | 1 | -16/+34 |
| | | | |||||
* | | | Merge branch 'rf-optional-pipeline-for-vulnerabilities-api' into 'master' | Douwe Maan | 2019-07-10 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Vulnerabilities API now supports pipeline_id See merge request gitlab-org/gitlab-ce!30086 | ||||
| * | | | Vulnerabilities API now supports pipeline_id | rossfuhrman | 2019-07-10 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge branch 'winh-notes-service-deleteNote' into 'master' | Clement Ho | 2019-07-10 | 4 | -15/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | Remove deleteNote from notes service See merge request gitlab-org/gitlab-ce!30537 | ||||
| * | | | Remove deleteNote from notes service | Winnie Hellmann | 2019-07-10 | 4 | -15/+15 |
|/ / / | |||||
* | | | Merge branch 'project-dashboards-docs' into 'master' | Achilleas Pipinellis | 2019-07-10 | 1 | -1/+64 |
|\ \ \ | | | | | | | | | | | | | | | | | Add docs on project-based dashboard config See merge request gitlab-org/gitlab-ce!28154 | ||||
| * | | | Add docs on project-based dashboard config | Sarah Yasonik | 2019-07-10 | 1 | -1/+64 |
|/ / / | |||||
* | | | Merge branch '62363-follow-up-from-move-more-project-routes-under-scope' ↵ | Lin Jen-Shin | 2019-07-10 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Add controller spec for deploy tokens Closes #62363 See merge request gitlab-org/gitlab-ce!30311 | ||||
| * | | | Add routing spec for deploy_tokens controller | Dmitriy Zaporozhets | 2019-07-10 | 1 | -0/+6 |
|/ / / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch '63044-cluster-health-group-refactor' into 'master' | Douglas Barbosa Alexandre | 2019-07-10 | 16 | -208/+235 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Refactor common_metrics importer into a more extensible pattern Closes #63044 See merge request gitlab-org/gitlab-ce!30012 | ||||
| * | | | Remove unnecessary let in spec63044-cluster-health-group-refactor | Ryan Cobb | 2019-07-09 | 1 | -6/+3 |
| | | | | |||||
| * | | | Remove unnecessary rubocop disable | Ryan Cobb | 2019-07-09 | 1 | -2/+0 |
| | | | | |||||
| * | | | Rename Gitlab::Importers module | Ryan Cobb | 2019-07-09 | 13 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters. | ||||
| * | | | Remove prepending of EE module | Ryan Cobb | 2019-07-09 | 1 | -2/+0 |
| | | | | |||||
| * | | | Remove CommonMetricsImporter patch | Ryan Cobb | 2019-07-09 | 12 | -53/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing. | ||||
| * | | | Fully namespace importer dependencies | Ryan Cobb | 2019-07-09 | 1 | -5/+5 |
| | | | | |||||
| * | | | Remove prepending of EE module | Ryan Cobb | 2019-07-09 | 1 | -2/+0 |
| | | | | |||||
| * | | | Move importers to lib folder | Ryan Cobb | 2019-07-09 | 10 | -142/+153 |
| | | | | | | | | | | | | | | | | | | | | This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them. | ||||
| * | | | Refactor common metrics importer | Ryan Cobb | 2019-07-09 | 8 | -172/+216 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactors common metrics importer for two reasons. 1. To create a new pattern that can be followed by future importers that will minimize dependency collision and 2. To allow EE to more easily extend dependencies. | ||||
* | | | | Merge branch 'prepare-cycle-analytics-for-group-level' into 'master' | Douglas Barbosa Alexandre | 2019-07-10 | 30 | -95/+134 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Prepare cycle analytics for group level See merge request gitlab-org/gitlab-ce!30356 | ||||
| * | | | | Add newline before subjectprepare-cycle-analytics-for-group-level | Małgorzata Ksionek | 2019-07-10 | 7 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | Fix rubocop offences | ||||
| * | | | | Add attribute reader to project level | Małgorzata Ksionek | 2019-07-10 | 1 | -4/+7 |
| | | | | | |||||
| * | | | | Add attribute reader | Małgorzata Ksionek | 2019-07-10 | 12 | -22/+24 |
| | | | | | |||||
| * | | | | Add guard clause | Małgorzata Ksionek | 2019-07-09 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add cr remarks | Małgorzata Ksionek | 2019-07-09 | 12 | -12/+12 |
| | | | | | |||||
| * | | | | Add code review remarks | Małgorzata Ksionek | 2019-07-09 | 4 | -14/+8 |
| | | | | | |||||
| * | | | | Update events spec | Małgorzata Ksionek | 2019-07-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add one method to base event fetcher | Małgorzata Ksionek | 2019-07-09 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | FIx file | ||||
| * | | | | Fix rubocop offences | Małgorzata Ksionek | 2019-07-09 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Add changelog entry | Małgorzata Ksionek | 2019-07-09 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Update controllers method calls | Małgorzata Ksionek | 2019-07-09 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Move project level specs | Małgorzata Ksionek | 2019-07-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Update class calls | Małgorzata Ksionek | 2019-07-09 | 8 | -9/+8 |
| | | | | | |||||
| * | | | | Modify base class for cycle analytics fetching | Małgorzata Ksionek | 2019-07-09 | 3 | -17/+34 |
| | | | | | |||||
| * | | | | Change constant path | Małgorzata Ksionek | 2019-07-09 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Move cycle analytics model to separate namespace | Małgorzata Ksionek | 2019-07-09 | 3 | -46/+53 |
| | | | | | |||||
* | | | | | Merge branch ↵ | Annabel Dunstone Gray | 2019-07-10 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap' into 'master' Added css class to fix incorrect line wrap Closes #64331 See merge request gitlab-org/gitlab-ce!30523 | ||||
| * | | | | | Added css class to fix line wrap for assignee label in issues | Marc Schwede | 2019-07-10 | 2 | -1/+6 |
|/ / / / / | | | | | | | | | | | | | | | | Fixes #64331 |