- 07 Feb, 2017 26 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Add more details to clarify GitLab Geo installation See merge request !1175
-
Rémy Coutable authored
Extract some EE-specific functionality in app/models/repository.rb See merge request !1171
-
Rémy Coutable authored
Fix 8.16.0 release date See merge request !1141
-
Douwe Maan authored
Adds indexes to relevant mirror fields See merge request !1182
-
Tiago Botelho authored
-
Alfredo Sumaran authored
EE Merge: Add keyboard shortcut to move to file permalink Closes gitlab-ce#8082 See merge request !1176
-
Douwe Maan authored
Skip or retain project while deleting the project See merge request !1162
-
James Lopez authored
Update guide to migrate to 8.17 EE See merge request !1177
-
Achilleas Pipinellis authored
Fix broken links to docs See merge request !1179
-
Achilleas Pipinellis authored
[ci skip]
-
Ruben Davila authored
-
Douwe Maan authored
Implement backend for a read-only "Auditor" user Closes #1439 See merge request !998
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
Read true-up info from license and validate it Closes #550 See merge request !1159
-
Douwe Maan authored
adds select field and sync time migration for mirror sync cron jobs Closes #99 See merge request !1115
-
-
Douwe Maan authored
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
-
Ruben Davila authored
-
Stan Hu authored
-
Tiago Botelho authored
-
Douwe Maan authored
Diplay correct message in git clients when License is not configured See merge request !1133
-
- 06 Feb, 2017 14 commits
-
-
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.
-
Douwe Maan authored
-
Pawel Chojnacki authored
- Allow the message to be returned from git_http controller - Strip html chars from message returned via API
-
Jose Ivan Vargas authored
-
Stan Hu authored
[ci skip]
-
Robert Speicher authored
Squash binary files See merge request !1174
-
Valery Sizov authored
Elasticsearch: allow initial indexing to proceed within Sidekiq Closes #1618 See merge request !1144
-
Timothy Andrew authored
- There's no real need to have this module _and_ `EE::User` - This commit moves the contents of `EE::AuditorUser` to `EE::User`
-
Timothy Andrew authored
Refactor the EE::User module
-
Jose Ivan Vargas authored
Changed ratio button label from Audit to Auditor, also changed "Admin" label to "Access level"
-
Nick Thomas authored
Prior to this commit, the `index_statuses` table was allowed to go stale after initial indexing. This made it impossible to provide status details, and also made treating the initial index as a 'backfill' job harder. Now, if a repository is indexed via `git push`, the initial indexing will recognise that it has been indexed, and not re-index it. We introduce an asynchronous initial indexer and an index status rake task at the same time.
-
Tiago Botelho authored
-
Jose Ivan Vargas authored
-
Nick Thomas authored
-