summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add feature-flag for keyset pagination.ab-42194-keyset-paginationAndreas Brandl2018-05-211-1/+1
|
* Add keyset pagination for API calls.Andreas Brandl2018-05-212-13/+369
| | | | Closes #45756.
* Refactor and extract DefaultPaginationStrategy.Andreas Brandl2018-05-212-45/+56
|
* Merge branch 'ce-5928-geo-rake-task-to-force-housekeeping-on-next-sync' into ↵Nick Thomas2018-05-213-0/+8
|\ | | | | | | | | | | | | 'master' Backport from EE: Adding Progressbar explicitly and spec extensions for it See merge request gitlab-org/gitlab-ce!18885
| * Adding progressbar explicitly and spec extensions for itce-5928-geo-rake-task-to-force-housekeeping-on-next-syncGabriel Mazetto2018-05-103-0/+8
| |
* | Merge branch '45746-fix-container-registry-typo' into 'master'Rémy Coutable2018-05-211-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Registry page text is wrong and contains broken links." Closes #45746 See merge request gitlab-org/gitlab-ce!18711
| * | Fix a typo in the Registry indexMark Fletcher2018-05-031-1/+1
| | |
* | | Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński2018-05-213-0/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Append trace chunk only if job is running Closes #46383 See merge request gitlab-org/gitlab-ce!18969
| * | | Add changelogcreate-live-trace-only-if-job-is-completeShinya Maeda2018-05-211-0/+5
| | | |
| * | | Add test for the cancelled jobsShinya Maeda2018-05-211-0/+16
| | | |
| * | | Add the same gurad clause with artifacts uplaodingShinya Maeda2018-05-211-1/+2
| | | |
| * | | Append trace only if the job is runningShinya Maeda2018-05-211-1/+1
| | | |
* | | | Merge branch '45528-repeated-calls-to-redis-for-flipper-feature-flag' into ↵Stan Hu2018-05-212-22/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Repeated calls to Redis for Flipper feature flag" Closes #45528 See merge request gitlab-org/gitlab-ce!18490
| * | | | Ensure Flipper memoizer is used in Sidekiq's context45528-repeated-calls-to-redis-for-flipper-feature-flagRémy Coutable2018-05-182-22/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, don't use the provided Middleware, which isn't thread-safe, and instantiate a new Flipper instance per thread instead. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ↵Grzegorz Bizon2018-05-218-4/+71
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Do not allow to use `CI_PIPELINE_ID` in environment name Closes #46443 See merge request gitlab-org/gitlab-ce!19032
| * | | | | Fix Rubocop offense in create pipeline services :cop:fix/gb/exclude-persisted-variables-from-environment-nameGrzegorz Bizon2018-05-211-1/+2
| | | | | |
| * | | | | Update pipeline persisted / predefined variables specsGrzegorz Bizon2018-05-182-4/+8
| | | | | |
| * | | | | Add changelog log entry for persisted variables fixGrzegorz Bizon2018-05-181-0/+5
| | | | | |
| * | | | | Update docs about unsupported environment name variablesGrzegorz Bizon2018-05-182-0/+2
| | | | | |
| * | | | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-184-2/+30
| | | | | |
| * | | | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-182-2/+29
| | | | | |
* | | | | | Merge branch 'add-broadcast-message-timezone-label' into 'master'Kamil Trzciński2018-05-212-4/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add timezone information to the datetime select labels Closes #23389 See merge request gitlab-org/gitlab-ce!18987
| * | | | | | Update gitlab.pot with new externalized stringsadd-broadcast-message-timezone-labelAndreas Kämmerle2018-05-161-2/+8
| | | | | | |
| * | | | | | Add timezone information to the date time select labelsAndreas Kämmerle2018-05-161-2/+2
| | | | | | |
* | | | | | | Merge branch '46082-runner-contacted_at-is-not-always-a-time-type' into 'master'Kamil Trzciński2018-05-216-16/+97
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Runner#contacted_at is not always a Time type" Closes #46082 See merge request gitlab-org/gitlab-ce!18810
| * | | | | | | Revert "Improve cacheable module"46082-runner-contacted_at-is-not-always-a-time-typeMatija Čupić2018-05-181-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2ebafdfb2f026580153fd2cf50f4b6b7ab3a0344
| * | | | | | | Improve cacheable moduleKamil Trzciński2018-05-181-5/+7
| | | | | | | |
| * | | | | | | Remove rails5 specific tests for #cast_value_from_cacheMatija Čupić2018-05-171-24/+2
| | | | | | | |
| * | | | | | | Add test for #cast_value_from_cacheMatija Čupić2018-05-171-0/+36
| | | | | | | |
| * | | | | | | Include class name and argument name in argument errorMatija Čupić2018-05-171-1/+3
| | | | | | | |
| * | | | | | | Use Gitlab.rails5? for checking if on rails5Matija Čupić2018-05-171-3/+3
| | | | | | | |
| * | | | | | | Revert "Move argument check to cached getter definition class method"Matija Čupić2018-05-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4e1bb1d1014237df79db6b3cc2beb24228a4b228.
| * | | | | | | Move argument check to cached getter definition class methodMatija Čupić2018-05-162-4/+4
| | | | | | | |
| * | | | | | | Add attribute check in cached getterMatija Čupić2018-05-162-0/+6
| | | | | | | |
| * | | | | | | Move attribute casting to #cached_attributeMatija Čupić2018-05-161-4/+3
| | | | | | | |
| * | | | | | | Dynamically cast value from cacheMatija Čupić2018-05-153-49/+15
| | | | | | | |
| * | | | | | | Check for exact time matchesMatija Čupić2018-05-141-6/+8
| | | | | | | |
| * | | | | | | Expect calls to read_attribute depending on cache presenceMatija Čupić2018-05-141-0/+8
| | | | | | | |
| * | | | | | | Add RedisCacheable specs for memoization correctnessMatija Čupić2018-05-121-7/+19
| | | | | | | |
| * | | | | | | Make #cached_attr_reader and #cached_attr_time_reader specs Redis basedMatija Čupić2018-05-121-8/+4
| | | | | | | |
| * | | | | | | Clear memoization after caching new valuesMatija Čupić2018-05-111-0/+2
| | | | | | | |
| * | | | | | | Add specs for #cached_attr_reader and cached_attr_time_readerMatija Čupić2018-05-111-11/+70
| | | | | | | |
| * | | | | | | Use symbol instead of string in RedisCacheable attribute definitionsMatija Čupić2018-05-101-2/+2
| | | | | | | |
| * | | | | | | Update CHANGELOG descriptionMatija Čupić2018-05-101-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into 46082-runner-contacted_at-is-not-always-a-time-typeMatija Čupić2018-05-09208-1792/+1525
| |\ \ \ \ \ \ \
| * | | | | | | | Add CHANGELOGMatija Čupić2018-05-091-0/+5
| | | | | | | | |
| * | | | | | | | Revert "Partially revert ebcd5711c5ff937bf925002bf9a5b636b037684e to fix ↵Matija Čupić2018-05-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runner pages" This reverts commit b14719ea04f29888e2bbbdccda872d3cb4e70ae7.
| * | | | | | | | Move Runner#contacted_at to RedisCacheable#cached_attr_time_readerMatija Čupić2018-05-081-1/+2
| | | | | | | | |
| * | | | | | | | Add cached_attr_time_reader to RedisCacheableMatija Čupić2018-05-081-0/+9
| | | | | | | | |
* | | | | | | | | Merge branch '46454-wrong-value-in-ci-deploy-user' into 'master'Kamil Trzciński2018-05-214-3/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "CI/CD jobs: Wrong value in env. variable CI_DEPLOY_USER using <gitlab-deploy-token> deploy token" Closes #46454 See merge request gitlab-org/gitlab-ce!19047