summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Change the way totalNotes is calculatedid-change-total-notes-calculationIgor Drozdov2019-08-281-0/+18
* Use `stub_full_request` to fix spec failure66641-broken-master-real-http-connections-are-disabled-unregistered-requestHeinrich Lee Yu2019-08-271-2/+3
* Using before_save method instead of setterAishwarya Subramanian2019-08-261-0/+20
* Remove the object pools feature flagZeger-Jan van de Weg2019-08-261-22/+9
* Merge branch '66037-deployment-user' into 'master'Tim Zallmann2019-08-231-0/+26
|\
| * Extract logic who created deployment into Deployment#deployed_by66037-deployment-userKrasimir Angelov2019-08-221-0/+26
* | Implement validation logic to ProjectStageAdam Hegyi2019-08-231-0/+14
* | Merge branch 'optimise-build-queue-service' into 'master'Grzegorz Bizon2019-08-231-0/+7
|\ \
| * | Optimise build queue serviceoptimise-build-queue-serviceKamil Trzciński2019-08-221-0/+7
| |/
* | Expose namespace storage statistics with GraphQLAlessio Caiazza2019-08-221-0/+13
* | Merge branch 'avoid-race-condition-of-archive-trace-cron-worker' into 'master'Kamil Trzciński2019-08-221-0/+50
|\ \
| * | Avoid conflicts between ArchiveTraceWorkersavoid-race-condition-of-archive-trace-cron-workerShinya Maeda2019-08-221-0/+50
| |/
* | Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-212-10/+23
|/
* Merge branch '64251-branch-name-set-cache' into 'master'Robert Speicher2019-08-191-11/+41
|\
| * Cache branch and tag names as Redis setsNick Thomas2019-08-161-11/+41
* | Merge branch '39-count-unique-users-for-more-accurate-smau-reporting' into 'm...Nick Thomas2019-08-191-13/+23
|\ \
| * | New GroupMember.of_ldap_type scope39-count-unique-users-for-more-accurate-smau-reportingAsh McKenzie2019-07-181-13/+23
* | | Expire project caches once per push instead of once per refStan Hu2019-08-161-3/+17
* | | Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński2019-08-162-1/+8
|\ \ \ | |_|/ |/| |
| * | Port changes from EEmc/feature/pipeline-tracking-config-ceMatija Čupić2019-08-042-1/+8
* | | Migrations for Cycle Analytics backendAdam Hegyi2019-08-152-0/+10
* | | Only read rebase status from the modelNick Thomas2019-08-151-39/+0
* | | Allow disabling group/project email notificationsBrett Walker2019-08-154-0/+163
* | | Merge branch 'sh-optimize-commit-deltas-post-receive' into 'master'Nick Thomas2019-08-141-0/+33
|\ \ \
| * | | Reduce Gitaly calls in PostReceivesh-optimize-commit-deltas-post-receiveStan Hu2019-08-121-0/+33
* | | | Merge branch '66008-fix-project-image-in-slack-notifications' into 'master'Robert Speicher2019-08-131-3/+3
|\ \ \ \
| * | | | Fix project image in Slack pipeline notifications66008-fix-project-image-in-slack-notificationsNathan Friend2019-08-131-3/+3
* | | | | Rework retry strategy for remote mirrorsBob Van Landuyt2019-08-132-5/+20
* | | | | Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-1/+12
|/ / / /
* | | | Merge branch '65803-invalidate-branches-cache-on-refresh' into 'master'Bob Van Landuyt2019-08-131-0/+12
|\ \ \ \
| * | | | Invalidate branches cache on PostReceivePatrick Bajao2019-08-091-0/+12
* | | | | Fix performance issue in Helm#can_uninstall?65963-avoid-extra-query-allowed-to-uninstallDylan Griffith2019-08-131-1/+9
| |/ / / |/| | |
* | | | Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie2019-08-121-0/+13
|\ \ \ \
| * | | | Improve spec description in member_spec.rbsh-break-out-invited-group-membersStan Hu2019-08-111-1/+1
| * | | | Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-097-182/+229
| |\ \ \ \
| * | | | | Rename search_invited to search_invite_emailStan Hu2019-08-091-2/+4
| * | | | | Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-0713-322/+285
| |\ \ \ \ \
| * | | | | | Make it easier to find invited group membersStan Hu2019-08-051-0/+11
* | | | | | | Split MR widget into cached and non-cached serializersIgor2019-08-091-0/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez2019-08-091-167/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-081-167/+0
* | | | | | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-084-1/+185
|/ / / / /
* | | | | Save instance administration project id in DBReuben Pereira2019-08-071-14/+31
* | | | | Support dashboard params for metrics dashboardSarah Yasonik2019-08-071-0/+13
| |/ / / |/| | |
* | | | Use separate Kubernetes namespaces per environmentTiger Watson2019-08-075-291/+187
* | | | Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins2019-08-073-14/+9
* | | | Fix nil take regressionmc/bug/nil-takeMatija Čupić2019-08-071-14/+21
* | | | Merge branch '43080-speed-up-deploy-keys' into 'master'Thong Kuah2019-08-061-0/+18
|\ \ \ \
| * | | | Add spec for User#accessible_deploy_keysStan Hu2019-08-051-0/+18
* | | | | Add MergeRequestDiff#lines_count convenience methodbackport-productivty-analytics-migrationsPavel Shutsin2019-08-061-0/+8