Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-08-08Enable the prometheus endpoint by defaultSarah Yasonik
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08Rename blocking MRs to cross-project MR dependenciesNick Thomas
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
2019-08-08Merge branch 'no-oxygen' into 'master'Annabel Dunstone Gray
Replace Oxygen-Sans with Noto Sans font on visual_review_toolbar See merge request gitlab-org/gitlab-ce!31561
2019-08-08Record usage on snippet usageMark Chao
Generalize wiki page counter for other page types to extend to.
2019-08-08Merge branch '63181-collapsible-line' into 'master'Kushal Pandya
Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
2019-08-08FE for group level Cycle AnalyticsBrandon Labuschagne
This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
2019-08-08Merge branch '62609-test-summary-loading-spinner-is-too-large' into 'master'Mike Greiling
Adjust size and align MR-widget loading icon Closes #62609 See merge request gitlab-org/gitlab-ce!31503
2019-08-08Disable vue-i18n for non-autofix filesEzekiel Kigbo
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
2019-08-08CE port for bulk updating group labelsEugenia Grieff
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
2019-08-08Merge branch '20137-starrers' into 'master'Stan Hu
Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690
2019-08-08Simplify getTimeDiff functionSimon Knox
Pass keyname instead of translated string
2019-08-07Fix public/private starrers counts in special casesCamil Staps
2019-08-07Handle reviewer comments on !24690Camil Staps
2019-08-07Fix display of own projects on the starred projects user profile tabCamil Staps
2019-08-07Allow viewing starrers of empty projectsCamil Staps
2019-08-07Add empty state for starred projects tab on user pageCamil Staps
2019-08-07Fix star count link after clicking star/unstar buttonCamil Staps
2019-08-07InternationalizationCamil Staps
2019-08-07Make users.private_profile default false (previously had no default value)Camil Staps
2019-08-07Address reviewer commentsCamil Staps
2019-08-07Remove postgres-specific SQL from UsersStarProjectCamil Staps
2019-08-07Fix testsCamil Staps
2019-08-07Expose time since starring on project/:id/starrers API endpoint; exclude ↵Camil Staps
private profiles here as well
2019-08-07Remove private profiles from starrers view of projectsCamil Staps
2019-08-07Starrers view: fix search bar when a query did not match anythingCamil Staps
2019-08-07Starrers view: fix search icon, change placeholder, fix "no starrers" when ↵Camil Staps
search does not match
2019-08-07Refactor UsersController to present personal, contributed and starred ↵Camil Staps
projects in the same way
2019-08-07Avoid unnecessary includes in StarredProjectsFinderCamil Staps
2019-08-07Add pagination to {user}/starred viewCamil Staps
2019-08-07Rewrite StarredProjectsFinder to use ProjectsFinderCamil Staps
2019-08-07Add pagination to {project}/starrers viewCamil Staps
2019-08-07Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps
2019-08-07Fix code styleCamil Staps
2019-08-07Add message on starrers view when nobody has starred a repository yetCamil Staps
2019-08-07Make sure starred_since is of the requested project in StarrersController; ↵Camil Staps
cleanup
2019-08-07Add "Starred projects" tab to user overviewCamil Staps
2019-08-07Add starring date to overview of starrersCamil Staps
2019-08-074-column table layout for starrers viewCamil Staps
2019-08-07Add links to starrers in lists of projectsCamil Staps
2019-08-07Add /starrers view for projectsCamil Staps
2019-08-07Save instance administration project id in DBReuben Pereira
- This will make it easy to identify the project even if admins change the name of the project or move it.
2019-08-07Support dashboard params for metrics dashboardSarah Yasonik
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support to EnvironmentsController#metrics_dashboard for the following params: group, title, y_label These params are used to uniquely identify a panel on the metrics dashboard. Metrics are stored in several places, so this adds utilities to find a specific panel from the database or filesystem depending on the metric specified. Also moves some shared utilities into separate classes, notably default values and errors.
2019-08-07Do not persist notes filter when auto-switchingHeinrich Lee Yu
Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
2019-08-07Makes title section collapsibleFilipa Lacerda
In the job log, if the user clicks the section title the job log section will be collapsed
2019-08-07Merge branch '65705-two-buttons' into 'master'Kushal Pandya
Removes duplicate button from job log page Closes #65705 See merge request gitlab-org/gitlab-ce!31544
2019-08-07Merge branch '47814-search-view-labels' into 'master'Paul Slaughter
Resolve "Selected project in the search view is not fully readable" Closes #47814 See merge request gitlab-org/gitlab-ce!31137
2019-08-07Merge branch 'sh-disable-registry-delete' into 'master'Thong Kuah
Don't attempt to contact registry if it is disabled See merge request gitlab-org/gitlab-ce!31553
2019-08-07Limiting search-field styling to search onlyDenys Mishunov
- Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
2019-08-07Increasing width of filter dropdownsMarcel van Remmerden