| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PagesDomain: Add edit/update functionality | Rob Watson | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Render MR Notes with Vue with behind a cookie | Fatih Acet | 2018-02-28 | 1 | -0/+1 |
| | | |||||
| * | Backport custom metrics ce components | Paweł Chojnacki | 2018-02-23 | 1 | -1/+3 |
| | | |||||
| * | Add DNS verification to Pages custom domains | Nick Thomas | 2018-02-23 | 1 | -1/+5 |
| | | |||||
| * | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-api | Rubén Dávila | 2018-02-07 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master' | Kamil Trzciński | 2018-02-07 | 2 | -2/+3 |
| |\ | | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842 | ||||
| | * | Use `resource` in Group Variables routing scheme | Matija Čupić | 2018-02-05 | 1 | -3/+1 |
| | | | |||||
| | * | Use `resource` in Project Variables routing scheme | Matija Čupić | 2018-02-05 | 1 | -3/+1 |
| | | | |||||
| | * | Remove redundant routes in Groups::VariablesController | Matija Čupić | 2018-02-05 | 1 | -4/+2 |
| | | | |||||
| | * | Port #save_multiple to Groups::VariablesController | Matija Čupić | 2018-02-05 | 1 | -1/+5 |
| | | | |||||
| | * | Remove redundant routes in VariablesController | Matija Čupić | 2018-02-05 | 1 | -4/+2 |
| | | | |||||
| | * | Stub multiple variable controller method | Matija Čupić | 2018-02-05 | 1 | -1/+6 |
| | | | |||||
| * | | 31885 - Ability to transfer a single group to another group | Mayra Cabrera | 2018-02-06 | 1 | -0/+1 |
| |/ | |||||
| * | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 4 | -13/+13 |
| | | |||||
| * | Gitaly Server info for admin panel | Zeger-Jan van de Weg | 2018-01-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything. | ||||
| * | Handle special characters on API request of issuable templates | Takuya Noguchi | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | Display related merge requests in commit detail page | Hiroyuki Sato | 2018-01-12 | 1 | -0/+1 |
| | | |||||
| * | Change reset_cache action from get to post | Matija Čupić | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into 41249-clearing-the-cache | Matija Čupić | 2018-01-05 | 1 | -0/+1 |
| |\ | |||||
| | * | Backport 'Rebase' feature from EE to CEjprovazn-rebase | Jan Provaznik | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301 | ||||
| * | | Merge branch 'master' into 41249-clearing-the-cache | Matija Čupić | 2018-01-04 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Add pause/resume button to specific project runners | Mario de la Ossa | 2017-12-27 | 1 | -2/+2 |
| | | | |||||
| * | | Move cache reset to ci_cd_settings controller | Matija Čupić | 2018-01-04 | 1 | -2/+3 |
| | | | |||||
| * | | Stub out project#reset_cache | Matija Čupić | 2017-12-21 | 1 | -0/+1 |
| |/ | |||||
| * | Address some comments with running a pipeline schedule | Stan Hu | 2017-12-12 | 1 | -1/+1 |
| | | |||||
| * | Add button to run scheduled pipeline immediately | Stan Hu | 2017-12-12 | 1 | -0/+1 |
| | | | | | Closes #38741 | ||||
| * | Support uploads for groups | Jarka Kadlecova | 2017-12-07 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'feature/custom-text-for-new-projects' into 'master' | Rémy Coutable | 2017-12-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Add custom brand text on new project pages Closes #15265 See merge request gitlab-org/gitlab-ce!15541 | ||||
| | * | Add custom brand text on new project pages | Markus Koller | 2017-12-04 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '32878-merge-request-from-email' into 'master' | Sean McGivern | 2017-12-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817 | ||||
| | * | | Create merge request from email | Jan Provaznik | 2017-12-05 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | | | * new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878 | ||||
| * | | Second iteration of Move Kubernetes from service to Cluster page | Filipa Lacerda | 2017-12-05 | 1 | -3/+9 |
| |/ | |||||
| * | Speed up Unicorn specs by using a dummy Rack application instead of GitLab | Nick Thomas | 2017-11-22 | 1 | -2/+0 |
| | | |||||
| * | Free up some group reserved words | Bob Van Landuyt | 2017-11-07 | 1 | -27/+30 |
| | | |||||
| * | Free up `avatar`, `group_members` and `milestones` as paths | Bob Van Landuyt | 2017-11-07 | 1 | -15/+16 |
| | | |||||
| * | Free up `labels` as a group name | Bob Van Landuyt | 2017-11-07 | 1 | -4/+10 |
| | | |||||
| * | Fix wildcard route and use param style | Shinya Maeda | 2017-11-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into 38464-k8s-apps | Shinya Maeda | 2017-11-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge branch '35616-move-gke-form-1st-iteration' into ↵ | Shinya Maeda | 2017-11-04 | 1 | -0/+1 |
| | |\ | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver | ||||
| | | * | Fix pipeline. Fix routing when validation failed. | Shinya Maeda | 2017-11-01 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix paths to the first page | Kamil Trzcinski | 2017-11-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add Projects::Clusters::ApplicationsController tests | Alessio Caiazza | 2017-11-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix typos | Alessio Caiazza | 2017-11-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into 38464-k8s-apps | Kamil Trzcinski | 2017-11-03 | 1 | -1/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove Private Token from User Settings > Account | Douwe Maan | 2017-11-02 | 1 | -1/+0 |
| | | | | |||||
| * | | | Fix and add applications controller | Kamil Trzcinski | 2017-11-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | Improve backend structure of data | Kamil Trzcinski | 2017-11-02 | 1 | -0/+4 |
| |/ / | |||||
| * | | Allow promoting project milestones to group milestones | Felipe Artur | 2017-10-31 | 1 | -0/+1 |
| | | | |||||
| * | | Fix broken Members link when relative URL root paths are usedsh-fix-broken-redirection-relative-url-root | Stan Hu | 2017-10-27 | 4 | -9/+9 |
| |/ | | | | | | | | Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots | ||||
| * | Added ssh fingerprint, gitlab ci and pages information in an instance ↵ | Francisco Lopez | 2017-10-25 | 1 | -4/+5 |
| | | | | | | | configuration page Closes #25142 | ||||
