- Mar 18, 2021
-
-
alex pooley authored
Work towards replacing recursive namespace queries with linear queries. This commit tracks the path to each namespace, and future work will replace recursive queries with queries that utilize this new column.
-
- Feb 25, 2021
-
-
Etienne Baqué authored
Replaced silver occurrences with premium
-
- Feb 24, 2021
-
-
Etienne Baqué authored
Renamed variables, constants and traits in rspecs
-
- Oct 16, 2020
-
-
Amparo Luna authored
-
- Oct 05, 2020
-
-
Reuben Pereira authored
Include namespace's route and gitlab_subscription's hosted_plan since those are required for every namespace and gitlab_subscription.
-
-
- Sep 21, 2020
-
-
Reuben Pereira authored
If a namespace has a GitLab subscription, return the subscription's max_seats_used value.
-
- Sep 18, 2020
-
-
Since we're now updating seats_in_use and seats_owed along with max_seats_used during the daily job.
-
- Aug 26, 2020
-
-
Jeremy Jackson authored
- When passing nested attributes for the gitlab_subscription record, we shouldn’t create new records and instead update the existing (singleton) record.
-
- Jul 21, 2020
-
-
Jeremy Jackson authored
-
- Jul 14, 2020
-
-
Jeremy Jackson authored
- This removes the restriction so we can mark expired trials in customers as expired in gitlab, and be consistent about providing trial dates, regardless of if it’s in the past or not.
-
- Jul 07, 2020
-
-
Rémy Coutable authored
Also set relevant issue for quarantined tests for better tracking. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 29, 2020
-
-
This exposes the params `additional_purchased_storage_size` and `additional_purchased_storage_ends_on` in our Namespace API and the possibility to set them for admin users. This API will be used by customer portal when additional storage packages get bought
-
- Jun 05, 2020
-
-
Jeremy Jackson authored
-
- 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 10, 2020
-
-
Heinrich Lee Yu authored
This is an unused column and updating this has no effect
-
- Apr 02, 2020
-
-
Heinrich Lee Yu authored
We set the default to the free plan because we are removing the plan_id column
-
- Apr 01, 2020
-
-
Rémy Coutable authored
This makes the strategy to get a non-existing-record-id consistent accross the specs. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 26, 2020
-
-
Peter Leitzen authored
248 files inspected, 326 offenses detected, 326 offenses corrected
-
- Feb 19, 2020
-
-
Jeremy Jackson authored
- This enables us to eventually display an interface to notify users of the fact that their subscription will be ending and what they might be able to do about it.
-
- Feb 11, 2020
-
-
Alper Akgun authored
-
- Feb 04, 2020
-
-
Contributes to a removal of rspec-set gem
-
- Dec 20, 2019
-
-
Alper Akgun authored
-
- Dec 11, 2019
-
-
Alper Akgun authored
Adds a trial_starts_on column to gitlab_subscriptions (and the gitlab_subscription_histories tables) and sets it to the start_date whenever a new trial is created or updated.
-
- Nov 28, 2019
-
-
Jackie Fraser authored
-
- Sep 26, 2019
-
- Aug 16, 2019
-
-
It adds an upgrade button to the group billings page that redirects to the customers portal upgrade checkout page. If the user is not logged in at the portal he/she will be automatically redirected after the login process. If the user is at the latest tier, the button won't be presented.
-
- Jul 16, 2019
-
-
- Jul 05, 2019
-
-
Mutliple levels of notifications are suppoerted. We just send the notification when a new level has been reached.
-
- Jun 12, 2019
-
-
An email is sent to all owners when all CI minutes have been used, this also includes extra CI minutes.
-
- Apr 24, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 19, 2019
-
-
Alessio Caiazza authored
-
- Apr 04, 2019
-
-
Rubén Dávila authored
* extra_shared_runners_minutes_limit column was added to namespaces. * extra minutes should roll over to the next month in case customer has not used all their extra minutes
-
- Dec 18, 2018
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- Dec 07, 2018
-
-
- Jul 09, 2018
-
-
Rubén Dávila authored
-