- Sep 17, 2020
-
-
Doug Stull authored
- no longer using.
-
- Aug 24, 2020
-
-
Doug Stull authored
- better visibility
-
- Jun 04, 2020
-
-
Jay Swain authored
The subscription banner should be shown for all group pages/subpages as well as all project pages/subpages. Finishes https://gitlab.com/gitlab-org/growth/product/-/issues/1557
-
- Jun 03, 2020
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- Apr 16, 2020
-
-
Jay Swain authored
decorated_subscription is expected to return nil when there is no subscription. It was previously returning an empty SubscriptionDecorator object and caused breakage. This change corrects the behavior, in tune with what the Gitlab::ExpiringSubscriptionMessage expects. This is part of: https://gitlab.com/gitlab-org/gitlab/-/issues/214212
-
- Apr 13, 2020
-
-
-
Mayra Cabrera authored
This reverts commit 1206dac4, reversing changes made to b93dbdf7.
-
- Apr 09, 2020
-
-
Vladlena Shumilo authored
Removes some keyword arguments within LicenseHelper Passes some licenses to the helper from the view for optimization
-
Vladlena Shumilo authored
After the removal of memoization, the current_license method on the LicenseHelper is deprecated Also some places are optimized to pass the license as a param
-
Vladlena Shumilo authored
These changes increase the scope and are not directly related to the changes. Will move those as a follow up This commit is intended to be squashed
-
Vladlena Shumilo authored
LicenseHelper uses extend self - memoized data is stored at the module level - is cached for the life of the process - this is not the intended result Move upgrade_plan_url to the EE::GitlabRoutingHelper
-
- Apr 02, 2020
-
-
Jay Swain authored
.com users are informed that their subscription is going to expire, or is expired, and provided an easy path to update/renew their subscription. We've previously had a similar message for self-managed users, this commit brings the message over to .com * only display to expired accounts for 30 days part of: https://gitlab.com/gitlab-org/growth/product/-/issues/102
-
- Mar 24, 2020
-
-
Jay Swain authored
Update the messaging and styling of the renewal banner. This is one of a series of commits to getting the banner to be more helpful for customers who are trying to renew. part of: https://gitlab.com/gitlab-org/growth/product/-/issues/102
-
- Mar 17, 2020
-
-
Jay Swain authored
I'll be working in this area and decided to backfill the test suite so it'd be more easily refactorable for the feature I'm working on. In the process I also added I18n suport. At first glance one could argue this has duplicate language and could be more concise, but I found it difficult to follow the GitLab best practices for externalization (particularly "splitting sentences") in it's previous implementation. I also felt like although the code was more concise before, it was fairly difficult to parse, and more difficult to extend. * backfill license_helper_spec * refactor license_helper I've followed the best practices outlined here: https://docs.gitlab.com/ee/development/i18n/externalization.html#best-practices This is part of: https://gitlab.com/gitlab-org/growth/product/-/issues/102
-
- Feb 24, 2020
-
-
Heinrich Lee Yu authored
We already show this message on the web so this is not needed
-
- Feb 17, 2020
-
-
Heinrich Lee Yu authored
We should not use `ActiveRecord::Base.connected?` to check if a DB exists because that only checks if a connection is already established. It's possible for the DB to exist but a connection has not yet been established. I noticed that this method in the initializer was wrong but we didn't notice it because this method was never invoked. 0_license.rb is run before any connections are established so `connected?` always returned false even if the table exists. I've also fixed other places that use the same check even though they might not be having problems because a connection is already established at that point.
-
- Jan 29, 2020
-
-
Jay Swain authored
Add a FAQ link to the license we display to users when their license is expired, or is about to expire. finishes: https://gitlab.com/gitlab-org/gitlab/issues/7681
-
- Jan 24, 2020
-
-
Jay Swain authored
Provide more information to self-managed users to limit the confusion they might have while renewing. This new information will be referenced in emails coming from the Customer app. * Add the License#current_active_user_count to the admin dashboard * add a current_active_user_count helper method part of: https://gitlab.com/gitlab-org/growth/engineering/issues/40/
-
- Dec 12, 2019
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a ee/
-
- Nov 08, 2019
-
-
- add `maximum_user_count` to License model and view helpers - add `maximum_user_count` to the API response`
-
- Sep 26, 2019
-
- Sep 13, 2019
-
-
Tyler Amos authored
Remove additional text if current user count exceeds historical.
-
- Jul 03, 2019
-
-
Thiago Presa authored
-
- Apr 27, 2019
-
-
Hiroyuki Sato authored
-
- Feb 12, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 05, 2017
-
-
Ruben Davila authored
-
- Feb 06, 2017
-
-
Pawel Chojnacki authored
- Allow the message to be returned from git_http controller - Strip html chars from message returned via API
-
- Sep 20, 2016
-
-
Robert Speicher authored
Add more usage data to EE ping This MR loads the EE usage ping asynchronously on the admin application settings page and now includes the counts of the following items: * Comments * Groups * Users * Projects * Issues * Labels * CI builds * Snippets * Milestones * Todos * Pushes * Merge requests * Environments * Triggers * Deploy keys * Pages * Project Services * Issue Boards * CI Runners * Deployments * Geo Nodes * LDAP Groups * LDAP Keys * LDAP Users * LFS objects * Protected branches * Releases * Remote mirrors * Web hooks Closes #997 See merge request !735
-
Stan Hu authored
Load it asynchronously to prevent blocking a page load. Closes #997 Add a container around usage data help-block to prevent horizontal scroll in Firefox Closes #808
-
- Jul 20, 2016
-
-
Stan Hu authored
-
- Jun 08, 2016
-
-
Stan Hu authored
See #393
-
- May 29, 2016
- May 24, 2016
-
-
Ruben Davila authored
That way admins can have a quick link at hand to upload the license.
-
- May 17, 2016
-
-
Stan Hu authored
Closes #393
-