summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add the `system` DSL method to configure the system directory.ce-port-ee-4938Micaël Bergeron2018-02-149-9/+35
* Merge branch '41722-track-gcp-billing-enabled-project-changes' into 'master'Kamil Trzciński2018-02-144-23/+109
|\
| * Count all billing_state transitions with labels41722-track-gcp-billing-enabled-project-changesMatija Čupić2018-02-122-19/+16
| * Fix GCP cluster feature specMatija Čupić2018-02-121-2/+2
| * Log billing state changes in CheckGcpProjectBillingWorkerMatija Čupić2018-02-121-0/+13
| * Refactor CheckGcpProjectBillingWorkerMatija Čupić2018-02-123-41/+34
| * Use Prometheus counter instead of redisMatija Čupić2018-02-122-14/+9
| * Add missing newline in CheckGcpProjectBillingWorker specMatija Čupić2018-02-121-0/+1
| * Add specs for billing_enabled change counterMatija Čupić2018-02-121-0/+66
| * Implement billing_enabled change counterMatija Čupić2018-02-121-0/+21
* | Merge branch '39885-ensure-users-cannot-create-environments-with-leading-slas...Kamil Trzciński2018-02-143-2/+16
|\ \
| * | Update issue-39885.ymlKamil Trzciński2018-02-141-2/+2
| * | Ensure users can't create environments with leading or trailing slashes (Fixe...39885-ensure-users-cannot-create-environments-with-leading-slashesDylan Griffith2018-02-133-2/+16
* | | Merge branch '43240-external-tracker-issues-don-t-have-the-correct-closing-te...Rémy Coutable2018-02-143-120/+58
|\ \ \
| * | | Fix closing issues text added to MRs for external issue trackersSean McGivern2018-02-143-120/+58
* | | | Merge branch 'process-update' into 'master'Marin Jankovski2018-02-141-5/+8
|\ \ \ \
| * | | | Update Process document with changes to the exception request process.Marin Jankovski2018-02-141-5/+8
* | | | | Merge branch 'feature-flags-for-user-apps' into 'master'Achilleas Pipinellis2018-02-141-1/+6
|\ \ \ \ \
| * | | | | clarify what kind of feature flags we supportJob van der Voort2018-02-141-1/+6
* | | | | | Merge branch 'ce-port-ee-f531c07299' into 'master'Sean McGivern2018-02-141-8/+7
|\ \ \ \ \ \
| * | | | | | Fix a too strict array-matching expectationRémy Coutable2018-02-141-8/+7
* | | | | | | Merge branch 'jramsay-i18n-proofreader-process-docs' into 'master'Douwe Maan2018-02-142-31/+54
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix punctuation and address feedbackjramsay-i18n-proofreader-process-docsJames Ramsay2018-02-132-6/+8
| * | | | | | Add clearer proofreader process to docsJames Ramsay2018-02-132-27/+48
* | | | | | | Merge branch 'mk-fix-pg-undefined-table-ci-errors' into 'master'Rémy Coutable2018-02-146-32/+15
|\ \ \ \ \ \ \
| * | | | | | | Avoid dropping tables in testMichael Kozono2018-02-146-32/+15
* | | | | | | | Merge branch '42800-change-usage-of-avatar_icon' into 'master'Yorick Peterse2018-02-1435-59/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | Extract repeated logic into #avatar_icon_for.42800-change-usage-of-avatar_iconAndreas Brandl2018-02-134-16/+32
| * | | | | | | | Add changelog.Andreas Brandl2018-02-131-0/+6
| * | | | | | | | Always eagerly load a note's author.Andreas Brandl2018-02-131-1/+1
| * | | | | | | | Always eagerly load an issue's author.Andreas Brandl2018-02-131-1/+1
| * | | | | | | | Extract method to improve readability.Andreas Brandl2018-02-131-7/+11
| * | | | | | | | Remove generic #avatar_icon helper.Andreas Brandl2018-02-132-36/+0
| * | | | | | | | Explicit use of avatar_icon_* calls depending on situation.Andreas Brandl2018-02-134-13/+33
| * | | | | | | | Use avatar_icon_for_email for commits.Andreas Brandl2018-02-132-2/+2
| * | | | | | | | Retrieve project creator's avatar by creator, not creator#email.Andreas Brandl2018-02-131-1/+1
| * | | | | | | | Retrieve namespace owner's avatar by owner, not owner#email.Andreas Brandl2018-02-131-1/+1
| * | | | | | | | Retrieve issue author's avatar by user, not user#email.Andreas Brandl2018-02-131-1/+1
| * | | | | | | | Use more specific #avatar_icon_for_email.Andreas Brandl2018-02-133-3/+3
| * | | | | | | | Use more specific #avatar_icon_for_user.Andreas Brandl2018-02-1321-23/+23
| * | | | | | | | Refactor and split ApplicationHelper#avatar_icon.Andreas Brandl2018-02-132-7/+65
* | | | | | | | | Merge branch '38135-remove-ignore-column-from-events' into 'master'Yorick Peterse2018-02-141-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove ignore_column from Events#data.38135-remove-ignore-column-from-eventsAndreas Brandl2018-02-131-4/+0
* | | | | | | | | | Merge branch 'expired-ci-artifacts' into 'master'Grzegorz Bizon2018-02-145-6/+65
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revert to earlier coding using a hard coded UNION ALL instead of Gitlab::SQL:...expired-ci-artifactsGreg Stark2018-02-091-6/+3
| * | | | | | | | | | add rubocop whitelistGreg Stark2018-02-091-3/+3
| * | | | | | | | | | Revert to old code style where branches of the union do not have extra where ...Greg Stark2018-02-091-18/+12
| * | | | | | | | | | WIP experimentGreg Stark2018-02-091-3/+9
| * | | | | | | | | | Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-085-6/+68
* | | | | | | | | | | Merge branch 'fix/template-project-visibility' into 'master'Douwe Maan2018-02-145-36/+24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |