| Commit message (Expand) | Author | Age | Files | Lines |
* | Move action to render board lists to `Projects::Boards::ListsController` | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
* | Move board related controllers to the `Boards` namespace | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -6/+8 |
* | Add an endpoint to generate the default lists for a board | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+4 |
* | Move endpoint to list issues under lists resources | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -2/+5 |
* | Add endpoint to allow users to move issues between lists | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
* | Add endpoint to list issues for a specific board list | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+1 |
* | Add endpoint to allow users to remove lists | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
* | Add endpoint to allow users to move lists | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
* | Add endpoint to allow users to create a new board list | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+3 |
* | Initial issues board page | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+2 |
* | Load issues and merge requests templates from repository | Felipe Artur | 2016-08-16 | 1 | -0/+5 |
* | Merge branch 'akismet-submittable' into 'master'
| Robert Speicher | 2016-08-15 | 1 | -1/+6 |
|\ |
|
| * | Allow `Issue` to be submitted as spam | Patricio Cano | 2016-08-15 | 1 | -0/+1 |
| * | Allow `SpamLog` to be submitted as ham | Patricio Cano | 2016-08-15 | 1 | -1/+5 |
* | | Add coverage report badge metadata class | Grzegorz Bizon | 2016-08-15 | 1 | -1/+4 |
|/ |
|
* | Instrument Project.visible_to_user | Yorick Peterse | 2016-08-12 | 1 | -0/+3 |
* | Merge branch '15000-rename-markdown-preview' into 'master'
| Robert Speicher | 2016-08-11 | 1 | -2/+2 |
|\ |
|
| * | Rename `markdown_preview` routes to `preview_markdown` | Christopher Bartz | 2016-08-11 | 1 | -2/+2 |
* | | Merge branch 'remove-grack-lfs' into 'master'
| Rémy Coutable | 2016-08-11 | 3 | -7/+23 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-... | Jacob Vosmaer | 2016-08-09 | 9 | -37/+78 |
| |\ |
|
| * | | Handle custom Git LFS content type | Jacob Vosmaer | 2016-07-22 | 1 | -0/+7 |
| * | | Remove obsolete code | Jacob Vosmaer | 2016-07-22 | 1 | -3/+0 |
| * | | Add LFS controllers | Jacob Vosmaer | 2016-07-22 | 1 | -4/+16 |
* | | | Merge branch 'decouple-secret-keys' into 'master'
| Douwe Maan | 2016-08-10 | 1 | -33/+70 |
|\ \ \ |
|
| * | | | Ignore Rails/Exit cop in initializer | Sean McGivern | 2016-08-04 | 1 | -1/+1 |
| * | | | Clarify intentions of secret token initializer | Sean McGivern | 2016-08-03 | 1 | -35/+55 |
| * | | | Give priority to environment variables | Sean McGivern | 2016-08-03 | 1 | -4/+20 |
| * | | | Store all secret keys in secrets.yml | Sean McGivern | 2016-08-03 | 1 | -24/+16 |
| * | | | Store OTP secret key in secrets.yml | Sean McGivern | 2016-08-03 | 1 | -36/+45 |
* | | | | Merge branch 'brodock/gitlab-ce-feature/redis-sentinel' | Douwe Maan | 2016-08-09 | 5 | -46/+62 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Added Redis Sentinel support documentation | Gabriel Mazetto | 2016-08-04 | 1 | -1/+1 |
| * | | | Synced mail_room.yml with the one in omnibus | Gabriel Mazetto | 2016-08-04 | 1 | -0/+4 |
| * | | | Few minor fixes to Redis params order and commented out sentinel config | Gabriel Mazetto | 2016-08-04 | 1 | -16/+16 |
| * | | | Fixed specs for Gitlab::Redis and code for Redis Sentinel support | Gabriel Mazetto | 2016-08-04 | 1 | -1/+1 |
| * | | | Make sidekiq get config settings from Gitlab::RedisConfig | Gabriel Mazetto | 2016-08-04 | 1 | -8/+6 |
| * | | | Deduplicated resque.yml loading from several places | Gabriel Mazetto | 2016-08-04 | 4 | -38/+52 |
* | | | | Update to send changed password notification emails | Tom Bell | 2016-08-05 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge branch 'fix/ha-mode-import-issue' into 'master'
| Rémy Coutable | 2016-08-04 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | using shared path for project import uploads and refactored gitlab remove exp... | James Lopez | 2016-08-04 | 1 | -3/+3 |
* | | | | Instrument Gitlab::Highlightinstrument-gitlab-highlight | Yorick Peterse | 2016-08-03 | 1 | -0/+3 |
| |/ /
|/| | |
|
* | | | Merge branch 'branches-ending-with-json' into 'master'
| Douwe Maan | 2016-08-02 | 1 | -7/+11 |
|\ \ \ |
|
| * | | | Allow branch names ending with .json for graph and network page (!5579) | winniehell | 2016-08-02 | 1 | -7/+11 |
| |/ / |
|
* | | | Instrument the Repository classinstrument-repository-class | Yorick Peterse | 2016-08-02 | 1 | -0/+1 |
|/ / |
|
* | | Fix RequestProfiler::Middleware error when code is reloaded in developmentfix/request-profiler-middleware-error-on-reload | Ahmad Sherif | 2016-08-01 | 1 | -0/+2 |
* | | Merge branch 'zj-env-external-url' into 'master'
| Rémy Coutable | 2016-08-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Use Grape DSL for environment endpoints | Z.J. van de Weg | 2016-07-29 | 1 | -1/+1 |
| * | | Add an URL field to Environments | Z.J. van de Weg | 2016-07-29 | 1 | -1/+1 |
* | | | Ignore invalid IPs in X-Forwarded-For when trusted proxies are configured. | lookatmike | 2016-07-31 | 1 | -0/+2 |
|/ / |
|
* | | Change requests_profiles resource constraint to catch virtually any filefix/requests-profiles-controller-does-not-catch-certain-files | Ahmad Sherif | 2016-07-27 | 1 | -1/+1 |
* | | Merge branch '14584-remove-routes-that-we-do-not-use-anymore' into 'master'
| Rémy Coutable | 2016-07-27 | 1 | -12/+10 |
|\ \ |
|