summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Ensure that execute_in of a build schedule is not negativeWinnie Hellmann2018-10-021-1/+1
* Make schedule and unschedule consistentShinya Maeda2018-10-021-5/+5
* Rename delayed to scheduledShinya Maeda2018-10-021-8/+15
* Support new syntaxShinya Maeda2018-10-021-7/+8
* Squashed commit of the following:Shinya Maeda2018-10-023-1/+48
* Merge branch 'ce-5382-approvers-from-code-owners' into 'master'Rémy Coutable2018-10-021-0/+12
|\
| * Add Project#members_among to obtain only authorized users of the projectce-5382-approvers-from-code-ownersMark Chao2018-10-011-0/+12
* | Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan2018-10-021-1/+8
|\ \
| * | Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-1/+8
* | | Improve logging when username update fails due to registry tagsStan Hu2018-10-022-2/+8
* | | Add variables on pipeline webhookPierre Tardy2018-10-011-0/+4
* | | Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-015-8/+50
|\ \ \
| * \ \ Merge branch 'security-package-json-xss' into 'master'Bob Van Landuyt2018-10-011-1/+2
| |\ \ \
| | * | | Fix xss vulnerability sourced from package.json's homepageMark Chao2018-09-191-1/+2
| * | | | Merge branch 'security-6881-project-group-approvers-leaks-private-group-info-...Bob Van Landuyt2018-10-013-6/+35
| |\ \ \ \
| | * | | | Applies the CE backport of EE#657Tiago Botelho2018-09-243-6/+35
| * | | | | Merge branch 'fix-events-finder-incomplete' into 'master'Bob Van Landuyt2018-10-011-1/+13
| |\ \ \ \ \
| | * | | | | Check snippet note event visibilityNick Thomas2018-09-211-0/+12
| | * | | | | Fix Event#visible_to_user? for milestonesNick Thomas2018-09-211-1/+1
* | | | | | | Encrypt webhook tokens and URLs in the databaseNick Thomas2018-10-011-0/+44
* | | | | | | Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu2018-09-281-2/+6
|\ \ \ \ \ \
| * | | | | | Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-1/+5
| * | | | | | Extract `Repository.memoize_method` methodMichael Kozono2018-09-271-1/+1
* | | | | | | Extend reports to support security featuresOlivier Gonzalez2018-09-272-27/+74
* | | | | | | Merge branch 'dz-expose-cluster-id-to-jupyter' into 'master'Dmitriy Zaporozhets2018-09-271-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Add GitLab cluster id to jupyter configdz-expose-cluster-id-to-jupyterDmitriy Zaporozhets2018-09-181-0/+5
* | | | | | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-13/+14
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | add type param to runners apiAlexis Reigel2018-09-151-13/+14
* | | | | | | | Preserve order of project tags listDennis Tang2018-09-261-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Geo: sync disabled wikis. Stage 2follow-up-geo-sync-disabled-wikisValery Sizov2018-09-253-33/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'mk/improve-usage-of-request-store' into 'master'Yorick Peterse2018-09-256-21/+9
|\ \ \ \ \ \
| * | | | | | Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-243-6/+6
| * | | | | | Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-243-15/+3
* | | | | | | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-21/+0
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch '51725-push-mirrors-default-branch-reset-to-master' into 'master'Stan Hu2018-09-212-7/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Doesn't synchronize default branch for push mirrorsDouglas Barbosa Alexandre2018-09-212-7/+0
* | | | | | Allows to sort projects by most stars🙈 jacopo beschi 🙉2018-09-211-1/+3
|/ / / / /
* | | | | Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-212-3/+3
* | | | | Fix activity titles for MRs in chat notification servicesNick Thomas2018-09-201-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'sh-delete-tags-outside-transaction' into 'master'Robert Speicher2018-09-191-2/+0
|\ \ \ \
| * | | | Move registry destroy out of project transactionStan Hu2018-09-191-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'fix-rubocop-todo' into 'master'Douglas Barbosa Alexandre2018-09-194-5/+5
|\ \ \ \
| * | | | Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov2018-09-184-5/+5
* | | | | Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-1/+1
| |/ / / |/| | |
* | | | Merge branch 'remove-ee-specific-lines-from-plan-concerns' into 'master'Robert Speicher2018-09-184-13/+34
|\ \ \ \
| * | | | Fix bad conflicts resolutionLin Jen-Shin2018-09-171-2/+2
| * | | | Remove EE-specific code from ProtectedRefAccessSean McGivern2018-09-171-7/+11
| * | | | Remove EE-specific code from MentionableSean McGivern2018-09-173-6/+23
| * | | | Remove EE-specific code from IssuableSean McGivern2018-09-171-2/+2