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-07-23Merge branch 'bvl-mark-remote-mirrors-as-failed-sooner' into 'master'Robert Speicher
Mark mirrors as failed 1 hour after they started See merge request gitlab-org/gitlab-ce!30999
2019-07-23CE port for Group bulk edit merge requestsEugenia Grieff
Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
2019-07-23Merge branch 'safe-archiving-for-traces' into 'master'Kamil Trzciński
Extra logging for new live trace architecture See merge request gitlab-org/gitlab-ce!30892
2019-07-23Merge branch 'sh-use-shared-state-cluster-pubsub' into 'master'Kamil Trzciński
Use persistent Redis cluster for Workhorse pub/sub notifications See merge request gitlab-org/gitlab-ce!30990
2019-07-23Merge branch '57953-fix-unfolded-diff-suggestions' into 'master'Kamil Trzciński
Fix suggestion on lines that are not part of an MR See merge request gitlab-org/gitlab-ce!30606
2019-07-23Merge branch '63485-fix-pipeline-emails-to-use-group-setting' into 'master'Nick Thomas
Make pipeline emails respect group email setting Closes #63485 See merge request gitlab-org/gitlab-ce!30907
2019-07-23Mark mirrors as failed 1 hour after they startedBob Van Landuyt
We call `Project#mark_stuck_remote_mirrors_as_failed!` from the `Git::BaseHooksService`. So that gets called every time we push tags or branches. Before this would only mark started mirrors as failed if they had been started 24 hours ago. A push would never take 24 hours, especially not when we run it so often. Lowering that threshold 1 hour should at least allow us to retry broken mirrors more often on pushes. The timeout for the initial push is set somewhat longer to accommodate for pushing large repos. Both numbers are currently picked arbitrarily.
2019-07-23Merge branch 'bw-add-index-for-relative-position' into 'master'Nick Thomas
Add index for issues on relative position, project, and state for manual sorting See merge request gitlab-org/gitlab-ce!30542
2019-07-23Merge branch 'ce-port-315-log-impersonation-actions-in-audit-log' into 'master'Ash McKenzie
CE Port: Log impersonation actions in audit log See merge request gitlab-org/gitlab-ce!31039
2019-07-23Merge branch 'if-64257-active_session_lookup_key_cleanup' into 'master'Bob Van Landuyt
Rake task to cleanup expired ActiveSession lookup keys See merge request gitlab-org/gitlab-ce!30668
2019-07-23Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'Sean McGivern
Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
2019-07-23Validate the existence of archived traces before removing live traceShinya Maeda
Often live traces are removed even though the archived trace doesn't exist. This commit checkes the existence strictly.
2019-07-23Add specs for specifying pipeline behaviorMatija Čupić
Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
2019-07-23Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon
Support remove source branch on merge w/ push options See merge request gitlab-org/gitlab-ce!30728
2019-07-23Bring backward compatibility for request profilesKamil Trzciński
It seems that we missed the backward compatibility support for profiles in the existing folder. This commit also fixes some specs to be idempotent and work in a temporary directory which not always seems to be the case. This commit also brings the profile_spec.rb which seems to be missing.
2019-07-23Merge branch '6544-remove-scss-diff-ce' into 'master'Phil Hughes
Resolve difference in app/assets/stylesheets/application.scss See merge request gitlab-org/gitlab-ce!31007
2019-07-23Merge branch 'leipert-resolve-ee-diff' into 'master'Phil Hughes
Port common class only used in EE See merge request gitlab-org/gitlab-ce!31008
2019-07-23hoverable area on collapsed sidebar iconsMichel Engelen
2019-07-23Merge branch 'update-gitlab-runner-helm-chart-to-0-7-0' into 'master'Grzegorz Bizon
Update GitLab Runner Helm Chart to 0.7.0/12.1.0 See merge request gitlab-org/gitlab-ce!30950
2019-07-23CE Port: Log impersonation actions in audit logmanojmj
This change adds audit logs for user impersonation when an admin starts/stops impersonating another user.
2019-07-23Make pipeline emails respect group email settingHeinrich Lee Yu
When a user's notification email is set for a group, we should use that for pipeline emails
2019-07-22Add review remarksGosia Ksionek
Add cr remarks Add cr remarks
2019-07-22Use persistent Redis cluster for Workhorse pub/sub notificationsStan Hu
Previously, in Omnibus, Workhorse expected to listen via the Redis shared state cluster for the `workhorse:notifications` publish/subscribe channel, but the Rails code was using the Sidekiq queue cluster for this. To fix this inconsistency, we make the Rails code use the persistent cluster, since we don't want Workhorse to be looking at anything Sidekiq-related.
2019-07-22Merge branch 'fix-i18n-updated-projects' into 'master'Clement Ho
Fix translation of 'Updated' term in projects list See merge request gitlab-org/gitlab-ce!30958
2019-07-22Add index for issues on relative position, projectBrett Walker
and state
2019-07-22Validate certificate chain only if it's changedVladimir Shushlin
This validation prevents the domain from being saved from the UI e.g. when user tries to enable Let's Encrypt integration
2019-07-22Fix translation of 'Updated' term in projects listPaul Gascou-Vaillancourt
2019-07-22Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern
Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
2019-07-22Rake task to cleanup expired ActiveSession lookup keysImre Farkas
In some cases ActiveSession.cleanup was not called after authentication, so for some user ActiveSession lookup keys grew without ever cleaning up. This Rake task manually iterates over the lookup keys and removes ones without existing ActiveSession.
2019-07-22Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern
CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
2019-07-22Merge branch 'dm-submodule-helper-routing' into 'master'Nick Thomas
Ensure SubmoduleHelper works outside view context Closes #64833 See merge request gitlab-org/gitlab-ce!31005
2019-07-22Backport CE parts of "Allow blocking merge requests to be configured"Nick Thomas
2019-07-22Port common class only used in EELukas Eipert
2019-07-22Resolve difference in app/assets/stylesheets/application.scssLukas Eipert
2019-07-22Display group id on group admin pageZsolt Kovari
2019-07-22Display project id on project admin pageZsolt Kovari
2019-07-22Merge branch '55564-remove-if-in-before-after-action' into 'master'Lin Jen-Shin
Remove `if:` argument in before_action and alike when `only:` is also used Closes #55564 See merge request gitlab-org/gitlab-ce!24412
2019-07-22Ensure SubmoduleHelper works outside view contextDouwe Maan
2019-07-22Add ability to embed metricsTristan Read
See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
2019-07-22Removed project autocomplete paginationJan Provaznik
This pagination is not used anywhere so there is no reason to keep it. It seems the usage of offset_id was probably removed in 90c60138db4e1f86026aac5760febe4ba066ca30
2019-07-22Merge branch ↵Douwe Maan
'64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved' into 'master' Markdown issues: Checkbox inside blockquote status won't be saved See merge request gitlab-org/gitlab-ce!30952
2019-07-22OAuth2 support for GitLab personal access tokensSteve Abrams
PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
2019-07-22Merge branch '63833-fix-jira-issues-url' into 'master'Ash McKenzie
Handle trailing slashes when generating issue URLs See merge request gitlab-org/gitlab-ce!30911
2019-07-22use the property of name_with_namespace instead of name for the new issue ↵Emeryao
form in boards add a new attribute for name_with_namespace prettier the changed code
2019-07-22Handle trailing slashes when generating Jira URLsHeinrich Lee Yu
Applies to issues_url and new_issue_url
2019-07-22Fix suggestion on lines that are not part of an MRPatrick Bajao
Return the `text` as plain string in the response instead of including HTML tags but keep `rich_text` as is. The fix is to modify `Blob::UnfoldPresenter#diff_files` to map each raw diff line (limited by the range specified) to a corresponding line in an array of highlighted lines to use as `rich_text`.
2019-07-21Count wiki page creationAlex Kalderimis
This adds a counter to count page creation, which is reflected in the usage-data we collect. The number created is stored in Redis, avoiding DB access.
2019-07-20Fix the project auto devops APINick Thomas
If `project_auto_devops.enabled` is nil for a project, when setting any auto devops values via the API, we try to create a new row in the DB, instead of re-using the existing one. This leads to the project_id being set to nil, and the database `NOT NULL` constraint leading to a 500 response. This commit resolves the issue by correctly detecting the presence of a ProjectAutoDevops row and re-using it. Persistence is also moved away from explicit `update!` calls and into relying on `autosave: true` on the model.
2019-07-20Make Group#subgroup_creation_level return Owner if it is nil in DBFabio Papa
2019-07-19Apply changes recomended by merge request coachFabio Papa