Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate Git::Blob.batch to Gitalyfeature/migrate-blob-batch-to-gitaly | Ahmad Sherif | 2018-02-05 | 8 | -51/+164 |
| | | | | Closes gitaly#985 | ||||
* | Merge branch 'fix/gitaly-wiki-encoding-issues' into 'master' | Robert Speicher | 2018-02-05 | 2 | -1/+17 |
|\ | | | | | | | | | Encode GitalyClient::WikiPage attributes to UTF-8 See merge request gitlab-org/gitlab-ce!16925 | ||||
| * | Encode GitalyClient::WikiPage attributes to UTF-8fix/gitaly-wiki-encoding-issues | Ahmad Sherif | 2018-02-05 | 3 | -2/+18 |
| | | |||||
* | | Merge branch '42547-upload-store-mount-point' into 'master' | Sean McGivern | 2018-02-05 | 15 | -30/+120 |
|\ \ | | | | | | | | | | | | | | | | | | | Store uploader context in uploads Closes #42547 See merge request gitlab-org/gitlab-ce!16779 | ||||
| * | | apply fixes from feedback42547-upload-store-mount-point | Micaël Bergeron | 2018-02-02 | 3 | -9/+37 |
| | | | |||||
| * | | fix the schema.rb | Micaël Bergeron | 2018-02-02 | 1 | -0/+2 |
| | | | |||||
| * | | fix specs | Micaël Bergeron | 2018-02-02 | 2 | -1/+6 |
| | | | |||||
| * | | add the uploader context to the upload model | Micaël Bergeron | 2018-02-02 | 12 | -30/+85 |
| | | | |||||
* | | | Merge branch 'axios-preview-markdown' into 'master' | Fatih Acet | 2018-02-05 | 1 | -15/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | Replace $.ajax in preview markdown with axios See merge request gitlab-org/gitlab-ce!16893 | ||||
| * | | | Replace $.ajax in preview markdown with axios | Clement Ho | 2018-02-05 | 1 | -15/+15 |
| | | | | |||||
* | | | | Merge branch 'axios-admin-message' into 'master' | Fatih Acet | 2018-02-05 | 3 | -8/+15 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Replace $.ajax in admin broadcast messages with axios See merge request gitlab-org/gitlab-ce!16840 | ||||
| * | | | Replace $.ajax in admin broadcast messages with axios | Clement Ho | 2018-02-05 | 3 | -8/+15 |
|/ / / | |||||
* | | | Merge branch 'axios-username-validator' into 'master' | Fatih Acet | 2018-02-05 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | Replace $.ajax in username validator with axios See merge request gitlab-org/gitlab-ce!16892 | ||||
| * | | | Replace $.ajax in username validator with axiosaxios-username-validator | Clement Ho | 2018-02-02 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge branch 'persistent-callouts' into 'master' | Kamil Trzciński | 2018-02-05 | 12 | -0/+203 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add backend for persistently dismissible callouts See merge request gitlab-org/gitlab-ce!16735 | ||||
| * | | | | Add CHANGELOG | Matija Čupić | 2018-02-05 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Refactor UserCalloutsController enum check | Matija Čupić | 2018-02-05 | 1 | -7/+3 |
| | | | | | |||||
| * | | | | Refactor .show_gke_cluster_integration_callout? | Matija Čupić | 2018-02-05 | 2 | -20/+12 |
| | | | | | |||||
| * | | | | Bump UserCallout feature_name enum index | Matija Čupić | 2018-02-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into persistent-calloutspersistent-callouts | Matija Čupić | 2018-02-03 | 22 | -350/+664 |
| |\ \ \ \ | |||||
| * | | | | | Change UserCallout feautre_name to enum | Matija Čupić | 2018-02-03 | 8 | -22/+42 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into persistent-callouts | Matija Čupić | 2018-02-02 | 619 | -5021/+8644 |
| |\ \ \ \ \ | |||||
| * | | | | | | Rename Callout to UserCallout | Matija Čupić | 2018-02-02 | 11 | -27/+25 |
| | | | | | | | |||||
| * | | | | | | Remove timestamps from Callouts | Matija Čupić | 2018-02-02 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | Refactor CalloutsController | Matija Čupić | 2018-02-02 | 3 | -8/+10 |
| | | | | | | | |||||
| * | | | | | | Use policies instead of role checks in ClustersHelper | Matija Čupić | 2018-02-02 | 2 | -18/+9 |
| | | | | | | | |||||
| * | | | | | | Remove dismissed_state from Callout model | Matija Čupić | 2018-02-02 | 8 | -25/+20 |
| | | | | | | | |||||
| * | | | | | | Add callout priority enum | Matija Čupić | 2018-02-01 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Fix CalloutsHelper spec subject | Matija Čupić | 2018-01-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Extract feature name into constant | Matija Čupić | 2018-01-30 | 1 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Show GKE cluster callout for project owner as well | Matija Čupić | 2018-01-30 | 2 | -4/+16 |
| | | | | | | | |||||
| * | | | | | | Add safe navigation for users without callout state | Matija Čupić | 2018-01-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add check for guest user | Matija Čupić | 2018-01-30 | 2 | -1/+9 |
| | | | | | | | |||||
| * | | | | | | Move Callouts route to - path | Matija Čupić | 2018-01-27 | 1 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Implement CalloutsHelper | Matija Čupić | 2018-01-27 | 2 | -0/+56 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into persistent-callouts | Matija Čupić | 2018-01-27 | 26 | -173/+295 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update database schema | Matija Čupić | 2018-01-26 | 1 | -1/+13 |
| | | | | | | | | |||||
| * | | | | | | | Add CalloutsController specs | Matija Čupić | 2018-01-26 | 1 | -0/+39 |
| | | | | | | | | |||||
| * | | | | | | | Implement Callouts controller | Matija Čupić | 2018-01-26 | 2 | -0/+32 |
| | | | | | | | | |||||
| * | | | | | | | Add Callout specs | Matija Čupić | 2018-01-26 | 2 | -0/+17 |
| | | | | | | | | |||||
| * | | | | | | | Add Callout model | Matija Čupić | 2018-01-26 | 3 | -0/+23 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch '39985-enable-prometheus-metrics-for-deployed-ingresses' into ↵ | Kamil Trzciński | 2018-02-05 | 5 | -5/+26 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Enable Prometheus metrics for deployed Ingresses Closes #39985 See merge request gitlab-org/gitlab-ce!16866 | ||||
| * | | | | | | | | Enable Prometheus metrics for deployed Ingresses | Joshua Lambert | 2018-02-05 | 5 | -5/+26 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch ↵ | Kamil Trzciński | 2018-02-05 | 1 | -77/+97 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42496-prometheus-deployment-fails-after-helm-chart-upgrade-to-2-1' into 'master' Adapt config to support Prometheus 2.1 Closes #42496 and #42498 See merge request gitlab-org/gitlab-ce!16749 | ||||
| * | | | | | | | | Adapt config to support Prometheus 2.1 | Joshua Lambert | 2018-02-05 | 1 | -77/+97 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch '42270-fix-namespace-remove-exports-for-hashed-storage' into ↵ | Rémy Coutable | 2018-02-05 | 9 | -46/+120 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix export removal for hashed-storage projects within a renamed or deleted namespace Closes #42270 See merge request gitlab-org/gitlab-ce!16658 | ||||
| * | | | | | | | | Fix export removal for hashed-storage projects within a renamed or deleted ↵ | Nick Thomas | 2018-02-05 | 9 | -46/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace | ||||
* | | | | | | | | | Merge branch 'api-guard' into 'master' | Rémy Coutable | 2018-02-05 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make find_user_from_sources extensible for EE See merge request gitlab-org/gitlab-ce!16924 | ||||
| * | | | | | | | | | Make find_user_from_sources extensible for EE | Lin Jen-Shin | 2018-02-05 | 1 | -1/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'osw-markdown-bypass-for-commit-messages' into 'master' | Sean McGivern | 2018-02-05 | 3 | -27/+37 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bypass markdown for commit titles on MR notes Closes #37616 See merge request gitlab-org/gitlab-ce!16883 |