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-04-16Externalize several strings inMartin Wortschack
- app/services - app/controllers - app/presenters
2019-04-16Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon
Don't render artifact download links for builds with expired artifacts See merge request gitlab-org/gitlab-ce!26753
2019-04-16Merge branch 'winh-boards-store' into 'master'Phil Hughes
Remove EE-specific code from boards store (CE-backport) See merge request gitlab-org/gitlab-ce!26924
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-04-16Merge branch 'helm_uninstall_command' into 'master'Sean McGivern
Helm DeleteCommand See merge request gitlab-org/gitlab-ce!27348
2019-04-16Implement commands to uninstall cluster applicationsThong Kuah
This is the backend part which just allows uninstalling Prometheus for now.
2019-04-16Merge branch '60026-group-member-count-bg' into 'master'Fatih Acet
Add badge-pill class on group member count Closes #60026 See merge request gitlab-org/gitlab-ce!27019
2019-04-15Fix remove_source_branch merge request API handlingStan Hu
Users attempting to set merge requests to `remove_source_branch` to `false` would encounter an Error 500 because the UpdateService and API checked `present?`, which would always return `false`. We now just use `has_key?` to decide whether the parameter is present. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60530
2019-04-15Merge branch 'sh-fix-pipeline-delete-caching' into 'master'Lin Jen-Shin
Properly expire all pipeline caches when pipeline is deleted Closes #60469 See merge request gitlab-org/gitlab-ce!27334
2019-04-15Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
2019-04-15Add ability to do variable substitutionReuben Pereira
- In prometheus proxy api, allow variables to be replaced. For example, if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it becomes 'up{env="production"}' before being sent to prometheus.
2019-04-15Properly expire all pipeline caches when pipeline is deletedStan Hu
When deleting a pipeline, only some of the cache structures were being expired, but not the full pipeline list. We have to synchronously schedule a pipeline cache expiration because the pipeline will be deleted if the Sidekiq expiration job picks it up. To do this, properly extract all the logic buried in the Sidekiq worker into a service, and then call the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
2019-04-15Added write_repository scope for personal access tokenHoratiu Eugen Vlad
2019-04-15Externalize strings detected by rubocop-i18nMartin Wortschack
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
2019-04-15Merge branch '59873-page-title' into 'master'Phil Hughes
Fixes stylelint for page_title.scss Closes #59873 See merge request gitlab-org/gitlab-ce!27315
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
2019-04-15Merge branch 'image-comment-reviews-ce' into 'master'Filipa Lacerda
CE backport of image-comment-reviews See merge request gitlab-org/gitlab-ce!27271
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-15Merge branch '17014-remove-rails-deprecated_sanitizer' into 'master'Douwe Maan
Resolve "Remove rails-deprecated_sanitizer" Closes #17014 See merge request gitlab-org/gitlab-ce!27268
2019-04-15Rescue and log errors raised when preparing buildsTiger
https://gitlab.com/gitlab-org/gitlab-ce/issues/60480
2019-04-13Merge branch '31331-add-time-tracking-issue-boards-sidebar' into 'master'Tim Zallmann
Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
2019-04-12Fix protected branch example failing on masterLuke Bennett
Failing due to updates in capybara and selenium driver.
2019-04-12Merge branch ↵Fatih Acet
'60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240
2019-04-12Merge branch '11124-update-deployment-service-fails-if-project-is-nil' into ↵Stan Hu
'master' Always return the deployment in the UpdateDeploymentService#execute method Closes gitlab-ee#11124 See merge request gitlab-org/gitlab-ce!27322
2019-04-12Add badge-pill class on group member countPaul Gascou-Vaillancourt
2019-04-12Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes
Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
2019-04-12Don't render artifact download links on the project tags page for builds ↵drew cimino
with expired artifacts
2019-04-12Always return the deployment in the execute methodDouglas Barbosa Alexandre
2019-04-12CE backport of Add Snowplow tracking to notesConstance Okoghenun
Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
2019-04-12Fixes stylelint for page_title.scssFilipa Lacerda
Replaces CSS with BS4 Utility classes
2019-04-12Merge branch '60241-merge-request-popover-doesn-t-go-away-on-mouse-leave' ↵Phil Hughes
into 'master' Resolve "Merge Request popover doesn't go away on mouse leave" Closes #60241 See merge request gitlab-org/gitlab-ce!27143
2019-04-12Merge branch 'fe-remove-slugify' into 'master'Filipa Lacerda
Remove slugify text utility See merge request gitlab-org/gitlab-ce!27290
2019-04-12Fix isDesktop function to return proper valueSam Bigelow
2019-04-12Merge branch '59841-show-commits' into 'master'Phil Hughes
Replaces CSS with utility class See merge request gitlab-org/gitlab-ce!27311
2019-04-12Fix bug where MR Popover wont go awaySam Bigelow
Add a check to make sure eventListener is not added twice
2019-04-12Merge branch 'fix-typo-activity-lease' into 'master'Stan Hu
Fix typo in activity lease See merge request gitlab-org/gitlab-ce!27288
2019-04-12Remove slugify text utilityPaul Slaughter
**Why?** This function was not being used and it's documentation was out of date.
2019-04-12Remove rails-deprecated_sanitizer dependencyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-04-12Fix grouping wiki pages by directoryIgor
If a page has the same name as a directory the WikiPage#group_by_directory method can have a wrong behaviour This commit fixes it
2019-04-12Do not rescue errors from state transitionsThong Kuah
As this are un-expected errors which we should hear about from Sentry. Still rescue StandardError when operating a Helm action as we can get non Kubeclient errors such as SSL certificate or network errors
2019-04-12Merge branch '59925-reports' into 'master'Phil Hughes
Removes unused CSS in reports Closes #59925 See merge request gitlab-org/gitlab-ce!27310
2019-04-12Merge branch '59921-pipeline-schedule' into 'master'Phil Hughes
Replaces CSS with BS4 utility class Closes #59921 See merge request gitlab-org/gitlab-ce!27309
2019-04-12Externalize strings in app/modelsMartin Wortschack
- Update PO file
2019-04-12Remove User#internal_attributes methodPeter Leitzen
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
2019-04-12Replaces CSS with utility classFilipa Lacerda
2019-04-12Removes unused CSSFilipa Lacerda
2019-04-12Replaces CSS with BS4 utility classFilipa Lacerda
2019-04-12Merge branch 'diff-fluid-layout-fix' into 'master'Kushal Pandya
Fixed fluid layout preference not being respected in diffs Closes #52916 See merge request gitlab-org/gitlab-ce!27302
2019-04-12Merge branch '60261-save-btn-env' into 'master'Kushal Pandya
Fixes white background in the save button for environments Closes #60261 See merge request gitlab-org/gitlab-ce!27161
2019-04-12Merge branch '60224-btn-env' into 'master'Kushal Pandya
Removes extra btn class from dropdown Closes #60224 See merge request gitlab-org/gitlab-ce!27160