summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Rename Gitlab::Importers moduleRyan Cobb2019-07-0913-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 moduleRyan Cobb2019-07-091-2/+0
| | | | | | | | | |
| * | | | | | | | | Remove CommonMetricsImporter patchRyan Cobb2019-07-0912-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 dependenciesRyan Cobb2019-07-091-5/+5
| | | | | | | | | |
| * | | | | | | | | Remove prepending of EE moduleRyan Cobb2019-07-091-2/+0
| | | | | | | | | |
| * | | | | | | | | Move importers to lib folderRyan Cobb2019-07-0910-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 importerRyan Cobb2019-07-098-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 Alexandre2019-07-1030-95/+134
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare cycle analytics for group level See merge request gitlab-org/gitlab-ce!30356
| * | | | | | | | | | Add newline before subjectprepare-cycle-analytics-for-group-levelMałgorzata Ksionek2019-07-107-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rubocop offences
| * | | | | | | | | | Add attribute reader to project levelMałgorzata Ksionek2019-07-101-4/+7
| | | | | | | | | | |
| * | | | | | | | | | Add attribute readerMałgorzata Ksionek2019-07-1012-22/+24
| | | | | | | | | | |
| * | | | | | | | | | Add guard clauseMałgorzata Ksionek2019-07-091-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Add cr remarksMałgorzata Ksionek2019-07-0912-12/+12
| | | | | | | | | | |
| * | | | | | | | | | Add code review remarksMałgorzata Ksionek2019-07-094-14/+8
| | | | | | | | | | |
| * | | | | | | | | | Update events specMałgorzata Ksionek2019-07-091-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Add one method to base event fetcherMałgorzata Ksionek2019-07-092-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FIx file
| * | | | | | | | | | Fix rubocop offencesMałgorzata Ksionek2019-07-092-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Add changelog entryMałgorzata Ksionek2019-07-091-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Update controllers method callsMałgorzata Ksionek2019-07-092-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Move project level specsMałgorzata Ksionek2019-07-091-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Update class callsMałgorzata Ksionek2019-07-098-9/+8
| | | | | | | | | | |
| * | | | | | | | | | Modify base class for cycle analytics fetchingMałgorzata Ksionek2019-07-093-17/+34
| | | | | | | | | | |
| * | | | | | | | | | Change constant pathMałgorzata Ksionek2019-07-092-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Move cycle analytics model to separate namespaceMałgorzata Ksionek2019-07-093-46/+53
| | | | | | | | | | |
* | | | | | | | | | | Merge branch ↵Annabel Dunstone Gray2019-07-102-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 issuesMarc Schwede2019-07-102-1/+6
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #64331
* | | | | | | | | | | Merge branch 'gitaly-version-v1.52.0' into 'master'Kamil Trzciński2019-07-102-1/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Gitaly to v1.52.0 See merge request gitlab-org/gitlab-ce!30568
| * | | | | | | | | | | Upgrade Gitaly to v1.52.0GitalyBot2019-07-102-1/+6
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'mf-modal-style-border-radius' into 'master'Annabel Dunstone Gray2019-07-102-0/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust modal border radius to match design spec See merge request gitlab-org/gitlab-ce!30414
| * | | | | | | | | | | Define modal first and last child border-radiusmf-modal-style-border-radiusmfluharty2019-07-092-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $modal-border-radius for all modal border radius definitions
| * | | | | | | | | | | Adjust modal border radius to match design specmfluharty2019-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set modal border radius to 0.25rem With 16px default font size, should match the 4px from the design spec Before this, it was the bootstrap default (0.3rem = 4.8px)
* | | | | | | | | | | | Merge branch 'fixed-dropdown-hover-styles' into 'master'Annabel Dunstone Gray2019-07-103-5/+48
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534
| * | | | | | | | | | | Fixed dropdown hover stylesPhil Hughes2019-07-093-5/+48
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
* | | | | | | | | | | Merge branch 'winh-eslint-import-resolver-jest-workaround' into 'master'Clement Ho2019-07-102-2/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround ESLint only resolving paths in test files Closes #64061 See merge request gitlab-org/gitlab-ce!30296
| * | | | | | | | | | | Workaround ESLint only resolving paths in test filesWinnie Hellmann2019-07-102-2/+11
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch ↵Clement Ho2019-07-103-1/+20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboard' into 'master' Fix wrong URL when creating milestones from instance milestones dashboard Closes #64321 See merge request gitlab-org/gitlab-ce!30512
| * | | | | | | | | | | Fix invalid milestone URL for new milestone dropdown64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboardDmitriy Zaporozhets2019-07-093-1/+20
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | Merge branch 'embedded-metrics-be-2' into 'master'Dmitriy Zaporozhets2019-07-1010-0/+424
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose placeholder element for metrics charts in GFM See merge request gitlab-org/gitlab-ce!29861
| * | | | | | | | | | Expose metrics element for FE consumptionSarah Yasonik2019-07-1010-0/+424
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds GFM Pipline filters to insert a placeholder in the generated HTML from GFM based on the presence of a metrics dashboard link. The front end should look for the class 'js-render-metrics' to determine if it should replace the element with metrics charts. The data element 'data-dashboard-url' should be the endpoint the front end should hit in order to obtain a dashboard layout in order to appropriately render the charts.
* | | | | | | | | | Merge branch 'link-help-path-epic-in-dev-docs' into 'master'Achilleas Pipinellis2019-07-101-3/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In /development/documentation page, add link to epic for removing /help See merge request gitlab-org/gitlab-ce!30550
| * | | | | | | | | | Add link to epic for removing /helplink-help-path-epic-in-dev-docsMike Lewis2019-07-101-3/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'update-clair-version' into 'master'Thong Kuah2019-07-102-1/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Clair Version V8 to V11 See merge request gitlab-org/gitlab-ce!30396
| * | | | | | | | | | | Update Clair Version V8 to V11Can Eldem2019-07-102-1/+8
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'i18n-projects-new' into 'master'Bob Van Landuyt2019-07-104-23/+78
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings of page '/projects/new' See merge request gitlab-org/gitlab-ce!30447
| * | | | | | | | | | Some improvement about text translationantony liu2019-07-104-23/+78
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix symbol '&' display. Remove unnecessary calls of `.html_safe`
* | | | | | | | | | Merge branch 'rs-config-parity' into 'master'Lin Jen-Shin2019-07-107-1/+643
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy EE-only config files to CE See merge request gitlab-org/gitlab-ce!30529
| * | | | | | | | | | Copy EE-only config files to CErs-config-parityRobert Speicher2019-07-094-0/+613
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aren't used in CE, but it's safe to include them.
| * | | | | | | | | | CE-EE parity for shared config filesRobert Speicher2019-07-093-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This copies over EE-specific changes to shared configuration files in CE.
* | | | | | | | | | | Merge branch 'winh-notes-service-toggleAward' into 'master'Kushal Pandya2019-07-103-9/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove toggleAward from notes service See merge request gitlab-org/gitlab-ce!30536
| * | | | | | | | | | | Remove toggleAward from notes serviceWinnie Hellmann2019-07-103-9/+8
|/ / / / / / / / / / /