An error occurred fetching the project authors.
- 14 Aug, 2019 3 commits
-
-
Jeremy Jackson authored
This introduces several changes, but these are all just ported from the EE project.
-
Kushal Pandya authored
This reverts merge request !30808
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
- 13 Aug, 2019 2 commits
-
-
Bob Van Landuyt authored
**Prevention of running 2 simultaneous updates** Instead of using `RemoteMirror#update_status` and raise an error if it's already running to prevent the same mirror being updated at the same time we now use `Gitlab::ExclusiveLease` for that. When we fail to obtain a lease in 3 tries, 30 seconds apart, we bail and reschedule. We'll reschedule faster for the protected branches. If the mirror already ran since it was scheduled, the job will be skipped. **Error handling: Remote side** When an update fails because of a `Gitlab::Git::CommandError`, we won't track this error in sentry, this could be on the remote side: for example when branches have diverged. In this case, we'll try 3 times scheduled 1 or 5 minutes apart. In between, the mirror is marked as "to_retry", the error would be visible to the user when they visit the settings page. After 3 tries we'll mark the mirror as failed and notify the user. We won't track this error in sentry, as it's not likely we can help it. The next event that would trigger a new refresh. **Error handling: our side** If an unexpected error occurs, we mark the mirror as failed, but we'd still retry the job based on the regular sidekiq retries with backoff. Same as we used to The error would be reported in sentry, since its likely we need to do something about it.
-
Heinrich Lee Yu authored
Standardize punctuation and format
-
- 12 Aug, 2019 5 commits
-
-
Brett Walker authored
-
Thomas Randolph authored
-
Alex Buijs authored
-
George Koltsov authored
-
Sam Bigelow authored
Add keyboard shortcuts `p` and `n` to navigate duscussions.
-
- 10 Aug, 2019 1 commit
-
-
Samantha Ming authored
- expand upwards - expand downwards - expand all in both inline and parallel views
-
- 09 Aug, 2019 5 commits
-
-
Laura Montemayor authored
This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
-
Martin Wortschack authored
- Update PO file
-
minghuan lei authored
- only in blobs result
-
Nick Kipling authored
-
Martin Wortschack authored
- Add placeholder for tags in translation - Update PO file
-
- 08 Aug, 2019 3 commits
-
-
Hordur Freyr Yngvason authored
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
-
Martin Wortschack authored
- Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
-
Ezekiel Kigbo authored
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.
-
- 07 Aug, 2019 7 commits
-
-
Tiger authored
Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Reuben Pereira authored
- This will make it easy to identify the project even if admins change the name of the project or move it.
-
Denys Mishunov authored
Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
-
- 06 Aug, 2019 2 commits
-
-
Simon Knox authored
Added as EE backport
-
Martin Wortschack authored
- Externalize strings - Update PO file
-
- 04 Aug, 2019 1 commit
-
-
Tiger authored
Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
-
- 02 Aug, 2019 4 commits
-
-
Mike Greiling authored
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
-
Dylan Griffith authored
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
-
George Koltsov authored
-
George Koltsov authored
This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
-
- 01 Aug, 2019 1 commit
-
-
Paul Slaughter authored
This reverts commit 28f2225b, reversing changes made to 96ae5bd8.
-
- 31 Jul, 2019 4 commits
-
-
Nick Thomas authored
-
Reuben Pereira authored
- Add to whitelist so that even if local requests from hooks and services are not allowed, the prometheus manual configuration will still succeed.
-
João Cunha authored
- After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
-
Reuben Pereira authored
- The most common use case for qualified_domain_validator currently is to allow blank ([]) but not allow nil. Modify the qualified_domain_validator to support this use case.
-
- 30 Jul, 2019 2 commits
-
-
Diego Louzán authored
Creates a new item in help dropdown to show configured support page link
-
Sean McGivern authored
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
-