An error occurred fetching the project authors.
- 09 Jan, 2020 1 commit
-
-
Ryan Cobb authored
This enables FactoryBot/FactoryClassName and FactoryBot/CreateList cops. They were disabled in the upgrade of gitlab-styles gem because they were causing violations.
-
- 12 Dec, 2019 1 commit
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a ee/
-
- 11 Nov, 2019 1 commit
-
-
Alper Akgun authored
On self-hosted instances when a trial license expires we currently offer new repeated trials to the admins. With these changes we track trial ends date at instance level and do not suggest repeated trials to admins
-
- 08 Nov, 2019 1 commit
-
-
Brian Kabiro authored
- add `maximum_user_count` to License model and view helpers - add `maximum_user_count` to the API response`
-
- 22 Aug, 2019 2 commits
-
-
Thong Kuah authored
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 15 Aug, 2019 1 commit
-
-
Tyler Amos authored
`License#historical_max` leverages `HistoricalData#max_historical_user_ count` for calculation. It also defaults to using a date from from a year prior to the expiration date up to the expiration date. Adds `License#prior_historical_max` as a way to continue to easily get the historical max before the given license which is used for `check_users_limit`.
-
- 07 Mar, 2019 1 commit
-
-
Luke Bennett authored
Add LicensesFinder and Licenses::Destroy Service. Adds GET /licenses API endpoint to get all licenses and DELETE /license/:id to delete a specific license.
-
- 04 Oct, 2018 1 commit
-
-
Robert Speicher authored
-
- 17 Aug, 2018 1 commit
-
-
Yorick Peterse authored
-
- 03 Jun, 2018 1 commit
-
-
Rubén Dávila authored
-
- 14 Mar, 2018 1 commit
-
-
Rubén Dávila authored
-
- 12 Feb, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 22 Dec, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 22 Sep, 2017 1 commit
-
-
Toon Claes authored
-
- 21 Sep, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 Aug, 2017 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 14 Jul, 2017 1 commit
-
-
Nick Thomas authored
Licenses without a plan specified need to act as though they are EES. This is currently implemented for licenses that don't include a plan in their data at all, but if `plan: nil` or `plan: ""` is set, the customer loses access to a number of features with license checks added in 9.4. This commit changes the license check to use the starter plan in those cases too.
-
- 08 Jul, 2017 1 commit
-
-
Ruben Davila authored
-
- 06 Jul, 2017 4 commits
-
-
Ruben Davila authored
-
Nick Thomas authored
-
Toon Claes authored
-
Ruben Davila authored
-
- 05 Jul, 2017 3 commits
-
-
Ruben Davila authored
-
Ruben Davila authored
All the CE features should be still enabled though
-
Ruben Davila authored
-
- 21 Jun, 2017 1 commit
-
-
Sean McGivern authored
License files uploaded in the UI always have newlines as separators, with a single trailing newline. Licenses pasted in the text box will have newlines replaced by \r\n by the browser, and may have zero trailing newlines, or many. Normalising these to a canonical form lets us match against the license app more efficiently.
-
- 12 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 22 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 09 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 May, 2017 1 commit
-
-
Robert Speicher authored
-
- 24 Mar, 2017 1 commit
-
-
Ruben Davila authored
Currently a customer can't downgrade because validations will fail given the historical max will be greater than the current active users. If customer hasn't added more users in the previous period we should compare against the current active users instead.
-
- 07 Feb, 2017 1 commit
-
-
Ruben Davila authored
-
- 06 Feb, 2017 1 commit
-
-
Ruben Davila authored
We're also considering the scenario where historical data is present but we don't have the number of previous seats which is the case when some customers upgrade from CE.
-
- 12 Aug, 2016 1 commit
-
-
Valery Sizov authored
-
- 29 Mar, 2016 2 commits
-
-
Rubén Dávila authored
* Added new `#add_on?` method to License which returns `true` if add-on exists and has a quantity greater than 0 * Updated the specs related to License model.
-
Rubén Dávila authored
-
- 27 Jan, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/232
-
- 02 Jul, 2015 1 commit
-
-
Robert Speicher authored
-