Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust SQL and transaction Prometheus bucketssql-buckets | Yorick Peterse | 2018-06-11 | 2 | -2/+2 |
| | | | | | This allows us to better calculate Apdex scores, instead of having to use the 0.1 and 1.0 buckets. | ||||
* | Avoid checking the user format in every url validation | Francisco Javier López | 2018-06-11 | 1 | -2/+2 |
| | |||||
* | Migrate CycleAnalytics::CommitCount to Gitaly | Kim Carlbäcker | 2018-06-11 | 1 | -15/+5 |
| | |||||
* | Don't use Gitlab::Utils.nlbr in Gitlab::Git | Jacob Vosmaer (GitLab) | 2018-06-11 | 5 | -14/+33 |
| | |||||
* | Move gitaly_blame, gitaly_count_commits, gitaly_commit_count to opt-out | Jacob Vosmaer (GitLab) | 2018-06-11 | 2 | -3/+3 |
| | |||||
* | Merge branch 'use-restore-custom-hooks-gitaly' into 'master' | Douwe Maan | 2018-06-08 | 2 | -28/+60 |
|\ | | | | | | | | | Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370 | ||||
| * | Refactor | Ahmad Hassan | 2018-06-08 | 1 | -35/+32 |
| | | |||||
| * | Use RestoreCustomHooks RPC in restore rake task | Ahmad Hassan | 2018-06-07 | 2 | -10/+45 |
| | | |||||
* | | Remove Gitlab::Popen dependency from lib/gitlab/git | Jacob Vosmaer | 2018-06-08 | 2 | -1/+12 |
| | | |||||
* | | Merge branch 'introduce-job-keep-alive-api-endpoint' into 'master' | Tomasz Maczukin | 2018-06-07 | 2 | -2/+9 |
|\ \ | | | | | | | | | | | | | Make CI job update entrypoint to work as keep-alive endpoint See merge request gitlab-org/gitlab-ce!19543 | ||||
| * | | Change update entrypoint instead of adding new keep-alive one | Tomasz Maczukin | 2018-06-07 | 2 | -18/+9 |
| | | | |||||
| * | | Introduce new keep-alive API entrypoint for CI job | Tomasz Maczukin | 2018-06-07 | 1 | -0/+16 |
| | | | |||||
* | | | Merge branch 'add-new-arg-to-git-rev-list-call' into 'master' | Douwe Maan | 2018-06-07 | 2 | -6/+23 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Pass the --in-commit-order arg to `git-rev-list` Closes #45062 See merge request gitlab-org/gitlab-ce!19494 | ||||
| * | | | Pass the --in-commit-order arg to `git-rev-list` | Rubén Dávila | 2018-06-07 | 2 | -6/+23 |
| | | | | | | | | | | | | | | | | | | | | @jamedjo has found a good improvement in the performance of the LFS integrity check by passing this arg | ||||
* | | | | Merge branch 'feature/customizable-favicon' into 'master' | Douwe Maan | 2018-06-07 | 2 | -1/+48 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497 | ||||
| * | | | | dry up asset path helper calls | Alexis Reigel | 2018-06-05 | 1 | -3/+10 |
| | | | | | |||||
| * | | | | the '?' favicon hack doesn't seem to be required | Alexis Reigel | 2018-06-05 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | probably due to recent changes in `UploadsController`. | ||||
| * | | | | remove favicon preview on appearance page | Alexis Reigel | 2018-06-05 | 1 | -6/+0 |
| | | | | | |||||
| * | | | | remove all .ico favicon variations, use png always | Alexis Reigel | 2018-06-05 | 2 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | the ci status icons are generated client side, wo we don't need the static files anymore. | ||||
| * | | | | create favicon overlay on the client | Alexis Reigel | 2018-06-05 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront. | ||||
| * | | | | call Gitlab::Favicon.status in serializer | Alexis Reigel | 2018-06-05 | 9 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this ways we can keep the `lib/gitlab/ci/status/*` classes to return the bare favicon name as it was before. also the favicon uploader versions are now have the same names as the stock favicons (+ `favicon_` prefix), which makes working with the status names easier. | ||||
| * | | | | add request store caching to favicon | Alexis Reigel | 2018-06-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add a '?' to the custom favicon's urls | Alexis Reigel | 2018-06-05 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the '?' at the end of the favicon url the custom favicon (i.e. the favicons that are served through `UploadController`) are not shown in the browser. It may have something to do with how `#send_file` / `#send_data` set http headers. When serving the same icon file from the public directory everything is fine. | ||||
| * | | | | use custom favicon for ci build status favicons | Alexis Reigel | 2018-06-05 | 9 | -11/+23 |
| | | | | | |||||
| * | | | | extract favicon logic to lib class | Alexis Reigel | 2018-06-05 | 1 | -0/+23 |
| | | | | | |||||
* | | | | | Merge branch 'sh-fix-schema-migrations-seq-scans' into 'master' | Douwe Maan | 2018-06-07 | 1 | -0/+15 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Avoid sequential scans loading schema_migrations table when loading application settings See merge request gitlab-org/gitlab-ce!19541 | ||||
| * | | | | Make Gitlab::CurrentSettings.current_application_settings return cached ↵ | Rémy Coutable | 2018-06-07 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings early if they exist without issuing any DB query Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Avoid sequential scans loading schema_migrations table when loading ↵ | Stan Hu | 2018-06-07 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application settings This was causing significant performance problems in production, and this commit reverts to the original behavior. | ||||
* | | | | | Add git filter flag only if it is supported | Francisco Javier López | 2018-06-07 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Resolve "Hashed Storage: Make possible to migrate single project" | Gabriel Mazetto | 2018-06-07 | 3 | -3/+89 |
|/ / / / | |||||
* | | | | Merge branch 'backup-rake-tar' into 'master' | Douwe Maan | 2018-06-07 | 1 | -3/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Consistently use tar lookup function See merge request gitlab-org/gitlab-ce!19477 | ||||
| * | | | | Consistently use tar lookup function | Jacob Vosmaer | 2018-06-07 | 1 | -3/+8 |
| | |_|/ | |/| | | |||||
* | | | | Add installation type to usage ping data | Balasankar C | 2018-06-07 | 2 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Restore navigation theme order | George Tsiolis | 2018-06-07 | 1 | -8/+8 |
|/ / | |||||
* | | Merge branch '45505-lograge_formatter_encoding' into 'master' | Kamil Trzciński | 2018-06-07 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter Closes #45505 See merge request gitlab-org/gitlab-ce!19244 | ||||
| * | | Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and ↵ | Imre Farkas | 2018-06-06 | 1 | -0/+17 |
| | | | | | | | | | | | | filter out file content from logs | ||||
* | | | Merge branch 'fj-move-rev-list-option' into 'master' | Douwe Maan | 2018-06-07 | 2 | -3/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | Moving rev-list lfs options to LfsChanges See merge request gitlab-org/gitlab-ce!19497 | ||||
| * | | | Moving rev-list lfs options to Lfschanges | Francisco Javier López | 2018-06-06 | 2 | -3/+5 |
| | | | | |||||
* | | | | Resolve "Introduce new navigation themes in GitLab 11.0" | Annabel Gray | 2018-06-07 | 1 | -5/+10 |
|/ / / | |||||
* | | | Support LFS objects when creating a project by import | Francisco Javier López | 2018-06-06 | 6 | -5/+106 |
| | | | |||||
* | | | Merge branch '42751-rename-master-to-maintainer' into 'master' | Sean McGivern | 2018-06-06 | 3 | -11/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080 | ||||
| * | | | change wording | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | wording | Mark Chao | 2018-06-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Rename master to maintainer | Mark Chao | 2018-06-06 | 1 | -8/+8 |
| | | | | |||||
* | | | | Merge branch 'live-trace-v2-persist-data' into 'master' | Kamil Trzciński | 2018-06-06 | 1 | -2/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Live trace: Rescue stale live trace See merge request gitlab-org/gitlab-ce!18680 | ||||
| * | | | | Fix the query to select stale live traces | Shinya Maeda | 2018-06-06 | 1 | -19/+23 |
| | | | | | |||||
| * | | | | Fix ambiguous stuck ci job worker's spec. Rename lease key of archive | Shinya Maeda | 2018-06-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add exclusive relase for trace arhive | Shinya Maeda | 2018-06-06 | 1 | -14/+30 |
| | | | | | |||||
* | | | | | Merge branch 'gitaly-find-commit-go-git' into 'master' | Sean McGivern | 2018-06-06 | 2 | -0/+17 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Add feature flag for using go-git in Gitaly See merge request gitlab-org/gitlab-ce!19305 | ||||
| * | | | | Rescue from failed feature lookups | Jacob Vosmaer | 2018-06-06 | 1 | -0/+4 |
| | | | | |