summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-011-9/+1
|\
| * Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-011-9/+1
* | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-011-2/+3
|\ \ | |/ |/|
| * API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-231-2/+3
* | Merge branch '43489-display-runner-ip' into 'master'Kamil Trzciński2018-02-281-2/+2
|\ \
| * | Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-2/+2
* | | Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+1
|/ /
* | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-272-4/+7
* | Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-271-2/+1
* | Merge branch '43304-simplify-filtering-non-human-users' into 'master'Yorick Peterse2018-02-271-1/+1
|\ \
| * | Simplify filtering of non-human users (like ghosts).43304-simplify-filtering-non-human-usersAndreas Brandl2018-02-261-1/+1
* | | Merge branch 'slash-commands-changes-for-chatops' into 'master'Kamil Trzciński2018-02-272-3/+24
|\ \ \
| * | | Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-232-3/+24
| |/ /
* | | Merge branch '43275-improve-variables-validation-message' into 'master'Kamil Trzciński2018-02-272-2/+8
|\ \ \
| * | | Include CI Variable Key in its uniqueness validation error message43275-improve-variables-validation-messageMatija Čupić2018-02-232-2/+8
| * | | Skip variables duplicates validator if variable is already a duplicateMatija Čupić2018-02-221-1/+0
| * | | Condition associated variable validation in Project and GroupMatija Čupić2018-02-222-2/+3
| * | | Do not validate individual Variables when saving Project/GroupMatija Čupić2018-02-222-2/+2
* | | | Migrate recursive tree entries fetching to GitalyAhmad Sherif2018-02-261-19/+1
* | | | Backport custom metrics ce componentsPaweł Chojnacki2018-02-231-9/+11
* | | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'users-autocomplete' into 'master'Douwe Maan2018-02-231-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Optimise searching for users using short queriesYorick Peterse2018-02-221-2/+2
| | | |/ | | |/|
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-1/+64
|/ / /
* | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-235-3/+47
|\ \ \ | |_|/ |/| |
| * | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-225-3/+47
| |/
* | Merge branch '42431-add-auto-devops-and-clusters-button-to-projects' into 'ma...Rémy Coutable2018-02-221-0/+1
|\ \
| * | Move can_current_user_push_to_branch to PresenterOswaldo Ferreira2018-02-221-6/+0
| * | Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood2018-02-2215-39/+87
| |\ \ | | |/
| * | Move button list logic to project presenterOswaldo Ferreira2018-02-201-0/+7
* | | Merge branch '43373-fix-cache-index-appending' into 'master'Kamil Trzciński2018-02-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Change cache index delimiter to character not recognizable as variable partTomasz Maczukin2018-02-211-1/+1
* | | Merge branch '43134-reduce-queries-pipelines-controller-show' into 'master'Grzegorz Bizon2018-02-221-1/+1
|\ \ \
| * | | Add inverse_of pipeline -> statuses -> pipeline (#43134)43134-reduce-queries-pipelines-controller-showDylan Griffith2018-02-221-1/+1
| |/ /
* | | #28481: Display time tracking totals on milestone pageRiccardo Padovani2018-02-211-0/+8
* | | Merge branch '26039-Update-to-github-linguist5.3.x' into 'master'Robert Speicher2018-02-211-1/+1
|\ \ \
| * | | 26039 - update github-linguist to 5.3.3 versionKen2018-02-211-1/+1
| |/ /
* | | Rename use_conditions_only option to use_where_in.42877-snippets-dashboard-slowAndreas Brandl2018-02-201-3/+3
* | | Avoid manual SQL for visibility level check.Andreas Brandl2018-02-201-1/+1
* | | Cleanup access level shortcut.Andreas Brandl2018-02-201-22/+17
* | | Allow choice between #where or #from.Andreas Brandl2018-02-201-3/+11
* | | Don't mess with table aliases.Andreas Brandl2018-02-201-4/+4
* | | Remove duplication in Project methods.Andreas Brandl2018-02-201-37/+17
* | | Push feature-related query part up.Andreas Brandl2018-02-201-0/+29
* | | Shortcut when all levels visible.Andreas Brandl2018-02-201-0/+6
* | | Replace OR clause with UNION.Andreas Brandl2018-02-201-1/+7
|/ /
* | Merge branch 'remove-unnecessary-validate-project' into 'master'Kamil Trzciński2018-02-202-3/+3
|\ \
| * | Remove unecessary validate: true from belongs_to :projectremove-unnecessary-validate-projectDylan Griffith2018-02-202-3/+3
* | | Merge branch '32564-fix-double-system-closing-notes' into 'master'Sean McGivern2018-02-191-4/+4
|\ \ \
| * | | stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-161-4/+4
| |/ /