Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration to add/drop primary key constraints for composite keys.ab-43706-composite-primary-keys | Andreas Brandl | 2018-05-21 | 1 | -0/+15 |
| | | | | Closes #43706. | ||||
* | Merge branch 'create-live-trace-only-if-job-is-complete' into 'master' | Kamil Trzciński | 2018-05-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Append trace chunk only if job is running Closes #46383 See merge request gitlab-org/gitlab-ce!18969 | ||||
| * | Add the same gurad clause with artifacts uplaoding | Shinya Maeda | 2018-05-21 | 1 | -1/+2 |
| | | |||||
| * | Append trace only if the job is running | Shinya Maeda | 2018-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '45528-repeated-calls-to-redis-for-flipper-feature-flag' into ↵ | Stan Hu | 2018-05-21 | 1 | -1/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Repeated calls to Redis for Flipper feature flag" Closes #45528 See merge request gitlab-org/gitlab-ce!18490 | ||||
| * | | Ensure Flipper memoizer is used in Sidekiq's context45528-repeated-calls-to-redis-for-flipper-feature-flag | Rémy Coutable | 2018-05-18 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | Also, don't use the provided Middleware, which isn't thread-safe, and instantiate a new Flipper instance per thread instead. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch '44799-api-naming-issue-scope' into 'master' | Rémy Coutable | 2018-05-21 | 2 | -8/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935 | ||||
| * | | | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scope | Mark Chao | 2018-05-21 | 2 | -8/+10 |
| | | | | | | | | | | | | | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me | ||||
* | | | | Merge branch 'zj-workhorse-archive-mandatory' into 'master' | Grzegorz Bizon | 2018-05-21 | 2 | -8/+3 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | Move git archives downloading to Gitaly See merge request gitlab-org/gitlab-ce!18990 | ||||
| * | | | Move git archives downloading to Gitaly | Zeger-Jan van de Weg | 2018-05-17 | 2 | -8/+3 |
| | | | | |||||
* | | | | Merge branch 'xeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refs' into ↵ | Grzegorz Bizon | 2018-05-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix error when deleting an empty list of refs Closes #45743 See merge request gitlab-org/gitlab-ce!19053 | ||||
| * | | | | Fix error when deleting an empty list of refsxeodon/gitlab-ce-fix/45743-master-fix-gitaly-delete-refs | Sergey Sinev | 2018-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Closes #45743 | ||||
* | | | | | Merge branch '46498-do-not-modify-strings' into 'master' | Stan Hu | 2018-05-19 | 2 | -11/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Blob#batch can't handle frozen string paths" Closes #46498 See merge request gitlab-org/gitlab-ce!19039 | ||||
| * | | | | | Fix a RuntimeError: cannot modify frozen string | Nick Thomas | 2018-05-18 | 2 | -11/+11 |
| | | | | | | |||||
* | | | | | | Fix double brackets being linkified in wiki markdown | Alex | 2018-05-18 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/handle-large-commit-tag-message' into 'master' | Robert Speicher | 2018-05-18 | 8 | -28/+187 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add handling for commit/tags with big messages See merge request gitlab-org/gitlab-ce!17892 | ||||
| * | | | | | | Add handling for commit/tags with big messages | Ahmad Sherif | 2018-05-18 | 8 | -28/+187 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'gitaly-1182-search-by-content-name' into 'master' | Robert Speicher | 2018-05-18 | 2 | -5/+31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repo#search_by_{content,name} to Gitaly See merge request gitlab-org/gitlab-ce!18750 | ||||
| * | | | | | | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-name | Kim "BKC" Carlbäcker | 2018-05-18 | 2 | -5/+31 |
| | | | | | | | |||||
* | | | | | | | Merge branch '5913-extract-ee-specific-lines-for-lib-gitlab-auth' into 'master' | Robert Speicher | 2018-05-18 | 5 | -20/+59 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | [CE] Resolve "Extract EE specific files/lines for lib/gitlab/auth" See merge request gitlab-org/gitlab-ce!19037 | ||||
| * | | | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::Config | Rémy Coutable | 2018-05-18 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Minimize CE/EE difference in Gitlab::Auth::LDAP::Access | Rémy Coutable | 2018-05-18 | 1 | -10/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Minimize CE/EE difference in Gitlab::Auth::UserAuthFinders | Rémy Coutable | 2018-05-18 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::User | Rémy Coutable | 2018-05-18 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Minimize CE/EE difference in Gitlab::Auth::Saml::Config | Rémy Coutable | 2018-05-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | Merge branch 'zj-calculate-checksum-mandator' into 'master' | Nick Thomas | 2018-05-18 | 1 | -38/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculating repository checksums executed by Gitaly Closes gitaly#1105 and #46293 See merge request gitlab-org/gitlab-ce!18907 | ||||
| * | | | | | | | Calculating repository checksums executed by Gitaly | Zeger-Jan van de Weg | 2018-05-18 | 1 | -38/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OPT_OUT status has been removed, and alternative implementation removed. Also checks if the repository exists before executing the checksum RPC to guard against NotFound errors. Closes gitlab-org/gitaly#1105 | ||||
* | | | | | | | | Merge branch 'memoize-database-version' into 'master' | Rémy Coutable | 2018-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Memoize Gitlab::Database.version See merge request gitlab-org/gitlab-ce!19021 | ||||
| * | | | | | | | Memoize Gitlab::Database.versionmemoize-database-version | Yorick Peterse | 2018-05-17 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need for running a database query every time we want to check the database version. | ||||
* | | | | | | | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master' | Kamil Trzciński | 2018-05-18 | 6 | -7/+108 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for variables expression regexp syntax Closes #43601 See merge request gitlab-org/gitlab-ce!18902 | ||||
| * | | | | | | | Simplify pattern lexeme fabrication and matcherfeature/gb/add-regexp-variables-expression | Grzegorz Bizon | 2018-05-18 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Simplify untrusted regexp factory method | Grzegorz Bizon | 2018-05-18 | 1 | -9/+6 |
| | | | | | | | | |||||
| * | | | | | | | Add variables expression pattern validation support | Grzegorz Bizon | 2018-05-17 | 1 | -0/+4 |
| | | | | | | | | |||||
| * | | | | | | | Add anti-corruption layer above expressions pattern matching | Grzegorz Bizon | 2018-05-17 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add extended /regexp/ scheme support to untrusted regexp | Grzegorz Bizon | 2018-05-17 | 1 | -0/+23 |
| | | | | | | | | |||||
| * | | | | | | | Remove useless assignment in pattern lexeme | Grzegorz Bizon | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Do not support inverse variable pattern matching | Grzegorz Bizon | 2018-05-15 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add support for pattern matching in variables expressions | Grzegorz Bizon | 2018-05-15 | 4 | -3/+9 |
| | | | | | | | | |||||
| * | | | | | | | Reorganize exceptions in pipeline expressions module | Grzegorz Bizon | 2018-05-15 | 5 | -9/+16 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into feature/gb/add-regexp-variables-expression | Grzegorz Bizon | 2018-05-15 | 12 | -93/+89 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) Conflicts: lib/gitlab/untrusted_regexp.rb | ||||
| * | | | | | | | | Add pattern matching variables expression lexeme | Grzegorz Bizon | 2018-05-14 | 1 | -0/+29 |
| | | | | | | | | | |||||
| * | | | | | | | | Raise variables statement exception if pattern is invalid | Grzegorz Bizon | 2018-05-14 | 2 | -2/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Do not raise if variable expression can not be evaluated | Grzegorz Bizon | 2018-05-14 | 1 | -0/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Implement variables expression untrusted pattern lexeme | Grzegorz Bizon | 2018-05-11 | 1 | -0/+26 |
| | | | | | | | | | |||||
| * | | | | | | | | Make it possible to compare untrusted regexps | Grzegorz Bizon | 2018-05-11 | 1 | -1/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'ccr/regexp_anchor' into 'master' | Kamil Trzciński | 2018-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add anchor for incoming email regex, closes 44989 See merge request gitlab-org/gitlab-ce!18917 | ||||
| * | | | | | | | | | Add anchor for incoming email regex, closes 44989ccr/regexp_anchor | Chantal Rollison | 2018-05-11 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Resolve "Expand API: Render an arbitrary Markdown document" | blackst0ne | 2018-05-18 | 4 | -3/+37 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'sh-fix-grape-logging-status-code' into 'master' | Douwe Maan | 2018-05-18 | 1 | -8/+9 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix api_json.log not always reporting the right HTTP status code See merge request gitlab-org/gitlab-ce!19028 | ||||
| * | | | | | | | | Fix api_json.log not always reporting the right HTTP status code | Stan Hu | 2018-05-17 | 1 | -8/+9 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in https://github.com/aserafin/grape_logging/issues/45, if a Grape error is caught by the handlers and a different return code is returned, then the api_json.log would have a 500 error code instead of the right value. Inserting the GrapeLogging middleware after the Grape middleware fixes this problem. Seen in https://gitlab.com/gitlab-com/infrastructure/issues/4249 |