- 09 Mar, 2020 40 commits
-
-
Mike Greiling authored
-
Stan Hu authored
Add a separate logger for Sidekiq clients See merge request gitlab-org/gitlab!26586
-
Martin Wortschack authored
Add new basic mentions component See merge request gitlab-org/gitlab!26160
-
Natalia Tepluhina authored
Migrate tree_list_spec from karma to jest See merge request gitlab-org/gitlab!26681
-
Stan Hu authored
Resolve "Prevent projects from being shared outside a GMA group" - forking case Closes #12420 See merge request gitlab-org/gitlab!26456
-
Martin Wortschack authored
Added a padding-right to items in subgroup list See merge request gitlab-org/gitlab!26791
-
Natalia Tepluhina authored
-
Douglas Barbosa Alexandre authored
Move SCIM API Grape Entities into ::EE::API::Entities namespace See merge request gitlab-org/gitlab!26706
-
Martin Wortschack authored
Fix spinner size for groups list See merge request gitlab-org/gitlab!26805
-
Andreas Brandl authored
Add index services on template See merge request gitlab-org/gitlab!26771
-
Mike Jang authored
Update index.md - network policy updates See merge request gitlab-org/gitlab!26667
-
Wayne Haber authored
-
Nick Thomas authored
Move whitelist specs See merge request gitlab-org/gitlab!26673
-
Bob Van Landuyt authored
Sidekiq client, in our case Rails, can also emit log messages related to sidekiq jobs. Instead of having these messages printed to STDOUT (which results in `production.log`), this changes the Sidekiq.logger to a separate writing to `log/sidekiq_client`. This allows us to ingest these messages in the same index as the messages the sidekiq process emits. Having them in the same index allows us to gather statistics about jobs that haven't been processed.
-
Bob Van Landuyt authored
This tracks exceptions for updating namespace statistics in Sentry instead of logs.
-
jboyson1 authored
-
Bob Van Landuyt authored
Merge branch '10361-disable-pull-mirroring-for-private-projects-without-a-premium-silver-subscription-on-march-22' into 'master' Disable free CI/CD for GitHub for private projects without a paid subscription on March 22 See merge request gitlab-org/gitlab!26170
-
Marcia Ramos authored
Add docs about e2e tags See merge request gitlab-org/gitlab!25485
-
Mark Lapierre authored
-
Marius Bobin authored
Feature flag name: free_period_for_pull_mirroring To disable free CI/CD for GitHub for private projects without a paid subscription we need to turn off the feature flag. Also adds more checks and specs for licensed features
-
ntepluhina authored
-
Mike Lewis authored
Fix incorrect number of failed login attempts See merge request gitlab-org/gitlab!24051
-
Douglas Barbosa Alexandre authored
Fix inconsistent inflection of API module See merge request gitlab-org/gitlab!26634
-
Lin Jen-Shin authored
Document that no pipeline is created when pushing a branch See merge request gitlab-org/gitlab!26780
-
Martin Wortschack authored
Merge branch 'gitlab-org-growth-ui-ux-64-nudge-users-to-commit-their-changes-and-set-up-a-pipeline-file' into 'master' Nudge users to commit their changes Closes gitlab-org/growth/ui-ux#64 See merge request gitlab-org/gitlab!26468
-
Natalia Tepluhina authored
Fix vertical align on group list See merge request gitlab-org/gitlab!26789
-
James Lopez authored
Drop duplicate jobs from Sidekiq when enqueuing See merge request gitlab-org/gitlab!26399
-
Jarka Košanová authored
Resolve "Check license for Status Page operations settings" Closes #208900 See merge request gitlab-org/gitlab!26451
-
Lin Jen-Shin authored
Merge branch '206896-stop-cancel-pending-or-in-progress-review-app-deployment-before-starting-new-deployment' into 'master' Use 'resource_group: "review/${CI_COMMIT_REF_NAME}"' for the 'review-deploy' job Closes #206896 See merge request gitlab-org/gitlab!26276
-
Lin Jen-Shin authored
Merge branch 'do-not-post-database-review-required-msg-when-database-reviewed-label-is-set' into 'master' Danger: don't require a review when 'database::approved' is set See merge request gitlab-org/gitlab!26576
-
Dmytro Zaporozhets authored
Add visibility helper for Group Activity feature See merge request gitlab-org/gitlab!26459
-
Aakriti Gupta authored
-
Dmitriy Zaporozhets authored
The setting icon on groups list is not vertically aligned. This merge request is fixing that. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Bob Van Landuyt authored
This extends the `UntilExecuting` deduplication strategy to cancel scheduling jobs when they are already in the queue. We only deduplicate when the `drop_duplicate_sidekiq_jobs` feature flag is enabled for now. When we drop a job, we log that to the Gitlab::SidekiqLogger.
-
Dmytro Zaporozhets authored
Rubocop to ban catch/throw in ruby code See merge request gitlab-org/gitlab!25990
-
Jackie Fraser authored
Once the user selected a template on the previous step, show the next popover.
-
rpereira2 authored
* Use instance_double instead of double. * Add port parameter. * Addrinfo does not have an attribute called ipv6_link_local?. It is actually called ipv6_linklocal?. These kinds of errors are prevented by using instance_double.
-
rpereira2 authored
UrlBlocker calls UrlWhitelist methods, so url_whitelist_spec is the right place for specs which check for the correct behavior of the UrlWhitelist methods.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-